About this Page This is a discussion on installing a module? within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; I created a new module after uploud and active it, i am trying to see it and it says "...
<?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