Not sure if this is the correct area to post this. My apologies if it is not.
Brandon Jones wrote a great extension reCAPTCHA for EE2 (http://expressionengine.com/archived_forums/viewthread/153152/). There was talk about sconverting the extension to EE 1.6.9 and as I didn’t see this done yet, I converted it!
Any one who is interested in this extension, it is pretty Beta, but it does work on mysites, I have attached it to this post. Please follow the same instructions from Brandon
Installation
1. Unzip and place the ‘ext.recaptcha.php’ and recaptchalib folder in /system/extensions
2. Place the ‘lang.recaptcha.php’ in /system/language/english
3. From the control panel, click Admin > Utilities > Extensions and enable the reCAPTCHA extension
4. Click the Settings link and enter your domain’s Public and Private reCAPTCHA keys.
5. Remove the hard-coded captcha input field from your member registration template (/themes/profile_themes/[theme_name]/registration_form.html) and any comment submission form templates so that the captcha {if} looks something like:
{if captcha}
{captcha}
{/if}
ToDo: Not all the settings field show the labels. I have not figured out why.
