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
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



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks