http://www.mediafire.com/?z2apxzbmyg1vg42
1. Upload it to your site root folder
2. visit below site login using your google account and add your domain then click create key button https://www.google.com/recaptcha/admin/create
3. Edit now replace keys in private.php and pucblic .php files
4. Edit register.inc.php
find this text (line 27)
if (!$siteError->hasErrors()) {
and add below code above it
include 'private.php';
5. Edit /templates/default/register.tpl
Find this code
<input type="submit" class="button" name="register" value="{l s='Register'}" />
and add below code above it
<?php
include 'public.php';
?>



