Hi,
I got the same problem showing different maxusers of today in Forumhome and the "newpage" for who was online. I use vB3.0.1
I fixed it with following change in onlinetoday.php
find:
PHP Code:
WHERE lastactivity > " . (mktime(0,0,0,date("m"),date("d"),date("Y")) + (($bbuserinfo['timezoneoffset']-$timeoffset)*3600)) . "
replace it with:
PHP Code:
WHERE lastactivity > " . (mktime(0,0,0,date("m"),date("d"),date("Y")) + (($bbuserinfo['timezoneoffset']-$vboptions[timeoffset])*3600)) . "
but the most users online still resets every day....