![]() |
|
Mod Options |
![]() |
|||||||||||||
This modification is in the archives.
History
I've had some problems with abuse via open proxies for a time ago, and when we were banning abusers, they always found a new proxy to use and register new accounts with. Since this forum was a large type we could'nt just ban e-mails etc just like that, because this was leading to a very large amount of other banned users too. At IRC, in the other hand, we had Open Proxy Monitors, that was banning everything that was blacklisted in some DNSBL-databases. No spammers had a chance to get in there as long they were listed in such database. This is a plugin that blocks blacklisted hosts from some different DNSBL's. It uses the global_start-hook, a very simple handler for blocking proxies, and a vBphrase called OPM_Deny. April 2006 The source has been rewritten a bit. The proxychecker is now using a cache that, by default, stores all ip's in a database for 6 hours. It scans some DNSBL's and can be configured to block proxies from bitmasks (defined in the plugin) which makes it a little bit more reliable, because it does'nt block everything it see). Configuration is made from the plugin (hopefully there will be a nice admin interface in the future). Exceptions (ip's that can pass through this system even if it is a proxy) are also handled differently now. // CHANGES // // 2008-09-20 (2.0.8) // // * Changed the routines for how to handle inclusion/exclusions // * Splitted up plugins for 3.5/3.6 and 3.7 // // 2007-08-05 // // * Fixed reported bug, based on resolved hosts ending with 127 // * Changed database-tables to get rid of (hopefully) duplicate keys // * Added resolver-function // * Added two new block-methods available at the efnet-rbl // // 2006-06-28 (2.0.6/Another fix) // // * Proxyinclusions/exclusions didn't work properly // // 2006-06-28 (2.0.5/Fix only) // // * Fixed a bug in the $block-array that affected some of the blocking results // // 2006-06-28 (2.0.4) // // * opm.tornevall.org has a new entry for anonymizers, added support for this // * Default value on "block everything detected" in plugin changed to "no" // // 2006-06-26 (2.0.3) // // * Created options for admincp (removed plugin-configuration) // * Fixed a bit-bug for njabl // * Plugin is now a function (rbl_livecheck) for external lookups // * Added options for "only block on newuser-registrations" // // 2006-06-22 (2.0.3 RC) // // * The monitor is now a function // * Added small compatibility with other plugins (with return) // // 2006-05-13 // // * sorbs zones added (no bitmasking) // * opm.blitzed.org removed // * time() changed to TIMENOW // // 2006-04-21 // ========== // // * proxyinclusions // quickly add own hosts that should be treated as a proxy // How does it work with other vBulletins? This filter actually works with both 3.5 and 3.6, but for now, they will be separate versions, but for 3.5 and 3.6 you should look here and for 3.7 you should look here. How to use the compatibility thing If you have a plugin that you want to use together with the proxy monitor (only returns a value if a an ip-address is registered as a proxy or not) you can call the function rbl_livecheck like this (example):
Report bugs if you find them... Don't forget to install it ![]() Download Now Only licensed members can download files, Click Here for more information. Addons Show Your Support
No members have liked this post.
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Add-On Releases DNSBL, RBL - Open Proxy monitoring/blocking | TMM-TT | vBulletin 3.7 Add-ons | 26 | 03 Feb 2011 20:43 |
Mini Mods Blocking Proxy Scams | Hostboard | vBulletin 3.7 Add-ons | 10 | 26 Jun 2008 03:12 |
Comments |
#2
|
||||
|
||||
What happened to the xml?
No members have liked this post.
|
#3
|
||||
|
||||
Originally Posted by Boofo
There it was. It disappeared when I was editing this thread.
![]() No members have liked this post.
|
#4
|
||||
|
||||
You know you can make this a product and have it install the phrase auotmatically on install right?
No members have liked this post.
|
#5
|
||||
|
||||
Originally Posted by Boofo
I did'nt know that. I know very little about plugins. Is there any instructions for me somewhere about it?
![]() No members have liked this post.
|
#6
|
||||
|
||||
Here you go.
![]() No members have liked this post.
|
#7
|
|||
|
|||
my feedback: actually, your script is overloading the servers on both sides as it connect each time a page is loaded... on irc there is no problem as you connect only once per logon, but on web, each time a page is loaded the script is activating...
what would be best is to cache the data received from the OPM databases, and make a verification only when a new session is built... this would ensecure the connection, and spare some contacts with the dB! No members have liked this post.
|
#8
|
|||
|
|||
I don`t tried to install this plugin yet and the post about overloading server stoped me from installing but still iI think that this is a great idea and you should work on it because we all sooner or later will have problems with users that use some proxy servers and feel that we can`t do anything with them.
No members have liked this post.
|
#9
|
||||
|
||||
Originally Posted by nexialys
Yes, that's a good idea, but that's something that I probably can't fix on my own, due to a lack of necessary php-skills.
![]() No members have liked this post.
|
#10
|
|||
|
|||
Originally Posted by TMM-TT
we all can help on this... you started a good thread/hack, i know that some others will be able to add to it... The Boofoon guy already had!
this is quite simply btw... a cronjob to query the proper servers will store the datas in the datastore, and we only retreive that information when needed... the cronjob can be set to update itself once a week or so, because these servers are not updating the listings that often... No members have liked this post.
|
#11
|
|||
|
|||
This is an awesome idea....I think nexialys has an excellent point and that will make it an invaluable product.
__________________
NovaWarfare.com - Bringing back the Game - http://www.NovaWarfare.com Website Hosting - Game Server Hosting - http://www.freaks-network.com Teamspeak Status Block for vBAdvanced / PHP-Nuke / php Include PM me if you need hacks installed or simple template modifications...I'm cheap.. No members have liked this post.
|
#12
|
|||
|
|||
Very nice a idea; thanks a huge bit for starting this, hopefully anyone with sufficient php skills will be able to "finish" it
![]() No members have liked this post.
|
#13
|
|||
|
|||
cant it be placed at the start of session?
No members have liked this post.
|
#14
|
|||
|
|||
Originally Posted by Jenta
that's what i suggested...
![]() No members have liked this post.
|
#15
|
|||
|
|||
I use the PEAR Cache library for some of my more esoteric hacks, happy to write a PEAR compatible version if people feel that PEAR is an acceptable pre-requisite.
Of course... if someone can write a datastore version it would probably be better ![]() No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 11:47.