Stewie Posted July 26, 2013 Posted July 26, 2013 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 );
Cryonide Posted July 28, 2013 Posted July 28, 2013 Has anyone test it? I don't think that he is skilled for something like this.
Stewie Posted July 28, 2013 Author Posted July 28, 2013 I don't think that he is skilled for something like this. Mhm... do i know you? Nop.
Cryonide Posted July 28, 2013 Posted July 28, 2013 Mhm... do i know you? Nop. Just my instrict speaks.
dEvilKinG Posted August 21, 2013 Posted August 21, 2013 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.
FirefoxAurora Posted August 21, 2013 Posted August 21, 2013 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:
dEvilKinG Posted August 21, 2013 Posted August 21, 2013 someone test it and tell me if works `Thanks 8) It will work for some small floods, it won't protect you from anything..
Invis™ Posted August 21, 2013 Posted August 21, 2013 Every share of Stewie is from ppl that got busted from his keylogger or shared on other forums. :not bad:
Pauler Posted August 21, 2013 Posted August 21, 2013 This guy just shared another person's work again? I am not amused anymore.
Invis™ Posted August 21, 2013 Posted August 21, 2013 This guy just shared another person's work again? I am not amused anymore. He changed the php to Stewie. So its his share. :happyforever:
Recommended Posts