<?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: Captcha Plugin in CodeIgniter</title>
	<atom:link href="http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html</link>
	<description>My Feelings for You</description>
	<lastBuildDate>Mon, 08 Feb 2010 17:03:31 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jahedur Rahman</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-5454</link>
		<dc:creator>Jahedur Rahman</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-5454</guid>
		<description>@Michael, the $baseUrl is the url (i.e. the domain address), but $basePath is not the url. Rather it is the hard drive path, such as: in Windows it may be &#039;D:/apache2triad/htdocs/captchademo/&#039; and Linux server it may be &#039;/www/var/htdocs/&#039; depending on your server configuration. Remember $basePath is used to display the image where the captcha image is generated. So, you must assign the relative location of the project to $basePath (again not the url). Hope this will help.</description>
		<content:encoded><![CDATA[<p>@Michael, the $baseUrl is the url (i.e. the domain address), but $basePath is not the url. Rather it is the hard drive path, such as: in Windows it may be &#8216;D:/apache2triad/htdocs/captchademo/&#8217; and Linux server it may be &#8216;/www/var/htdocs/&#8217; depending on your server configuration. Remember $basePath is used to display the image where the captcha image is generated. So, you must assign the relative location of the project to $basePath (again not the url). Hope this will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Connors</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-5453</link>
		<dc:creator>Michael Connors</dc:creator>
		<pubDate>Mon, 08 Feb 2010 16:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-5453</guid>
		<description>I am sorry to be a nuisance but I have been beating my head against the captcha wall all week.

My company hosts several sites and I am trying to implement this one just one of them. If the URL for the site (for example) is http://www.google.com would that be both my $baseUrl and $basePath?

Thank you for your help so far!</description>
		<content:encoded><![CDATA[<p>I am sorry to be a nuisance but I have been beating my head against the captcha wall all week.</p>
<p>My company hosts several sites and I am trying to implement this one just one of them. If the URL for the site (for example) is <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> would that be both my $baseUrl and $basePath?</p>
<p>Thank you for your help so far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Connors</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-5452</link>
		<dc:creator>Michael Connors</dc:creator>
		<pubDate>Mon, 08 Feb 2010 16:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-5452</guid>
		<description>I am sorry to be a nuisance but I have been beating my head against the captcha wall all week.

My company hosts several sites and I am trying to implement this one just one of them. If the URL for the site (for example) is http://www.google.com would that be both my $baseUrl and $basePath?

Thank you for your help so far.</description>
		<content:encoded><![CDATA[<p>I am sorry to be a nuisance but I have been beating my head against the captcha wall all week.</p>
<p>My company hosts several sites and I am trying to implement this one just one of them. If the URL for the site (for example) is <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> would that be both my $baseUrl and $basePath?</p>
<p>Thank you for your help so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jahedur Rahman</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-5342</link>
		<dc:creator>Jahedur Rahman</dc:creator>
		<pubDate>Thu, 04 Feb 2010 05:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-5342</guid>
		<description>@Michael: Probably you have not assigned &#039;captcha&#039; variable in the controller or have not passed as parameter when you are loading view. Download my code snippets and try accordingly. Thanks.</description>
		<content:encoded><![CDATA[<p>@Michael: Probably you have not assigned &#8216;captcha&#8217; variable in the controller or have not passed as parameter when you are loading view. Download my code snippets and try accordingly. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Connors</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-5334</link>
		<dc:creator>Michael Connors</dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-5334</guid>
		<description>Thank you for your tutorial. I have followed your steps but I still cannot get the image to display. I keep getting this error
A PHP Error was encountered

Severity: Notice

Message: Undefined variable: captcha

Filename: views/listings_showlisting_view.php

Line Number: 238

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Thank you for your tutorial. I have followed your steps but I still cannot get the image to display. I keep getting this error<br />
A PHP Error was encountered</p>
<p>Severity: Notice</p>
<p>Message: Undefined variable: captcha</p>
<p>Filename: views/listings_showlisting_view.php</p>
<p>Line Number: 238</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jahedur Rahman</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-5020</link>
		<dc:creator>Jahedur Rahman</dc:creator>
		<pubDate>Sat, 23 Jan 2010 04:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-5020</guid>
		<description>@Shahriat After posting the form echo your posted value of captcha and session value of captcha. May be wrong input field was being compared. Thanks</description>
		<content:encoded><![CDATA[<p>@Shahriat After posting the form echo your posted value of captcha and session value of captcha. May be wrong input field was being compared. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahriat Hossain</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-5012</link>
		<dc:creator>Shahriat Hossain</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-5012</guid>
		<description>I have tried to use this one but when I post the captcha value into the form value then the session value and post value doesn&#039;t match never I am not sure why this is occurring. Can you suggest me why this is happening.</description>
		<content:encoded><![CDATA[<p>I have tried to use this one but when I post the captcha value into the form value then the session value and post value doesn&#8217;t match never I am not sure why this is occurring. Can you suggest me why this is happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okada Design Blog &#187; Blog Archive &#187; How to use Codeigniter captcha plug-in</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-2575</link>
		<dc:creator>Okada Design Blog &#187; Blog Archive &#187; How to use Codeigniter captcha plug-in</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-2575</guid>
		<description>[...] I found two articles which help me out how to install it.  http://d.hatena.ne.jp/dix3/20080925 and http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html  The first one is in Japanese. But don&#8217;t be disappointed with it. You can find the controll [...]</description>
		<content:encoded><![CDATA[<p>[...] I found two articles which help me out how to install it.  <a href="http://d.hatena.ne.jp/dix3/20080925" rel="nofollow">http://d.hatena.ne.jp/dix3/20080925</a> and <a href="http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html" rel="nofollow">http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html</a>  The first one is in Japanese. But don&#8217;t be disappointed with it. You can find the controll [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anupam Gupta</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-2089</link>
		<dc:creator>Anupam Gupta</dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-2089</guid>
		<description>superb..

exactly what I was looking for. Bookmarked it. nice blog :)</description>
		<content:encoded><![CDATA[<p>superb..</p>
<p>exactly what I was looking for. Bookmarked it. nice blog <img src='http://www.blog.valenticabd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redme</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/comment-page-1#comment-1864</link>
		<dc:creator>Redme</dc:creator>
		<pubDate>Tue, 28 Jul 2009 17:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4#comment-1864</guid>
		<description>This is just what I was looking for. Thanks.</description>
		<content:encoded><![CDATA[<p>This is just what I was looking for. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
