<?php error_reporting(7); chdir('/full/path/to/site/forums/'); require('global.php'); eval("\$footer = \"".gettemplate('footer')."\";"); eval("\$headinclude = \"".gettemplate('headinclude')."\";"); $title="$bbtitle (hackname/thing)"; eval("\$page = \"".gettemplate('template required 1')."\";"); eval("dooutput(\"".gettemplate('template required 2')."\");"); ?>