To show the statistic in online.php
Open the file includes/functions_online.php
find
PHP Code:
default:
if ($permissions['wolpermissions'] & CANWHOSONLINEBAD)
{
above add
PHP Code:
// ##### Statistik Start #####
case 'statistik':
$userinfo['action'] = 'View the statistic and think about Winston Churchill';
$userinfo['where'] = "<a href=\"statistik.php\">$vboptions[bbtitle] Statistik</a>";
break;
// ##### Statistik Ende #####
find
PHP Code:
default:
$userinfo['activity'] = 'unknown';
}
return $userinfo;
above add
PHP Code:
// ##### Statistik Start #####
case 'statistik.php':
$userinfo['activity'] = 'statistik';
break;
// ##### Statistik Ende #####
Thats all
@58sniper
Your Stats looks nice.
I have no problem with the copyright. One ?PcFreak on you side is enough. (make me a little bit proud

)
Thank you for this mod
PcFreak