MyBB Community Forums

Full Version: Users Online Today in the Index Stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://community.mybboard.net/showthread.php?tid=6011

Hello, I knew there was a thread to do this, but I was wondering.

$stime = time()-(60*60*24);

The code above does not apply to my Time Setting..How do I change it to GMT + 8 ?

Thanks!
There's no need to change something. The code you posted does the following:

$stime = time now - 86400 seconds = time now - 24 hours.
Yes but, the day is wrong..
For e.g

I visted my forums at 4pm today...so the whole "Who is online" should restarts at 12am.

How ever, when I visit it in tomorrow's 2pm, it would still state that I am onlined today.
Actually, these modification shows who was online in the last 24 hours. If you want it the other way, you have to change the code to fit your needs. But this would be more complicated.