I am very new to this stuff and this is the first hack i have tried to write so thanks for the patience you are having with me
Homepage.php.
<?php
error_reporting(7);
$templatesused='Homepage';
require('./global.php');
eval("\$Homepage.php = \"".gettemplate("Homepage.php")."\";");
?>
that is all i wrote cause i am not using any new variable just the ones that are already made in the global. username time ect ect
|