Quote:
Originally Posted by mustang_lex
Ya its iproarcade . you can see it when you go to my site. I opened the arcade.php file and it just says load ./global.php ???
|
I am looking at you arcade right now.
Try this in your arcade functions. But first before you make any modifications remember to make a backup.
Go to you arcade/functions/functions.php
open it with a text editor:
Find:
PHP Code:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits;
Replace with:
PHP Code:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits, $navbar2;
If this does not work then delte the file and put your backup back in.