I'm integrating http://bit.ly/1IGPiVl it seems I faced with the bug when the text field on ReCAPTCHA popup window gets non editable after clicking on "Get an audio challenge" iconwhich make it impossible to pass it in audio mode. Tested in FF, IE, Chrome, Opera. Any ideas how to fix it on the client side or any workarounds?Thanks! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Send Voicemail | EnAcCiOn
Contact me using vCita | EnAcCiOn
Contact Form & Online Scheduling by vCita
Contact me using vCita | EnAcCiOn
Meeting Scheduler Powered by vCita
jueves, 11 de diciembre de 2014
Delivery Status Notification (Delay)
This is an automatically generated Delivery Status Notification THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. Delivery to the following recipient has been delayed: root@admin1.byetcluster.com Message will be retried for 1 more day(s) Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more at http://bit.ly/1hd3Dfk [(0) admin1.byetcluster.com. [185.27.134.13]:25: socket error]
Re: Async issues
Thank you so much for your reply! Well, the user on the page get's notified by the widget but as far as I know the user of the API does not. Getting notified by the API would be really helpful as I don't want the user to submit an unsolved (or rather timed out) captcha. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Still seeing the OLD ReCAPTCHA, not the new one
It's nice to know I'm not losing my mind...Now,Can anyone easily tell me how to edit my OLD php code (seen here: http://bit.ly/1smBchG ) to incorporate the changes?On Thursday, December 11, 2014 9:40:56 AM UTC-5, James Turner wrote: It's a newer API basically, so yes you need to do something. Go read the documentation (http://bit.ly/1ftVSO3.), or if you're proficient in a programming language go investigate some of the codebases that encapsulate some of the component parts for you (http://bit.ly/1BBsYKZ). On Tuesday, 9 December 2014 16:46:05 UTC, Chaz Antonelli wrote: I've been using ReCAPTCHA for some time with my website and until recently, it worked just fine.Over the past 8 months, I've seen a huge surge of robotic spamming machines which defeated ReCAPTCHA.I was excited that Google stepped up and changed the ReCAPTCHA system to better defeat these robots;HOWEVER,I am still seeing the old ReCAPTCHA sytem on my site -- not the new ReCAPTCHA system.Need I do something to activate the NEW ReCAPTCHA service?Thanks for any assistance in this matter. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Any details/further documentation available e.g. options, config etc?
Hi, The documentation is very sparse (but adequate) for the new reCAPTCHA and thanks to a user on here I was able to implement an MVC solution however there seems to be a lack of information regarding what options there are e.g. for the widget, what features we can turn on or off...or am I right in assuming that it is as-is and we simply drop in the widget (or render it) and that's it? Thanks in advance, T -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Hardening CAPTCHA against attacks - actual people solving the CAPTCHA for mal intent
I took a look into the possible defenses versus clickjacking, and to me it looks like it might be a good idea for the recaptcha admin page (http://bit.ly/16b600a) to check the HTTP header for the X-Frame-Options line to give security recommendations to the web developer. That way if their site isn't configured to prevent clickjacking then they could be warned ahead of time. I would imagine that most high volume sites targeted by attackers would probably already use this option to prevent accounts from being stolen through clickjacking. I was looking into how hard it would be to detect an attack so statistics could be collected. This might work: (http://bit.ly/1zUFYaH), but the attackers could use the same anti-frame-busting techniques involving XSS filters to disable it. If it just used AJAX to log the referrer domain rather than trying to break out of the frame, an attacker might not even notice it. On Thursday, December 11, 2014 8:48:29 AM UTC-6, James Turner wrote: Browsers can defeat this, but only if the server providing the original captcha supplies a valid X-Frame-Options header. That being said, not a lot of servers supply the X-Frame-Options header. http://mzl.la/16b600e What you're talking about is essentially a form of clickjacking. On Wednesday, 3 December 2014 21:23:53 UTC, Allen Webb wrote: I was impressed by the new developments to reCAPCHA which use the entire user experience as input for the detection process. As a grad student working on security research I wonder how this impacts the known attacks to CAPCHAs specifically attacks which involve tricking users into solving a CAPCHA on behalf of an attacker through a third party service. There may already be measures in place against this kind of attack since it was published in 2004 (http://bit.ly/1uoQz95). I think it would be an interesting problem to solve because regardless of how good a CAPTCHA is at detecting bots the loophole of attackers tricking or motivating people to solve CAPTCHAs on their behalf may be significant. Along these lines I have the following questions: Are measures already in place for defeating this kind of attack? (I don't want to spend too much time looking into a problem that is already solved) Are there any measurements / estimates to how much this kind of attack has already been used? (It might not be worth looking into this problem yet if there isn't enough abuse of the loophole to justify the effort) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Centering the NoCAPTCHA ReCAPTCHA
By center I mean the equivalent of margin:auto and text-align:center.On Thursday, December 11, 2014 8:43:30 AM UTC-8, Ethan D wrote: Hey guys. I was wondering how to center the new reCAPTCHA that was released a few days ago. I've looked all over the place and couldn't find anything! Thanks for the help. :) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Centering the NoCAPTCHA ReCAPTCHA
Hey guys. I was wondering how to center the new reCAPTCHA that was released a few days ago. I've looked all over the place and couldn't find anything! Thanks for the help. :) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
I'll give your workaround a try. It sounds less dirty than my current workaround of preserving the grecaptcha iframe (moving it offscreen) in the $scope.$on('$destroy') handler.On Thursday, December 11, 2014 5:37:13 AM UTC-5, 盛貫銘 wrote: I can confirm this, too. My dirty workaround was to manually remove div.pls-container before calling grecaptcha.reset function. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New recaptcha width
Have anyone found a way to resize the new recaptcha box? I have a side-bar on my page where I want to put recaptcha but I have room for max 250px... Google: Please make a way for us to resize the recaptcha box, or make some themes with different sizes -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Hardening CAPTCHA against attacks - actual people solving the CAPTCHA for mal intent
Browsers can defeat this, but only if the server providing the original captcha supplies a valid X-Frame-Options header. That being said, not a lot of servers supply the X-Frame-Options header. http://mzl.la/1uoQz94 What you're talking about is essentially a form of clickjacking. On Wednesday, 3 December 2014 21:23:53 UTC, Allen Webb wrote: I was impressed by the new developments to reCAPCHA which use the entire user experience as input for the detection process. As a grad student working on security research I wonder how this impacts the known attacks to CAPCHAs specifically attacks which involve tricking users into solving a CAPCHA on behalf of an attacker through a third party service. There may already be measures in place against this kind of attack since it was published in 2004 (http://bit.ly/1uoQz95). I think it would be an interesting problem to solve because regardless of how good a CAPTCHA is at detecting bots the loophole of attackers tricking or motivating people to solve CAPTCHAs on their behalf may be significant. Along these lines I have the following questions: Are measures already in place for defeating this kind of attack? (I don't want to spend too much time looking into a problem that is already solved) Are there any measurements / estimates to how much this kind of attack has already been used? (It might not be worth looking into this problem yet if there isn't enough abuse of the loophole to justify the effort) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Still seeing the OLD ReCAPTCHA, not the new one
It's a newer API basically, so yes you need to do something. Go read the documentation (http://bit.ly/1nZtkBK), or if you're proficient in a programming language go investigate some of the codebases that encapsulate some of the component parts for you (http://bit.ly/1vV94am). On Tuesday, 9 December 2014 16:46:05 UTC, Chaz Antonelli wrote: I've been using ReCAPTCHA for some time with my website and until recently, it worked just fine.Over the past 8 months, I've seen a huge surge of robotic spamming machines which defeated ReCAPTCHA.I was excited that Google stepped up and changed the ReCAPTCHA system to better defeat these robots;HOWEVER,I am still seeing the old ReCAPTCHA sytem on my site -- not the new ReCAPTCHA system.Need I do something to activate the NEW ReCAPTCHA service?Thanks for any assistance in this matter. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Blogger maisdoquevcimagina
Hello I have created a blogger for our advertising agency and also we have a christmas infographic for our clients and other partners to create their own infographic and post on our blog The problem is that now in december a lot of people (not more than 100 a day) will post it and we need to avoid the captcha for posts... is it possible? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
no hay manera de entender los malditos rechapta estos!
no hay manera de entender los malditos rechapta estos! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
I can confirm this, too. My dirty workaround was to manually remove div.pls-container before calling grecaptcha.reset function. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
This doesn't solve the problem which original post describes.Dorian Karter於 2014年12月11日星期四UTC+8上午6時01分37秒寫道: You guys should try this out: http://bit.ly/12Qdp2J Wednesday, December 10, 2014 8:34:48 AM UTC-6, Thomas Deater wrote: We used this reCAPTCHA directive as a starting point, but have modified it extensively: http://bit.ly/1Dcy9CR Wednesday, December 10, 2014 8:35:49 AM UTC-5, Arif Setiawan wrote: Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
miércoles, 10 de diciembre de 2014
Re: reCAPTCHA Constantly forcing the user to enter text
Noting that the Audio reCAPTCHA is actual a display problem because the instructions for how to use it are being cut off by the display. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Delivery Status Notification (Delay)
This is an automatically generated Delivery Status Notification THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. Delivery to the following recipient has been delayed: root@admin1.byetcluster.com Message will be retried for 2 more day(s) Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more at http://bit.ly/1hd3Dfk [(0) admin1.byetcluster.com. [185.27.134.13]:25: socket error]
Re: Problem with new reCAPTCHA in a single-page AngularJS app
You guys should try this out: http://bit.ly/12NS6Pw Wednesday, December 10, 2014 8:34:48 AM UTC-6, Thomas Deater wrote: We used this reCAPTCHA directive as a starting point, but have modified it extensively: http://bit.ly/1Dcy9CR Wednesday, December 10, 2014 8:35:49 AM UTC-5, Arif Setiawan wrote: Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: So the new Recaptcha looks great....how the heck do I use it and where is the documentation???
http://bit.ly/1AgcKmj I found this to be more helpfulOn Saturday, December 6, 2014 10:27:43 PM UTC-6, Radian W wrote: Spent the last few hours trying to figure this out and am pretty angry that theres no docs. I've got the new 'check box style' recpatcha appearing fine on my site, but now what? Where are the instructions on how to integrate it with my PHP mail function? The old way of doing this, eg: require_once('recaptchalib.); $privatekey = "myprivatekey"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_], $_POST["recaptcha_response_]); if (!$resp->is_valid) { //CAPTCHA was entered incorrectly header( "Location: $error_page" ); die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); } else { //Successful verification doesnt work. Can anyone help me out here or point me in the right direction? Many thanks in advance! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
http://bit.ly/1AgcKmn Monday, December 8, 2014 5:07:01 AM UTC-6, Marco Lütticke wrote: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Facing a Recapcha is not working .
http://bit.ly/1AgcKmn Wednesday, December 10, 2014 6:17:32 AM UTC-6, Bablu Baghel wrote: when user goes to submit form submitting without capcha. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
We used this reCAPTCHA directive as a starting point, but have modified it extensively: http://bit.ly/1qvdeVQ Wednesday, December 10, 2014 8:35:49 AM UTC-5, Arif Setiawan wrote: Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Need help with new reCaptcha
I'm trying to stop spamming on my web, so I decide to put this recaptcha, but... Need help on configuring it on php, I use a form that calls a php file that creates a new class.phpmailer and send the email and stores the info into a Database, so my form action call a sendform.php file, where do Icheck if the user has fill correctly the captcha? And the other issue, cant change the size of the widget, my form width is 200px and can't find how to make the recaptcha fit into it. Thanks for any help -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Facing a Recapcha is not working .
when user goes to submit form submitting without capcha. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New Recaptcha Lightbox infinite Loop
Hello,having a problem with the new recaptcha: the iframe "i am not a robot" with the checkbox is displaying well, but when i check it, the checking loop is infinite...i see a div appearing in DOM, containing a table "gc-bubbleDefault pls-container", but nothing happens... -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
martes, 9 de diciembre de 2014
Can't login my site wp-admin after activating reCAPTCHA
Hi there,I have installed and activated reCAPTCHA on a site I'm working on and it's working perfectly.However, after logging out of the wp-admin last night, I tried logging back in the site wp-admin and it has the reCAPTCHA code before login which is fine, however there's no login button...How do I log back into the back end of his website???I've got a screenshot of what has happend..Please help me, this is one of my clients sites and I need to get access to the back end of the site. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Free hosting upgrades
Hi Webmaster, Seasons greetings to you ! As a special present, we have been busy and have added a bunch of new servers, due to this we have with affect immediately made the following changes. 1) Daily CPU allowance has now been doubled. 2) Daily Entry Processes has been doubled. 3) Daily hits have been increased to 50,000 (from 20,000) 4) Hits per second allowed has been doubled. 5) A new anti abuse filter has been added that dramatically reduces false positives. All in all this means you can host busier sites on our free hosting platform If you don't have a free hosting account register here: http://Byethost.com
Problem with new reCAPTCHA in a single-page AngularJS app
We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Testing the new recaptcha on a local development machine
There's no need to whitelist localhost. It will just work™. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Still seeing the OLD ReCAPTCHA, not the new one
I've been using ReCAPTCHA for some time with my website and until recently, it worked just fine.Over the past 8 months, I've seen a huge surge of robotic spamming machines which defeated ReCAPTCHA.I was excited that Google stepped up and changed the ReCAPTCHA system to better defeat these robots;HOWEVER,I am still seeing the old ReCAPTCHA sytem on my site -- not the new ReCAPTCHA system.Need I do something to activate the NEW ReCAPTCHA service?Thanks for any assistance in this matter. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Async issues
While integrating the new reCaptcha in my AngularJS app I've hit several issues: 1. The grecaptcha api gets set up some time after document ready which is an issue. Employing ugly glue in the onloadCallback or busy waiting for the api to come alive is not a very nice solution. 2. Rendering the widget is also async so a callback to get notified when done would be nice. 3. The grecaptcha.render method provides you with a callback to get notified when a user successfully solved a captcha. But a succesful solve can time out and you don't get notified when that happens. Hope these issues will be resolved sometime :). -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
please help me!!!Am Montag, 8. Dezember 2014 12:07:01 UTC+1 schrieb Marco Lütticke: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: CAPTCHA based on a classic Computer Vision
The response will vary depending on if google considers you to be a robot or not. Sometimes you will get words, sometimes pictures, sometimes nothing (just tick the box). You CANNOT control this behaviour. On Wednesday, 3 December 2014 16:48:45 UTC, Peter Chung wrote: How do I enable this feature? http://googlewebmastercentral. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 8 de diciembre de 2014
Interesting reCAPTCHA behavior
One of my emails is attached to Chrome and my Android phone and tablet. The email is about 10 years old and has years of location, search, web, and app history on it. For some reason, when I'm logged into my account in Gmail the new captcha thinks I'm a bot every single time. When I log out of Gmail (but still stay logged into Chrome) it works perfectly. Not sure why this happens but it is interesting regardless. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Anyone implimented the new recaptcha in 'ole Classic ASP yet?
Going to give this a shot and was wondering if anyone had implemented this with classic ASP yet (was hoping for an example). :-) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: CAPTCHA based on a classic Computer Vision
Hello, Please provide us the solution of using the reCAPTCHA on mobile sites. How we implement the computer vision? I have the same problem with Peter Chung, it is showing the 2 words instead of computer vision. Thanks, a.a. On Wednesday, December 3, 2014 6:48:45 PM UTC+2, Peter Chung wrote: How do I enable this feature? http://googlewebmastercentral. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Check whether the reCaptcha is filled or not before the form is send
Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
domingo, 7 de diciembre de 2014
how do I set up my site I've never done that before
-- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
sábado, 6 de diciembre de 2014
So the new Recaptcha looks great....how the heck do I use it and where is the documentation???
Spent the last few hours trying to figure this out and am pretty angry that theres no docs. I've got the new 'check box style' recpatcha appearing fine on my site, but now what? Where are the instructions on how to integrate it with my PHP mail function? The old way of doing this, eg: require_once('recaptchalib.php'); $privatekey = "myprivatekey"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (!$resp->is_valid) { //CAPTCHA was entered incorrectly header( "Location: $error_page" ); die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); } else { //Successful verification doesnt work. Can anyone help me out here or point me in the right direction? Many thanks in advance! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Macedonian translation
Can we somehow help to translate reCAPTCHA on Macedonian language? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: reCAPTCHA server settings .php
check this... http://bit.ly/1yzS7TT -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
viernes, 5 de diciembre de 2014
Re: reCAPTCHA server settings .php
i was surprised there was no sample instructions (visual) for the server side- hopefully we'll have an answer soon?!On Friday, December 5, 2014 1:50:38 PM UTC-6, csweb dev wrote: i am getting the same probleme, and i don't know how to do it, any one can help please !! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
new google recaptcha with checkbox server side php
i just set up the new google recaptcha with checkbox, it's working fine on client side, however i don t know how to do it in server side using php, the form is submetted even if the checkbox isn't checked... i have two files contact.html (html form) and contact.php server side file. please help me it's urgent.... thank you. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: reCAPTCHA server settings .php
i am getting the same probleme, and i don't know how to do it, any one can help please !! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Non-JS support and Recaptcha v2
This is addressed in the FAQ: http://bit.ly/1z2Lc5q Thursday, December 4, 2014 11:26:06 PM UTC-8, Alex Strange wrote: Hi, The example code for recaptcha v2 doesn't have a noscript section, so I assume JS is required this time around. Will there be any problems using the v1 recaptcha API if JS is disabled on the page, or should we not use both at once? Thanks! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Non-JS support and Recaptcha v2
Hi, The example code for recaptcha v2 doesn't have a noscript section, so I assume JS is required this time around. Will there be any problems using the v1 recaptcha API if JS is disabled on the page, or should we not use both at once? Thanks! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
jueves, 4 de diciembre de 2014
How to add reCAPTCHA 2 to WordPress site without a plugin?
How do I add the new reCAPTCHA (V2) to my site without a plugin? If I can't, what plugins are available that support the new version? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: New reCAPTCHA Global API Keys
Same here.. we host our app under hundreds of domains for our customers. Does anyone know if there is a limit to the number of domains you can specify with the new API?On Wednesday, December 3, 2014 10:24:26 AM UTC-8, Ryan Jacobson wrote: I'm a developer for a website builder which has hundreds of sites with unique domain names.How can I generate a global API key for the new reCAPTCHA that can serve all of these sites?Will my existing global keys for the older reCAPTCHA work with the new version?I don't see any option for the global keys anymore.Ryan -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Quick guide to upgrading to the "No CAPTCHA" reCAPTCHA?
We implemented the old reCAPTCHA years ago on our site. I was wondering if there is a quick guide to upgrading to the new "No CAPTCHA" version. Thanks! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: New reCAPTCHA Global API Keys
I would also like a "global key" like the old reCAPTCHA service provided. If that's not possible, then at least allow API access from certain IP blocks. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: noCAPTCHA Audio - Typing does nothing
Same problem here, on Chrome -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: New reCAPTCHA Global API Keys
I have a similar issue. The company I work for runs promotions for clients using hundreds of domains.Without global keys or an API method to automatically add a domain when a new site is added - this is not a viable option for our company. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Panel de control de Google: tu Actividad de la cuenta
El Panel de control de Google te ofrece un resumen general de la actividad reciente de la cuenta. Haz clic en el vínculo para ver las novedades. Abrir el Panel de control de Google © 2014 Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, EE.UU. Condiciones y privacidadSi te registraste para recibir notificaciones, te enviaremos este tipo de correos electrónicos una vez por mes. Cambiar configuración de recordatorios
New reCaptcha sucks!
Může za to Nogol -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Content Security Policy (CSP) with recaptcha v2
To make things worse I just found out that it seems to load different scripts when using different browsers. The previously stated URLs are valid for Firefox 34.Chrome 39 seems to also load scripts from the following URLs: http://bit.ly/1vPHqu6 http://bit.ly/1vPsnSk the complete domains have to be whitelisted in order to work in all browsers, but that's a lot of work required for testing :((Note that in order to use the paths CSP >= 1.1 is required anyways)On Thursday, December 4, 2014 10:52:09 AM UTC+1, sebasti...@gmail.com wrote: So far I've seen the following URLs which I had to allow:iframe content from http://bit.ly/1vPHry8 from http://bit.ly/1FRGPMX from http://bit.ly/1eCg7Yn http://bit.ly/1ydxrCc http://bit.ly/1FRGPfH for styles 'unsafe-inline' has to be allowed.SebastianOn Thursday, December 4, 2014 5:41:10 AM UTC+1, Sean Fujiwara wrote: I also had to modify my CSP, so I think it would be nice to have a note in the documentation. Sebastian, are you seeing anything besides "www.gstatic.com"? SeanOn Wednesday, December 3, 2014 10:11:47 AM UTC-8, sebasti...@gmail.com wrote: Hi,as I couldn't find any hints on the official documentation, does anybody know the correct way of using the new recaptcha API with a strict CSP?So far I only found several URLs which have to be whitelisted by trial and error with the developer console of the browser, but that approach is rather error prone as you can easily miss URLs with the large amount of different display options (the memory for mobile devices probably also needs a lot of resources, etc). Especially if the API implementation changes this can cause severe issues.Regards,Sebastian -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Content Security Policy (CSP) with recaptcha v2
So far I've seen the following URLs which I had to allow:iframe content from http://bit.ly/1rUqrsh from http://bit.ly/1FRGPMX from http://bit.ly/1pVuwel http://bit.ly/1rUqrsj http://bit.ly/1FRGPfH for styles 'unsafe-inline' has to be allowed.SebastianOn Thursday, December 4, 2014 5:41:10 AM UTC+1, Sean Fujiwara wrote: I also had to modify my CSP, so I think it would be nice to have a note in the documentation. Sebastian, are you seeing anything besides "www.gstatic.com"? SeanOn Wednesday, December 3, 2014 10:11:47 AM UTC-8, sebasti...@gmail.com wrote: Hi,as I couldn't find any hints on the official documentation, does anybody know the correct way of using the new recaptcha API with a strict CSP?So far I only found several URLs which have to be whitelisted by trial and error with the developer console of the browser, but that approach is rather error prone as you can easily miss URLs with the large amount of different display options (the memory for mobile devices probably also needs a lot of resources, etc). Especially if the API implementation changes this can cause severe issues.Regards,Sebastian -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Help using data-callback to postback response data to method
Here's what I have so far but isn't working: grecaptcha.render('KEOlcGOo', { 'sitekey' : '<<REDACTED>>' , 'data-callback' : function(){Xojo.triggerServerEvent('KEOlcGOo','Action',[grecaptcha.getResponse('KEOlcGOo')]);return false;} }); I'm just not sure how to pass the function properly to the data-callback. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
miércoles, 3 de diciembre de 2014
Help using data-callback to postback response data to method
I want to use the data-callback to post to another function the response data. I want to do the following Javascript method: Xojo.triggerServerEvent('<<controlId>>','Action',[grecaptcha.getResponse('<<controlId>>]);return false;") For the callback: grecaptcha.render('<<controlId>>', {'sitekey' : 'siteKey', 'callback': ??? });" I'm not sure how to replace properly input this command into the callback. I would prefer not to reference it as an external method. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Content Security Policy (CSP) with recaptcha v2
I also had to modify my CSP, so I think it would be nice to have a note in the documentation. Sebastian, are you seeing anything besides "www.gstatic.com"? SeanOn Wednesday, December 3, 2014 10:11:47 AM UTC-8, sebasti...@gmail.com wrote: Hi,as I couldn't find any hints on the official documentation, does anybody know the correct way of using the new recaptcha API with a strict CSP?So far I only found several URLs which have to be whitelisted by trial and error with the developer console of the browser, but that approach is rather error prone as you can easily miss URLs with the large amount of different display options (the memory for mobile devices probably also needs a lot of resources, etc). Especially if the API implementation changes this can cause severe issues.Regards,Sebastian -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Hardening CAPTCHA against attacks - actual people solving the CAPTCHA for mal intent
I was impressed by the new developments to reCAPCHA which use the entire user experience as input for the detection process. As a grad student working on security research I wonder how this impacts the known attacks to CAPCHAs specifically attacks which involve tricking users into solving a CAPCHA on behalf of an attacker through a third party service. There may already be measures in place against this kind of attack since it was published in 2004 (http://bit.ly/1wtAAgG). I think it would be an interesting problem to solve because regardless of how good a CAPTCHA is at detecting bots the loophole of attackers tricking or motivating people to solve CAPTCHAs on their behalf may be significant. Along these lines I have the following questions: Are measures already in place for defeating this kind of attack? (I don't want to spend too much time looking into a problem that is already solved) Are there any measurements / estimates to how much this kind of attack has already been used? (It might not be worth looking into this problem yet if there isn't enough abuse of the loophole to justify the effort) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: new reCaptcha sample code
Thank you guys!On Wednesday, December 3, 2014 12:15:34 PM UTC-8, Chantelle Jewell wrote: Hello, could someone please provide the sample code for the new recaptcha? Google's wiki HowTo seems out of date, unless it's the same code.http://bit.ly/1BeooC3 you all. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: new reCaptcha sample code
Developer guide: http://bit.ly/1BeoolN you're using php: http://bit.ly/1tNORhf On Wednesday, December 3, 2014 3:15:34 PM UTC-5, Chantelle Jewell wrote: Hello, could someone please provide the sample code for the new recaptcha? Google's wiki HowTo seems out of date, unless it's the same code.http://bit.ly/1BeooC3 you all. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
new reCaptcha sample code
Hello, could someone please provide the sample code for the new recaptcha? Google's wiki HowTo seems out of date, unless it's the same code.http://bit.ly/1tNOQda you all. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Will the new reCAPTCHA automatically work in my sites?
As I now understand it in my situation. I work with WordPress sites and reCAPTCHA is used via the Gravity Forms plugin. As I understand it, in this situation, once Gravity Forms is updated to version 2.0 this new reCAPTCHA feature will be activated. Or I hope so.On Wednesday, December 3, 2014 11:16:48 AM UTC-8, Bence Borovi wrote: I can't find any information about the new API either, but I'd love to use it too. However I don't think it's automatic.On Wednesday, December 3, 2014 8:04:13 PM UTC+1, Priscilla Christian wrote: I just got the announcement email in my inbox. Will the new reCAPTCHA automatically work in my sites if I already have reCAPTCHA working in my sites? If not what do I need to do to get it working? I find links on how to use reCAPTCHA but not able to find instructions about now to adopt this new API.If the transition is automatic, when will I see it on my sites?If not automatic, what must I do to get it to work?Thanks -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Will the new reCAPTCHA automatically work in my sites?
I can't find any information about the new API either, but I'd love to use it too. However I don't think it's automatic.On Wednesday, December 3, 2014 8:04:13 PM UTC+1, Priscilla Christian wrote: I just got the announcement email in my inbox. Will the new reCAPTCHA automatically work in my sites if I already have reCAPTCHA working in my sites? If not what do I need to do to get it working? I find links on how to use reCAPTCHA but not able to find instructions about now to adopt this new API.If the transition is automatic, when will I see it on my sites?If not automatic, what must I do to get it to work?Thanks -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Will the new reCAPTCHA automatically work in my sites?
I just got the announcement email in my inbox. Will the new reCAPTCHA automatically work in my sites if I already have reCAPTCHA working in my sites? If not what do I need to do to get it working? I find links on how to use reCAPTCHA but not able to find instructions about now to adopt this new API.If the transition is automatic, when will I see it on my sites?If not automatic, what must I do to get it to work?Thanks -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New reCAPTCHA Global API Keys
I'm a developer for a website builder which has hundreds of sites with unique domain names.How can I generate a global API key for the new reCAPTCHA that can serve all of these sites?Will my existing global keys for the older reCAPTCHA work with the new version?I don't see any option for the global keys anymore.Ryan -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Content Security Policy (CSP) with recaptcha v2
Hi,as I couldn't find any hints on the official documentation, does anybody know the correct way of using the new recaptcha API with a strict CSP?So far I only found several URLs which have to be whitelisted by trial and error with the developer console of the browser, but that approach is rather error prone as you can easily miss URLs with the large amount of different display options (the memory for mobile devices probably also needs a lot of resources, etc). Especially if the API implementation changes this can cause severe issues.Regards,Sebastian -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Using new recaptcha with VBulletin
I use reCAPTCHA for my vbulletin site. How can I start using it? D. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
node.js and v2 recaptcha
will node modules that have been made a few years ago like this one, still work with the v2 recaptcha? http://bit.ly/1zR0mZI -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
CAPTCHA based on a classic Computer Vision
How do I enable this feature? http://bit.ly/1ws8HW9 -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
martes, 2 de diciembre de 2014
Re: How to add the NEW RECAPTCHA for PHP contact form
This example helped me a lot!http://bit.ly/1vgjilq Mittwoch, 26. November 2014 07:59:49 UTC+1 schrieb Manoj Niranjan: i have used the early one -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Problem with reCaptcha V2
Hello.I finally managed to integrate reCaptcha V2 into the form but now I have some problems verifying the captcha before the formular is send.Is there a way that if the captcha is wrong you can´t send the form?best regardsMarco -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
recaptcha ajax
Hi all! We started to delivery our solution using ReCaptcha ajax on november 15 but few days later, all ReCaptcha public pages stop to mention ReCaptcha ajax library/way. We missed something? There is some public news about the end of life of http://bit.ly/1HUdC5V? Thank you! Kind regards! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 1 de diciembre de 2014
reCaptcha отображает ка
Возникает следующая проблема. Поле с рекапчей загружается и при нажатии на чекбокс "я не робот" сразу ставится галочка, без загрузки картинки и соответствующей проверки на введенные данные, в общем-то и поле для ввода символов с картинки тоже не отображается. Только после 7-8 обновлений страницы начинает запускаться картинка капчи. Как решить проблему? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
domingo, 30 de noviembre de 2014
Re: How to add the NEW RECAPTCHA for PHP contact form
step 1: look at the documentation. step 2: try what it describes step 3: ... step 4: profit If you have problems after step 3, ask a more useful question.On Wednesday, November 26, 2014 1:59:49 AM UTC-5, Manoj Niranjan wrote: i have used the early one -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
reCAPTCHA registration/URL issue?
Non-SSL URL: example.com SSL URL: http://bit.ly/12hiS2r The http and https protocols are not accepted by the reCAPTCHA registration process. Could it be that I need new siteKey and secret values for the SSL URL? If so, how could this be done? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
sábado, 29 de noviembre de 2014
recaptcha V2: How to get it to work with SSL
I implemented google's reCAPTCHA V2 on http:// on the remote apache shared server without htaccess and it worked 100%. I then changed the protocol to my shared server SSL using the same script as the non-SSL script. The older version of reCaptcha had an SSL 'false' to 'true' SSL parameter, whereas I can't find one for V2. I had to use htaccess to redirect the example.com to the shared SSL server http://bit.ly/1vye03v which works perfectly without recCAPTCHA. I incorporated reCAPTCHA V2 and the error message where the reCAPTCHA image should be, shows "ERROR: Invalid domain for site key". Anyone know how to resolve this for SSL? Here's the htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^(.*)example\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ http://bit.ly/1vye1V6 [R,L] Here's the recaptchalib.php code in case that helps (and for anyone struggling with how to make http reCAPTCHA work using PHP - see my previous post for the one error in this script): http://bit.ly/1pzybOU -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
miércoles, 26 de noviembre de 2014
Reload/refresh the new reCAPTCHA
Hi All, I'm already success implementing the new reCAPTCHA. But I found another problem. My form is submitted via ajax, and it just do fine on first request, the problem is if the user submit the form again. The verify process will return false. So I thought have to reload the reCAPTCHA after the first submit done. Is anyone know how to reload the new reCAPTCHA? Thanks. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
How to add the NEW RECAPTCHA for PHP contact form
i have used the early one -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
martes, 25 de noviembre de 2014
Re: WP-Recaptcha error
Yes, I have the same problem. I use re-captcha for my admin login, and now I can't even login to my back-end.. :( On Thursday, November 20, 2014 4:10:31 PM UTC+7, Zoltán Varanka wrote: I updated wp-recaptcha plugin from 4.0 to 4.1 and in the frontend I see this message. In the backand I entered correcttly both public and privates keys."ERROR: Global site keys are not supported"So now wp-captcha does not work. What is the solution? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 24 de noviembre de 2014
Re: New reCAPTCHA with checkbox in infinite loop and don't send any value in g-recaptcha-response.
where can i give this URI 'http://bit.ly/11H4Jer' and also my private key -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: New reCAPTCHA with checkbox in infinite loop and don't send any value in g-recaptcha-response.
can you tell me how you post 'g-recaptcha-response'? I have also added the recaptcha to my form its showing fine. but i don't know how to verify user response.On Monday, November 24, 2014 2:06:25 AM UTC+5:30, Rémi Heppell wrote: Hi everyone,I'm trying to make the new reCAPTCHA work. Until now, the only solution i've found is by adding "?fallback=true" parameter to the following API call :
domingo, 23 de noviembre de 2014
Recaptcha not visible
Hello,I use recaptcha on my website and it works fine. But this week I went to my webpage, because I use the recaptcha for the registration process, but I can not see the box anymore.I was reading in the internet that google changes the adress... - is that true? thank you for answers. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New reCAPTCHA with checkbox in infinite loop and don't send any value in g-recaptcha-response.
Hi everyone,I'm trying to make the new reCAPTCHA work. Until now, the only solution i've found is by adding "?fallback=true" parameter to the following API call : Without "fallback", the reCAPTCHA is showing fine. After checking the box, the reCAPTCHA start in an infinite loop (recaptcha-checkbox-spinnerAnimation). This infinite loop is the correct behavior?If I clic on "submit" button, i see the "g-recaptcha-response" in POST but there is no value. Because of that, you understand that there is no way to pass it to validation process. I've tested on different computer with different up to date browser (Chrome, Mozilla, IE) with javascript enabled.Does anyone get it working? I'm trying to figuring out what is causing this.Thanks for help! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Sitelinks Search Box
Bonjour,Je viens vers car j'aimerais avoir de l'aide.Je souhaiterais ajouter dans les recherches google la barre de recherche sitelink.J'ai insérer le code mes google n'affiche pas la barre de recherche.Cordialement -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: How does google new recaptcha work?
I ask about that here: http://bit.ly/1re2u9l you can use this solution please help me :)W dniu niedziela, 23 listopada 2014 18:35:44 UTC+1 użytkownik answer...@gmail.com napisał: Hi, I have the same problem. If you will have the solution, please help me.Best regards! :)W dniu niedziela, 23 listopada 2014 17:12:54 UTC+1 użytkownik Mary Kavitha napisał: How does google new recaptcha work? and How can i verify user's response? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: How does google new recaptcha work?
Hi, I have the same problem. If you will have the solution, please help me.Best regards! :)W dniu niedziela, 23 listopada 2014 17:12:54 UTC+1 użytkownik Mary Kavitha napisał: How does google new recaptcha work? and How can i verify user's response? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
How does google new recaptcha work?
How does google new recaptcha work? and How can i verify user's response? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
This program really sucks and is impossible to use.
Hilton uses it and I rarely can get into my profile. I am switching to Travelocity and Hotels.com. . At least I am able to make reservations there. Steve
viernes, 21 de noviembre de 2014
jueves, 20 de noviembre de 2014
Re: New Re-captcha?
noscript tag found in FAQIl giorno giovedì 20 novembre 2014 23:23:23 UTC+1, Giacomo Petri ha scritto: Hi guys, yesterday I supported re-captcha on my website. Today the admin site panel is changed and new API come. Now the captcha appears as an iframe with checkbox to be clicked generated from a script. Is it right? Moreover, if user disable JS what happen?
New Re-captcha?
Hi guys, yesterday I supported re-captcha on my website. Today the admin site panel is changed and new API come. Now the captcha appears as an iframe with checkbox to be clicked generated from a script. Is it right? Moreover, if user disable JS what happen?
WP-Recaptcha error
I updated wp-recaptcha plugin from 4.0 to 4.1 and in the frontend I see this message. In the backand I entered correcttly both public and privates keys."ERROR: Global site keys are not supported"So now wp-captcha does not work. What is the solution? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
miércoles, 19 de noviembre de 2014
How to remove this captcha?
Surprised that suddenly without asking this captcha climbed on my site.And second, that it is so complicated that many people simply do not stand up and do not want to leave commentsHow to delete it? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Site key and Secret key
All of a sudden today reCaptcha is asking me for two new keys: Site Key and Secret Key. I don't see those in my account settings. Where do I get those keys? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
martes, 18 de noviembre de 2014
Re: [ISSUE]ReCaptcha Audio is not correctly localized
Same issue in Portuguese.On Tuesday, 18 November 2014 15:08:32 UTC-2, Stéphane Menerville wrote: Hello everyone,I would like to state an issue with the audio captcha. Captcha is correctly set up in french language but the audio is not localized, the language used is english. Is there a bug with the api ? I thought this localization was already implemented on the audio ? For the accessibility, this is an issue if the user doesn't understand english. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
[ISSUE]ReCaptcha Audio is not correctly localized
Hello everyone,I would like to state an issue with the audio captcha. Captcha is correctly set up in french language but the audio is not localized, the language used is english. Is there a bug with the api ? I thought this localization was already implemented on the audio ? For the accessibility, this is an issue if the user doesn't understand english. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 17 de noviembre de 2014
Re: Recaptcha Based on Google Account
Just found another demo http://bit.ly/YzGMom -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Recaptcha Based on Google Account
Hello I recently found a website using a special type of recaptcha. How can I enable this feature? Screenshot: Iframe URL: http://bit.ly/1ERgKLz -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
domingo, 16 de noviembre de 2014
Endless recaptcha solving
I'm damn sick of this, I wanna discuss questions on omegle and EVERY. FRIKIN. TIME. I have to solve a captcha. And they get harder everytime!! D:< I'm frickin sick of captcha ;-; GHHHHH -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
sábado, 15 de noviembre de 2014
recaptchar
que puedo hacer :( -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
viernes, 14 de noviembre de 2014
jueves, 13 de noviembre de 2014
pool game
this game really piss,s me off its my turn to shoot the 8 ball and the stick well not work and its a easy shoot.so ive lost 2500 coins and 3 other games do to the same thing.so what can you do about this. from russell yeargan..................... -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
How to disable tabindex/autofocus in reCaptcha
Hi, Is there any way to disable 'tabindex' in reCaptcha? I don't want to reCaptcha will focus automaticly on its text input field, I want to focus stays in other field on the page. Thanks R.J. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re-captcha not working
Hi , I am using captcha with the Formidable form plugin but the form gets submitted even if I add the wrong data into the input fields can you please check whats going wrong. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
miércoles, 12 de noviembre de 2014
reCAPTCH not working
When I put in the reCAPTCHA numbers in, I'm told to "Please type in both reCAPTCHA words" but all I see is a photo of numbers. Anyone help? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
proxy issue
greetings we'd like to ask about working with proxy, how can we solve this problem -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
martes, 11 de noviembre de 2014
Validate error captcha
When I put some characters in the captcha, It doesn't matter if they're wrong but it have the same length that the captcha, because it "jump" the validate and passed how if was right. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Verification key
Hi, guys. I support a lot of websites and I would like to verify the correctness of the private and public keys. There is a method in the api? Who can help? Thank you! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 10 de noviembre de 2014
Can we use some dummy public-private key (that already registered for some domain) for some other domain
Hi everybody, I've registered some domain name to get my own public-private key. And I utilize this key for other website. Consdering that I'm using Google AJAX API plugin.In brief, I registered a domain of value AAA.COM and I got its keys.Then, I used those keys in my application that's reference Google API plugin which is published under some domain YYY.COM.Does it works?Secondly, does the image recaptcha component is working if I'm trying to use the IP instead of the domain name it self.Thanks, Khaldoun -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
domingo, 9 de noviembre de 2014
cant create account
Iam trying to create an account and it keeps saying the reCaptcha is wrong. I have literally done it 50 times. I am so frustrated because i need to do my homework. Any suggestions -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
sábado, 8 de noviembre de 2014
Trouble with Signing into system -- it's using wrong email address.
Hello, I am wondering what to do since I already upgraded last night... now I can't sign in because the system has appended an "o" "markjohnson@dailyearnings500.com--o as my email address. Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
jueves, 6 de noviembre de 2014
Non-JavaScript API with hidden email address.
Hello, sorry for asking, but... is it possible to hide my email address by using the Non-JavaScript API version? I tried the php instruction from the reCaptcha site. But in the php instruction the user will direct to another page --> verify.php And I don't want this. My user should stay on my website. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: reCaptcha code letters not showing up on the reCaptcha image (PHP)
sorry. I can give you a hint: I do seem to remember that some of the code needed to be outside of the form container. Later on today or tomorrow when I have a chance I will put the code up here.
Re: Fixing a Broken Captcha in Joomla 3.3.6
I could finally solve it. In my case it was an issue with the CookiesAccept module that loaded JQuery library again. By disabling this option it all worked fine. Just in case it helps. El dijous 6 de novembre de 2014 11:35:49 UTC+1, Eva C. M. va escriure: I'm having exactly the same problem.El dimecres 29 d’octubre de 2014 13:07:08 UTC+1, George Anuku va escriure: I have just updated my Joomla version to 3.3.6 and since then the Captcha on my form is not showing. Please how can I solve the problem? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Fixing a Broken Captcha in Joomla 3.3.6
I'm having exactly the same problem.El dimecres 29 d’octubre de 2014 13:07:08 UTC+1, George Anuku va escriure: I have just updated my Joomla version to 3.3.6 and since then the Captcha on my form is not showing. Please how can I solve the problem? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
miércoles, 5 de noviembre de 2014
Panel de control de Google: tu Actividad de la cuenta
El Panel de control de Google te ofrece un resumen general de la actividad reciente de la cuenta. Haz clic en el vínculo para ver las novedades. Abrir el Panel de control de Google © 2014 Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, EE.UU. Condiciones y privacidadSi te registraste para recibir notificaciones, te enviaremos este tipo de correos electrónicos una vez por mes. Cambiar configuración de recordatorios
martes, 4 de noviembre de 2014
reCAPTCHA is a Pile of SHITE
i just submitted 30 times to a website the reCAPTCHA code and each time it does not accept it. This is a BULLSHIT product and totally wastes peoples time - namely my time -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Audio in Portuguese!
Hi, does anyone know if there is a project to translate the audio to Portuguese? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Strange visualization
I solved this. Look at my post: http://bit.ly/1qNckyp -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: reCAPTCHA box deformed
I solved this. If anyone has this problem, I found in my css the following: form input[type=text], form input[type=email], form input[type=password], form input[type="number"], form input[type="file"], form select, form textarea { -webkit-appearance: none; display: block; padding: 0.75em 1em; font-size: 1em; border-radius: 5px; border: solid 1px #ddd; background: #fff; width: 100%; outline: none; -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; transition: all 0.2s ease-in-out, color 0.2s ease-in-out; } On Thursday, October 16, 2014 2:00:29 AM UTC-3, João Gardenberg wrote: Hello, my reCAPTCHA's box is deformed. I've checked and it has no paddings or margins... -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 3 de noviembre de 2014
Input error: Invalid referer.
I'm using keys for handyhome.info and arixelles.be, but these aren't working on those websites : I've got the error above instead of the captcha.I've put off the captcha for now, otherwise the users may not use the forms.The captcha works actually fine on the respective "test" websites (handyhome.cit-a.be and arixelles.cit-a.be) when using my domainname cit-a.be and the keys for cit-a.be.What did I wrong ?Thanks for your help. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Validation is not working properly
Hi, I dont understand why the function checkAnswer does not work properly for validation. Ex: captcha is "467" but I can put "467aa" or "4a67". With case the answer is totally wrong, it works well. Can you explain me? Thank you. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
recaptcha
recaptcha -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Suscribirse a:
Entradas (Atom)
EnAcCiOn
Contador Web | EnAcCiOn
EnAcCiOn
-
shows de baile de la colombiana laura en el kilombo (huacho) | EnAcCiOn.Tk ░░░░░░░░░░░░▄▄░░░░░░░░█░█░█░░█░█▀▀░▀█▀░█▀▀ ░░░░░░░░░░░█░░█░░░░...
-
C-C-C CIUCCIA CAZZI DI CAVALLO PAOLO BARRAI DI WMO E BSI ITALIA SRL, UNA VOLTA CACCIATO (E FATTO CONDANNARE A GALERA) DA CITIBANK, PRIMA DI ...
-
Hello, My code works fine a few days ago, but no, I have this problem. Code Example: $(function(){ widgetnu = grecaptcha.render('c...
-
Hi,I have resized it by transform:scale and all seems good until I get the pop-up bubble with pictures (napr.: "choose all cakes" ...
-
Any thoughts on this would be really helpful. Same issue posted in StackOverflow doesn't seem to get a response: I am trying to get Goog...
-
░░░░░░░░░░░░▄▄░░░░░░░░█░█░█░░█░█▀▀░▀█▀░█▀▀ ░░░░░░░░░░░█░░█░░░░░░░█░█░██░█░█▀░░░█░░█▀░ ░░░░░░░░░░░█░░█░░░░░░░▀▄▀░█░▀█░█▄▄░░█░░█▄▄ ░░░░░░░...
-
EL PAÃS compartió una publicación. VÃdeo | Aunque en las pelÃculas no da resultado, se ve que los mensajes en la arena funcionan en la ...
-
Diario El Comercio compartió una publicación. #YouTube Descubren a pedófilo en experimento de niña perdida [#VIDEO] ►http://bit.ly/1h8Up Pe...
EnAcCiOn
EnAcCiOn
Blog Archive | EnAcCiOn
-
►
2013
(1429)
- ► septiembre (156)
-
►
2014
(1220)
- ► septiembre (43)
-
▼
2015
(1589)
-
▼
agosto
(244)
-
▼
ago 24
(48)
- Fehler bei ebay Kleinanzeigen einloggen
- ¡EnAcCiOn está listo! Edición del 24 agosto 2015
- Re: IE8 Object doesn't support property or method ...
- Re: Mobile resize on new reCAPTCHA design
- Compartió una publicación - "Información vía +Agen...
- Compartió una publicación - "Información vía +RPP ...
- Compartió una publicación - "Información vía +LaRe...
- Compartió una publicación - "Windows 10, ¿Privacid...
- Re: Is challenge configurable for business sites w...
- Compartió una publicación - "#PlayEC | La carne de...
- Compartió una publicación - "Registro facial se ap...
- Compartió una publicación - ""Cambios", la caricat...
- Compartió una publicación - ""A paso de tortuga",
- Compartió una publicación - "#BlackMonday El despl...
- Compartió una publicación - "Lanzadores de penalti...
- Compartió una publicación - "A continuación te pre...
- Compartió una publicación - "Según las autoridades...
- Compartió una publicación - "#FOTOS La naturaleza ...
- Compartió una publicación - "¡El gol de #PaoloGuer...
- Compartió una publicación - "#Giveaway alert! Ente...
- Compartió una publicación - "Ways that clients can...
- Compartió una publicación - "Piano Over the City b...
- Compartió una publicación - "Harry Styles, Liam Pa...
- Compartió una publicación - "Mel Gibson in hot wat...
- Compartió una publicación - "Colegio la expulsa po...
- Compartió una publicación - "El epicentro fue ubic...
- Compartió una publicación - "#OneDirection: ¿Lleg
- Compartió una publicación - "It's not the finish l...
- Compartió una publicación - "South Korea demands a...
- Compartió una publicación - "Lidia era una periodi...
- Compartió una publicación - "Murdoch pushes for ne...
- Compartió una publicación - "¿Cómo la firma Pacifi...
- Compartió una publicación - "Selección Peruana y u...
- Compartió una publicación - "Bruno Odar: "No me si...
- Compartió una publicación - "At least 100 survivor...
- Compartió una publicación - "PIECE, para añadir un...
- Compartió una publicación - "Punto y aparte, la ca...
- Compartió una publicación - "Trial for FSU running...
- Compartió una publicación - "¡Buenos días! Esta es...
- Compartió una publicación - "It might be a job, bu...
- Compartió una publicación - "Man in custody after ...
- Compartió una publicación
- Compartió una publicación - "La abuela Josefa tien...
- Compartió una publicación - "Sus fans pueden estar...
- Compartió una publicación - "Vídeo | Aunque en las...
- Compartió una publicación - " #YouTube Descubren a...
- Compartió una publicación - "The incredible story ...
- Compartió una publicación - "#FOTOS #Instagram: La...
-
▼
ago 24
(48)
-
▼
agosto
(244)