MyBB Community Forums

Full Version: Reset Most Users Online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to reset the "most users online" counter?
UPDATE `mybb_datacache` SET `cache` = 'a:2:{s:8:"numusers";i:0;s:4:"time";i: 1261863381;}' WHERE `title` = 'mostonline';

Try that. That'll set it to 0 at the current time.
Thanks - That worked perfectly! Smile