PDA

View Full Version : Spam Is always nice


WeZoN
November 30th, 2009, 08:16
I see you have become victim of spam. Including custom fields on registration keeps the bots out. Have had my share of spam attacks trough the years, and the most efficient was to include custom fields on registration.

winter
November 30th, 2009, 11:20
I see you have become victim of spam. Including custom fields on registration keeps the bots out. Have had my share of spam attacks trough the years, and the most efficient was to include custom fields on registration.

Thanks for the advise. Let us work on this!

iFonz
November 30th, 2009, 12:32
huh never thought about that

winter
November 30th, 2009, 12:45
huh never thought about that

Can you guys provide some links or instruction how to set it up?? :rolleyes: We are good at mobile app dev. but not so good at administrating forums... :D

WeZoN
November 30th, 2009, 17:07
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.

WeZoN
November 30th, 2009, 17:22
i noticed another post where people asked for custom fields on their profile..

http://www.tapatalk.com/forum/showthread.php?t=190



Add those fields and you will both satisfy some people, and you also will get rid of a lot of bot spammers.

But remember that at least one field must be required of the user to fill in, or the bots will still get access.

winter
November 30th, 2009, 23:58
Done, let's see how it turns out!

WeZoN
December 1st, 2009, 20:54
that should do the trick ;)

winter
December 8th, 2009, 21:24
that should do the trick ;)

Kudo to WeZon it seems to drop considerably