<? define('THIS_SCRIPT', 'test'); if($vbulletin->userinfo['userid'] == 9){ echo("Good"); } else { echo("Bad"); } ?>