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

Reply
 
Thread Tools
Stop the Registration Bots Details »»
Stop the Registration Bots
Version: 1.2.2, by noppid noppid is offline
Developer Last Online: Sep 2015 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.x Rating:
Released: 06-29-2008 Last Update: 12-07-2012 Installs: 624
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Control your vBulletin forum registration process and stop the registration bots.

This mod will check the the time it takes for a vBulletin registration form to be submitted. If the form is submitted faster then humanly possible, the registration will be denied and the admin contact will be emailed about the event. The time is settable

We will start the registration on the forum rules page in two ways. First we will add a custom hidden field with a hash. Second we will insert a randomly named hidden field with a random value. This should make it a bit difficult to program a bot since the field names on all sites will be different as well as the values.

We will use a second set of random hidden fields on the form page as well to add to the confusion.

Time stamps to check the time spent on registration submission are stored in a DB table and private.

A registration will have to come through the Rules page and the form. Every Site will be different.

Installation is very easy.

There are two templates to edit.
One database table is added.
Three hooks are utilized.
Includes uninstall code.
Adds to vBulletin options.
Set time frame option.
Includes Phrases.
Sends Mail to Admin.
No files to upload.
XML product install.
Instructions attached in zip.

Demo usage and view source at http://www.riderinfo.com/

Compatibility
This hack is known to work on vBulletin 3.6.11 PL1 and will likely work back a few versions in the 3.6.x vBulletin series. Of course it works on 3.7.x as posted too.

HISTORY
1.2.2
added admin email on/off setting
moved hook code to files to reduce overhead.
1.2.1
Added Enable/Disable setting.
Fixed coppa includes file probem
Added file upload instructions to readme file.
1.2.0
Added JS timer to registration button.
Added enable/diable for email.
Removed ACP settings for random fields on rules and reg form pages and automated.
Reworded Pharses in ACP.
Recoded rules form and reg form edits.
Renamed variables for better code following.
Added more DB fields per user reg for tracking random automation.
New Hook on start_registration for functions.
Added new functions file. includes/stb_functions.php.
1.0.3
Changed input user name on rules form to random named hidden field with hash value.
Removed \n chars from email phrases.
All changes to registration are transparent to the folks registering.
Renamed DB username field to hash.
New hook on register_signup.
1.0.2
Added new Pre Reg Name hidden field to register form edits and ACP.
Added code to deal transparently with user deciding to change name after pre submitting it.
1.0.1
Fixed typo, changed 36000 to 3600 in product file.
1.0.0
Original Release.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
cmmguy, gr8dude

Comments
  #322  
Old 06-17-2011, 12:38 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AuroraStorm View Post
Okay, I have a problem - this hack disabled my Thank You Hack. How can I prevent that from happening?
We use the Thank You hack on vB 3.x with this mod and don't have any issues.
Reply With Quote
  #323  
Old 06-22-2011, 03:36 PM
boothole's Avatar
boothole boothole is offline
 
Join Date: Apr 2007
Location: Cortlandt Mnr, NY
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Brother!
I've been using "SRB" for a week now and absolutely wish I had this years ago! It works exactly as advertised! I just wanted you to know (from me) that this Mod does just what everyone is looking for.

Thank you again for this Mod! :up:+
Tony (boothole)
Reply With Quote
  #324  
Old 06-28-2011, 04:53 AM
eric1 eric1 is offline
 
Join Date: Jan 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this installed but it did not appear to be working right as I would get an error on trying to register. So I uninstalled it and followed the directions to a T and have it running again but still with the error.

I am using vbadvanced CMPS and Fcb_pro_music_fluid style with the friends product installed also. Vbulletin boards are version 3.7.2 http://exposingamerica.info/forum/

This is the error that I'm receiving :


Warning: require_once([path]/includes/stb_functions.php) [function.require-once]: failed to open stream: No such file or directory in [path]/register.php(81) : eval()'d code on line 4

Fatal error: require_once() [function.require]: Failed opening required '/home/exposing/public_html/forum/includes/stb_functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/exposing/public_html/forum/register.php(81) : eval()'d code on line 4



EDIT : I figured it out. I was not putting the 5 files in the "includes" directory.......it's working now! Gesh....I knew it was something simple....

Can anyone help me out?
Reply With Quote
  #325  
Old 07-04-2011, 03:36 AM
TrudyD's Avatar
TrudyD TrudyD is offline
 
Join Date: May 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got the exact same message as the poster above and I see his response that he fixed the issue

"I was not putting the 5 files in the "includes" directory...."

Can you tell me how to fix this? Simple instructions please. I'm not extremely tech savvy.

Thanks!
Reply With Quote
  #326  
Old 08-12-2011, 10:12 PM
Ata123 Ata123 is offline
 
Join Date: Jul 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

VB 3.7.6 P2

Like others I had the "You have left a required field blank" error in IE (9)

Seems solved after putting his right after <head> in both the register and register_rules templates

<meta http-equiv="X-UA-Compatible" content="IE=8">
Reply With Quote
  #327  
Old 08-24-2011, 09:36 AM
Ata123 Ata123 is offline
 
Join Date: Jul 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Had the issue again, I removed the manual addition of

HTML Code:
<meta http-equiv="X-UA-Compatible" content="IE=8">
from both templates again and instead changed this option to "No":

Vbulletin Options -> Cookies and HTTP Header Options -> Send Internet Explorer 7 Compatibility Header: [x] NO
Reply With Quote
  #328  
Old 03-16-2012, 01:57 AM
manning manning is offline
 
Join Date: Apr 2007
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This seems to stop a lot of the bots that were getting through ... now I get dozens of emails like this every day >

Quote:
The following username and email address were denied registration: AtFeel-SoGO - heidyfulbrdaz@gmail.com Form Processing Time in Seconds: 0
There still are a few that get through though, and despite the fact that I also have admin must authorize enabled some of these dang bots get through that as well and are shown as new members. I also installed a no sig mod so that helps too....

Tonight I decided to rename my register.php file to see if that would slow them down - it wasnt even 30 minutes and I was getting emails telling me an address was denied registration. WTF?

vbulletin needs to get onto of this - this is way out of control! I dont understand - the idiots keep getting denied, the ones that do get through cant add a url and they cant post. HOW can I keep them off my IP all together? And how to these scammers (I figure its only a few doing it in a major way) still have ISP access? They should be banned from the Internet for life for being so darn stupid!

Is there a new mod that will keep these bots out for good?
Reply With Quote
  #329  
Old 03-18-2012, 04:13 AM
JohnSG JohnSG is offline
 
Join Date: Mar 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a version for 4.x

Cheers
John
Reply With Quote
  #330  
Old 01-07-2013, 05:31 PM
dirkji dirkji is offline
 
Join Date: Nov 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I too get the error "You have left a required field blank".
Any solution?
Reply With Quote
  #331  
Old 01-07-2013, 05:50 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirkji View Post
I too get the error "You have left a required field blank".
Any solution?
Try going to the vB ACP under Options, go to settings group User Registration Options, COPPA Registration System. Set it to deny registration for users under 13 or COPPA on.
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 01:53 AM.


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.04961 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete