coyoweb writes:Small Problem on the administration Forums the error is Access Denied
Only open modules/Forums/admin/forums.php
-------Find Code------
if (!eregi("admin.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }
------Replace with------
global $admin_file;
if (!eregi("".$admin_file.".php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }
by CoyoWeb
Minor bug in phpnuke 7.6 in admin Forum
Posted on Sunday, November 21, 2004 @ 01:48:22 CST in Bugs - Fixed
|
Forums Moderators Needed
Posted on Saturday, November 20, 2004 @ 09:20:44 CST in Help Needed elrayjones writes:
|
PHPNuke v7.6 Download Has Been Patched With 2.6
Posted on Friday, November 19, 2004 @ 21:01:43 CST in Bugs - Fixed
|
PHP Security Breach! Update Immediately!
Posted on Friday, November 19, 2004 @ 18:28:49 CST in Security
|
Calendar bugs
Posted on Thursday, November 18, 2004 @ 02:16:47 CST in Bugs and Alerts southern writes:
|
PHPNuke v7.6 Available For Download
Posted on Wednesday, November 17, 2004 @ 23:29:24 CST in PHP-Nuke
|