Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Is Bot: Registration Time Check Details »»
Is Bot: Registration Time Check
Version: 1.0.0, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Anti-Spam Options - Version: 3.6.8 Rating:
Released: 12-29-2006 Last Update: Never Installs: 735
Uses Plugins Template Edits
 
No support by the author.

This mod calculates the time it takes to go between these two pages:
  • /forum/register.php?do=register
  • /forum/register.php?do=addmember
The point is to try and prevent bots from registering at your forum when the time between the two pages is humanly impossible, assuming that humans actually take the time to complete the registration page.

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

File Type: zip isbot.zip (1.7 KB, 4054 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #332  
Old 02-17-2010, 01:19 AM
websissy websissy is offline
 
Join Date: Sep 2003
Location: Socorro, NM USA
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pro-eSports.com View Post
Does this mod work with vB4? If not then can the author please update this mod. It is really useful for everyone.
In my readings here I see no sign that it has been updated for version 4 yet. But I haven't noticed too many v4 users calling for it yet either. That may be because many of us are still biding our time and sitting around waiting for most of the roaches, headlice and fleas to get chased out of v4 before we give it to our members.

Be patient. Sooner or later many of these addons are likely to get migrated up to version 4.
Reply With Quote
  #333  
Old 03-05-2010, 03:03 PM
Idawg's Avatar
Idawg Idawg is offline
 
Join Date: Nov 2006
Location: Phx, Az
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by websissy View Post
Comment: Although the Addon seemed to work fine, I uninstalled it because the StopTheRegistrationBots Add-on does the same thing this does plus much more. I also plan on installing the Advanced Registration AddOn as well to help keep out the bots and get new user registrations out of moderation mode.
Only problem with that is there is a new wave of registration emails and ip's (new proxies??) that the bots/spammers are using now and they blow right through the Stoptheregistrationbots mod.. It uses stopforumspam.com database, and I dont think they have the people using it as much either

As for vb4, I am going to install this and try to register a test account and see if it errors out or not.. I have 2 vb4 forums that I would LOVE to use this on..

Also, can SOMEONE please update this to 4 so we can install it on production forums??
Reply With Quote
  #334  
Old 03-06-2010, 05:36 AM
websissy websissy is offline
 
Join Date: Sep 2003
Location: Socorro, NM USA
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Idawg View Post
Only problem with that is there is a new wave of registration emails and ip's (new proxies??) that the bots/spammers are using now and they blow right through the Stoptheregistrationbots mod.. It uses stopforumspam.com database, and I dont think they have the people using it as much either

As for vb4, I am going to install this and try to register a test account and see if it errors out or not.. I have 2 vb4 forums that I would LOVE to use this on..

Also, can SOMEONE please update this to 4 so we can install it on production forums??
You know, IDawg, I think you're confused here about what StopTheRegistrationBots does. AFAIK, I does not in fact use the vbStopForumSpam database at all. As I understand it, as its first line of defense StopTheRegistrationBots is basically designed to do what IsBot does and measure the amount of time it takes a "registering user" to complete one registration form and move to the next one. If that time is too short StopTheRegistrationBots instantly blocks the 'user' from registering because he's "too fast to be human". But in addtion to those capabilities, it is also designed to include and require entry of a hidden form field that the normal vbulletin registration form does NOT include and if that field is NOT provided, then it concludes the registration attempt is being made by a bot that's sending it data based on the normal vb registration form and not the one StopTheRegistrationBots is designed to use and blocks it. In addition, it includes features that allow the Site Admin to quickly change the name of that hidden field on the form so that the information the register.php program expects to receive from the form can quickly be changed to a new field with a different name to help the site admin detect and block bots.

From what I've read, none of these features have anything whatsoeever to do with the vbStopForumSpam database. So I basically think you're confused here.

Also, for the record, I haven't yet installed vb4. But from what I know about these tools, I can't see any reason why this patch wouldn't be easy to move over to vb4. Then again, perhaps I've missed something.

I hope this clarification helps.
Reply With Quote
  #335  
Old 05-18-2010, 03:17 PM
tamiyausa tamiyausa is offline
 
Join Date: Sep 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on v4 and I was able to register a test account fine, so it seems to work so far.
Reply With Quote
  #336  
Old 07-26-2010, 11:33 AM
RonJH RonJH is offline
 
Join Date: Nov 2004
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could someone with a bit of VB coding knowledge please tell me how I would edit this line of code to ensure the emails go to matt@pesgaming.com.

Code:
vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true);
This does not seem to work:

Code:
vbmail($vbulletin->options['matt@pesgaming.com'], $isbot_subject, $isbot_message, true);
Reply With Quote
  #337  
Old 07-26-2010, 08:14 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try:

Code:
vbmail('yourname@yoursite.com', $isbot_subject, $isbot_message, true);

Replacing yourname@yoursite.com with your own email address.
Reply With Quote
  #338  
Old 07-29-2010, 11:03 AM
Nickbe Nickbe is offline
 
Join Date: Jul 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you might want to remove your email from here unless you want heaps of spam or enclose it in code tags atleast.
Reply With Quote
  #339  
Old 07-29-2010, 11:08 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nickbe View Post
you might want to remove your email from here unless you want heaps of spam or enclose it in code tags atleast.
Oops, thanks for catching that. Post above fixed.
Reply With Quote
  #340  
Old 08-07-2010, 03:45 PM
Fred. Fred. is offline
 
Join Date: Jul 2005
Location: Belgium
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hope to see this mod for vBulletin 4.x in the future.
Reply With Quote
  #341  
Old 08-07-2010, 03:56 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works fine on vb 4 now.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:00 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09403 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete