<?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: Quickstart Guide</title>
	<atom:link href="http://www.phpcaptcha.org/documentation/quickstart-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpcaptcha.org</link>
	<description>Free Captcha Script</description>
	<lastBuildDate>Wed, 18 Jan 2012 05:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JackD</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-694</link>
		<dc:creator>JackD</dc:creator>
		<pubDate>Wed, 18 Jan 2012 05:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-694</guid>
		<description>Drew, thanks for the heads-up on the wmode trick.  Fixed it!!
http://slightlymore.co.uk/flash-and-the-z-index-problem-solved/</description>
		<content:encoded><![CDATA[<p>Drew, thanks for the heads-up on the wmode trick.  Fixed it!!<br />
<a href="http://slightlymore.co.uk/flash-and-the-z-index-problem-solved/" rel="nofollow">http://slightlymore.co.uk/flash-and-the-z-index-problem-solved/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JackD</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-687</link>
		<dc:creator>JackD</dc:creator>
		<pubDate>Sun, 15 Jan 2012 20:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-687</guid>
		<description>Just one question, though.  I&#039;m using several different z-indexes on my site, and the Flash will float above everything else (it should be behind the footer of my page.)  I&#039;ve tried changing the z-index on the object, but no change.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Just one question, though.  I&#8217;m using several different z-indexes on my site, and the Flash will float above everything else (it should be behind the footer of my page.)  I&#8217;ve tried changing the z-index on the object, but no change.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-677</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 06 Jan 2012 05:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-677</guid>
		<description>Had captcha up and running in oscommerce in under 5 minutes. GREAT easy to use script :)</description>
		<content:encoded><![CDATA[<p>Had captcha up and running in oscommerce in under 5 minutes. GREAT easy to use script <img src='http://www.phpcaptcha.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JackD</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-674</link>
		<dc:creator>JackD</dc:creator>
		<pubDate>Tue, 03 Jan 2012 23:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-674</guid>
		<description>I love this!  It was so easy!  Thank you for developing this!  Flawless under XAMPP on Windows XP SP3.  Didn&#039;t have to change anything, just dropped the files in, used your sample code, and &quot;voila!&quot;  Easily integrates with my form validation.  Kudos!</description>
		<content:encoded><![CDATA[<p>I love this!  It was so easy!  Thank you for developing this!  Flawless under XAMPP on Windows XP SP3.  Didn&#8217;t have to change anything, just dropped the files in, used your sample code, and &#8220;voila!&#8221;  Easily integrates with my form validation.  Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-605</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Sat, 12 Nov 2011 00:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-605</guid>
		<description>This was because the structure of the session changed between the 2 version.  Just clear the cookies from your browser for your site and the error should go away.  I do want to release a new version that fixes that problem though.  Sorry for the trouble.</description>
		<content:encoded><![CDATA[<p>This was because the structure of the session changed between the 2 version.  Just clear the cookies from your browser for your site and the error should go away.  I do want to release a new version that fixes that problem though.  Sorry for the trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-604</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Sat, 12 Nov 2011 00:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-604</guid>
		<description>You can use jQuery to submit the form, the correct way to do it would be to return any error messages from your ajax call back to the browser.  Just make sure you only process the form on the server if the code was correct.  The code for the form processor would not be very much different than normal except you should return success/error messages in JSON or XML format so your jQuery code can decide if the form was submitted or not.  Also, for best results, don&#039;t try to call check() on the captcha code unless there are no other errors on the form and it is ready to be submitted.</description>
		<content:encoded><![CDATA[<p>You can use jQuery to submit the form, the correct way to do it would be to return any error messages from your ajax call back to the browser.  Just make sure you only process the form on the server if the code was correct.  The code for the form processor would not be very much different than normal except you should return success/error messages in JSON or XML format so your jQuery code can decide if the form was submitted or not.  Also, for best results, don&#8217;t try to call check() on the captcha code unless there are no other errors on the form and it is ready to be submitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-595</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 08 Nov 2011 12:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-595</guid>
		<description>I would like to validate my form with jQuery. How do I check the correctness of the code entered? how do I let him take the result of $ securimage-&gt; check (&#039;text field security code&#039;)? thanks</description>
		<content:encoded><![CDATA[<p>I would like to validate my form with jQuery. How do I check the correctness of the code entered? how do I let him take the result of $ securimage-&gt; check (&#8216;text field security code&#8217;)? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E-bozskowo</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-593</link>
		<dc:creator>E-bozskowo</dc:creator>
		<pubDate>Sat, 05 Nov 2011 14:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-593</guid>
		<description>Hello, I was using securimage on 2.0.2 version, but it was hacked by bots quite fast so I tried to upgrade to v.3.0, however easy switch (just replacing files) didn&#039;t work, no image showed, when i tried to see the image on exact path to securimage_show.php it wrote an error I have not seen before using securimage: 

Warning: Cannot use a scalar value as an array in /home/e-boszkowo/ftp/securimage/securimage.php on line 1046

Warning: Cannot modify header information - headers already sent by (output started at /home/e-boszkowo/ftp/securimage/securimage.php:1046) in /home/e-boszkowo/ftp/securimage/securimage.php on line 889

and some more of the &quot;cannot modify header&quot; errors. 
session is started exactly on first line of the page, have no idea where to look now. Any help? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello, I was using securimage on 2.0.2 version, but it was hacked by bots quite fast so I tried to upgrade to v.3.0, however easy switch (just replacing files) didn&#8217;t work, no image showed, when i tried to see the image on exact path to securimage_show.php it wrote an error I have not seen before using securimage: </p>
<p>Warning: Cannot use a scalar value as an array in /home/e-boszkowo/ftp/securimage/securimage.php on line 1046</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/e-boszkowo/ftp/securimage/securimage.php:1046) in /home/e-boszkowo/ftp/securimage/securimage.php on line 889</p>
<p>and some more of the &#8220;cannot modify header&#8221; errors.<br />
session is started exactly on first line of the page, have no idea where to look now. Any help? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-539</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 06 Oct 2011 11:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-539</guid>
		<description>Thanks, this was incredibly helpful!  I had this up and running in no time.  Just had to change the session name variable.  Very nice implementation!</description>
		<content:encoded><![CDATA[<p>Thanks, this was incredibly helpful!  I had this up and running in no time.  Just had to change the session name variable.  Very nice implementation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-524</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Fri, 30 Sep 2011 00:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-524</guid>
		<description>If the securimage files are uploaded to /home/yourname/public_html/securimage then you should include &#039;/home/yoursite/public_html/securimage/securimage.php&#039;;  It looks like you were trying to use a path other than that.  Or ask your host to turn the open_basedir restriction off or modify it for your account.</description>
		<content:encoded><![CDATA[<p>If the securimage files are uploaded to /home/yourname/public_html/securimage then you should include &#8216;/home/yoursite/public_html/securimage/securimage.php&#8217;;  It looks like you were trying to use a path other than that.  Or ask your host to turn the open_basedir restriction off or modify it for your account.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

