manuel.fho
10-03-2012, 05:22 PM
Hello...
Have a file in /a/b/c/test.php and need integrate the forum account profiles.
Have this:
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/showthread.php/408328-Who-make-a-brigde-in-php
Have a file in /a/b/c/test.php and need integrate the forum account profiles.
Have this:
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/showthread.php/408328-Who-make-a-brigde-in-php