Log in

View Full Version : just switched to vb301, need to modify "most users online ever"


smashtheqube
05-04-2004, 01:52 AM
hey I just switched to vBulletin 3.0.1 from Burning Board 2.1.2 and I lost my "most users ever online" count. Is there any way to restore this? (SQL query, etc.)

- smash

Brad
05-04-2004, 01:59 AM
Run this query on your database, make sure you change the number and prefix to suit your needs

REPLACE INTO prefix_datastore (title, data) VALUES ('maxloggedin', '100')

Zachery
05-04-2004, 02:22 AM
hey I just switched to vBulletin 3.0.1 from Burning Board 2.1.2 and I lost my "most users ever online" count. Is there any way to restore this? (SQL query, etc.)

- smash
Why not just wait till it gets back to what it was ? ^^

Tony G
05-04-2004, 08:27 AM
Maybe it'll never be reached again? :p
They can stay un-changed for a looong time.

smashtheqube
05-04-2004, 11:35 AM
Why not just wait till it gets back to what it was ? ^^

because I'm impatient :P

plus my site was on TV once and I doubt we'll ever have that much traffic again. :D

smashtheqube
05-04-2004, 07:09 PM
Run this query on your database, make sure you change the number and prefix to suit your needs

REPLACE INTO prefix_datastore (title, data) VALUES ('maxloggedin', '100')

that actually didn't work... :(

Zachery
05-04-2004, 07:11 PM
did you change prefix_ to your table prefix if you have one? and if you dont did you remove it?

smashtheqube
05-04-2004, 07:45 PM
did you change prefix_ to your table prefix if you have one? and if you dont did you remove it?
yeah

smashtheqube
05-05-2004, 04:53 PM
any1? :(

smashtheqube
05-05-2004, 05:00 PM
I just noticed... that function actually resets the count to 1 no matter what the number you fill in is.

Zachery
05-05-2004, 05:34 PM
No clue, IMO just let it regrow,

smashtheqube
05-05-2004, 10:49 PM
thanks for trying, zach.

if any1 knows another way, please lemme know.

- smash