The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Hostname or Useragent Registration Ban Details »» | |||||||||||||||||||||||||
THIS ADD-ON IS NO LONGER AVAILABLE AND IS NOT SUPPORTED
This is an add-on that is designed with vBulletin 4.1.5. It may not work on earlier versions of vBulletin. It is known to be working on vB versions 3.8.7, 4.0.7 and 4.1.5 through 4.2.0. I don't know if it is compatable with all versions of vB or not. On my site, I receive quite a few PMs asking me how I prevent spam from being posted there. While I can't release everything I use because some of it is server based (external from vBulletin), I can release one of the lines of defense that I use. This mod allows you to ban Hostnames and Useragents from registering on your site. If a hostname or useragent contains any of the words you specify and they are trying to register, they are presented with an error telling them they are forbidden from registering on your site. And no registration screen ever appears. In the event the hostname is blank, a WHOIS can be performed to establish the identity of the system being used to register. The 'External Content' pulled by this mod is only the WHOIS information when that is enabled. WARNING: This mod has the potential of banning humans from registering. Choose what words you use carefully. Personally, I am not very concerned about banning an occasional human from registering. So, from time to time my system may ban a human that uses an anonymous proxy. NOTE: This mod has a 'Don't Ask, Don't Tell' clause. Please don't post telling people what words to ban. We don't need spammers getting around this mod by reading posts telling them what is being filtered. REQUIREMENTS: In order for the WHOIS function used in this mod to work properly, your server must have OPENSSL installed. * INSTALLATION * --------------------- 1) Upload the contents of the 'upload' folder to your forum's root. (If your forum's location is http://www.example.com/forums/, the root is /forums/) 2) Import the product XML file (product-hostusercheck.xml) into the Product Manager in AdminCP. 3) Take some time to set the options in ACP->Settings->Options->Prevent Hostname or Useragent from Registering. 4) Be sure to turn on the mod when setting options in ACP->Settings->Options->Prevent Hostname or Useragent from Registering. * History (Changelog) * ----------------------------- 1.0.3 (December 12, 2013) - Fix hostname not being checked under certain circumstances. 1.0.2 (March 1, 2012) - Fix error on registration page when Useragent or Hostname to ban is blank. 1.0.1 (February 24, 2012) - Wrong hook being used for one of the plugins. 1.0.0 (January 22, 2012) - Public Release Show Your Support
|
3 благодарности(ей) от: | ||
home9000, tareqbd, too_cool_3 |
Comments |
#82
|
|||
|
|||
Quote:
It's blocked because 'tor' is in the list (monitor5.securi.net). So it did it's job. In either case, securi.net has no business accessing register.php, so the add-on did it's job. It didn't ban securi from accessing the site, it just stopped it from registering. So, re-enable the add-on. |
#83
|
||||
|
||||
Quote:
I'll be recommending "tor" be removed post haste. I think we have it covered with another definition anyway. |
#84
|
|||
|
|||
Quote:
Regards, Doug |
#85
|
|||
|
|||
Quote:
Thanks for all the help guys... :up: Regards, Doug |
#86
|
|||
|
|||
It can access the site. The add-on doesn't stop that. It just threw an error to it saying it can't register.
|
#87
|
||||
|
||||
Once again... It does not and should not be trying to register. That is not part of its normal behavior.
|
#88
|
|||
|
|||
Quote:
Thanks again... Regards, Doug |
#89
|
|||
|
|||
I prefer to keep logs, but a log with dozens of PMS a day is unmanageable. See ask the recent posts above for an example of why you'd would to keep a record so that you can search if later (sucuri being blocked).
|
#90
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showpost....7&postcount=86 |
#91
|
||||
|
||||
Ok just a follow up on the Sucuri situation.
Sucuri will scan your site with several different user-agents (including the one you mentioned). During this scan, the bot will crawl through all links found in the site, and looks like it's hitting the registration link. Sucuri will not follow the robots.txt directives. Since it tries to behave as a "real user" it'll ignore that file. The only way to do it would be creating a .htaccess file to redirect SiteCheck to a 404 or a different page when hitting those forms. So you can add tor back to the list if you wish, and add this to your htaccess file. Code:
<Filesmatch "^(register)\.php$"> order allow,deny allow from all deny from 192.155.95.139 deny from 66.228.40.185 </Filesmatch> |
2 благодарности(ей) от: | ||
Max Taxable, RichieBoy67 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|