also I have this in my online.php :
// Let's show the admin the location but put something false up for everyone else..
if ($bbuserinfo[usergroupid] == 6) {
$userinfo[location] = htmlspecialchars(stripslashes(replacesession($user info[location])));
$userinfo[where] = "What do you think you're looking at, $bbuserinfo[username] <img src=\"http://www.musclemorpheus.com/muscle/images/smilies/wink.gif\">";
} else {
// We were unable to parse the location
|