<?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, 16 May 2012 14:41:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brian</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-1050</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 16 May 2012 14:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-1050</guid>
		<description>How do I install libpng ?</description>
		<content:encoded><![CDATA[<p>How do I install libpng ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-1039</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Tue, 15 May 2012 20:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-1039</guid>
		<description>See &lt;a href=&quot;http://www.php.net/manual/en/image.installation.php&quot; title=&quot;Installing GD&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;GD Installation&lt;/a&gt; on php.net.  Basically, on Windows you have to enable &lt;pre&gt;php_gd2.dll&lt;/pre&gt; which comes with PHP, on Linux, you have to re-compile PHP using the &lt;pre&gt;--with-gd&lt;/pre&gt; option.  You will also have to have at least libpng installed on your system to generate PNG files.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>See <a href="http://www.php.net/manual/en/image.installation.php" title="Installing GD" target="_blank" rel="nofollow">GD Installation</a> on php.net.  Basically, on Windows you have to enable
<pre>php_gd2.dll</pre>
<p> which comes with PHP, on Linux, you have to re-compile PHP using the
<pre>--with-gd</pre>
<p> option.  You will also have to have at least libpng installed on your system to generate PNG files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-1037</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 15 May 2012 19:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-1037</guid>
		<description>Securimage_test.pnp confirms that I have not GD support. How do I obtain that in PHP 5.4.2 ?</description>
		<content:encoded><![CDATA[<p>Securimage_test.pnp confirms that I have not GD support. How do I obtain that in PHP 5.4.2 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-1031</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Tue, 15 May 2012 16:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-1031</guid>
		<description>&lt;p&gt;The path being included for Securimage is incorrect.  You just need to fix the &lt;pre&gt;include_once&lt;/pre&gt; path to match your actual path.  In this case, &lt;pre&gt;$_SERVER[&#039;DOCUMENT_ROOT&#039;]&lt;/pre&gt; is incorrect and appears it cannot be used, or the path you have appended to it is incorrect.  Your host may be able to help with the correct path.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The path being included for Securimage is incorrect.  You just need to fix the
<pre>include_once</pre>
<p> path to match your actual path.  In this case,
<pre>$_SERVER['DOCUMENT_ROOT']</pre>
<p> is incorrect and appears it cannot be used, or the path you have appended to it is incorrect.  Your host may be able to help with the correct path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-1030</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Tue, 15 May 2012 16:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-1030</guid>
		<description>&lt;p&gt;Most likely PHP doesn&#039;t have GD support which is required for creating images.  You can download the &lt;a href=&quot;http://www.phpcaptcha.org/downloads/securimage_test.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Securimage Test Script&lt;/a&gt; and it will tell you if your system is capable of using Securimage.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Most likely PHP doesn&#8217;t have GD support which is required for creating images.  You can download the <a href="http://www.phpcaptcha.org/downloads/securimage_test.php" target="_blank" rel="nofollow">Securimage Test Script</a> and it will tell you if your system is capable of using Securimage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-1029</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 15 May 2012 16:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-1029</guid>
		<description>I am new to PHP so just trying out your captcha code on a localhost site.
The captcha image does not show - I just get an image marker with the words &#039;CAPTCHA Image&#039; using code . There is no problem showing another image from the site using code </description>
		<content:encoded><![CDATA[<p>I am new to PHP so just trying out your captcha code on a localhost site.<br />
The captcha image does not show &#8211; I just get an image marker with the words &#8216;CAPTCHA Image&#8217; using code . There is no problem showing another image from the site using code </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-1027</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Tue, 15 May 2012 12:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-1027</guid>
		<description>Hello I am facing problem with include_once $_SERVER[&#039;DOCUMENT_ROOT&#039;]

&quot;Message: include_once(/var/www/http://205.186.144.160/chauka/securimage/securimage.php): failed to open stream: No such file or directory&quot;

Please guide me thank you.</description>
		<content:encoded><![CDATA[<p>Hello I am facing problem with include_once $_SERVER['DOCUMENT_ROOT']</p>
<p>&#8220;Message: include_once(/var/www/http://205.186.144.160/chauka/securimage/securimage.php): failed to open stream: No such file or directory&#8221;</p>
<p>Please guide me thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexboss</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-890</link>
		<dc:creator>Alexboss</dc:creator>
		<pubDate>Wed, 02 May 2012 14:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-890</guid>
		<description>Hi Drew, 

Thanks for your reply... indeed the session.gc_maxlifetime was set to the default value (1440 seconds / 24 minutes). 

I updated my code to make the session lifetime longer - in a .htaccess at the root of my folder : 
{code}
php_value  session.gc_maxlifetime 10800
{code}

And I also updated the files securimage_show.php / securimage_play.php by adding 
{code}
// How long in seconds a captcha remains valid, after this time it will not be accepted
$img-&gt;expiry_time   = 10800;
{code}
after
{code}
$img = new Securimage();
{code}

So far it works as expected ! 

Thanks a lot, 

Alexboss 8)</description>
		<content:encoded><![CDATA[<p>Hi Drew, </p>
<p>Thanks for your reply&#8230; indeed the session.gc_maxlifetime was set to the default value (1440 seconds / 24 minutes). </p>
<p>I updated my code to make the session lifetime longer &#8211; in a .htaccess at the root of my folder : <br />
{code}<br />
php_value  session.gc_maxlifetime 10800<br />
{code}</p>
<p>And I also updated the files securimage_show.php / securimage_play.php by adding <br />
{code}<br />
// How long in seconds a captcha remains valid, after this time it will not be accepted<br />
$img-&gt;expiry_time   = 10800;<br />
{code}<br />
after<br />
{code}<br />
$img = new Securimage();<br />
{code}</p>
<p>So far it works as expected ! </p>
<p>Thanks a lot, </p>
<p>Alexboss <img src='http://www.phpcaptcha.org/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-852</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Fri, 27 Apr 2012 15:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-852</guid>
		<description>&lt;p&gt;Hi, thank you for the comment.&lt;/p&gt;
&lt;p&gt;This is probably due to a PHP configuration.  Since the codes are stored in a PHP session by default, your session data may be getting garbage collected long before the 3 hours is up.  See the &lt;a href=&quot;http://www.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;session.gc_maxlifetime&lt;/a&gt; PHP setting.&lt;/p&gt;
&lt;p&gt;By default PHP will potentially delete all session data older than 24 minutes if it hasn&#039;t been touched in that long.  The client may still have the session cookie, but the server has deleted the data so the cookie is no longer valid.  Editing this value in php.ini or by other methods is a solution, or set your expiry_time to match PHP&#039;s &lt;em&gt;session.gc_maxlifetime&lt;/em&gt; value.&lt;p&gt;</description>
		<content:encoded><![CDATA[<p>Hi, thank you for the comment.</p>
<p>This is probably due to a PHP configuration.  Since the codes are stored in a PHP session by default, your session data may be getting garbage collected long before the 3 hours is up.  See the <a href="http://www.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime" target="_blank" rel="nofollow">session.gc_maxlifetime</a> PHP setting.</p>
<p>By default PHP will potentially delete all session data older than 24 minutes if it hasn&#8217;t been touched in that long.  The client may still have the session cookie, but the server has deleted the data so the cookie is no longer valid.  Editing this value in php.ini or by other methods is a solution, or set your expiry_time to match PHP&#8217;s <em>session.gc_maxlifetime</em> value.</p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexboss</title>
		<link>http://www.phpcaptcha.org/documentation/quickstart-guide/#comment-851</link>
		<dc:creator>Alexboss</dc:creator>
		<pubDate>Fri, 27 Apr 2012 14:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=8#comment-851</guid>
		<description>Hi all, 

I&#039;m using the latest Securimage 3.2RC2. It works great and I want to congratulate and thank you for this captcha. 

I had a question... I set the the expiration time of the captcha to 3 hours 
{code}
$img-&gt;expiry_time   = 10800;
{code}

But the captcha is always invalidated before this time. 

Does anybody here have experienced this or managed to deal with it ? 

Is it related to Securimage or to PHP configuration ?

Thanks for your help,

Alexboss 8)</description>
		<content:encoded><![CDATA[<p>Hi all, </p>
<p>I&#8217;m using the latest Securimage 3.2RC2. It works great and I want to congratulate and thank you for this captcha. </p>
<p>I had a question&#8230; I set the the expiration time of the captcha to 3 hours <br />
{code}<br />
$img-&gt;expiry_time   = 10800;<br />
{code}</p>
<p>But the captcha is always invalidated before this time. </p>
<p>Does anybody here have experienced this or managed to deal with it ? </p>
<p>Is it related to Securimage or to PHP configuration ?</p>
<p>Thanks for your help,</p>
<p>Alexboss <img src='http://www.phpcaptcha.org/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

