<?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: FAQ</title>
	<atom:link href="http://www.phpcaptcha.org/faq/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: drew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-523</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Fri, 30 Sep 2011 00:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-523</guid>
		<description>This most likely means you have an older version of PHP or PHP &amp; GD are not compiled with FreeType (TTF) support.  Make sure you have at least PHP 4.3, and preferably PHP 5.2 or above, and that GD and FreeType are included.  You can create a script with  in it to view your configuration.</description>
		<content:encoded><![CDATA[<p>This most likely means you have an older version of PHP or PHP &amp; GD are not compiled with FreeType (TTF) support.  Make sure you have at least PHP 4.3, and preferably PHP 5.2 or above, and that GD and FreeType are included.  You can create a script with  in it to view your configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nelson</title>
		<link>http://www.phpcaptcha.org/faq/#comment-522</link>
		<dc:creator>nelson</dc:creator>
		<pubDate>Thu, 29 Sep 2011 23:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-522</guid>
		<description>my web error: 

Call to undefined function imagettfbbox() in /home/gravity/public_html/captcha/securimage.php on line 867

please help me</description>
		<content:encoded><![CDATA[<p>my web error: </p>
<p>Call to undefined function imagettfbbox() in /home/gravity/public_html/captcha/securimage.php on line 867</p>
<p>please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-519</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 26 Sep 2011 18:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-519</guid>
		<description>If this is always blank, it may be that you are using a different session name than the default PHP session, or there is a problem with the session save path in php.ini.  Try adding &lt;code&gt;error_reporting(E_ALL); ini_set(&#039;display_errors&#039;, 1);&lt;/code&gt; in securimage_show.php just after the &lt;?php tag and open securimage_show.php directly in your browser and see if any errors are output.</description>
		<content:encoded><![CDATA[<p>If this is always blank, it may be that you are using a different session name than the default PHP session, or there is a problem with the session save path in php.ini.  Try adding <code>error_reporting(E_ALL); ini_set('display_errors', 1);</code> in securimage_show.php just after the &lt;?php tag and open securimage_show.php directly in your browser and see if any errors are output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-516</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-516</guid>
		<description>Hi, I looked on your site and saw this when I try to load the image:

&lt;blockquote&gt;
HTTP/1.1 500 Server Error
Date: Mon, 26 Sep 2011 17:26:34 GMT
Server: Microsoft-IIS/6.0
Pool: 77
X-Powered-By: ASP.NET
Content-Length: 460

PHP Warning:  imagettfbbox() [&lt;a href=&#039;function.imagettfbbox&#039; rel=&quot;nofollow&quot;&gt;function.imagettfbbox&lt;/a&gt;]: Could not find/open font in \\boswinfs03\home\users\web\b814\nf.creativemathandc\florida-dreaming.com\securimage\securimage.php on line 867
PHP Warning:  imagettftext() [&lt;a href=&#039;function.imagettftext&#039; rel=&quot;nofollow&quot;&gt;function.imagettftext&lt;/a&gt;]: Could not find/open font in \\boswinfs03\home\users\web\b814\nf.creativemathandc\florida-dreaming.com\securimage\securimage.php on line 878
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hi, I looked on your site and saw this when I try to load the image:</p>
<blockquote><p>
HTTP/1.1 500 Server Error<br />
Date: Mon, 26 Sep 2011 17:26:34 GMT<br />
Server: Microsoft-IIS/6.0<br />
Pool: 77<br />
X-Powered-By: ASP.NET<br />
Content-Length: 460</p>
<p>PHP Warning:  imagettfbbox() [<a href='function.imagettfbbox' rel="nofollow">function.imagettfbbox</a>]: Could not find/open font in \\boswinfs03\home\users\web\b814\nf.creativemathandc\florida-dreaming.com\securimage\securimage.php on line 867<br />
PHP Warning:  imagettftext() [<a href='function.imagettftext' rel="nofollow">function.imagettftext</a>]: Could not find/open font in \\boswinfs03\home\users\web\b814\nf.creativemathandc\florida-dreaming.com\securimage\securimage.php on line 878
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-515</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-515</guid>
		<description>Were you able to confirm that the securimage session data was making it to the database?  Was your session save handler set in php.ini or in one of your scripts?  If it was set in a script, you will need to modify securimage_show.php so it knows to use the correct session handler.  Contact me from the contact form if you are still having issues.</description>
		<content:encoded><![CDATA[<p>Were you able to confirm that the securimage session data was making it to the database?  Was your session save handler set in php.ini or in one of your scripts?  If it was set in a script, you will need to modify securimage_show.php so it knows to use the correct session handler.  Contact me from the contact form if you are still having issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-513</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-513</guid>
		<description>I set up securimage once for Joomla, and had to modify securimage_show.php a bit to get it to use the Joomla session because Joomla generates a random session name for each user.  Unfortunately I don&#039;t have the modifications anymore but if you need help feel free to contact me with the contact form and show me what you have.  Here is a a &lt;a href=&quot;http://extensions.joomla.org/extensions/access-a-security/site-security/captcha/8070&quot; rel=&quot;nofollow&quot;&gt;Joomla extension&lt;/a&gt; that uses securimage so you may be able to figure something out from that too.</description>
		<content:encoded><![CDATA[<p>I set up securimage once for Joomla, and had to modify securimage_show.php a bit to get it to use the Joomla session because Joomla generates a random session name for each user.  Unfortunately I don&#8217;t have the modifications anymore but if you need help feel free to contact me with the contact form and show me what you have.  Here is a a <a href="http://extensions.joomla.org/extensions/access-a-security/site-security/captcha/8070" rel="nofollow">Joomla extension</a> that uses securimage so you may be able to figure something out from that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-511</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-511</guid>
		<description>If you have changed the default name of the PHP session from PHPSESSID to something else, you will need to inform securimage of the change by editing securimage.php and setting the $session_name value to match the name you chose for your session.  Then securimage should work within your custom session.</description>
		<content:encoded><![CDATA[<p>If you have changed the default name of the PHP session from PHPSESSID to something else, you will need to inform securimage of the change by editing securimage.php and setting the $session_name value to match the name you chose for your session.  Then securimage should work within your custom session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-510</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 26 Sep 2011 16:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-510</guid>
		<description>Hi,
This means that sessions are not configured correctly in your server&#039;s php.ini file.  The actual cause is that your user does not have permission to write to C:\inetpub\conf\temp\ where sessions are stored.
That folder should either be writable by everyone or changed to something your user can write to.
One thing you could do is to modify securimage.php and add &lt;code&gt;ini_set(&#039;session.save_path&#039;, &#039;C:/some_folder&#039;);&lt;/code&gt; where C:/some_folder is a location you have permission to write to.  It could be a folder in your directory that is not accessible from the web.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This means that sessions are not configured correctly in your server&#8217;s php.ini file.  The actual cause is that your user does not have permission to write to C:\inetpub\conf\temp\ where sessions are stored.<br />
That folder should either be writable by everyone or changed to something your user can write to.<br />
One thing you could do is to modify securimage.php and add <code>ini_set('session.save_path', 'C:/some_folder');</code> where C:/some_folder is a location you have permission to write to.  It could be a folder in your directory that is not accessible from the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.phpcaptcha.org/faq/#comment-507</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 22 Sep 2011 09:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-507</guid>
		<description>Image does not display, on looking at http://www.nickothyme.co.uk/securimage/securimage_show.php I am getting the message starting&lt;br /&gt; 
&lt;code&gt;&lt;b&gt;Warning&lt;/b&gt;:  session_start() [&lt;a href=&#039;function.session-start&#039; rel=&quot;nofollow&quot;&gt;function.session-start&lt;/a&gt;]: open(C:\inetpub\conf\temp\sess_29k9lj9nab1uge70gqk6cg45t7, O_RDWR) failed: Permission denied (13) in E:\Inetpub\win1658\website\securimage\securimage.php on line 523&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;
Help!</description>
		<content:encoded><![CDATA[<p>Image does not display, on looking at <a href="http://www.nickothyme.co.uk/securimage/securimage_show.php" rel="nofollow">http://www.nickothyme.co.uk/securimage/securimage_show.php</a> I am getting the message starting<br /> <br />
<code><b>Warning</b>:  session_start() [<a href='function.session-start' rel="nofollow">function.session-start</a>]: open(C:\inetpub\conf\temp\sess_29k9lj9nab1uge70gqk6cg45t7, O_RDWR) failed: Permission denied (13) in E:\Inetpub\win1658\website\securimage\securimage.php on line 523</code></p>
<p>Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phob</title>
		<link>http://www.phpcaptcha.org/faq/#comment-505</link>
		<dc:creator>phob</dc:creator>
		<pubDate>Wed, 21 Sep 2011 13:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpcaptcha.org/?page_id=128#comment-505</guid>
		<description>I try to make Securimage to work, but it seems to refuse to work with my existing session, which is however very classic and not so special. The only difference is I have to give the session a particular name. Why is there a problem between Securimage and a named session ?</description>
		<content:encoded><![CDATA[<p>I try to make Securimage to work, but it seems to refuse to work with my existing session, which is however very classic and not so special. The only difference is I have to give the session a particular name. Why is there a problem between Securimage and a named session ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

