<?php
// ## Changes the Directory so it will grab vb3 ##
chdir("/home/www/gamerzwo/forum");
// ## Grabs global.php so it will use vb3 functions ##
require("/home/gamerzwo/www/forum/global.php");
// ## yeap what it says ##
define('NO_REGISTER_GLOBALS', 1);
// ## defines this script as chat if you use phpinclude_star for this page at all ##
define('THIS_SCRIPT', 'chat');
eval('print_output("' . fetch_template('chat') . '");');
?>
Is what it looks like atm. Why is the top one working but not line 5 if im typing wrong
|