<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=ReCAPTCHA</id>
	<title>ReCAPTCHA - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=ReCAPTCHA"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=ReCAPTCHA&amp;action=history"/>
	<updated>2026-06-12T05:40:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=ReCAPTCHA&amp;diff=1750&amp;oldid=prev</id>
		<title>Egge: New page: [http://recaptcha.net/ reCAPTCHA] is a great web service, which allows you to add [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA]s to your site.  What makes reCAPTCHA interesting is: * It u...</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=ReCAPTCHA&amp;diff=1750&amp;oldid=prev"/>
		<updated>2007-10-04T12:33:45Z</updated>

		<summary type="html">&lt;p&gt;New page: [http://recaptcha.net/ reCAPTCHA] is a great web service, which allows you to add [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA]s to your site.  What makes reCAPTCHA interesting is: * It u...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://recaptcha.net/ reCAPTCHA] is a great web service, which allows you to add [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA]s to your site.  What makes reCAPTCHA interesting is:&lt;br /&gt;
* It uses CAPTCHA&amp;#039;s to help digitize books&lt;br /&gt;
* It&amp;#039;s a web service, meaning your host doesn&amp;#039;t have to generate the image.&lt;br /&gt;
* It also has a CAPTCHA service for obfuscating email addresses.&lt;br /&gt;
* It&amp;#039;s accessible.  Most CAPTCHA&amp;#039;s don&amp;#039;t have an audio version for the visually impaired&lt;br /&gt;
* It allows you to get a different image without reloading the page.&lt;br /&gt;
&lt;br /&gt;
I think this is a great project, and I&amp;#039;ve been keen to get it working on my site.  I tried to get it to work with my [http://www.theeggeadventure.com/gallery/main.php photo gallery] about a month ago, but I failed.  I was trying to hard to make it a configurable plugin which others could use.  Last night, though, I was successful in adding it to my [http://www.theeggeadventure.com/GuestBook/ guest book].&lt;br /&gt;
&lt;br /&gt;
Previously, I had found and integrated a PHP CAPTCHA into my guest book, to help prevent the spam bots.  Unfortunately, at some point, it [PHP_Tips#Shared_Hosting stopped working].  The fonts that I was using disappeared from the directory on the shared host.  I should have copied them locally, but now it&amp;#039;s too late.&lt;br /&gt;
&lt;br /&gt;
reCAPTCHA has a great little [http://recaptcha.net/plugins/php/ PHP library] which you can download and reference from your PHP application.  &lt;br /&gt;
&lt;br /&gt;
Downloading it was as easy as ssh&amp;#039;ing into my web host and running these commands:&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;bash&amp;gt;&lt;br /&gt;
$ curl http://recaptcha.googlecode.com/files/recaptcha-php-1.9.zip &amp;gt; recaptcha.zip&lt;br /&gt;
$ unzip recaptcha.zip&lt;br /&gt;
$ cp recaptcha-php-1.9/recaptchalib.php .&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I was able to modify and remove my old CAPTCHA system and replace it with reCAPTCHA in about 90 minutes.  Most of this time was spent searching where in the code I needed to make the changes.  Adding the reCAPTCHA code was drop dead simple.  I have it mostly working now.  The only problem is it doesn&amp;#039;t save values when you press &amp;#039;back&amp;#039; in your browser.  I don&amp;#039;t want to spend the time to fix up the guest book to do this.  &lt;br /&gt;
&lt;br /&gt;
Next, I added the email obfuscater.  This was much simpler than the CAPTCHA bit, and took me about a half hour from start to finish.  I hope more web applications add support for reCAPTCHA, as it&amp;#039;s much better than most system which you find, and it&amp;#039;s doing some good!&lt;br /&gt;
&lt;br /&gt;
[[Image:EmailCAPTCHA.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Egge</name></author>
	</entry>
</feed>