MyBB Community Forums

Full Version: Install IOSEC HTTP Anti Flood/DoS Security Module On Mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
1.Download IOSEC HTTP Anti Flood/DoS Security Module

http://sourceforge.net/projects/iosec/


2.Upload iosec_admin Folder to main directory & Upload iosec.php & test.php

Now Edit Global.php & Add This code


include('./iosec.php'); //Include module
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache");
header("Pragma: no-cache");

And Save

If You Need Any Help Just Reply Down

Wink
Running these php DDOS protection schemes is a terrible idea imho. If they are hitting the php level then likely Apache is already going to fail. You'd be way better off with Cloudflare's "Under Attack" mode.
I think it would be better then nothing
I agree with Labroca on this.
If you stress PHP out enough, it will suck up memory. Then Apache will eat up the rest.
Some Users Dont Have There Own Servers So This Will Be Helpfull
You don't need your own server to have CloudFlare, merely access to your domain's DNS.
(2012-09-16, 10:45 PM)Marks-Mans Wrote: [ -> ]Some Users Dont Have There Own Servers So This Will Be Helpfull

Then your account gets suspended for resource overuse.
Well I Know But I Prefer To Have My Own Server Its Better Then Buying A Normal Hosting Package
Pages: 1 2