Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Fri Mar 11, 2005 2:03 am
Reply with quote

you will need to edit the following files:

addmap.php
downloadmap.php
group.php
index.php
ratemap.php
viewmap.php

admin/case.php
admin/index.php
admin/links.php

In all files, directly below the copyright info find
Code:

/* if ( !defined('MODULE_FILE') )
{
   die("You can't access this file directly...");
} */


remove the /* from the beginning and the */ from the end to get this result

Code:

if ( !defined('MODULE_FILE') )
{
   die("You can't access this file directly...");
}


now find
Code:

if(!stristr($_SERVER['PHP_SELF'], "modules.php") && !stristr($_SERVER['SCRIPT_NAME'], "modules.php")) {
   die ("You can't access this file directly...");
}


and delete those 3 lines.

Do that for each of the above files, and thats all.
 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©