so you are installing that hack twice on two different servers? The path is not correct, did you double check it?
You don't have to use full path, if your forums is located in the webroot like: /main root/forums/
then you could do:
PHP Code:
chdir("../forums/");
require("global.php");
you cannot have a .php file in the line of chdir (change directory)..
I see you have index.php in chdir();