OKay i tred yesterday to edit this hack its called staff online colours. the reason why i wanted to edit it was because i wanna add another group to it and for some odd reason my codes arent working *confused* can someone help me? this is wut i want done pls.
this is wat im trying to do i wanan make a group called " sexy super mods " and i want themt o glow pink. i tryed to work it into the code but i had an error so i just replaced it soo can any one help me? if soo pls drop wut u have edited soo it will work for me thanks
PHP Code:
// Afterburners Colored OnlineUserHack Start
if ($loggedin['usergroupid'] == 6 and $highlightadmin) {
$username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) {
$username = "<b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod
} else if (($mod["$userid"]) and $highlightadmin) {
$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod
} else if (($Super Sexy Mod["$userid"]) and $highlightadmin) {
$username = "<i><font color=pink>$loggedin[username]</font></i>"; // Color for Sexy Super Mod
} else {
$username = "<font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of
}
eval("\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";");
}
while ($loggedin=$DB_site->fetch_array($loggedins)) {
$numberregistered++;
$invisibleuser = '';
if ($loggedin['invisible']==1 and $bbuserinfo['usergroupid']!=6) {
continue;
}
$numbervisible++;
$userid=$loggedin['userid'];
if ($loggedin['invisible'] == 1) { // Invisible User but show to Admin
$invisibleuser = '*';
}
if ($loggedin['usergroupid'] == 6 and $highlightadmin) {
$username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) {
$username = "<b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod
} else if (($mod["$userid"]) and $highlightadmin) {
$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod
} else if (($Super Sexy Mod["$userid"]) and $highlightadmin) {
$username = "<i><font color=pink>$loggedin[username]</font></i>"; // Color for Sexy Super Mod
} else {
$username = "<font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of
}
eval("\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";");