I found that you don't need to comment the that line at all and it will work fine with the change in the script above that line (in fact, I ran into an error with the above comment because of the added { )
Ooops my bad, I forgot to say, u gotta comment the " } " of
if (time() - $_SESSION['timeOnlineUpdated'] > 60 * 15){
$_SESSION['timeOnlineUpdated'] = time();
but do not comment the code between it. The reason I commented these lines is that above about 10-15 lines there is the exact same code, so it executes 2 times, there is no reason to do that, cause it will "loose" some seconds of total time online
the one line change worked for me. Gonna patch it in for 1.1. Good Work Ice Man.
Ty
