The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|