<?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: Simple PHP Anti-Spam Captcha Script</title>
	<atom:link href="http://www.askapache.com/security/php-captcha-anti-spam-example.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marina</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-83840</link>
		<dc:creator>Marina</dc:creator>
		<pubDate>Thu, 25 Jun 2009 06:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-83840</guid>
		<description>Thanks a lot! This is the best capcha code I could find in the net! 
Good work!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This is the best capcha code I could find in the net!<br />
Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JS</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-69535</link>
		<dc:creator>JS</dc:creator>
		<pubDate>Thu, 26 Mar 2009 21:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-69535</guid>
		<description>is there anyway you can outline the steps in layman&#039;s terms? especially this: Save this on your site as capya.php and include in your php script with require_once &#039;capya.php&#039;, then run with askapache_captcha(); which outputs XHTML of the captcha image.

thanks!</description>
		<content:encoded><![CDATA[<p>is there anyway you can outline the steps in layman&#8217;s terms? especially this: Save this on your site as capya.php and include in your php script with require_once &#8216;capya.php&#8217;, then run with askapache_captcha(); which outputs XHTML of the captcha image.</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicky</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-69383</link>
		<dc:creator>Nicky</dc:creator>
		<pubDate>Tue, 24 Mar 2009 09:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-69383</guid>
		<description>quite difficult for me. (I&#039;m newbie for php) but I will try to do it :)</description>
		<content:encoded><![CDATA[<p>quite difficult for me. (I&#8217;m newbie for php) but I will try to do it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-56078</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Tue, 13 Jan 2009 16:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-56078</guid>
		<description>Hi Love the captcha script. 

Im having a problem with it and maybe you can help me out im getting a timezone error with the &lt;code&gt;date();&lt;/code&gt; function

Reporting:
&lt;blockquote cite=&quot;&quot;&gt;Strict Standards: date() [function.date]: It is not safe to rely on the system&#039;s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#039;Europe/London&#039; for &#039;0.0/no DST&#039; instead in C:\AppServ\www\IrishModels\capya\capya.php on line 50&lt;/blockquote&gt;

Can you please advise,

Again Many Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Love the captcha script. </p>
<p>Im having a problem with it and maybe you can help me out im getting a timezone error with the <code>date();</code> function</p>
<p>Reporting:</p>
<blockquote cite=""><p>Strict Standards: date() [function.date]: It is not safe to rely on the system&#8217;s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#8216;Europe/London&#8217; for &#8216;0.0/no DST&#8217; instead in C:\AppServ\www\IrishModels\capya\capya.php on line 50</p></blockquote>
<p>Can you please advise,</p>
<p>Again Many Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-47468</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 24 Nov 2008 12:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-47468</guid>
		<description>Perfect, thanks!</description>
		<content:encoded><![CDATA[<p>Perfect, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-46767</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 03 Nov 2008 22:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-46767</guid>
		<description>Great piece of &lt;em&gt;php anti-spam captcha code&lt;/em&gt;. Very elegant - thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Great piece of <em>php anti-spam captcha code</em>. Very elegant &#8211; thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-45017</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-45017</guid>
		<description>sorry, my mistake. Just check the Directories defined if the path is correct. Anyway you can also check this one &lt;code&gt;link&gt; gscripts.net/free-php-scripts/Anti_Spam_Scripts/Image_Validator/details.html&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>sorry, my mistake. Just check the Directories defined if the path is correct. Anyway you can also check this one <code>link&gt; gscripts.net/free-php-scripts/Anti_Spam_Scripts/Image_Validator/details.html</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-45011</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Tue, 09 Sep 2008 07:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-45011</guid>
		<description>Hi Steve, Remove the semicolon in this line 
&lt;pre&gt;
imagettftext($image, $fontsize, $A[$i], $g, $fontsize+15, $T[$i], $F[$i], $L[$i]);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Steve, Remove the semicolon in this line </p>
<pre>imagettftext($image, $fontsize, $A[$i], $g, $fontsize+15, $T[$i], $F[$i], $L[$i]);</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Spiral</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-42254</link>
		<dc:creator>David Spiral</dc:creator>
		<pubDate>Mon, 09 Jun 2008 18:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-42254</guid>
		<description>Hi there,

Was just cruising around to compare anti-spam form techniques and found your post. I like your solution - I imagine it&#039;s very tight!

I decided to go with siding with the humans, however - I&#039;m tired of squinting at twisted numbers and letters every time I want to submit a form, so I went with a simple &#039;pick the unique picture&#039; system, and my web development clients say it&#039;s dramatically reduced the volume of spam, while gaining some pleasant comments from their customers on how easy it is to use!

If anyone wants to know more, they can head over to my blog to read about my &lt;a href=&quot;http://spiralout.org/blog/2008/06/10/anti-spam-human-checker-php-script/&quot; rel=&quot;nofollow&quot;&gt;anti-spam human-checker php script&lt;/a&gt;

Keep up the good work
Spiral Out!
David</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Was just cruising around to compare anti-spam form techniques and found your post. I like your solution &#8211; I imagine it&#8217;s very tight!</p>
<p>I decided to go with siding with the humans, however &#8211; I&#8217;m tired of squinting at twisted numbers and letters every time I want to submit a form, so I went with a simple &#8216;pick the unique picture&#8217; system, and my web development clients say it&#8217;s dramatically reduced the volume of spam, while gaining some pleasant comments from their customers on how easy it is to use!</p>
<p>If anyone wants to know more, they can head over to my blog to read about my <a href="http://spiralout.org/blog/2008/06/10/anti-spam-human-checker-php-script/" rel="nofollow">anti-spam human-checker php script</a></p>
<p>Keep up the good work<br />
Spiral Out!<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve M.</title>
		<link>http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-30826</link>
		<dc:creator>Steve M.</dc:creator>
		<pubDate>Wed, 12 Dec 2007 13:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/security/php-captcha-anti-spam-example.html#comment-30826</guid>
		<description>OK, I spoke too soon. I see on 31 Where the face&#039;s are called. It looks right though. I&#039;ll keep looking around. Thanks.</description>
		<content:encoded><![CDATA[<p>OK, I spoke too soon. I see on 31 Where the face&#8217;s are called. It looks right though. I&#8217;ll keep looking around. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
