Hey, I installed this script, and it worked fine on the same domain... but I want this to work on a different domain than what the forum is on.
I have tried changing the directory for it to find the global.php like this:
<?
chdir("/home/vgcorec/public_html/forum");
require('./global.php');
chdir("/home/xbcore/public_html/");
?>
and I have also tried just running it on the vgcorec site and then using a php include on the xbcore site and it does not work right.
It shows the login forms, but it will not detect that you are already logged in if you are.
Also, the two sites are on the same server.
Please help!