vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - DNSBL, RBL - Open Proxy monitoring/blocking (https://vborg.vbsupport.ru/showthread.php?t=191398)

TMM-TT 10-10-2008 04:39 AM

Quote:

Originally Posted by vissa (Post 1640727)
How does this plug-in compare to the old "Check Proxy RBL on New User Registration." plugin below (that still works with 373)?

https://vborg.vbsupport.ru/showthread.php?t=131852

-vissa

I haven't tested that version yet, but I think it should do the same as this.


Quote:

Originally Posted by simonhind (Post 1640994)
is there a way to allow only admin login, if your at an open proxy ?

for 3 days now since i used this, its not blocked me, however for some reason, its saying i am blocked

thi is the message

You have been denied access to this forum. The reason is that you are visiting us from a place that has been blacklisted as an Open Proxy. You have to fix this, and return.

If you want to know exactly where you are blacklisted, go see www.tornevall.net/cgi-bin/ip.cgi

You should be able to reach admincp and add yourself to a whitelist.

Attachment 87932

But why not? I'll look into some kind of "override protection on fly"-function too for the next version..

rapidphim 10-11-2008 04:48 AM

are we blocking from registering? posting? or accessing the site?

TMM-TT 10-12-2008 07:11 PM

Registration-checks only blocks registrations. The other option is site-blocking.

Sixpackmark 10-29-2008 03:33 AM

Hi,

i've installed your software, for two weeks already. Just today i got 200+ DB error showing this.

++++++++++
Invalid SQL:
INSERT INTO vb_proxycache (ip, listed, dateline) VALUES

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Tuesday, October 28th 2008 @ 11:05:42 PM
Error Date : Tuesday, October 28th 2008 @ 11:06:11 PM
++++++++++

troybtj 10-30-2008 12:10 AM

If you are getting "MySQL Server has gone away", the forum won't be running, assuming they are talking to the same database server (MySQL).

You will get an error for every "hit"/request/visit on the forum.

Check your system / processes.

transparent 11-08-2008 11:59 PM

Not sure if this can be answered but what kind of server load does this add if it's checking new registrations and posts?

I have a large board with alot of new posts. My 1st thought would be that it would impact the load significantly.

mindhunter77 11-19-2008 02:20 PM

Quote:

Originally Posted by transparent (Post 1662059)
Not sure if this can be answered but what kind of server load does this add if it's checking new registrations and posts?

I have a large board with alot of new posts. My 1st thought would be that it would impact the load significantly.

This was my question as well.

nso 11-23-2008 01:20 PM

So.. I only wanted this script to be active at registration -- but still saw a dramatic reduction in performance on calls to global_start in all other locations.

I made the following adjustement;
Code:

if ($vbulletin->options[rblblockonregister] == 1 AND $rbllocation != "register") {return 0;}
Added right after the global-line in function rbl_livecheck. There is really no need to be running all this code on all calls to global_start if the rblblockonregister switch is on.

TMM-TT 11-29-2008 10:42 AM

Added to the planlist! :)

http://forum.tornevall.net/project.php?issueid=993

SEW810 01-21-2009 01:42 AM

geee, something was wrong with my vb 3.7.2 :(
Uninstalled but congrats. Pretty cool mod.


All times are GMT. The time now is 03:00 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
  • Page Generation 0.01311 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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