The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
![]() |
||||||||||||||||||||||||||||||||||||
DnP Firewall : SEO Friendly Double-Protection Layers against Flood / DoS / Spam Bots
![]() Developer Last Online: Jul 2012 ![]() ![]()
![]() ![]() DnP Firewall Gateway Demo *To test Front-End Layer protection : It's the page shows up when you first enter the site. *To test 2nd Layer Protection : Pass Front-End Layer protection, then Tap (not hold) F5 continuously nonstop for 10 seconds. DnP Firewall Gateway was designed to stand against the massive DoS attack targeted DnP Network? few years ago. Upon installed, it has been reducing the severe level of many incidents and preventing my forum from being overload ever since. It also nearly blocks away all the automated bots that come to register for spamming on the forum. The last release was almost 3 years ago and there had never been any update to the MOD. Version 0.3 came with many issues though it was very stable. I decide to give another upgrade and simplify the code a little for another release. Don't hesitate to install DnP Firewall Gateway for your forum and hope you will find it as useful as I do. *This Firewall is compatible with All PHP Forum systems and Search Engines Friendly* 1 - Use this simple Firewall to protect your ( vBulletin / phpBB / SMF / IPB / etc.. ) forum
![]() 3 - Installation for vBulletin Forum a. Upload all files from package to your forum_rootFind PHP Code:
PHP Code:
Simply remove this line to deactivate the firewall3b - Upgrade Simply perform step Quote:
4 - Note Eventhough the DnP Firewall Gateway could reduce the damage of a flooding attack, it does not guarantee that all of the negative affects of an attack could be avoided. I do not hold any responsibility for such matters. As an administrator you should know that there is not software firewall that could be as effective as a hardware firewall. You are free and encouraged to modify the Layout of the Gateway page in dnp_fw_template.php but please respect the copyrights notice of the author. Additional templates are also available if you'd want different look. (How to change DnP Firewall Template) DnP Firewall Gateway also acts as an Introduction page for your forum if you fill it up with rich information content of your site. Adsense or other Ads could be placed here to maximize your revenue since every visitor will need to pass by this Introduction page. It almost 100% guarantees that your CTR or Page Impression will raise quickly. 5 - Compability This MOD can be used with almost any system that runs PHP. Compatible with all vBulletin forum from 3.0.x to 3.8.x It should not conflict with any existing MODs on your forum. DnP Firewall Gateway consumes very little server resource because on the surface, it is just a simpe webpage. It does not execute any query, therefore your database will not be affected under any circumstances by this MOD. DnP Firewall Gateway could together be used with InV-Firewall Script to act as doubled-firewall system that 2 x the strength against Flood /DoS Attack with bonus of denying malicious query and tracking access. DnP Firewall Gateway is also compatible with DnP Instant! AJAX/SEO Musicbox & News smart anti-flood protection that brings extra power to the firewall. The 3 firewalls, DnP Firewall Gateway - InV-Firewall Script and Smart Anti-Flood from DnP Instant! AJAX/SEO Musicbox & News can be used altogether to triple the strength. 6 - History Log v1.4 v1.3 v1.2 Beta7 - Useful links
[Original topic can be found at http://www.silveryhat.com/delynie/f142/dnp-firewall-help-your-forum-fight-flood-attack-dos-spam-unwated-bots-6985.html] Download Now
Show Your Support
|
Comments |
#132
|
|||
|
|||
![]()
Hi,
I want to always/permanently skip the "front-end" protection. I want to disable that, not use it... But I do want to keep the 2nd layer protection (too many hits frequently), how can I make this change? Mike |
#133
|
||||
|
||||
![]()
I'm sorry the free version of DnP Firewall doesn't allow advanced modification to the original source code for such request.
|
#134
|
||||
|
||||
![]()
I think this mod is dead. The author is MIA. I've been trying to get in contact with him since august (email, pm, i even posted on his site) and he never responds.
|
#135
|
|||
|
|||
![]()
does it work with 4.1?
|
#136
|
||||
|
||||
![]()
It should, it doesnt use any vbulletin code. Hell ive even used it with non-vb scripts.
|
#137
|
|||
|
|||
![]()
this is a useless from large DDOS attack.
|
#138
|
|||
|
|||
![]()
That's why it says DoS and not DDOS in the subject line.
A better question is what benefit does this have over something like mod deflate? |
#139
|
||||
|
||||
![]()
The main good thing about this mod is that it makes it impossible for bots to sign up on your forum or to use forms.
|
#140
|
|||
|
|||
![]()
Does this work on vbulletin 4.1.x ?
Thanks Mark |
#141
|
||||
|
||||
![]() Quote:
I have made a fix on my site for this to work with IPN and Guests Only on www.wizardmods.net Above Code:
/*======================================================================*\ || #################################################################### || # Downloaded: 14:31, Fri Oct 1st 2010 || # CVS: $RCSfile$ - $Revision: 31416 $ || #################################################################### \*======================================================================*/ Code:
$ip = getenv('REMOTE_ADDR'); if ($ip != "66.211.170.66") { if ($vbulletin->userinfo['usergroupid'] == 1) require_once('dnp_fw.php'); } Is the usergroup you want it to affect The ips address is Google IPN ip... that might change from time to time Hope that Helps |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|