<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create A Simple Captcha With PHP and GD</title>
	<atom:link href="http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/feed" rel="self" type="application/rss+xml" />
	<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html</link>
	<description>From Cody Taylor.</description>
	<lastBuildDate>Thu, 13 Oct 2011 06:41:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sandeep</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-5088</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Wed, 02 Mar 2011 07:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-5088</guid>
		<description>Hi,
I am very new to development. I tried the above good stuff and get success in creating the captcha image but did not go further as how to validate the printed letters on image after submitting the form.

Thanks, please reply.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am very new to development. I tried the above good stuff and get success in creating the captcha image but did not go further as how to validate the printed letters on image after submitting the form.</p>
<p>Thanks, please reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Eriksson</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4218</link>
		<dc:creator>Andreas Eriksson</dc:creator>
		<pubDate>Sat, 22 Aug 2009 10:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4218</guid>
		<description>Nice tutorial. I would rather use a custom captcha than use, for example, reCaptcha.</description>
		<content:encoded><![CDATA[<p>Nice tutorial. I would rather use a custom captcha than use, for example, reCaptcha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Taylor</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4185</link>
		<dc:creator>Cody Taylor</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4185</guid>
		<description>Whoops...Not sure how that got by. Thanks for pointing that out. It has now been corrected.</description>
		<content:encoded><![CDATA[<p>Whoops&#8230;Not sure how that got by. Thanks for pointing that out. It has now been corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4163</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Thu, 13 Aug 2009 22:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4163</guid>
		<description>I might be going crazy, but you have:

function gen_random_string($length) 
{
  ...
}

and then

$_SESSION[&#039;image_text&#039;]=genRandomString(8);

Your function names don&#039;t match up.</description>
		<content:encoded><![CDATA[<p>I might be going crazy, but you have:</p>
<p>function gen_random_string($length)<br />
{<br />
  &#8230;<br />
}</p>
<p>and then</p>
<p>$_SESSION['image_text']=genRandomString(8);</p>
<p>Your function names don&#8217;t match up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Taylor</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4148</link>
		<dc:creator>Cody Taylor</dc:creator>
		<pubDate>Wed, 12 Aug 2009 12:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4148</guid>
		<description>Thanks for the reply. reCaptcha is a neat project. I wonder what books they&#039;re scanning? I also say in the post not to use this for production without tweaking the captcha image quite a bit and I also give some tips on what to change.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. reCaptcha is a neat project. I wonder what books they&#8217;re scanning? I also say in the post not to use this for production without tweaking the captcha image quite a bit and I also give some tips on what to change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Taylor</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4147</link>
		<dc:creator>Cody Taylor</dc:creator>
		<pubDate>Wed, 12 Aug 2009 12:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4147</guid>
		<description>Definitely a good tip.</description>
		<content:encoded><![CDATA[<p>Definitely a good tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: وبلاگ من و متعه ام</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4146</link>
		<dc:creator>وبلاگ من و متعه ام</dc:creator>
		<pubDate>Wed, 12 Aug 2009 07:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4146</guid>
		<description>nice and simple tutorial :)
thanks.

suggestion: you can replace &quot;bg1.png&quot; with &quot;bg.php&quot; and generate random background for more seurity.</description>
		<content:encoded><![CDATA[<p>nice and simple tutorial :)<br />
thanks.</p>
<p>suggestion: you can replace &#8220;bg1.png&#8221; with &#8220;bg.php&#8221; and generate random background for more seurity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4145</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 12 Aug 2009 04:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4145</guid>
		<description>This is not a very practical Captcha. It would be relatively easy to break since it uses a single font and does not make any effort to distort the letters. reCaptcha is a great project that presents very challenging, yet readable captchas, and in the background users are helping to digitize old books. Check it out: http://recaptcha.net/</description>
		<content:encoded><![CDATA[<p>This is not a very practical Captcha. It would be relatively easy to break since it uses a single font and does not make any effort to distort the letters. reCaptcha is a great project that presents very challenging, yet readable captchas, and in the background users are helping to digitize old books. Check it out: <a href="http://recaptcha.net/" rel="nofollow">http://recaptcha.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Taylor</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4144</link>
		<dc:creator>Cody Taylor</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4144</guid>
		<description>Thanks for the tip. I&#039;ll update the post accordingly.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I&#8217;ll update the post accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://codytaylor.org/2009/08/create-a-simple-captcha-with-php-and-gd.html/comment-page-1#comment-4143</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14213#comment-4143</guid>
		<description>Nice tutorial! That&#039;s a nice looking CAPTCHA. Though, there&#039;s no need to seed with mt_rand since PHP 4.2 since it does it for you. So you can simplify the script by removing that.</description>
		<content:encoded><![CDATA[<p>Nice tutorial! That&#8217;s a nice looking CAPTCHA. Though, there&#8217;s no need to seed with mt_rand since PHP 4.2 since it does it for you. So you can simplify the script by removing that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

