UBB.Dev
Posted By: Rick All versions - online.php - 04/10/2001 4:01 AM
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;
© UBB.Developers