reCAPTCHA is a system originally developed at Carnegie Mellon University that uses CAPTCHA to help digitize the text of books while protecting websites from bots attempting to access restricted areas. On September 16, 2009, Google acquired reCAPTCHA.
1
vote
2answers
30 views
ReCaptcha Implementation in Perl
To implement recaptcha in my website.
One option is google API . But for that i need to signup with domain name to get API key.
Is there any other way we can do it ?
0
votes
0answers
9 views
Recaptcha in Bootstrap Modal
I am using Asp.Net MVC and twitter Bootstrap in my web application. I am trying to implement Recaptcha in a form which is not working properly, its not even displayed. I have implemented the recaptcha ...
0
votes
1answer
37 views
Zend Framework 2: How to properly replace Figlet with reCaptcha on zfcUser
I am trying to replace Figlet with reCaptcha on a zfcUser registration form. Partial instruction on how to accomplish this can be found on ...
0
votes
0answers
20 views
reCaptcha styling is broken
I implemented reCaptcha into the following website. I used recaptchalib.php from Google Code and did not change anything in the PHP file.
However, the result reCaptcha in my website seems to broke. ...
-3
votes
0answers
24 views
Any Way To Use Same recaptcha challenge and response many times? [closed]
Any Way To Use Same recaptcha challenge and response many times in php ??
If Yes.
Please Give me some idea about it..
i read somewhere that its possible..
Thanks in advance.
0
votes
0answers
34 views
CAPTCHA with php file just returning blank page
First off, I'm very new to php and I'm certain the solution to my problem is that I'm simply overlooking an obvious thing because of my lack of experience.
I have a simple HTML form with a CAPCHA ...
0
votes
0answers
31 views
[SOLVED]Displaying reCAPTCHA with JavaScript and verifying using PHP
I have a site that uses SSI for the headers and footers of the page.
I've created an AJAX request that sent all of the form data to a script on the server that would verify the form and the reCAPTCHA ...
0
votes
0answers
24 views
Recaptcha.widget is null and as a result does not render the form on recaptcha validation failure
Working on implementing recaptcha in a CMS integrated website. First is my HTMl body tag that invokes the javascript method to create a recaptcha on loading the body.
<body onload="return ...
0
votes
3answers
66 views
Captcha php code missing?
I'm a newbie here so hope I am posting in the right place! I have only the most basic understanding of code & tecnical issues in general so I hope I can explain this....
I am trying to implement ...
0
votes
1answer
36 views
Issues with using reCaptcha on CQ 5.6
I seem to be having an issue with implementing a reCaptcha test on my page which I developed using Adobe's CQ5.
I have a reCaptcha component set up which consists of 2 .jsp files, one for displaying ...
0
votes
2answers
79 views
actions on several login fail attempts - Captcha
I'm working on login script for a website and I need some orientation. My concern its about security..
There are 2 things involved, the login page and the login class, and I managed security as ...
0
votes
0answers
22 views
Wordpress recaptcha for contact form 7 doesn't work
I am using a combo of akismet and recaptcha to prevent spam from a contact form 7 form.
But lately it seems not to work correctly, as i am getting a bit more spam.
My cf7 code looks like:
...
0
votes
3answers
26 views
Captcha vs. email activation link [closed]
This q. is about auto-created accounts prevention.
Also it can be valid for posting, e.g. to forums, free ad boards etc.
What is better (can they be compared at all):
activation link sent to ...
0
votes
3answers
45 views
jQuery don't post form after preventdefault
I have an form loaded by AJAX, and inside that form I have render the reCaptcha control.
When I post the form, first I validate, and that use my webservice to validate the captcha. If it all data is ...
1
vote
1answer
50 views
Captcha not working in php , smarty
I am trying to implement a captcha in my web site , but it is always giving an error
incorrect-captcha-sol.
Please see my code
require_once('recaptchalib.php');
$publickey = "xxxxxxxxxxxxxx";
...
0
votes
0answers
30 views
google recaptcha error message
I am working on recaptcha code in my application. I would like to know if there is a default (inbuilt) method to display error message(on validation fail)? I couldn't find one, currently I am ...
0
votes
1answer
18 views
recaptcha not showing on centos server
I use recaptcha for one of my pages. When deployed locally everything is working fine, but when deployed to the CentOS server the image is not rendered. I have the following in my application:
...
0
votes
0answers
27 views
Recaptcha code not working
My Recaptcha code is not firing and data is submitted with out validating the recaptcha code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
54 views
Google Captcha AutoLoad
i have issue regarding google captcha auto load . google captcha give me source according onclick function but i m weak in javascript can't modify in autoload function anyone guide me how can i change ...
0
votes
0answers
65 views
MVC Redirect to specific URL with posted value
I have a form in a colorbox that i would like to return if the user enters a incorrect captcha.
For some reason the captcha validation message does not appear on the colorbox.
Thus i want to return ...
0
votes
0answers
57 views
How can I repopulate form fields after a failed ReCaptcha in Orchard CMS
I am currently using the Custom Forms module on Orchard CMS 1.6. If I have the Custom Form on a standalone page it works fine, but the same is not true when it is embedded on a Widget, for instance.
...
0
votes
1answer
41 views
Recaptcha provided by Google is not 100% accurate
I am using Recaptcha using the following link
http://www.google.com/recaptcha
But, I observed, it not 100% accurate.
It validates as success, if we type 2-3 letters wrongly.
Is there a setting, ...
0
votes
0answers
39 views
Zend Form Element Captcha - reCAPTCHA - Conditionally Required
I have a Zend Form Captcha Element using reCAPTCHA, and it works perfectly. I want to make the field conditionally required, but it seems to always be required, ignoring the required setting on the ...
0
votes
1answer
140 views
jQuery email validation and recaptcha is not working in a two stage form submission process
Scenario -
PHASE1:-
User enters email id-
IF_NOT_EMPTY
VALIDATE email
IF valid_email
SHOW recaptcha with another form submit button( id="button2")
...
0
votes
1answer
145 views
ReCaptcha - Joomla! “Could not open socket” always
I configured Re-Captcha for my Joomla! project. But its showing "Could not open socket" always. I tried many as described in various forums .
Is there any bug/problem with Joomla! 2.5 and ReCaptcha ?
...
0
votes
0answers
39 views
Recaptcha Translations
I am trying to use reCAPTCHA.net's captcha service, however I would like to use the custom translations (https://developers.google.com/recaptcha/docs/customization#i18n) as the built in ones do not ...
0
votes
1answer
45 views
ReCaptcha in JSP
I was wondering why the ReCaptcha in not showing in my application.
I have followed series of tutorial in the web.
But still only the SUBMIT button is shown.
Please see my code below.
<%@ ...
0
votes
1answer
45 views
trying to insert <script> (recaptcha) tag into a <div> and it's not working. I'm using .html()
I'm trying to insert recaptcha code into a div and it doesn't work. nothing happens. here's the code:
var reCaptcha = '<'+'script type="text/javascript">var RecaptchaOptions = {theme : ...
0
votes
0answers
30 views
recaptcha with omniauth and devise: Logins are validated even when Captcha is wrong
I have a rails setup with recaptcha, devise and omniauth (setup to use facebook as a provider) and recaptcha is working fine for Registration. However, it is not working for Login.
I did find an ...
1
vote
0answers
128 views
How to implement Google ReCaptcha in Ajax pop up
I am working in MVC3.0 and I want to implement Captcha (Google service) on a pop up. Now the problem is the pop up is made by ajax call.
In AJAX call the pop up Re captcha is not coming but in a ...
0
votes
1answer
49 views
Is my implementation of the reCAPTCHA flawed?
I have this website www.canuckssuck.org and starting this week I've been getting spam posts and comments. I've left the up there for your viewing pleasure. They always appear only on the first page. ...
0
votes
0answers
90 views
Wordpress recaptcha - Fatal error: Cannot redeclare _recaptcha_qsencode
Well here is the error:
Fatal error: Cannot redeclare _recaptcha_qsencode() (previously declared in /home/touhousi/public_html/wp-content/plugins/wp-recaptcha/recaptchalib.php:47) in ...
1
vote
1answer
33 views
Show recaptcha after 3 wrong attemps and process it in Django?
I am using Class-based view with Django: I want to show the captcha only after 3 times and process captcha only after it is shown. Till now, I can only show the captcha after one wrong attempt:
def ...
0
votes
1answer
42 views
Plain HTML displayed instead of Captcha widget in Django?
I am using recaptcha-client from google. I signed up and get the private and public key for the localhost.
I am sending re-captcha to the template like this:
from django.conf import settings
from ...
0
votes
0answers
32 views
codeigniter recapcha not showing in ajax
I have a form loaded via jQuery AJAX and I am using the recaptcha library for CodeIgniter. If I go to the form in my browser all shows up fine, but when loaded via AJAX the form is displayed but ...
1
vote
0answers
77 views
Contact Form with recaptcha producing 500 error
I have a contact form with recaptcha that i am trying to set up but produces a 500 error when information is entered and the submit button is clicked. I'm going to bet money that I have done something ...
0
votes
2answers
99 views
AJAX reCAPTCHA verify
I have the next HTML form:
<form name="register" method="post" action="register.php" >
<fieldset>
<legend>Register</legend>
<input type="hidden" name="regform" ...
0
votes
2answers
333 views
Implementing reCaptcha into javascript validated form
I have the following form and I'm using javascript to validate the form fields onsubmit. How would I implement reCaptcha into this form? Would I have to change the onsubmit value to execute a php file ...
1
vote
1answer
68 views
Show captcha in Django only when the user enters wrong password for 3 times?
I have a login view like this:
def login_backend(request):
if request.method == 'POST':
username = request.POST['username']
password = request.POST['password']
user = ...
0
votes
1answer
35 views
I want to add CAPTCHA on shoppingcart.asp as well one-page-checkout.asp page in Volusion, can anybody help me how to do this? Thanks
My client has ecommerce store on Volusion and he is getting so many fake orders and now I want to add CAPTCHA before user login on shoppincart.asp page or one-page-checkout.asp page (before place ...
0
votes
0answers
35 views
How to generate “incorrect reCAPTCHA” notice window PHP
I'm currently working on implementing a reCAPTCHA function into a contact page. Thanks to your help ( Stack Overflow users :] ), I've got the function working.
However, I've been searching for a way ...
1
vote
2answers
52 views
PHP reCAPHTCHA, Totally Lost
I'm working to implement reCAPTCHA into a contact form & I haven't been able to figure out what I'm doing wrong. The reCAPTCHA field isn't showing on the page & it has removed my php footer ...
0
votes
0answers
115 views
Recaptcha connection timeout on the linux server
I am using ReCaptcha for captcha on my website. It runs all right when I run it on a localhost server. But when I am running it on a linux server, it gives me connection time out message. I am not ...
-2
votes
1answer
85 views
How to Verify reCAPTCHA
I'm trying to implement reCAPTCHA on a contact form & I'm stuck. The function is showing up on my page (that was easy) but now I'm confused as to how to verify the CAPTCHA. I have a ...
0
votes
1answer
746 views
how to test Recaptcha with jQuery Validate plugin
I am using validate jquery plugin and recaptcha for a contact form and i woudld like to know how can i check if the code in the captcha is correct before the form get submitted if not send an error ...
1
vote
1answer
61 views
ASync Recaptcha in MVC3
I've implemented ReCaptcha in MVC3 using ReCaptcha.net NuGet package http://recaptchanet.codeplex.com/wikipage?title=How%20to%20Use%20Recaptcha%20in%20an%20ASP.NET%20MVC%20Web%20Application. All ...
1
vote
2answers
149 views
asp.net google recaptcha
I have used google reCaptcha in my asp.net webform application and I follow google`s doc but I get this error :
Input error: k: Format of site key was invalid
this my code:
...
0
votes
1answer
107 views
Recaptcha giving 404 error on Validate in SSL site
In my ASP.NET MVC 4 project, I am using the Microsoft.Web.Helpers (from the NuGet package) and my code is a very basic implementation of ReCaptcha. In my view I have:
@ReCaptcha.GetHtml(theme: ...
0
votes
0answers
112 views
reCaptcha on jQuery doesn't send challenge field to server on 2nd request
I'm using recaptcha build in div on my pop-up window on jQuery.
Here the code (taken and adapted from reCaptcha official), where XXX is my code.
<script type="text/javascript"
...
1
vote
1answer
45 views
ReCaptcha works on dev and QA but not production
Keys were generated for Recaptcha using the a domain similar to www.abc.com. Our development and QA environments are setup using dev.abc.com and qa.abc.com.
The Recaptcha code works on dev and QA ...



