$cwd = getcwd();chdir('path/to/forum');require_once('global.php');chdir($cwd);if(!$vbulletin->userinfo['userid']){ echo 'Login | Register';}else{ echo 'Welcome '. $vbulletin->userinfo['userid'];}