well, since you set it to 0, it's going to compute to a new date at a point when you have at least ONE person online..
are you saying you want to fix the date to a specific value? if so, why ?
don't you want it to be a true value that counts up from here on out?
:shrug:
but if you really want to force the issue, go to your Admin Control Panel, Database Tools, SQL Command
UPDATE ubbt_CACHE SET max_onlinetimestamp=1228003200;
paste that into the textarea and execute it.. that will set the date to 11/30/2008 (unixtime) and a recalculation will ensue
