The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I wouldn't think it would slow down much if at all really. All it's doing is asking the server whose been at these linked files in the past 15 minutes. Plus it wont do anything anyway until someone looks at your whose online page in addition. So my assumption but *NOT* the solid truth as far as I'll say is that no or not really.
|
#12
|
|||
|
|||
Quote:
If so, yeah... At the top of that file (my site's global.php) is the forum's global include and I check to see if $bbuserinfo[userid] is available, and then grab their username/etc. Further down, I do some non-related db queries and such. So my global.php looks like this... chdir("/home/virtual/site1/fst/var/www/html/forums"); require_once("./global.php"); if ($bbuserinfo[userid] != 0) { $userid = $bbuserinfo[userid]; $username = $bbuserinfo[username]; } And below this I open a db connection and run some non-related queries. But that shouldn't affect anything right? Once the forum global is called, then that user should show up in WOL? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|