Jump to content

[Share]Protection from DOS, SQL Injection ++!


Stewie

Recommended Posts

What is this?

General Protection for your site, protection from most used attacks around net based on PHP.

 

From what does protect?

°Protection from bots, DOS attacks, click attacks, spam, IP spam, SQL Injection and alot more from most known attack methods.

 

Download blow:

Here

 

How to use it? (README.txt)

Extract in root folder of your site.

How to use it?
Simple copy/paste this(below lines) in head of your pages (example: index.php) and choice if enable/disable the protection.
---------------------------------------------------------------------------------------------------------------
<?php
define('STEWIE_FIREWALL_REQUEST_URI', strip_tags( $_SERVER['REQUEST_URI'] ) );
define('STEWIE_FIREWALL_ACTIVATION', true );
if ( is_file( @dirname(__FILE__).'/stewie-protection/protection.php' ) )
include_once( @dirname(__FILE__).'/stewie-protection/protection.php' );
?>

----------------------------------------------------------------------------------------------------------------
Enable = true
define('STEWIE_FIREWALL_ACTIVATION', true );

Disable = false
define('STEWIE_FIREWALL_ACTIVATION', false );

 

 

 

 

Link to comment
Share on other sites

  • 4 weeks later...

Seriously? Stewie protection? Loled

 

http://community.mybb.com/thread-103695-post-877656.html

 

I hate when people remove credits..

 

PS: It won't help against any attack except of some floods.

Link to comment
Share on other sites

Seriously? Stewie protection? Loled

 

http://community.mybb.com/thread-103695-post-877656.html

 

I hate when people remove credits..

 

PS: It won't help against any attack except of some floods.

 

Busted! :not bad:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock