Hello...
Have a file in /a/b/c/test.php and need integrate the forum account profiles.
Have this:
PHP Code:
function userVB(){
$fnCwd = getcwd();
chdir(dirname(__file__).'/../../../');
include('global.php');
echo '<plaintext>data: ';
print_r($bbuserinfo);
print_r($vbulletin->userinfo);
print_r($vbulletin);
chdir($fnCwd);
}
userVB();
exit;
But not work, page is blank.
Help please.
In vbulletin.com says:
"vBulletin.org would be a better place to get help with custom coding. "
https://www.vbulletin.com/forum/show...-brigde-in-php