Hi Paul,
sorry for getting you wrong ... *embarrassed* ... it's hard for me to talk about things in a foreign language I don't even understand in my native language :alien:
I run the following sql queries:
Quote:
update datastore set unserialize = 1 where title = 'maxloggedin'
update datastore set unserialize = 1,data = ' ' where title = 'maxloggedin'
|
Excatly the same you told me to try.
The following happend.
1) Run your quere and the database table was empty. The online counter on my board was correct.
2.) Did a refresh, the counter changed to 1, and thats what is in the DB-table
Quote:
s:61:"1:2:{s:9:"maxonline";i:22;s:13:"maxonlinedat e";i:1162731274;}";
|
3.) refresh again
Quote:
s:69:"1:61:"1:2:{s:9:"maxonline";i:22;s:13:"maxonl inedate";i:1162731274;}";";
|
4.) refresh again
Quote:
s:85:"1:77:"1:69:"1:61:"1:2:{s:9:"maxonline";i:22; s:13:"maxonlinedate";i:1162731274;}";";";";
|
It keeps up being messy again ... I guess even without refreshing the browser.
Any further ideas?