mfyvie |
07-28-2007 12:13 PM |
Quote:
Originally Posted by rungok
(Post 1298478)
Solved it. I just pasted this line without the table prefix, and it worked.
Code:
" . ($killspiders ? " AND session.spider = -1 " : null) . "
All of my tables have table-prefix _vb, but the rest of the original query refers to this table without it.
|
Thanks for that. Very strange though - I have to check more into that syntax. I don't use table prefixes, or mysql 5 - are you using mysql 5 and if so, is strict mode set?
Quote:
Originally Posted by AndyP
(Post 1302783)
Is anyone else trying to use this mod with PaulM's most ever mod?
I'm currently getting low counts for active users, that is, spiders aren't included.
But the most ever guest count is a lot higher than I'd expect. It must be including spiders, and in turn affecting the most ever users online stat.
Are they compatable? To me it doesn't look like it.
|
From the looks of it they wouldn't be compatible. The reason is that Paul's mod will not be differentiating spiders in the totals, and is probably re-writing the max online statistic.
Quote:
Originally Posted by lebanon
(Post 1303819)
I just added ur mod, however whats weird is my record of users went down from 1600 to 172 members online and today as the record.
My who is online shows guests but the main page shows 0 guests,
Am only confused cause i cant see in the code what could mess up the record query !
|
Sounds like the mod is functioning exactly as designed. I suggest you give it time (see other posts on this thread which cover the same subject) and the number of guests will increase to the correct number. If in doubt -use the test script I included to verify that everything is working as you expect.
|