Edit index.php, find
PHP Code:
$numberinvisible=$numberregistered-$numbervisible;
After that add:
PHP Code:
// User Always ONline Hack
// User's user name:
$special_users_username='MyUser';
// User's thread:
$special_users_threadid=1000;
$activeusers="<a href=\"showthread.php?".$session[sessionhash]."&threadid=$special_users_threadid\"><b>$special_users_username</b></a>, ".$activeusers;
$totalonline++;
$numberregistered++;
// User Always ONline Hack
(Edit username and threadid above).
This hack adds the username to who is online list in the main page ( but not to online.php) taking the first position in that list and listed as BOLD too. If someone clicks that name, he is taken to a thread you entered its id above.
Enjoy..