Variables, etc. question

Pedro

New Member
Hello,

I got website based on vB authentification. On the top of every page I use:
Code:
$curdir = getcwd();
chdir('board');
$forumpath = '../board';
require_once('../board/global.php');
chdir ($curdir);

I got question... How could I display vB variables on my page?

It's easy to display $vbulletin->userinfo[x] variables but how to display members online for example?
 
One mor equestions.... is it possible to get those variables from vBulletin or should I use external script?
 
Back
Top