LOL, No that must have been a copy/paste error or something.
The exact code (copied from the server)
Code:
<?php
// GO TO FORUM DIR
chdir('./forums');
// STANDARD VBULLETIN STUFF
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'rules');
require_once('./global.php');
// GENERIC_SHELL VARS
$pagetitle = "Title of Page";
$HTML = ""; // PIECED TOGETHER IN SCRIPT
eval('$HTML = "' . fetch_template('forums/static/forum_rules') . '";');
$navbits = array();
$navbits[$parent] = 'Meganman';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('GENERIC_SHELL') . '");');
?>
And it is still getting the same error