Quote:
Originally posted by [D]Vincent
Open online.php
Find:
PHP Code:
case 'index':
$userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";
break;
Add under that:
PHP Code:
case 'tetris':
$userinfo[where] = "Playing <a href='tetris.php?s=$session[sessionhash]'>Tetris</a>";
break;
That should work for the who's online problem.
|
Excellent, thank you! I should have figured it would be that easy, I was adding a hack earlier where I changed just this stuff on the online.php
Thanks!
Odil