Quote:
that part where it checks their last seen agaisnt date_sub(now and interval), but does that mean that the page has to be refreshed every 5 seconds or something? As in the Users Online box would be an iframe where a meta tag refreshes it every several seconds?
No, the message-display box is a frame that refreshes every few seconds, primarily by AJAX but falling back onto meta refreshes if AJAX isn't supported.
Quote:
One more thing, i see all over your script things like "set lastseen=NOW()".
But nowhere in the script can i find Function NOW() {. or something like that. Is NOW() a built in PHP function that returns the current time in a datetime format or something of that sort?
Close, but it's a MySQL function. :)