Quote:
Originally Posted by Billspaintball
|
Yep - the same happened. Using vB 3.5.4
PHP Code:
<?php
chdir('/home/sites/avforums/public_html/forums');
require_once('/home/sites/avforums/public_html/forums/global.php');
?>
<html>
<body>
This is a heading<br />
This is some more stuff <br />
And another line<br />
You get the idea<br />
Just place stuff as you normally would with HTML<br />
I use CSS to style and position on my site fwiw<br />
<br />
How about we put the login box right under here?<br />
<br />
<?php
require_once('/home/sites/avforums/public_html/login_inc.php');
print_r($vbulletin->userinfo);
?>
</body>
</html>
Uploaded to
www.avforums.com it works perfectly. Uploaded to
www.avplay.com it does not. I get the 'Thanks for loggin in' message followed by the login request.
The contents of $vbulletin->userinfo are not being filled when the script is on avplay.com.