even something like that
Quote:
<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
echo"This is jest a test page ";
CloseTable();
include("footer.php");
?>
|
after i active it i try to get in and it say "sach file "no sach file was found"
or something like that