Results 1 to 2 of 2

Thread: alternative to captcha

  1. #1
    Join Date
    Jun 2010
    Posts
    3

    alternative to captcha

    I am not a developer, but the website I designed for a client has a form which is getting lots of spam. Client mentioned how ugly the captcha boxes are (and I can understand that). Is there an alternative to captcha that I can offer him?

    Remember, I am not a programmer, so please be kind. I am good at design, html and css - and that's about it.

    Thanks in advance.

  2. #2
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    You could present the user with a series of questions that only a human user can answer.

    e.g. What colour is the grass?, What is two plus two?, What does a tadpole grow up to be?

    Something like that. Another suggestion is to check for javascript and cookies etc. The majority of bots doesn't have it enabled.

    Finally, you could do some sort of a memory game. Show 4 images and highlight 3 in a sequence, asking the user to repeat the sequence. Be sure to offer a feature to repeat the sequence.

    There are a number of ways, but none of them are fool proof. Markup and styling languages (HTML & CSS) aren't enough to implement these. You will need to use a server-side language, such as PHP, Java, ASP.NET, C# etc.
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

Similar Threads

  1. Good dreamweaver alternative
    By logan_lloyd in forum General Questions
    Replies: 0
    Last Post: 21 Feb 2010, 12:41 PM
  2. Implement CAPTCHA in php_self file
    By justspiffy in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 14 Dec 2009, 03:30 PM
  3. Help With Form & Captcha
    By Euphoria in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 14 Jun 2008, 08:19 AM
  4. Alternative text
    By Bundyman in forum General Questions
    Replies: 1
    Last Post: 05 Oct 2005, 02:30 PM

Posting Permissions

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