![]() |
|
#1
|
|||
|
|||
|
Iam looking for the correct name/term for a type of form validator.
when i fill out a form on some sites ther is a place where i have to put a sequence of Letters/numbers that is shown in a box that looks KIND of jumbled in different fonts. I would like to know this so i can learn about its use and weather or not its usefull. Any ideas tryed to google it but its like a needle in a hatstack without knowing its correct name. Thanks everyone! |
|
#2
|
|||
|
|||
|
It's a Security Code Confirmation
They are to keep robots from signing up and spamming the forums. |
|
#3
|
|||
|
|||
|
Thanks been bugging me like crazy.
|
|
#4
|
|||
|
|||
|
If you are wanting to learn about them you can also google the word captcha
|
|
#5
|
|||
|
|||
|
Do you know how much thay can slow the webserver down by and Why it would do this.
|
|
#6
|
|||
|
|||
|
Not sure about that.
|
|
#7
|
|||
|
|||
|
MMMM im not sure im convinced about this.
couldnt spamers just pick out email address from html code (please correct me if im wrong ive only been learning to develop webpages for the past 6 months) is there a better way to protect from spamers. My form already uses php to verify that all information is correct but it dosent help when it comes to spam. Was thinking about putting the captcha before the form but that just seems like a waste of time for the user and possibly no goal conversion. Thanks all! |
|
#8
|
|||
|
|||
|
They aren't going to stop human spammers. We can easily figure these out. Once someone or something is signed up to the forum it is up to you and your moderators (if any) to combat the spammers. This stops the robots/automated entities only. A computer can't see what letters or numbers to enter in order to sign up to a forum.
The captcha is not as effective as the Security Code Confirmation because a computer can figure out simple math. See this blog entry |
|
#9
|
|||
|
|||
|
Great example thanks for the help!
|
|
#10
|
|||
|
|||
|
Quote:
Or you could use an existing PHP form that has been tested by someone who knows what they are doing. http://green-beast.com/gbcf-v3/ gets a lot of good things said about it |