All versions have a small time problem with the online.php script. To fix this problem edit your online.php file. About line 24 you will see 2 lines that look like this:
$Outdated = $html -> get_date();
$Outdate = $Outdated - 600;
Delete both of those lines, and add this:
$Outdated = time() - 600;
-------------------
Scream
<a target="_blank" href=http://www.wwwthreads.com>WWWThreads</a>