From 3b2e04f16a595893e8736a9b816bad81ecc8bf6a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 12 Mar 2010 21:46:15 -0500 Subject: Added working CAPTCHA After a little digging, it turned out that the reason that reCAPTCHA always failed was because the reCAPTCHA server was blocked to the server. This should've been obvious as the reCAPTCHA always worked on the development server. --- theme/comments.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'theme/comments.tpl') diff --git a/theme/comments.tpl b/theme/comments.tpl index 9c86009..caf2eb6 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl @@ -73,8 +73,7 @@ function postComment() username: jQuery("#newComment input:text[name=username]").val(), email: jQuery("#newComment input:text[name=email]").val(), website: jQuery("#newComment input:text[name=website]").val(), - recaptcha_challenge_field: jQuery("#newComment input[name=recaptcha_challenge_field]").val(), - recaptcha_response_field: jQuery("#newComment input[name=recaptcha_response_field]").val() + code: jQuery("#newComment input:text[name=code]").val() }), dataType: "text", success: function(msg) { @@ -110,7 +109,9 @@ function postComment()

Name:
Email:
- Website (Optional): + Website (Optional):
+ Security Image: CAPTCHA Image
+ Security Code:

-- cgit 1.4.1