vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   DNSBL/Open Proxy-Blocking (https://vborg.vbsupport.ru/showthread.php?t=96318)

TMM-TT 04-21-2006 02:12 PM

Added to version 2.0.1:

// CHANGES
//
// 2006-04-21
// ==========
//
// * proxyinclusions
// quickly add own hosts that should be treated as a proxy

aeroguy 04-27-2006 08:07 PM

could this mod be modded so it only checks new registering users? is it just a case of replacing the hookname with register_start instead of global start?

aeroguy 04-27-2006 08:15 PM

Also how would i go about adding sorbs.net to the list?

HuangA 05-12-2006 02:43 PM

I'm looking at the 2.0.1 plugin code, and I noticed that you did this:

Code:

// Right now
$timestamp = time();

My I ask why are we creating a new variable instead of using the default one defined in the initializer (./includes/init.php ~line30)?
Code:

define('TIMENOW', time());
Surely its not by a whole lot individually, but I'm sure it'd save some resources to use the already defined static value than creating a new one each time?

darksoulz 05-12-2006 04:42 PM

opm.blitzed.org needs to removed from the default list, as it is no longer in operation.

http://lists.blitzed.org/pipermail/o...q2/000015.html

TMM-TT 05-13-2006 12:15 AM

Quote:

Originally Posted by darksoulz
opm.blitzed.org needs to removed from the default list, as it is no longer in operation.

http://lists.blitzed.org/pipermail/o...q2/000015.html

Thanks! :)

Here we go -

// 2006-05-13
//
// * sorbs zones added (no bitmasking)
// * opm.blitzed.org removed
// * time() changed to TIMENOW

kofoid 05-13-2006 01:36 PM

Is this supposed to work with Public Proxies? I am testing it on my site and it doesn't seem to....

Binoy 05-14-2006 01:10 PM

if it works properly.. it ll be one of the best xml product i´m adding

thanx a lot buddy..

gr8

JD45 05-15-2006 04:26 PM

I'm getting this sql error for some reason:

Code:

Invalid SQL:
INSERT INTO vb_proxycache (ip, listed, dateline) VALUES ('165.138.192.9', 0, 1147712488);
MySQL Error  : Duplicate entry '165.138.192.9' for key 1


JD45 05-16-2006 10:24 PM

and for me this is incompatible with menu control 1.3 and hit coutner hacks


All times are GMT. The time now is 03:55 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.01298 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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