Fix by: mynukecops http://www.natrindex.com/
Fix:
Open modules/Downloads/voteinclude.php and modules/Web_Links/voteinclude and change:
if (!eregi("index.php", $_SERVER["PHP_SELF"])) {
die("You can't access this file directly....");
}
To:
if (!eregi("modules.php", $_SERVER["PHP_SELF"])) {
die("You can't access this file directly....");
}
This bug is present in 6.6, 6.7, 6.8, 6.9