Quote:
Originally Posted by sabret00the
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;
|
Try it like this (no trailing slash)
PHP Code:
chdir("/home/radscan/public_html");
This worked for me.