I got upgraded to 6.04e yesterday and I love the new features...
I was working most of yesterday evening trying to figure everything out and I still can not figure out how to install the old stars hack. I tried jimbo's but got totally confused and I don't want the users to define their status. Can anyone please help me?
this is what I had in the old ubb_library2.pl
if ($ThisStatus eq "Administrator") {
$ThisStatus = "$AdminTitle";
}
elsif ($ThisStatus eq "Moderator") {
$ThisStatus = "$ModeratorTitle";
}
elsif ($ThisStatus eq "Member") {
$ThisStatus = "$MemberTitle";
} else {
$ThisStatus = "$JrMemberTitle";
}
} else {
$RegName = "unreg";
}
if ($thisprofile[7] > 200) {
$ThisStatus = "

SENIOR MEMBER";
}
if ($thisprofile[7] > 400) {
$ThisStatus = "


VETERAN MEMBER";
}
if ($thisprofile[7] > 600) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">
THE BIG KAHUNA";
}
if ($thisprofile[7] > 800) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">

CLASSIC MEMBER";
}
if ($thisprofile[7] > 1000) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">


OLYMPIAN";
}
if ($thisprofile[7] > 1500) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">



BIG CHIEF";
}
if ($thisprofile[7] > 2000) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">




GLADIATOR";
}
if ($thisprofile[7] > 2500) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">





TAZ WIZARD";
}
if ($thisprofile[7] > 3000) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">






TAZ WARRIOR";
}
if ($thisprofile[7] > 3500) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">







TAZ ADMIRAL";
}
if ($thisprofile[7] > 4000) {
$ThisStatus = "


![]()
src="/ubb/barbell1.gif">








TAZ GENERAL";
}
# Special Members
if ($thisline[2] eq "BradsViper") { # Put the username there
$ThisStatus = "



TAZ FLEET COMMANDER";
}
if ($thisline[2] eq "KANE") { # Put the username there
$ThisStatus = "





OLYMPIAN";
}
if ($thisline[2] eq "ALPHAMALE") { # Put the username there
$ThisStatus = "




BIG DOG";
}
# End Special members Hack
thanks again for any help you can give me some help
:rolleyes: :rolleyes: :rolleyes: