All this module really is is an include for a Q3 server status PHP module to make it work in PHP-Nuke. It didn't show up until I upgraded to 6.7 or 6.8.
The error showed above the include I have commented out before I commented it, too.
Any thoughts?
Code:
<?php
if (!eregi("modules.php", $PHP_SELF)) { die ("You can't access this file directly..."); }
if(!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Order Guest";
}
if ($username == "Admin") {
$username = "ADMlN";
}
OpenTable();
echo("<meta http-equiv=refresh content=60><center>");
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum