The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
here is most....
<?php $curdir = getcwd (); chdir('/webroot/s/n/snaps/www/forum'); require_once('/webroot/s/n/snaps/www/forum/global.php'); require_once(DIR . '/includes/functions_bigthree.php'); chdir ($curdir); ?> <?php activeusers = ''; if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine']) { $show['loggedinusers'] = true; } else { $show['loggedinusers'] = false; } ?> <h1>Logged in Users</h1> <a href="online.php<?php echo $session[sessionurl_q]; ?>" rel="nofollow"> <?php echo $vbphrase[currently_active_users]; ?></a>: <?php echo $totalonline; ?> <div> <?php echo $activeusers; ?></div> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|