vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DnP Firewall : SEO Friendly Double-Protection Layers against Flood / DoS / Spam Bots (https://vborg.vbsupport.ru/showthread.php?t=221739)

ctrlbrk 08-08-2010 12:07 PM

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

silveryhat 08-25-2010 12:12 AM

I'm sorry the free version of DnP Firewall doesn't allow advanced modification to the original source code for such request.

|Jordan| 12-02-2010 06:39 AM

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.

sivaganeshk 12-02-2010 04:17 PM

does it work with 4.1?

|Jordan| 12-02-2010 05:57 PM

Quote:

Originally Posted by sivaganeshk (Post 2128431)
does it work with 4.1?

It should, it doesnt use any vbulletin code. Hell ive even used it with non-vb scripts.

phkk 12-03-2010 06:24 PM

this is a useless from large DDOS attack.

James T Brock 12-04-2010 11:33 AM

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?

|Jordan| 12-05-2010 03:08 AM

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.

matrixmark 12-05-2010 08:57 AM

Does this work on vbulletin 4.1.x ?

Thanks

Mark

da_judge 12-16-2010 08:13 PM

Quote:

Originally Posted by yahoooh (Post 1874239)
how to make it gorup user depend on
?
and also you should think about google and others bot will be affected by this way

I noticed it also bloked paypal IPN

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 $
|| ####################################################################
\*======================================================================*/

Put this

Code:

$ip = getenv('REMOTE_ADDR');
if ($ip != "66.211.170.66")
{
      if ($vbulletin->userinfo['usergroupid'] == 1)
        require_once('dnp_fw.php');
}

usergroupid == 1

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


All times are GMT. The time now is 01:23 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01146 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete