@Princeton: with pleasure
@abdobasha2004: vb3 - vb4
--> for vb5 I don't have this version but I think it is the same. You can do a simple test only with vbconnect.php (with little modification)
PHP Code:
<?php
chdir('./YOUR_FORUM_FOLDER_NAME');
define('CVD', (($getcwd = getcwd()) ? $getcwd : '.'));
require_once(CVD . '/global.php');
$result = array(
'username' => $vbulletin->userinfo['username'],
'userid' => $vbulletin->userinfo['userid'],
'userpost' => $vbulletin->userinfo['posts'],
);
echo json_encode($result);
?>
Go to
www.yourdomain.com/vbconnect.php and see the result