The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Is Bot: Registration Time Check Details »» | |||||||||||||||||||||||||||
This mod calculates the time it takes to go between these two pages:
Should a user be blocked from registering at your forum, an email will be sent to your vB webmasteremail address and the user will see the vB noregister phrase message, so no screenshot is necessary. Download Now
Show Your Support
|
Comments |
#232
|
|||
|
|||
Did you remember the manual template edit? I forgot mine after a mass revert when upgrading to 3.7
|
#233
|
|||
|
|||
I am getting a lot of bots that are registering with a location of "1" so I want to add a simple line of code to the Is Bot plugin for "register_addmember_process" that will check the location and if it says "1" I wanted them blocked.
So, here is the code: Find: PHP Code:
PHP Code:
AdminCP >> Plugins & Products >> Plugin Manager >> Product : Is Bot Then, edit the plugin for "Is Bot" attached to the "register_addmember_process" plugin Easy as pie! |
#234
|
|||
|
|||
That guys a trouble maker over at your site Quaterbore.
Name him and shame him Thanks for making the extra bits clear And this hack works well with 3.7.2 pl1 :up: Stopping about 20+ spam bots a day |
#235
|
||||
|
||||
[Clicking "Installed" ...]
Have had this in place for a while and was receiving no emails, although the number of spammer registrations definitely appeared to be reduced -- thanks to a recent post I realized I had not made the required template modification. |
#236
|
||||
|
||||
It's been about an hour since enabling the notification emails and I've received 8 notices. This is more spammers than I would typically have had register in a whole day before installing Isbot. Could the bots be detecting the registration failure and resubmitting rather than moving on?
What happens if the "no register" error notice is not displayed? Would the regs still be blocked? |
#237
|
||||
|
||||
I note that MOST of these blocks would already have been caught by my prohibition of accepting registrations from a handful of spammer email domains (notably mail.ru and @gawab.com). Is there a different hook that could be used that would only come into play AFTER the registratrion has passed through vB's own registration checks? It might cut down on the number of emails considerably.
|
#238
|
|||
|
|||
I've already posted the fact that I installed this mod on our v3.67pl1 system, but I wanted to reiterate my appreciation to the author....
It's incredible how much time this mod saves me from what I had to do before, in order to try and keep "bots" and spammers out of our system. It seemed like I was spending hours every day, just trying to add IP's and email addresses to the "banned" lists, but they kept coming. Now, I get dozens of emails every day, showing how many of these "bots" got stopped and the stress of running the system is way lower... Thanks calorie... :up: If I could give you a hug, I would ... but, it doesn't mean we're going steady ... Regards, Badger |
#239
|
|||
|
|||
It works, but when it's under the set time I get..
Warning: fsockopen() [function.fsockopen]: unable to connect to mail.domain.com:25 (Connection refused) in [path]/includes/class_mail.php on line 604 Although it does work and gives the registration disabled message. Anyone else get this or is it just me? |
#240
|
|||
|
|||
I don't know if this has been asked but is it possible to modify this so the IP address is included in the email? I would like to add the IP addresses of the spambots to my .htaccess file to block them completely.
|
#241
|
||||
|
||||
Quote:
To include the IP in the email. Go to the Plugin Manager in your AdminCP Click edit for "register_addmember_process" under Is Bot product Find: Code:
$isbot_email = htmlspecialchars_uni($vbulletin->GPC['email']); Code:
$isbot_ipaddy = IPADDRESS; Code:
. ' (' . $isbot_timediff . ' ' . $vbphrase['isbot_seconds_transpired'] . ')'; Code:
. ' (' . $isbot_timediff . ' ' . $vbphrase['isbot_seconds_transpired'] . ')' . ' The IP Address is: ' . $isbot_ipaddy ; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|