php forum
php mysql forum
php mysql smarty
 
Topic Options
#36857 - 03/14/00 11:57 AM showing usertext/image & stars & real rank [easyish hack]
Digital Paul Offline
Junior Member

Registered: 02/16/00
Posts: 24

   showing usertext/image & stars & real rank [easyish hack] to Del.icio.us Add to del.icio.us
  Digg showing usertext/image & stars & real rank [easyish hack] Digg it
Hey there again, i have recently talked to loads of people who have said showing all of the above is impossible, but its not !!

in fact its very very easy to do!

first up install the "redocumented usertext hack" this is the most complete version but do remeber to correct the spelling !!

have this installed and set as the profile array [15] the default.

then install the custom user image hack [or any image hack if you want?? its really up to you, but this is what worked 100% for me!]

have this stored in the profile array [16]

test both, BEFORE adding the next bit!

hack : Easy stars rank Hack
diffculity : none
what it does :
Hard codes rank and # of stars into the ubb, under the username, and above the userimage and usertext!
files used : ubblibary_2.pl and star.gif

find this line[s]:
if ($ThisStatus eq "Administrator") {
$ThisStatus = "$AdminTitle";
}
elsif ($ThisStatus eq "Moderator") {
$ThisStatus = "$ModeratorTitle";
}
elsif ($ThisStatus eq "Member") {
$ThisStatus = "$MemberTitle";
} else {
$ThisStatus = "$JrMemberTitle";
}
} else {
$RegName = "unreg";
}


then overwrite it with this code:
if ($ThisStatus eq "Administrator") {
$ThisStatus = "<img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif">
<b>$AdminTitle</b>";
}
elsif ($ThisStatus eq "Moderator") {
$ThisStatus = "<img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif">
<b>$ModeratorTitle</b>";
}
elsif ($ThisStatus eq "Member") {
$ThisStatus = "<img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif"><img src="$NonCGIURL/star.gif">
<b>$MemberTitle</b>";
} else {
$ThisStatus = "<img src="$NonCGIURL/star.gif">
<b>$JrMemberTitle</b>";
}
} else {
$RegName = "unreg";
}
#hardcode stars hack by Digital Paul

save and upload in ascci[as always] update your threads, and set everything to be viewed! in general settings.
[and placing star.gif in your NonCGI dir]

this gives admins 5 stars, mods 4 stars, members 3 stars, and new users 1 star. to edit this simply add or delete from each status line the <.img src="$noncgiurl/star.gif".> [ignoring the "."'s after the "<" & ">"

of course this can be modified so each rank has its own gif! but thats so easy to do i wont post how 2 do it unless requested!

hope that helps you all out???

p/s ~ i have no idea if this has been posted or not yet, all i do know is that i have been told by loads of people it couldnt be done?

see it in action here: http://duw.virtualave.net/ubb/Forum1/HTML/000002.html

any questions or flamming please PM me, i dont want this to be a flame war topic as its meant to help users who cant do this!

~DP out#

------------------
Email : digital_decode@hotmail.com
Website : Not ready yet
Ubb : http://duw.virtualave.net/cgi-bin/Ultimate.cgi
_________________________
Email : digital_decode@hotmail.com
Website : Not ready yet
Ubb : http://duw.virtualave.net/cgi-bin/Ultimate.cgi

Top
#36858 - 03/21/00 07:03 PM Re: showing usertext/image & stars & real rank [easyish hack]
Dr Dollarz Offline
Member

Registered: 02/20/00
Posts: 402
Loc: Downtown Ghetto of New York
easylish, LOL!!! good joke

------------------
Please Join My UBB
We are now accepting Moderators!!
_________________________
The UBB
We need you, Mod Positions are available

Top


Who's Online
1 Registered (blaaskaak), 31 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by Ian_W
Yesterday at 03:47 PM
What do you use to edit the files
by Ian_W
Yesterday at 03:33 PM
BeyondCompare v3.00
by Ian_W
Yesterday at 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
Yesterday at 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3] Language file checker
by blaaskaak
09/09/08 12:56 AM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
ghengis317, NitroX, Dogan, EliYah-, W-D
13344 Registered Users
Top Posters Last 30 Days
AllenAyres 16
blaaskaak 13
FREAK1 7
Mike L_dup1 4
Chris Bale 4
Ian_W 4
tackaberry 3

 

 

 
fusionbb message board php hacks