Quote:
Originally Posted by Neal-UK
No, same errors. No such file or directory.....
PHP Code:
// ## Changes Directory so it can accesss vBulletin IF we are outside the forums folder, if not this is not nessary ## chdir("public_html"); // ## Set's the base root directory back to the forums for all images ## $img_forums = "public_html"; // ## Set GRPS to rewrite links and images automatically $rewrite_links = TRUE;
|
one more quick off the cuff try at something
PHP Code:
// ## Changes Directory so it can accesss vBulletin IF we are outside the forums folder, if not this is not nessary ##
chdir("/home/radscan/public_html/");
// ## Set's the base root directory back to the forums for all images ##
$img_forums = "../";
// ## Set GRPS to rewrite links and images automatically
$rewrite_links = TRUE;