you have to copy this part of online.php before:
PHP Code:
$loc = $userinfo[location];
$loc=preg_replace("/\?s=[a-z0-9]{32}(&)?/","?",$loc);
if ($loc==$userinfo[location]) {
$loc=preg_replace("/\?s=(&)?/","?",$loc);
}
if ($loc==$userinfo[location]) {
$loc=preg_replace("/&s=[a-z0-9]{32}/","",$loc);
}
if ($loc==$userinfo[location]) {
$loc=preg_replace("/&s=/","",$loc);
}
if ($userinfo[invisible]) {
$userinfo[hidden] = '*';
if ($bbuserinfo[usergroupid] == 6) {
$userinfo[invisible] = 0;
}
}
$filename = strtok($loc, '?');
$pos = strrpos ($filename, '/');
if (!is_string($pos) || $pos) {
$filename = substr($filename, $pos+1);
}
then you can use $filename