<?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: How to validate ReCAPTCHA.</title>
	<atom:link href="http://technoblogy.net/how-to-validate-recaptcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblogy.net/how-to-validate-recaptcha/</link>
	<description>Technology with a Big difference</description>
	<lastBuildDate>Fri, 25 Nov 2011 16:21:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dp</title>
		<link>http://technoblogy.net/how-to-validate-recaptcha/comment-page-1/#comment-234</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://technoblogy.net/how-to-validate-recaptcha/#comment-234</guid>
		<description>I copy/pasted my code into the last post but its not displaying. Either way you can grab see a copy of the code here:  

http://mysite.verizon.net/patten23/createuser.txt</description>
		<content:encoded><![CDATA[<p>I copy/pasted my code into the last post but its not displaying. Either way you can grab see a copy of the code here:  </p>
<p><a href="http://mysite.verizon.net/patten23/createuser.txt" rel="nofollow">http://mysite.verizon.net/patten23/createuser.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dp</title>
		<link>http://technoblogy.net/how-to-validate-recaptcha/comment-page-1/#comment-233</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://technoblogy.net/how-to-validate-recaptcha/#comment-233</guid>
		<description>I turned that off and I still get an error message.  It appears that the page wont allow you to click &#039;join&#039; without entering the recaptcha, and when you do it redirects me to a default error page (basic communityserver message) but nothing showing in the logs as to what the problem is.  

I am stuck.  

This is what I have far as reCAPTCHA in my form (wont post the entire thing, way too long):



     

That&#039;s it.</description>
		<content:encoded><![CDATA[<p>I turned that off and I still get an error message.  It appears that the page wont allow you to click &#8216;join&#8217; without entering the recaptcha, and when you do it redirects me to a default error page (basic communityserver message) but nothing showing in the logs as to what the problem is.  </p>
<p>I am stuck.  </p>
<p>This is what I have far as reCAPTCHA in my form (wont post the entire thing, way too long):</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dp</title>
		<link>http://technoblogy.net/how-to-validate-recaptcha/comment-page-1/#comment-232</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://technoblogy.net/how-to-validate-recaptcha/#comment-232</guid>
		<description>Yes.  

Basically I have a registration form that when I include the first part of the code and hit &#039;join&#039; I get an error, it seems as though the reCAPTCHA is interferring with another module which emails me when a new account is created. 

This is the message I get:
User Agent:
Path: as HTTP
Referrer:
Message: Error occurred while running background task PokeSite
System.Exception: No CSContext exists in the Current Application. AutoCreate fails since HttpContext.Current is not accessible.
at CommunityServer.Components.CSContext.get_Current()
at JeffDavis.CS.Modules.PokeSite.Execute(XmlNode prefNode)
at Telligent.Tasks.Task.ExecuteTask()</description>
		<content:encoded><![CDATA[<p>Yes.  </p>
<p>Basically I have a registration form that when I include the first part of the code and hit &#8216;join&#8217; I get an error, it seems as though the reCAPTCHA is interferring with another module which emails me when a new account is created. </p>
<p>This is the message I get:<br />
User Agent:<br />
Path: as HTTP<br />
Referrer:<br />
Message: Error occurred while running background task PokeSite<br />
System.Exception: No CSContext exists in the Current Application. AutoCreate fails since HttpContext.Current is not accessible.<br />
at CommunityServer.Components.CSContext.get_Current()<br />
at JeffDavis.CS.Modules.PokeSite.Execute(XmlNode prefNode)<br />
at Telligent.Tasks.Task.ExecuteTask()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nauman</title>
		<link>http://technoblogy.net/how-to-validate-recaptcha/comment-page-1/#comment-231</link>
		<dc:creator>Nauman</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://technoblogy.net/how-to-validate-recaptcha/#comment-231</guid>
		<description>hmm.. can you elaborate what type of exception/issue you are getting...

have you included Recaptcha reference in your code ?</description>
		<content:encoded><![CDATA[<p>hmm.. can you elaborate what type of exception/issue you are getting&#8230;</p>
<p>have you included Recaptcha reference in your code ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dp</title>
		<link>http://technoblogy.net/how-to-validate-recaptcha/comment-page-1/#comment-230</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://technoblogy.net/how-to-validate-recaptcha/#comment-230</guid>
		<description>Just copy/paste that code into my form?  Can we take this offline maybe?  I can email you my code if you are willing to help.

Thanks</description>
		<content:encoded><![CDATA[<p>Just copy/paste that code into my form?  Can we take this offline maybe?  I can email you my code if you are willing to help.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nauman</title>
		<link>http://technoblogy.net/how-to-validate-recaptcha/comment-page-1/#comment-229</link>
		<dc:creator>Nauman</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://technoblogy.net/how-to-validate-recaptcha/#comment-229</guid>
		<description>Add that validation code, in code behind of the page in submission logic of webpage.</description>
		<content:encoded><![CDATA[<p>Add that validation code, in code behind of the page in submission logic of webpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dp</title>
		<link>http://technoblogy.net/how-to-validate-recaptcha/comment-page-1/#comment-228</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://technoblogy.net/how-to-validate-recaptcha/#comment-228</guid>
		<description>Where do I put the code to validate the re-captcha?  I already have a form that submits a new account but I am not sure where or how to add the second part labeled &quot;code:&quot;</description>
		<content:encoded><![CDATA[<p>Where do I put the code to validate the re-captcha?  I already have a form that submits a new account but I am not sure where or how to add the second part labeled &#8220;code:&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

