+ Reply to Thread
Results 1 to 3 of 3




  

Thread: How CAPTCHAs Usually Work?

      
  1. #1
    I'm New! Mfrancisco is on a distinguished road
    Join Date
    March 21, 2011
    Posts
    1
    Rep Power
    0
    Feedback Score
    0

    Default How CAPTCHAs Usually Work?

    Could anyone explain how captchas work?
    Is there any particular format of captcha or we can use any type of captcha to our website?
    Last edited by tsdesigns; Mar 21st, 2011 at 10:14 am. Reason: link spam

  2. #2
    Super Moderator tsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to beholdtsdesigns is a splendid one to behold tsdesigns's Avatar
    Join Date
    February 6, 2008
    Location
    Scotland
    Posts
    1,078
    Rep Power
    6
    Feedback Score
    0

    Default Re: How CAPTCHAs Usually Work?

    They can work in completely different ways, but generally the process is this:

    When the page is loaded a dynamic image is created with noise in the background (stops certain types of bots from "reading" the image) and some text on it. The GD library in PHP is good to do this.
    When an image is created store the text in a cookie or session variable (session variable would be more secure) - make sure to overwrite this if the page reloads.
    Ask the user to input the correct text.
    After the form is submitted check that the string entered matches the string in the cookie/session variable.

    Thats how I make them anyway. I should probably re-vamp my script for that actually, it's not been updated in about a year.

  3. #3
    I'm New! morean51 is on a distinguished road morean51's Avatar
    Join Date
    March 15, 2011
    Posts
    8
    Rep Power
    0
    Feedback Score
    0

    Default Re: How CAPTCHAs Usually Work?

    Quote Originally Posted by tsdesigns View Post
    They can work in completely different ways, but generally the process is this:

    When the page is loaded a dynamic image is created with noise in the background (stops certain types of bots from "reading" the image) and some text on it. The GD library in PHP is good to do this.
    When an image is created store the text in a cookie or session variable (session variable would be more secure) - make sure to overwrite this if the page reloads.
    Ask the user to input the correct text.
    After the form is submitted check that the string entered matches the string in the cookie/session variable.

    Thats how I make them anyway. I should probably re-vamp my script for that actually, it's not been updated in about a year.
    well explained about the working of captcha thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. CMS work with IPB
    By jeremy90 in forum HTML & Website Design
    Replies: 0
    Last Post: May 13th, 2009, 9:48 am
  2. Need Help - Will work for low $$
    By Purple Rain in forum Services
    Replies: 2
    Last Post: Jan 12th, 2009, 1:38 am

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
WebTalkForums
WebTalkForums
Recent Forum Threads