![]() |
DnP Firewall : SEO Friendly Double-Protection Layers against Flood / DoS / Spam Bots
1 Attachment(s)
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) http://img193.imageshack.us/img193/5001/43494395.jpg http://img193.imageshack.us/img193/2053/29863888.jpg http://img193.imageshack.us/img193/5194/92989592.jpg http://img193.imageshack.us/img193/9864/60091982.jpg http://img193.imageshack.us/img193/7945/89648049.jpg http://img193.imageshack.us/img193/8619/65625704.jpg http://img268.imageshack.us/img268/5809/44917866.jpg Free layouts for DnP Firewall Gateway at Firewall Templates 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] |
how to make it gorup user depend on
? and also you should think about google and others bot will be affected by this way |
Quote:
1 - A firewall itself does not need to differ usergroups. When you first come to a forum you are not logged in, therefore how you could have a usergroup? It is also not necessary because any established connection is potential to be a problem, even the admin account if it falls into wrong hand. It's better safe than sorry my friends. And, without checking usergroups, the firewall remains intact to any database query, that is the goal of this firewall as well. 2 - For Google and other bots, you missed http://img200.imageshack.us/img200/80/61103220.jpg Example : DnP Network has installed this firewall for last few years. Google Search : DnP Network returns 2,800+ results. Yahoo Search returns 5,600+ results. And of course, the new-born Bing Search, only returns 190+ results at the moment :( You can find more details at What are the Search Engines allowed by DnP Firewall Gateway ? |
thank you for this great hack
i will try and comeback |
Excellent Installed :up:
|
Please kindly check for any bugs so I can quickly improve the MOD :)
|
I think the fact that a guest has to pass this gateway many off them will leave the site before entering it.
CanĀ“t you install a automatically redirecting? There are the advantages of this mod if you think about vbfirewall? |
Maybe a bug ?
we have installed this on our main site and test site, on the test site we have no problems at all :) but on our main site the gateway page and our login page keeps redirecting to and fro each other and will not let you login. it does this with or without using www in the url. any ideas ? |
Quote:
Automatically redirecting is absolutely a No. The reason is if a bad connection approaches the forum, we don't want to transfer it inside. And we cannot differ a good and bad connection. So again, better safe than sorry. Quote:
|
Version 1.2 is ready for download ;)
In this version, the firewall has been improved on stability. The config file is separate. New option allows domain restriction, which means firewall only accepts requests from this domain (security purpose). The setting can be changed via dnp_fw_config.php Please kindly follow upgrade instruction on first post if you already install DnP Firewall Gateway |
Sweet, Im Checking this out !
|
;) Leave a feedback soon!
|
Quote:
|
I have vbadvanced as the homepage. Do I need to add that to the config also?
|
Quote:
Quote:
|
Will this affect normal, non-bot, traffic?
|
Very nice silveryhat and yes I dropped the ball on your install video for the DnP Musicbox but if you still need it PM me, I'll get it done ASAP!
S-MAN Edit: Ok pm me about the MusicBox... have not DL'd an update yet but this mod here has no install instructions.. I see them above in the post and it should be simple but us coders know how many members are so I'll make a video for this and get it to you tomorrow. |
perfect work :)
|
Here must config? like that?
//Your forum *domain only* //Define domain with and without www //Do not add trail at the end //Example : 'google.com' , 'www.google.com' $Forum_domain = array( 'http://yourforum.com', 'http://www.yourforum.com', |
Quote:
Quote:
Quote:
|
yup thanks if work i tested it The site made doss :D
|
Quote:
S-MAN |
Shouldn't that $_GET variable be sanitized or at least checked that it is for the same site? Not sure if it can be abused as an open redirect but it's better to be safe than sorry.
Also, $HTTP_SERVER_VARS is deprecated ($HTTP_SERVER_VARS['HTTP_USER_AGENT']). You should use $_SERVER. :up: |
Quote:
Quote:
In version 1.3 there will be one more layer of protection besides the firewall itself :) |
Update v1.3 on Aug 29 / 2009
Add 2nd layer protection and 3 more options in config file.Detail information about DnP Firewall 2nd Layer Protection |
Thanks For Update To 1.3, Installed And Working With No Problems :up:
|
interesting mod, I've tagged it
|
Installed and Nominated :)
Thanks for update |
Installed working great
|
silveryhat any idea without Enter page :S:(
|
Quote:
Quote:
Quote:
|
1 problem im a having is the that message
Multiple Requests have been directly targeted our forum, as the result the current access is temporarily restricted for 10 second(s) Is being displayed in shoutbox and in Top 5 Stats aswell on forum and I have had to dissable 2nd Layer Flood Protection to stop this happening. Is there anyway to stop this? Regards |
1 Attachment(s)
Quote:
Every refresh trips the firewall and messages appear all over the forum,after @ 2 minutes the screen disolved into a mess of broken images.........:( |
Uninstalled as it is interfering with ping backs and monitoring provided by my host.
|
Quote:
Quote:
PHP Code:
|
I Have Installed Cyb Advanced 'New Posts' (AJAX),Cyb Advanced Forum Statistics, Cyb - ChatBox,And It Seems That Because There Auto Refreshing That Its Causing Firewall To Trigger The Message
Quote:
|
i have already tryed setting this to a few diffrent setting atm it is set at
PHP Code:
PHP Code:
Quote:
|
I pull this information from the Detail information about DnP Firewall 2nd Layer Protection for you. Though it is titled as Advanced, it is not very hard to do
Quote:
|
Thanks just edited dnp_fw.php amd changed setting,
Ill see if that sorts it Apprciated :up: |
Anytime. As you see, the 2nd Layer protection is a bit powerful and sensitive.
|
All times are GMT. The time now is 06:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|