One more thing...
You will need to edit online.php or it will look like:
Unknown Location: /countdown.php?
----------------------------------------------------------------------
Open online.php:
Around Line 200 you will see alot of "case" statements
Throw this in there somewhere:
PHP Code:
case 'countdown':
$userinfo[where] = "Viewing the <a href='countdown.php?s=$session[sessionhash]'>Countdown</a>";
break;
Then around line 500 you will see more "case" statements
Throw this in there:
PHP Code:
case 'countdown.php':
$userinfo[activity] = 'countdown';
break;
-------------------------------------------------------------------------------
(FYI)