Quote:
Originally Posted by deathemperor
if the 'vb based' files you created are put above the vb3 forum directory then you got to change this line:
require_once('./forum/global.php');
if files are in forum/, it's
require_once('./global.php');
so you realize the difference ?
|
He will still have errors with includes/init.php if he tries that.
What will probobly work best is changing the require codes in both of those of those to require ("/home/yoursite/public_html/forums/whatever.php")
Or use the chdir code, whatever you prefer.