The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Excluding Guests in Most Users Online
For the "Most users ever online" figure, it includes guests and bots. Which means when Google crawls our site, this number jumps up really high and becomes meaningless. Is there a hack (or a setting i'm missing) that will include only registered users in this number?
|
#2
|
|||
|
|||
Wow, this dropped like a rock. Any help?
|
#3
|
||||
|
||||
Wouldn't mind this also...
|
#4
|
|||
|
|||
me too
|
#5
|
|||
|
|||
find in online.php
Code:
if (intval($maxusers['maxonline']) <= $totalonline) { $maxusers['maxonline'] = $totalonline; $maxusers['maxonlinedate'] = TIMENOW; build_datastore('maxloggedin', serialize($maxusers)); } This is untested - but I think it works. arpy |
#6
|
|||
|
|||
It didn't appear to do anything for mine.
|
#7
|
||||
|
||||
anyone else?
|
#8
|
||||
|
||||
This code should work fine. But you must reset the stats first.
|
#9
|
|||
|
|||
Yea, i reset the stats, and it still included the guests in the total number.
|
#10
|
||||
|
||||
You must change the a/m code in index.php as well, and maybe also in admincp/index.php.
Also, if you use a portal software it might also contain the same or similar code which needs to be changed. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|