<?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 CAPTCHA &#8211; My 1st Plugin for WordPress</title>
	<atom:link href="http://blog.zorex.info/?feed=rss2&#038;p=8" rel="self" type="application/rss+xml" />
	<link>http://blog.zorex.info/?p=8</link>
	<description>Read At Your Own Risk!</description>
	<lastBuildDate>Mon, 06 Sep 2010 07:40:45 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michel</title>
		<link>http://blog.zorex.info/?p=8&#038;cpage=3#comment-68578</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Mon, 06 Sep 2010 07:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zorex.info/?p=8#comment-68578</guid>
		<description>To make Simple Captcha work on Wordpress 2.9+, edit line 200 in zrx_captcha.inc.php from:

wp_set_comment_status($id, &#039;delete&#039;);
to:
wp_set_comment_status($id, &#039;trash&#039;);

To get an image with PHP 5 edit line 33 in
gdimg.php from:

session_unregister(&quot;secret&quot;);
to:
unset($_SESSION[&#039;secret&#039;]);

Also do not forget to enable the GD extention in php.ini</description>
		<content:encoded><![CDATA[<p>To make Simple Captcha work on Wordpress 2.9+, edit line 200 in zrx_captcha.inc.php from:</p>
<p>wp_set_comment_status($id, &#8216;delete&#8217;);<br />
to:<br />
wp_set_comment_status($id, &#8216;trash&#8217;);</p>
<p>To get an image with PHP 5 edit line 33 in<br />
gdimg.php from:</p>
<p>session_unregister(&#8221;secret&#8221;);<br />
to:<br />
unset($_SESSION['secret']);</p>
<p>Also do not forget to enable the GD extention in php.ini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zorex</title>
		<link>http://blog.zorex.info/?p=8&#038;cpage=3#comment-67264</link>
		<dc:creator>zorex</dc:creator>
		<pubDate>Mon, 23 Aug 2010 08:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zorex.info/?p=8#comment-67264</guid>
		<description>i will once i&#039;ve the time. ;P</description>
		<content:encoded><![CDATA[<p>i will once i&#8217;ve the time. ;P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Halliday</title>
		<link>http://blog.zorex.info/?p=8&#038;cpage=3#comment-67133</link>
		<dc:creator>Stuart Halliday</dc:creator>
		<pubDate>Sat, 21 Aug 2010 17:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zorex.info/?p=8#comment-67133</guid>
		<description>Any chance you&#039;ll make a version that works in WordPress 3.01?
I&#039;d love to use it.

I tried v1.5.1b and it doesn&#039;t even appear anywhere near the Comments box.

Yes I have activated it. :-)</description>
		<content:encoded><![CDATA[<p>Any chance you&#8217;ll make a version that works in WordPress 3.01?<br />
I&#8217;d love to use it.</p>
<p>I tried v1.5.1b and it doesn&#8217;t even appear anywhere near the Comments box.</p>
<p>Yes I have activated it. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zorex</title>
		<link>http://blog.zorex.info/?p=8&#038;cpage=3#comment-67002</link>
		<dc:creator>zorex</dc:creator>
		<pubDate>Fri, 20 Aug 2010 14:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zorex.info/?p=8#comment-67002</guid>
		<description>Currently im too busy to update the plugin.</description>
		<content:encoded><![CDATA[<p>Currently im too busy to update the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://blog.zorex.info/?p=8&#038;cpage=3#comment-66950</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Fri, 20 Aug 2010 03:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zorex.info/?p=8#comment-66950</guid>
		<description>hi your CAPTCHA is not working on the site listed below.  it just shows a box with a red x where the captcha is suppose to be, even when you hit the refresh button for the webpage, or the button next to the captcha to reload another one, their is still a box with a red x where the captcha is supposed to be. Here is the site with the broken captcha:

http://www.xdela.com/2010/06/16/what-is-the-risk-of-taking-ecstasy-if-you-have-anxiety-and-depression/#respond

Please fix this soon? Thanks.</description>
		<content:encoded><![CDATA[<p>hi your CAPTCHA is not working on the site listed below.  it just shows a box with a red x where the captcha is suppose to be, even when you hit the refresh button for the webpage, or the button next to the captcha to reload another one, their is still a box with a red x where the captcha is supposed to be. Here is the site with the broken captcha:</p>
<p><a href="http://www.xdela.com/2010/06/16/what-is-the-risk-of-taking-ecstasy-if-you-have-anxiety-and-depression/#respond" rel="nofollow">http://www.xdela.com/2010/06/16/what-is-the-risk-of-taking-ecstasy-if-you-have-anxiety-and-depression/#respond</a></p>
<p>Please fix this soon? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
