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)

Rideharder 02-01-2010 08:58 PM

This is a great product..

I wanted image background so I kind of played around with it and it seems like it works this is what I used..

<body style="font-family:Verdana, Geneva, sans-serif;background-color: #BEBBBB; background-image: ur (http://www.YOURURL.gif)">

demo www.speedaholic.net

.................................................. .................................................. .....................................

One thing I'm running into in Firefox sometimes it converts my style back to the parent style when the firewall is clicked on.. Has anybody ran across this issue in the past

silveryhat 02-05-2010 08:51 PM

The firewall does not have any function to change style, it only verifies request and then directs the visitor to the page they intend to view.

I have taken a look at your forum but I don't see that problem occurs.

Elric 02-07-2010 04:25 PM

Much Thanks for this Mod...

Farsisat 02-07-2010 05:25 PM

hi. thanks work well.

i install InV-Firewall Script but the proplem is for edit post or send pm to user. when i want to edit posts or send pm to user firewall is show me an error me to can not do it.

what i am i doing to work for this one?

silveryhat 02-09-2010 01:54 AM

Quote:

Originally Posted by Farsisat (Post 1976802)
hi. thanks work well.

i install InV-Firewall Script but the proplem is for edit post or send pm to user. when i want to edit posts or send pm to user firewall is show me an error me to can not do it.

what i am i doing to work for this one?

I do not cover support for other firewalls on the main topic, however you find a discussion going on here in this topic

PiroX 02-10-2010 01:39 PM

How can i get this working with vbcms?
vbcms is before the forum dir
example
vbcms.php
forum/index.php

if i call my site and click on enter this comes
http://siteurl/dnp_fw.php?dnp_firewall_redirect=%2F

if i call the forum it works

any idea?

silveryhat 02-22-2010 07:18 AM

Quote:

Originally Posted by PiroX (Post 1979117)
How can i get this working with vbcms?
vbcms is before the forum dir
example
vbcms.php
forum/index.php

if i call my site and click on enter this comes
http://siteurl/dnp_fw.php?dnp_firewall_redirect=%2F

if i call the forum it works

any idea?

You may want to exclude the firewall from cmps index file by changing

PHP Code:

if(file_exists('dnp_fw.php')){require_once('dnp_fw.php');} 

into

PHP Code:

if(file_exists('dnp_fw.php') and THIS_SCRIPT != 'adv_index'){require_once('dnp_fw.php');} 

of global.php file. Because the path of cmps index file is not in the same location with showthread, forumdisplay and other vb files.

PiroX 03-22-2010 06:54 AM

to exclude it and make it only available for the forum isn't good
the gateway has to be for the whole site and after clicking on it, it should continue to correct page

www.site.de/ --> gateway --> click --> www.site.de/
www.site.de/forum --> gateway --> click --> www.site.de/forum

and it should remember when it was entered so that the user dont have to click two times


it would be very nice if you can help me
i already got a ddos attack directly on /forum what crashed my server because of sql 100% usage

Manoel J?nior 04-27-2010 02:14 AM

Working with vB4.x?

silveryhat 06-01-2010 10:28 PM

Quote:

Originally Posted by PiroX (Post 2007965)
to exclude it and make it only available for the forum isn't good
the gateway has to be for the whole site and after clicking on it, it should continue to correct page

www.site.de/ --> gateway --> click --> www.site.de/
www.site.de/forum --> gateway --> click --> www.site.de/forum

and it should remember when it was entered so that the user dont have to click two times


it would be very nice if you can help me
i already got a ddos attack directly on /forum what crashed my server because of sql 100% usage

Though this is a vb modification, keep it mind that it will work with any php page. So you can install exactly the same firewall code to any location you want the firewall to protect.

Quote:

Originally Posted by Manoel J?nior (Post 2027928)
Working with vB4.x?

I do not have vb4 to test one :(

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

James T Brock 12-29-2010 04:46 PM

Good mod but it lacks customization. Is there anyway to make it so that it ONLY affects a certain sub-forum and not the entire board?

Diablo-Sat 01-01-2011 07:33 PM

thanks for this got 1.4 installed

thanks

sateurope 01-17-2011 02:23 PM

Finally something that works.
Spam bots are no longer registering by the 150 a day.


Thank you
:D

Globe 01-31-2011 06:45 AM

Good morning, I have the firewall in the Forum and it works too.I had from them then quick and all that in time I joined come not in the Forum if it back on is.

Sorry, Connection from your IP Address is not allowed!

my English is not so good,sorry

Antidepresiv 02-06-2011 09:58 PM

Any chance this might work in 4.08 ? Or if not, is there any chance for you to code it for 4.08 or 4.1 ? Would be realy apprechiated. And i would like to have this mod. Thanks Anti.

Goomzee 02-08-2011 03:41 AM

thanks but every member think that site is hack

MissKalunji 05-02-2011 11:02 PM

anyway to reduce how big the splash screen is?

muratcan25 05-22-2011 05:17 PM

Thank You

James T Brock 06-13-2011 10:15 PM

The OP doesn't even use this on their own website anymore...

MissKalunji 06-14-2011 12:14 PM

Quote:

Originally Posted by James T Brock (Post 2207331)
The OP doesn't even use this on their own website anymore...

I don't use it anymore either, I thought it was annoying not only for spammers but mostly for users and in my position didn't quite help since they were still sending queries to my server.

not a bad idea tho

iDHKHCM 09-25-2011 11:46 PM

Quote:

Originally Posted by matrixmark (Post 2129531)
Does this work on vbulletin 4.1.x ?

Thanks

Mark

yeah www.highclassmods.com so u can see. i have minor issues. like setting up the domain. common sense right? well no matter how i set it up i get an error, others have gotten it from reading comments in the thread with no solution.

when i was on shared hosting the DNP image would show in the shoutbox when ever someone's session expired, n they had to refresh and re enter the site

Doesnt happen now that were on VPS but over good mod, gives members a welcome before they enter the site.

B16MCC 01-08-2012 12:57 PM

Just installed this after being hacked. Looks great thanks.
Just one simple question, should I see the firewall page every time I access my forum ?
I saw it just once, and now I don't see it anymore ?

crouzmind 04-05-2012 10:56 AM

neep some help about this firewall . i have download the version 1.4 and upload all files to my forum root and also done the global.php file and also edit the firewall config file but after that when i try to access my site i got the firewall template image still did not redirect me to site and in the link box its show me this link below .

http://www.******.com/dnp_fw.php?dnp..._URI%27%5D.%27

Diablo-Sat 05-01-2012 11:57 AM

im having problems with vb 4

i put this line in global.php

if(file_exists('dnp_fw.php')){require_once('dnp_fw .php');}

and the firewall works but when i have that line in the global.php file i cant upload attachments on the forum. as soon as i remove this line i can upload attachments no problem

anyone know what i can do

thanks

eyedream 05-07-2012 04:01 PM

after installing Dnp Firewall Tapatalk is not working :(.any Guide..

YungAnh 06-03-2012 05:00 AM

How can I use this as root?
I want this firewall to protect everything on my host: forum, blog, etc.
Can I use this with htaccess file.
If so pls guide me how.
Thanks

Prorockz 08-23-2012 05:53 PM

it has banned IP's of my Forum members how do i unban them????

123_y_321 02-10-2013 04:30 AM

It says sorry you cant join your ip is banned.. It does it for everybody that tries to join. How to fix that?

123_y_321 02-10-2013 06:11 PM

noone will answer?

123_y_321 02-12-2013 09:21 AM

Why with firefox sometimes the firewall just doesnt redirect to the site? it stays at the same firewall page.


All times are GMT. The time now is 01:29 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.01543 seconds
  • Memory Usage 1,825KB
  • 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_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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