Results 1 to 2 of 2

Thread: Graphic image script for messages

  1. #1
    Join Date
    Jul 2007
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Graphic image script for messages

    I'm not sure of the official name but I need to figure out how to have a image generated and entered before you can send a message or a feedback on my website to cut down on the spammers.

    The pages are

    http://www.cubpack88.org/mailinglist.asp

    and

    http://www.cubpack88.org/feedback_pack88.htm

    Thanks.

    Matthew

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It's called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart).

    They're very difficult to do well. Read the PWNtcha FAQ for some common mistakes made when doing image CAPTCHAs. Also, don't forget that you need an audio equivalent for those who can't see images for whatever reason, which needs to be equally hard to break (no point having a strong image CAPTCHA if the audio version is easily broken).

    Depending on what server-side language(s) and features you have installed, you might want to look into GD (PHP), PIL (Python), rmagick (Ruby), ImageMagick (generic, command-line), or System.Drawing (ASP.NET).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

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