Resetting most-online Statistics, how?

Started by Hendricius, May 14, 2007, 12:47:11 PM

Previous topic - Next topic

Hendricius

I would like to reset my most online statistics but I wondered: how?

What must I change in my SQL-Database?

Thanks for telling me,

Hendricius

Rudolf

In the settings table there are three variables: mostOnline, mostOnlineToday and mostOnlineUpdated.

Run this query to empty them at once:
Code (SQL) Select
UPDATE {$db_prefix}settings SET value = '' WHERE variable IN ('mostOnline', 'mostOnlineToday','mostOnlineUpdated')
*replace {$db_prefix} with your own tables' prefix
I will update all my mods in the next few weeks. Thanks for your patience.

SVG-Collapse (you need an SVG compliant browser)


ftk

i m sorry, it doesn;t work?!?

what's wrong?

i would like to reset "Most Time Online" stat.

Harro

Did you get an error when you executed that query or not?

Advertisement: