View Single Post
  #3 (permalink)  
Old 04-05-2005, 04:58 AM
maverick1 maverick1 is offline
Junior Member
 
Join Date: Feb 2005
Posts: 13
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
Reply With Quote