The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Display if Online - Display if Offline
I have the following code at the start of all my php pages:
Code:
/* vBulletin Information Retrieval*/ $curdir = getcwd (); chdir('/home/hghgfhgfh/public_html/messageboard'); require_once('/home/hghgfhgfh/public_html/messageboard/global.php'); chdir ($curdir); /* Name and User Id of User*/ $user_id = $vbulletin->userinfo['userid']; $user_name = $vbulletin->userinfo['username']; Or at least tell me where it stores who is online and who isn't in the vb database |
#2
|
||||
|
||||
The `session` table.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|