I put a page with this exact code into my vb folder:
PHP Code:
<?php
//chdir ('../../vbulletin/');
require_once('./global.php');
echo "<pre>";
print_r($vbulletin->userinfo);
echo "</pre>";
?>
And got this:
HTML Code:
Array
(
[userid] => 1
[temp] =>
[field1] =>
[field2] =>
[field3] =>
[field4] => admin
[field5] => Lynne
[field6] => Yes
etc
So, the script works. There is something going on on your end that is causing it to not work.