require_once('./global.php');
$cwd = getcwd();chdir('path/to/your/forums');require_once('global.php');chdir($cwd);