View Single Post
  #5 (permalink)  
Old 03-17-2005, 05:30 AM
lt_s7orm lt_s7orm is offline
Junior Member
 
Join Date: Mar 2005
Posts: 12
Hm, I is a Modul infact:

Here is the Modul Code:
Code:
<?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__));
include("header.php");
$index = 0;
OpenTable();
echo"     HTML CODE (nothing special - just plain text)            ";
CloseTable();
include("footer.php");

?>
Reply With Quote