<?php error_reporting(E_ALL & ~E_NOTICE); chdir('./forum'); require_once('./global.php'); echo "<br />Userid: " . $vbulletin->userinfo['userid']; ?>