+ Reply to Thread
Results 1 to 2 of 2

Thread: Add an extra question to the registration to prevent bot registrations

  1. #1
    vBulletin Team Marco van Herwaarden is on a distinguished road Marco van Herwaarden's Avatar
    Join Date
    Nov 2004
    Location
    NL
    Age
    45
    Posts
    7,062

    Add an extra question to the registration to prevent bot registrations

    This solution will only work for vBulletin 3.6.3 and higher. On the lower 3.6 versions it will allow for a blank response.

    vBulletin already offers a lot of buildin protections against registrations by bots (automated) like CAPTCHA (Image Verification), Email Verification or Registration Moderation. These will however not always protect you against human-assisted bot registrations (registration process automated, a human provide the CAPTCHA verification).

    Unfortunatly there is no way to block all human-assisted registrations, adding an extra question to the registration process can however frustrate this type and often they will simply skip your board because it is causing them too much work.

    How to add an extra registration question to frustrate human-assisted bot registration?

    AdminCP -> User Profile Fields -> Add New User Profile Field

    Profile Field Type: Single-Line Text Field
    <<Continue>>

    Use the following information when creating the Profile Field:
    Title: Can you spell?
    (Note: Adjust the title to the question you want to ask)
    Description: Enter the first character of the word "Monkey"
    (Note: Adjust the question. Don't use this example as it would be quickly picked up by bot registrations)
    Default Value: B
    (Note: anything but a valid answer)
    Field Required: Yes, at registration and profile updating
    Field Editable by User: Only at registration
    Private Field: Yes
    Field Searchable on Members List: No
    Show on Members List: No
    Regular Expression: ^[mM]$
    (Note: this expression would only allow a 'm' or 'M' as valid answers, adjust to your needs)

    This is not a fool proof solution, but will probably limit the number of semi-automated registrations.
    Last edited by Marco van Herwaarden; Wed 6th Dec '06 at 6:02am.
    Want to take your board beyond the standard vBulletin features?
    Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org

  2. #2
    Customer Support Manager Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol's Avatar
    Join Date
    Jul 2000
    Location
    Jelsoft InterGalactic HQ
    Posts
    142,690
    Note: If you wish to use an answer with multiple characters and want to allow either lower-case or upper-case, then here is an example on a Regular Expression that allows both 'yes' and YES':

    ^yes|YES$
    Steve Machol, vBulletin Customer Support Manager
    "Have Copy, Will Paste" (when appropriate)

    Please do not email or PM me for vBulletin support. I will be more than glad to answer your questions on the vB Forums and in the support system.

    Just remember that what happens in localhost, stays in localhost.


+ Reply to Thread

Similar Threads

  1. Add an extra question to the registration to prevent bot registrations...
    By Suri.CMS in forum vBulletin 3.7 Questions, Problems and Troubleshooting
    Replies: 3
    Last Post: Wed 15th Oct '08, 8:44pm
  2. Add an extra question to the registration to prevent bot registrations
    By Chevy II in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 7
    Last Post: Fri 11th Jan '08, 4:46am
  3. How to prevent registrations with specific usernames?
    By ncangler in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 3
    Last Post: Sun 28th Oct '07, 5:14pm
  4. Display extra profile > List new registrations
    By MJM in forum vBulletin 3.5 'How Do I' Questions and Troubleshooting
    Replies: 4
    Last Post: Mon 31st Oct '05, 7:05pm
  5. Can I Prevent Registrations???
    By jhauxwell in forum vBulletin Pre-sales Questions
    Replies: 4
    Last Post: Tue 28th May '02, 6:43pm

Bookmarks

Posting Permissions

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