<?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: Tutorial: Using Zend_Captcha_Image</title>
	<atom:link href="http://sankhomallik.com/blog/2008/12/17/tutorial-using-zend_captcha_image/feed/" rel="self" type="application/rss+xml" />
	<link>http://sankhomallik.com/blog/2008/12/17/tutorial-using-zend_captcha_image/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 27 Jul 2010 15:44:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Igor Wiedler</title>
		<link>http://sankhomallik.com/blog/2008/12/17/tutorial-using-zend_captcha_image/#comment-53</link>
		<dc:creator>Igor Wiedler</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://sankhomallik.com/?p=33#comment-53</guid>
		<description>PHP_SELF should really not be used, it is vulnerable to XSS. Instead, SCRIPT_NAME should be used.</description>
		<content:encoded><![CDATA[<p>PHP_SELF should really not be used, it is vulnerable to XSS. Instead, SCRIPT_NAME should be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Виталий</title>
		<link>http://sankhomallik.com/blog/2008/12/17/tutorial-using-zend_captcha_image/#comment-52</link>
		<dc:creator>Виталий</dc:creator>
		<pubDate>Tue, 28 Jul 2009 18:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://sankhomallik.com/?p=33#comment-52</guid>
		<description>А это Вы написали на основе исключительно Вашего личного опыта?</description>
		<content:encoded><![CDATA[<p>А это Вы написали на основе исключительно Вашего личного опыта?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Словарь Юриста</title>
		<link>http://sankhomallik.com/blog/2008/12/17/tutorial-using-zend_captcha_image/#comment-51</link>
		<dc:creator>Словарь Юриста</dc:creator>
		<pubDate>Thu, 23 Jul 2009 23:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://sankhomallik.com/?p=33#comment-51</guid>
		<description>списки кандидатов, выдвигаемые партиями политическими и избирательными объединениями (блоками) на выборах в представительные органы, проводимые сообразно пропорциональной избирательной системе.</description>
		<content:encoded><![CDATA[<p>списки кандидатов, выдвигаемые партиями политическими и избирательными объединениями (блоками) на выборах в представительные органы, проводимые сообразно пропорциональной избирательной системе.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vietanhit</title>
		<link>http://sankhomallik.com/blog/2008/12/17/tutorial-using-zend_captcha_image/#comment-50</link>
		<dc:creator>vietanhit</dc:creator>
		<pubDate>Fri, 17 Jul 2009 20:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://sankhomallik.com/?p=33#comment-50</guid>
		<description>I’ve solved the problem, replace

‘font’ =&gt; $baseUrl . ‘/img/arial.ttf’,
‘imgDir’ =&gt; $baseUrl . ‘/img/’,
‘imgUrl’ =&gt; ‘http://project.com/captcha/’,

with this:

‘font’ =&gt; “./img/arial.ttf”,
‘imgdir’ =&gt; “./img”,
‘imgurl’ =&gt; “./img”

Don’t want to use $baseUrl .
Thanks this tutorial ! :)</description>
		<content:encoded><![CDATA[<p>I’ve solved the problem, replace</p>
<p>‘font’ =&gt; $baseUrl . ‘/img/arial.ttf’,<br />
‘imgDir’ =&gt; $baseUrl . ‘/img/’,<br />
‘imgUrl’ =&gt; ‘http://project.com/captcha/’,</p>
<p>with this:</p>
<p>‘font’ =&gt; “./img/arial.ttf”,<br />
‘imgdir’ =&gt; “./img”,<br />
‘imgurl’ =&gt; “./img”</p>
<p>Don’t want to use $baseUrl .<br />
Thanks this tutorial ! <img src='http://sankhomallik.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vietanhit</title>
		<link>http://sankhomallik.com/blog/2008/12/17/tutorial-using-zend_captcha_image/#comment-49</link>
		<dc:creator>vietanhit</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://sankhomallik.com/?p=33#comment-49</guid>
		<description>I&#039;m getting the same errors (like kumar):

Warning: imageftbbox() [function.imageftbbox]: Invalid font filename in C:\wamp\www\Zend_Framework\zf_captcha\library\Zend\Captcha\Image.php on line 489

Warning: imagefttext() [function.imagefttext]: Invalid font filename in C:\wamp\www\Zend_Framework\zf_captcha\library\Zend\Captcha\Image.php on line 492

Warning: imagepng() [function.imagepng]: Unable to open &#039;/Zend_Framework/zf_captcha/public/img/ffa6e2ec474d49875ff2b131806c704c.png&#039; for writing: No such file or directory in C:\wamp\www\Zend_Framework\zf_captcha\library\Zend\Captcha\Image.php on line 563</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same errors (like kumar):</p>
<p>Warning: imageftbbox() [function.imageftbbox]: Invalid font filename in C:\wamp\www\Zend_Framework\zf_captcha\library\Zend\Captcha\Image.php on line 489</p>
<p>Warning: imagefttext() [function.imagefttext]: Invalid font filename in C:\wamp\www\Zend_Framework\zf_captcha\library\Zend\Captcha\Image.php on line 492</p>
<p>Warning: imagepng() [function.imagepng]: Unable to open &#8216;/Zend_Framework/zf_captcha/public/img/ffa6e2ec474d49875ff2b131806c704c.png&#8217; for writing: No such file or directory in C:\wamp\www\Zend_Framework\zf_captcha\library\Zend\Captcha\Image.php on line 563</p>
]]></content:encoded>
	</item>
</channel>
</rss>
