vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Anti-Spam Options - Is Bot: Registration Time Check (https://vborg.vbsupport.ru/showthread.php?t=135094)

Pottsy 07-04-2007 08:49 AM

A quick question - does the email come for registration attempts that may have been otherwise (captcha) unsuccessful?

AnaB 07-07-2007 07:48 PM

sounds like a great mod. I'm installing it. Getting sick of spam registrations here.

quiklink 07-07-2007 07:52 PM

It works great! Blocked 72 of em in the past 5 days since I installed it. Most of them from Russia.

Paul M 07-07-2007 09:50 PM

Quote:

Originally Posted by Pottsy (Post 1282519)
A quick question - does the email come for registration attempts that may have been otherwise (captcha) unsuccessful?

Yes.

v12kid 07-09-2007 07:25 AM

installed, will monitor to see what it catches :)

Torqued 07-09-2007 01:26 PM

Excellent mod. I caught 10 spambots in the 1st 24 hours this mod was running.

I'd like to add another vote for including the IP address in the email - it would be nice to know if I'm getting spambots repeatedly from an ip address or ip range.

Torqued 07-15-2007 01:28 PM

Quote:

Originally Posted by Torqued (Post 1286699)
Excellent mod. I caught 10 spambots in the 1st 24 hours this mod was running.

I'd like to add another vote for including the IP address in the email - it would be nice to know if I'm getting spambots repeatedly from an ip address or ip range.

Bumping to see if the author or anyone else could add IP address to the email?

I tried adding it, but I apparently didn't do it right.

I'm getting about 10-15 spambots/day and I suspect many of them are coming from the same ip addresses/ranges. It would be nice to be able to identify and block those IPs. :D

WreckRman2 07-18-2007 03:41 PM

Quote:

Originally Posted by Torqued (Post 1291814)
Bumping to see if the author or anyone else could add IP address to the email?

I tried adding it, but I apparently didn't do it right.

I'm getting about 10-15 spambots/day and I suspect many of them are coming from the same ip addresses/ranges. It would be nice to be able to identify and block those IPs. :D

This is exactly what I was hoping to see added... then we can block that IP. It would be great if that the system automatically added the IP to the blocked list. Is this possible?

webgod 07-19-2007 10:49 AM

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:
PHP Code:

$isbot_email htmlspecialchars_uni($vbulletin->GPC['email']); 

Below it add:

PHP Code:

$isbot_ipaddy IPADDRESS

next find:
PHP Code:

' (' $isbot_timediff ' ' $vbphrase['isbot_seconds_transpired'] . ')'

REPLACE it with:
PHP Code:

'  (' $isbot_timediff ' ' $vbphrase['isbot_seconds_transpired'] . ')'
'  The IP Address is: ' $isbot_ipaddy 


Torqued 07-20-2007 12:27 AM

webgod:

Thanks, I'll give this a shot.. I just had a bot try to register 8 times w/ the same email address. :mad:


All times are GMT. The time now is 09:50 AM.

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.01554 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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