PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Sun Jan 23, 2005 1:43 pm Reply with quote Back to top

Open your modules.php and before
global $nukeuser, $db, $prefix;

Add something like
Code:

if($op=="modload" AND $name!="SPChat")
{
   die("Whatever you want to tell the goofs here");
}

Or using custom errors
Code:

if($op=="modload" AND $name!="SPChat")
{
   Header("Location: error.php?op=modload&name=Error&file=403");
               exit;
}


Search your logs for legitimate uses of modload mostly older modules now. But I know SPChat is one so I put that in there as an exclusion. You can use OR to add as many exclusions as you wish.

Code:

if($op=="modload" AND $name!="SPChat" OR $name!="OldModname" OR $name!="OldModname")
{
   Header("Location: error.php?op=modload&name=Error&file=403");
               exit;
}


If you have more then a couple of old modules that use modload this is probably not for you.
View user's profile Send private message
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Tue Jan 25, 2005 4:34 pm Reply with quote Back to top

I'm going to post a revision here the above failed with more then one protected module.
This works much better simular to something chat and ganja came up with a while back.
Code:

if (stripos_clone($modstring, 'modload') AND (!$_REQUEST['name']=="gallery" || !$_REQUEST['name']=="SPChat")) header("Location: error.php?op=modload&name=Error&file=403");
View user's profile Send private message
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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum