ok heres what u do:
PHP Code:
<?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')."\");");
?>
this is da code u put in a file........e.g:
(hackname).php