Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: micks80 on October 21, 2007, 10:28:55 PM

Title: Which table stores the forum stats ???
Post by: micks80 on October 21, 2007, 10:28:55 PM
Hi Friends,
I had to move my site from shared to VPS hosting account and in process i had to manually update the SMF database table by table. Everything else looks fine,except this part:


Forum stats:
3 Posts in 3 Topics by 7000 Members.

Most Online Today: 3. Most Online Ever: 9 (October 10, 2007, 07:56:12 PM)
[code]

These both entries are wrong and they are not being picked up from the old database.I would appreciate if someone can help me by telling which table in the database these values are stored in and i can double check or try to restore the values from my old database back up.

Thanks for your help and time.
[/code]
Title: Re: Which table stores the forum stats ???
Post by: Bulakbol on October 21, 2007, 10:52:11 PM
The smf_log_online table fieldset:

date
hits
topics
posts
registers
monstOn

That's where the data are stored.
Title: Re: Which table stores the forum stats ???
Post by: Something like that on October 21, 2007, 11:20:03 PM
Quote from: micks80 on October 21, 2007, 10:28:55 PM
Hi Friends,
I had to move my site from shared to VPS hosting account and in process i had to manually update the SMF database table by table. Everything else looks fine,except this part:


Forum stats:
3 Posts in 3 Topics by 7000 Members.

Most Online Today: 3. Most Online Ever: 9 (October 10, 2007, 07:56:12 PM)


These both entries are wrong and they are not being picked up from the old database.I would appreciate if someone can help me by telling which table in the database these values are stored in and i can double check or try to restore the values from my old database back up.

Thanks for your help and time.

Those are stored in the "smf_settings" table. The entries you want are mostOnline, mostOnlineToday, mostDate, etc. You should be able to figure them out :)
Title: Re: Which table stores the forum stats ???
Post by: micks80 on October 22, 2007, 09:28:32 AM
Thanks a lot friends..worked like a charm!!!