Tweet, Share & Like [ EnAcCiOn ]

 

FeedBurner FeedCount Y Facebook | EnAcCiOn

Send Voicemail | EnAcCiOn

Contact me using vCita | EnAcCiOn

Contact me using vCita | EnAcCiOn

Meeting Scheduler Powered by vCita

martes, 24 de febrero de 2015

Re: How does this Google Captcha work to send to the person's email address for the form?

Re: How does this Google Captcha work to send to the person's email address for the form?

Re: How does this Google Captcha work to send to the person's email address for the form?

Re: Multiple domains using TLDs as workaround for no global keys in reCAPTCHA v2

Actually I realise I have only tested .co.uk, so I'm not 100% sure that this would work for a global TLD like .com. JamesOn Tuesday, 24 February 2015 10:55:52 UTC, James Harvard wrote: My client has a hosted CMS serving >250 clients from a single codebase. We were successfully using reCAPTCHA v1 with a global key, but want to use v2 now, and of course that does not support global keys. Needless to say, I don't want to have to create >250 different API keys. It's not just creating the keys either, of course; I'd need to create a mechanism for storing on a per-site basis, and add the generated keys to each site :-( However, what seems to work, based on preliminary testing, is adding TLDs as the domains. So I've got the following domains listed for my key: "com, net, org, co.uk, org.uk, net.uk …". That said, I'm wary of suggesting this as a workaround, because I'm sure this is not what Google had in mind. Presumably they disallowed global keys for a reason. I hoped that this post might catch the attention of a Google reCAPTCHA team member, who could tell us if this is Very Definitely A Bad Thing, and unsupported behaviour that Google might suddenly break. Thoughts? (I would be happy with the sensible suggestion of an API to manage reCAPTCHA keys, but I assume that's not going to happen immediately!) Thanks in advance, James -- 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: Muliple Domains

Hello, DJ, you might be interested in my post on this subject. I've found a workaround, of sorts. JamesOn Monday, 23 February 2015 10:48:24 UTC, doej...@gmail.com wrote: Hi,I would like to use ReCaptcha in many domains, but I'd prefer to add each domain using an API or something like that but not the form on the admin panel.Is that possible ?Thanks,DJ. -- 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.

Multiple domains using TLDs as workaround for no global keys in reCAPTCHA v2

My client has a hosted CMS serving >250 clients from a single codebase. We were successfully using reCAPTCHA v1 with a global key, but want to use v2 now, and of course that does not support global keys. Needless to say, I don't want to have to create >250 different API keys. It's not just creating the keys either, of course; I'd need to create a mechanism for storing on a per-site basis, and add the generated keys to each site :-( However, what seems to work, based on preliminary testing, is adding TLDs as the domains. So I've got the following domains listed for my key: "com, net, org, co.uk, org.uk, net.uk …". That said, I'm wary of suggesting this as a workaround, because I'm sure this is not what Google had in mind. Presumably they disallowed global keys for a reason. I hoped that this post might catch the attention of a Google reCAPTCHA team member, who could tell us if this is Very Definitely A Bad Thing, and unsupported behaviour that Google might suddenly break. Thoughts? (I would be happy with the sensible suggestion of an API to manage reCAPTCHA keys, but I assume that's not going to happen immediately!) Thanks in advance, James -- 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, 23 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 2 updates in 2 topics

Re: Recaptcha service unavailable?

Re: error-codes missing in failure response

Re: error-codes missing in failure response

Re: Recaptcha service unavailable?

Re: Recaptcha service unavailable?

Re: error-codes missing in failure response

Re: error-codes missing in failure response

Re: error-codes missing in failure response

I have to bring this post back up.In testing, nearly every request made returns "success": false, but no error-codes. I was successfully able to pass the CAPTCHA twice. Subsequently, I have failed every single try, running on multiple machines and browsers.I receive no meaningful error code and the panel has no hint as to what's gone wrong. I should note that on every attempt, the box successfully "checks" to a blue checkmark on the first try, or shows me a number to type in and checks to a blue checkmark.Is there any way to determine why requests are failing? If I've made an error in my implementation, it's mighty hard to discover it.All the best,~ ChristopherOn Tuesday, December 16, 2014 at 3:59:07 PM UTC-7, Richard Davies wrote: I have a verification request that's returning the following response: { "success": false } Notice that the "error-codes" element is not present. Although the docs at http://bit.ly/1nsArGt state that the error-codes element is "optional", am I correct in interpreting the docs to mean that error-codes should always be present if success=false? So is this a bug or do I need to be prepared to handle failures that don't have any error codes? It would seem silly to return a failure without any explanation. -- 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.

Validate Google Recaptcha with Java Script before sending PHP

How do you make the user have to click on the recaptcha? Of course there are many examples where you can solve this in the php-form, but I am looking for a java script solution which avoids unnecessary server traffic. Does anybody have an idea how to solve this?Thank You very much! -- 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.

Muliple Domains

Hi,I would like to use ReCaptcha in many domains, but I'd prefer to add each domain using an API or something like that but not the form on the admin panel.Is that possible ?Thanks,DJ. -- 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 Keys expiring?

I am having the same problem. Every month or so I need to generate new keys.On Friday, February 20, 2015 at 4:51:18 AM UTC+2, Christopher Nugent wrote: Hello, We've added reCAPTCHA to a Visualforce page used on a Salesforce Force.com Site. Recently the reCAPTCHA stopped working and we were able to correct the issue by generating new Public and Private keys. My question is to reCAPTCHA keys expire? Cheers, Chris -- 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, 22 de febrero de 2015

Delivery Status Notification (Failure)

Delivery to the following recipient failed permanently: noticias@winkalmail.com Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient domain winkalmail.com by aspmx.l.google.com. [2a00:1450:4010:c01::1a]. The error that the other server returned was: 552-5.2.2 The email account that you tried to reach is over quota. Please direct 552-5.2.2 the recipient to 552 5.2.2 http://bit.ly/SrT2Vq n9si23033066lbp.165 - gsmtp

viernes, 20 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 3 updates in 2 topics

Re: ReCaptcha version 2 with php formmail

Hi Angie, I really would have assisted here, but cannot seem to get what exactly the issue is. Do you mean you are unable to verify user's response?On Thursday, February 19, 2015 at 11:00:06 PM UTC+1, Angie Cavaiuolo wrote: My reCAPTCHA version 1 with Formmail.php stopped working so I'm trying to update to reCAPTCHA version 2. I believe I have everything correct on my .php page in the form but I'm not able to get my Formmail to work with it. Can someone please assist? Thank you 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.

Any method that we can detect the request is been submitting?

Hi All, I am not sure if someone could provide me an answer/hint on this. I want to detect the event that, when user clicks the checkbox and waits for the response. So, in short, the event, between the request been sent. This is to prevent the user from submitting the form, telling them, "please wait till the request is completed". So is there a way to detect this "circling" events? Thanks, Ho. -- 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 ReCaptcha and Polymer together doesn't work in Firefox (challenge questions do not show)

I'm having some serious issues using Polymer in conjunction with Google's ReCaptcha. Everything is peachy in Chrome, but in IE and Firefox, ReCaptcha fails to load the challenge questions. I've started a SO question on this topic here, so feel free to respond there with suggestions!http://bit.ly/1CT1goN: Argument 1 of Window.getComputedStyle does not implement interface Element.Above is the error I get when clicking the checkbox to load the challenge questions. -- 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

jueves, 19 de febrero de 2015

reCAPTCHA Keys expiring?

Hello, We've added reCAPTCHA to a Visualforce page used on a Salesforce Force.com Site. Recently the reCAPTCHA stopped working and we were able to correct the issue by generating new Public and Private keys. My question is to reCAPTCHA keys expire? Cheers, Chris -- 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 service unavailable?

Same, hasn't been rendering in any browser I've tried for an hour or so. Nothing fishy going on in the background from what I can tell. Something's up.

Re: Text field on ReCAPTCHA popup window becomes non editable after clicking on "Get an audio challenge" icon

Has any one reported this issue to google recaptcha support? i couldn't see this issue in their issue list. On Thursday, December 11, 2014 at 7:03:38 PM UTC-5, Kaplich Vitaliy wrote: I'm integrating http://bit.ly/1zsEC7u 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.

Re: Recaptcha service unavailable?

It appears to be broken in Safari 8, but working in Chrome.On Thursday, February 19, 2015 at 2:23:36 PM UTC-8, Dan Baughman wrote: The recaptcha has suddenly stopped working for me across several sites and even their own demo seems non-functioning: http://bit.ly/1cWQG2N Is there a service status page anywhere we can check? -- 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 service unavailable?

The recaptcha has suddenly stopped working for me across several sites and even their own demo seems non-functioning: http://bit.ly/YzGMom Is there a service status page anywhere we can check? -- 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 version 2 with php formmail

My reCAPTCHA version 1 with Formmail.php stopped working so I'm trying to update to reCAPTCHA version 2. I believe I have everything correct on my .php page in the form but I'm not able to get my Formmail to work with it. Can someone please assist? Thank you 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.

Hola Heldridge Johann, la subasta Great Domains ha comenzado!

Re: Fixing a Broken Captcha in Joomla 3.3.6

Re: IE 8 (Compatibility Mode)

Sadly using another browser isnt an option for my users.Curiously the api documentation says it works on "Internet Explorer 7.0" (minimum). I think it should say IE 10 or the support team could at least give some feedback about this..Em segunda-feira, 16 de fevereiro de 2015 09:51:47 UTC-3, Tony P escreveu: The work around iv'e found was using another browser. Compatibility mode causes the same fault in IE9.Also by default IE8 and 9 enable compatibility mode for Intranet sites.On Wednesday, February 11, 2015 at 3:51:22 PM UTC-5, Paulo Vilela wrote: I've just noticed a problem with ReCaptcha and Internet Explorer 8 (v. 8.0.7601) on Compatibility Mode.It's possible to reproduce the problem by accessing the google's demo page with I.E 8 on Compatibility Mode 8:http://bit.ly/1J9uhFE there any known workarounds for this issue?Best Wishes,Paulo. -- 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: Mobile resize on new reCAPTCHA design

Still looking for a solution for this, just in case someone found 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.

miércoles, 18 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 2 updates in 1 topic

Audio Captcha Unusable In Every Browser

In every browser, when challenged for a captcha entry, choosing audio results in placeholder text that does not explain how to use the window because the font is too big. It gets cut off. This is reproducible even in the v2.0 API example. A screen reader should work fine, however if you aren't using one, visually you don't know to press space bar to start audio or R to repeat because it gets cut off. The captcha entry text box is simply un-editable until you hit spacebar, which makes no sense considering there is a link to download the MP3. If you only download the MP3, you still can't enter text into the text box without pressing space bar, which again, nobody would know because the directions are cut off. -- 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.

registration form

Won't let me register for contest.

registration form

Won't let me register for contest.

registration form

Won't let me register for contest.

Shrinking NoCaptcha ReCaptcha

Currently my Captcha does not fit my mobile website, so I have shrunk it to only 150px. It looks like this currently: I was wondering if this would be allowed because it does not show the Captcha and stuff. So am I allowed to shrink it like this or not? :) 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.

martes, 17 de febrero de 2015

falla

En media fire no aparesen las palabras

reCAPTCHA sucks

Means exactly what the subject saysI'm not a freakin' robot okayStop giving me this dumb crap jeez -- 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.

Confused

It tells me to type the two word but gives me a 4 digit number. What two words does it want from that? -- 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.

UUUUGGHHH

EVERY TIME when i go to mediafire and it says do the recaptcha, IT DOSNT LOAAD THE STINKIN PICTURE!!! plz help!

Managing ReCaptcha iFrame width

Can anyone help me with the option to limit the width of ReCaptcha form? I'm on a WordPress site, and ReCaptcha input width is more than the sidebar of the site and I couldn't find a way to specify the maximum width of the Captcha input box. Cheers -- 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, 16 de febrero de 2015

Registered my email but could not entered my organization's name

I have registered my e-mail address but could not entered my organization name. Now I cannot re-register with organization name. How can I add my organization's name into my profile? -- 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: joomla-3 Displays no - Captcha

Have you found a solution to the problem? Because I'm having the same problem at the moment.. Thank you for your help in advance. Kind regards, Christine Am Sonntag, 2. Dezember 2012 19:20:59 UTC+1 schrieb Bernd Konle: Hi Alex, have you any solution? I have the same Problem, see only the word capatcha* and thats it.Thanks, BerndAm Sonntag, 11. November 2012 22:43:47 UTC+1 schrieb Alex: joomla-3 Displays no - Captcha Where is problem? Module is active. -- 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.

Randomly loading into fallback version.

Someone help us understand this... We're adding the new checkbox reCAPTCHA to some of our forms, and it started off working fine. As we began testing some edits we made to the form, the reCAPTCHA would randomly revert to its fallback version with the distorted text, and stay that way for some random amount of time. (This is happening inside the current version of Google Chrome.) Why would the reCAPTCHA start off as the checkbox and then change to the fallback version with the distorted text after refreshing the page? -- 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: IE 8 (Compatibility Mode)

The work around iv'e found was using another browser. Compatibility mode causes the same fault in IE9.Also by default IE8 and 9 enable compatibility mode for Intranet sites.On Wednesday, February 11, 2015 at 3:51:22 PM UTC-5, Paulo Vilela wrote: I've just noticed a problem with ReCaptcha and Internet Explorer 8 (v. 8.0.7601) on Compatibility Mode.It's possible to reproduce the problem by accessing the google's demo page with I.E 8 on Compatibility Mode 8:http://bit.ly/1J9uhFE there any known workarounds for this issue?Best Wishes,Paulo. -- 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: Google's new reCaptcha doesn't work on Windows Phone

Answered my own question on stackoverflowIl giorno mercoledì 11 febbraio 2015 12:53:28 UTC+1, Qlimax ha scritto: The recaptcha box isn't displaying on WP8 with official IE mobile browser. Just go with the device (I tried with wp8) to the official demo page: http://bit.ly/1cWQG2N and you will see that the recaptcha box isn't displaying. http://bit.ly/1nYZqOQ -- 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 giving invalid key error in WordPress

I am trying to use the recaptcha feature in gravity forms on wordpress. It keeps giving me a invalid key code error. I have deleted the site in my recaptcha account three times and re-set it up for the same website each time. Changed the key element in gravity forms settings in wp each time. Still getting the same error message. Any help would be greatly 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.

HELP!

I was trying to download a map on my iphone 4 off mediafire and each time this reCAPTCHA appears no words or letters or need show. What do i do to fix it?

ahi un problema

No aparecen laS palabras

ahi un problema

No aparecen laS palabras

domingo, 15 de febrero de 2015

what flight sim is x pilot made for?

what flight sim is x pilot made for? -- 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, 14 de febrero de 2015

problem with registration

Hello! Say I have a problem with registration on your site, I can not register. writes that the IP-address has been blocked due to abuse. You can get a new IP by restarting the router, but not to time this website is not poseschala.chto do? -- 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.

Couldn't find grecaptcha with $.getScript in v2.0

In v1.0, it's possible to retrieve the source js code from http://bit.ly/1HUdC5V with $.getScript, and all the functions inside are avaible to be called. But in v2.0, there seems to be no way to do something similar. For example, I've tried $.getScript('http://bit.ly/1yJFa7U'), but I couldn't load functions like grecaptcha.getResponse(). If I tried to render the widget explicitly with $.getScript('http://bit.ly/1F9td1D'), neither this line would fire the function onloadCallback().Was there anything wrong when I do this? Or I have to load the source code using

viernes, 13 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 2 updates in 2 topics

Getting CertPathValidatorException error when implementing nocapthca recaptcha

I saw this demo which selects matching pictures but I can't see it in actual recaptcha.

HiI saw ReCaptcha demo before, which shows user to select matching picture. However, when I actually implements it, it only has option to type letter from picture or audio. Have you ever actually seen the matching picture selection in the real ReCaptcha?ThanksAndrew -- 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: IE 8 (Compatibility Mode)

this is how the captcha is being rendered by IE 8 on Compatibility mode: reCAPTCHA Support? Any official announcement about this bug?Em quarta-feira, 11 de fevereiro de 2015 17:51:22 UTC-3, Paulo Vilela escreveu: I've just noticed a problem with ReCaptcha and Internet Explorer 8 (v. 8.0.7601) on Compatibility Mode.It's possible to reproduce the problem by accessing the google's demo page with I.E 8 on Compatibility Mode 8:http://bit.ly/1J9uhFE there any known workarounds for this issue?Best Wishes,Paulo. -- 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, 12 de febrero de 2015

Docs for v1.0?

Where can I find it? I can only find an archived version in the API reference section, but it doesn't include any information on how to verify user's response.Where can I get information on how to do this? -- 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.

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 1 update in 1 topic

Re: It doesn't works on a Windows Phone 8.1 IE11

Additional language code

I need additional language code for localization for Georgian language. Any help there? -- 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: Very Difficult word please give sloution

Looks like 'mmuchnTN muculyy' Is that what you thought it was?On Wednesday, February 11, 2015 at 9:07:11 PM UTC-5, Only For You wrote: I am using thi recaptcha from a long time to do PTC but now its to hard to solve please help me about this issue the sample of recaptcha is attachedi tried by refreshing but still same issue and more issue with captcha is i cannot type numbers os audio captcha solution my numpad is working ........???? -- 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.

Not typing

Whenever I try to login to my Kik account it asks me to enter reCAPTCHA but for some reason when I try to type the letters/numbers do not appear on the screen no matter what I do. Does anyone know why it's doing that and how can I fix it

miércoles, 11 de febrero de 2015

Very Difficult word please give sloution

I am using thi recaptcha from a long time to do PTC but now its to hard to solve please help me about this issue the sample of recaptcha is attachedi tried by refreshing but still same issue and more issue with captcha is i cannot type numbers os audio captcha solution my numpad is working ........???? -- 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.

IE 8 (Compatibility Mode)

I've just noticed a problem with ReCaptcha and Internet Explorer 8 (v. 8.0.7601) on Compatibility Mode.It's possible to reproduce the problem by accessing the google's demo page with I.E 8 on Compatibility Mode 8:http://bit.ly/1CieTh9 there any known workarounds for this issue?Best Wishes,Paulo. -- 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.

is it legal to host "api.js" on my server?

Hello, I have read the license terms and it is not clear to me. I would like to host "api.js" in my own server. Do not want to call it online. Is it legal? I will not modify anything at all. 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.

Google's new reCaptcha doesn't work on Windows Phone

The recaptcha box isn't displaying on WP8 with official IE mobile browser. Just go with the device (I tried with wp8) to the official demo page: http://bit.ly/YzGMom and you will see that the recaptcha box isn't displaying. http://bit.ly/16RpK94 -- 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: Infinite Blue Wheel

Yes Andy, I can confirm, it's working now for me too. 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.

not work

Generally I enter the captcha correctly all writing , and in return get a CAPTCHA that is not correct , and so on 5 -6 times and then all well and then again once I enter 5-6 -- 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: CORS problem

Hi! when you make the call be sure to add the ?callback=? at the end of the url to solve the problem.Il giorno martedì 10 febbraio 2015 06:49:06 UTC+1, ramya....@gmail.com ha scritto: I'm facing "cross domain origin problem" when I try to verify the captcha, through ajax call. I'm using javascript.Kindly let me know what can be done to overcome this problem.Regards,Ramya -- 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, 10 de febrero de 2015

Infinite Blue Wheel

The problem seems to be resolved for me now

Re: Use reCaptcha 2 times in the same page?

Thank you for the answer maybe someone can do that? Someone else?El lunes, 9 de febrero de 2015, 13:12:34 (UTC-6), Peter Kakoma escribió: Andres, I haven't had success either; not sure it is possible....yetOn Sunday, 8 February 2015 20:31:14 UTC+3, Andres Montero wrote: Someone please?El sábado, 7 de febrero de 2015, 20:39:30 (UTC-6), Andres Montero escribió: I tried to use reCaptcha many times in the same page but it will be displayed only one time, how can i display the captcha many times, how can i fix it? 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: Omegle recaptcha DOES NOT WORK

Totally agree. Not only am I quite sure that after more than 30 attempts I got the correct answer at least 5 times, even though most of the captchas were totally illegible, but after trying the sound feature, that was even more indecipherable. Are you going out of your way to create frustration or are your Captcha designers simply incompetent fools? I have never had the same degree of difficulty in verification on other sites. Noel Bird ursday, January 29, 2015 at 12:26:53 PM UTC+10, JU5TBL4ZE wrote: I type in the letters or "words" and click submit, then a new one pops up right after it. Haven't been able to log in for almost 2 days because of this. I know I'm typing the right characters since I've done it like 200 times with no luck, since another one just pops up right after it. Even listening to the numbers doesn't work. WTF is going on!? -- 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.

CORS problem

I'm facing "cross domain origin problem" when I try to verify the captcha, through ajax call. I'm using javascript.Kindly let me know what can be done to overcome this problem.Regards,Ramya -- 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, 9 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 2 updates in 1 topic

Re: Use reCaptcha 2 times in the same page?

Andres, I haven't had success either; not sure it is possible....yetOn Sunday, 8 February 2015 20:31:14 UTC+3, Andres Montero wrote: Someone please?El sábado, 7 de febrero de 2015, 20:39:30 (UTC-6), Andres Montero escribió: I tried to use reCaptcha many times in the same page but it will be displayed only one time, how can i display the captcha many times, how can i fix it? 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 not working in ie10 and safari

Hello, I use joomla 3.3.6 and reCaptcha on contact-form, In all browsers it functions, but in IE 10 and safari there is no captcha shown. The site is to see under http://bit.ly/16F3uyR. What can I do? -- 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, 8 de febrero de 2015

Re: Use reCaptcha 2 times in the same page?

Someone please?El sábado, 7 de febrero de 2015, 20:39:30 (UTC-6), Andres Montero escribió: I tried to use reCaptcha many times in the same page but it will be displayed only one time, how can i display the captcha many times, how can i fix it? 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.

Integrate reCaptcha in google apps script

Need help!!! How integrate reCaptcha in this google apps script??? http://bit.ly/16AHDsp -- 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, 7 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 1 update in 1 topic

Use reCaptcha 2 times in the same page?

I tried to use reCaptcha many times in the same page but it will be displayed only one time, how can i display the captcha many times, how can i fix it? 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: Any have any idea how to get reCaptcha 2.0 to center?

I had the same problem: you were given the following, correct?

so all you need to do is add what's highlighted below:

that will solve it and it will always be in the center! -- 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: Infinite Blue Wheel

No, trying to find a hack... -- 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: Infinite Blue Wheel

Thing is it used to work, is there a specific solution From: info@thomet.chSent: ‎2/‎7/‎2015 2:04 AMTo: recaptcha@googlegroups.comSubject: Re: Infinite Blue Wheel It's the keyword IEMobile in the user agent string. See more info here: http://bit.ly/1LXtCG7

Re: Infinite Blue Wheel

It's the keyword IEMobile in the user agent string. See more info here: http://bit.ly/1LXtCG7 -- 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: It doesn't works on a Windows Phone 8.1 IE11

More information on this annoying bug: It'st just a specific user agent string, that will crash the code! This user agent string will throw a exception: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch) This will work: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IE Mobile/10.0; ARM; Touch) See also the screenshots, reproduced with 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.

viernes, 6 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 1 update in 1 topic

Re: Any have any idea how to get reCaptcha 2.0 to center?

reCAPTCHA asking to copy paste code but failing

A very small amount of my users get a captcha that asks them to copy and paste a code, but it always fails for them - while most of the users get the normal one (checkbox) which goes through correctly. Googling only returned three instances of people getting that captcha none of which had any valuable information Any ideas as to why they're getting that captcha and most importantly why does it fail? -- 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.

failed to open stream: Network is unreachable

?? What happend ??Un the browsers it responds but with file_get_contents send me that error ... -- 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 get the response of the validation of captcha?

On Thursday, February 5, 2015 at 11:49:46 PM UTC-6, Fernando Zaiza wrote: i new in this, and i want get the response of the captcha, if is validate or no? how i can do? i using html and javascript 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: Fixing a Broken Captcha in Joomla 3.3.6

Eva C. M. you are a superstar. Disabled Cookies Accept and hey presto I have a captcha displayed.On Thursday, 6 November 2014 11:06:06 UTC, Eva C. M. wrote: 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.

How get the response of the validation of captcha?

i new in this, and i want get the response of the captcha, if is validate or no? how i can do? i using html and javascript 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.

Infinite Blue Wheel

Same issue for me, all nocaptcha recaptcha, windows phone 8.1. V1 recaptcha works fine, indefinite spinning blue icon with v2.

jueves, 5 de febrero de 2015

Re: The new Recaptcha v2: buggy (Session expired, Invalid Reload Parameters) and incomplete

You can reload the no CAPTCHA reCAPTCHA through JavaScript by calling reset() function of the global grecaptcha object. grecaptcha.reset(); -- 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

I'm working on developing a page where I want to implement reCaptcha add the reference and put the DIV tag with its attribute of the corresponding key, but when wanting to see the design in the browser, sometimes shows me the captcha but sometimes not, it may be due this? -- 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 need help with asp.net

Im trying to get it to work on asp.net but it doesnt give anything via post nor get method. Could please someone post the code or a hint how they got it to 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.

miércoles, 4 de febrero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 5 updates in 3 topics

Infinite Blue Wheel

I have encountered a problem on my mobile device where the recaptcha never moves beyond the blue wheel. It just sits there and never goes to the green check mark or makes me do a verification just goes in a circle over and over again. -- 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: Do not show me the reCaptcha

reCAPTCHA Limit

Is there a limit on the number of times that it could be called in a certain period of 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.

Photoshop or Illustrator files for comp purposes

Hello, do Photoshop or Illustrator files exist for comp purposes?They would be a great resource for designers to show how reCAPTCHA would look in an app/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.

martes, 3 de febrero de 2015

Captcha Don't work!!!

Hello! I make all right but don’t work, i dont know what happen. The captcha only don’t work, if i check or not the box nothing happend. See on my site delai.org I use on register page! Javascript code:http://bit.ly/1yDkGN4 FormCode:http://bit.ly/1zFANOv Php Code:http://bit.ly/1yDkGN8 to everyone. -- 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.

Не показывается картинка с капчей

Всем привет, проблема такая : скажем так, есть файервол со списком сайтов, к которым имеем доступ через интернет, есть форма регистрации и капчей, так как есть список "белых" сайтов,с которыми мы работаем, то капча не отображается, потому что запросы на её получения не уходят\не приходят. Скажите, пожалуйста, какой адрес нужно добавить в наш "белый" список, чтобы капча работала, чтобы шли запросы и ответ? -- 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.

Add reCapture to Google foms

Does 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.

Re: [Drupal] ReCaptcha does not work on Login/Register page. Error 400 (Bad request)

lunes, 2 de febrero de 2015

Re: [Drupal] ReCaptcha does not work on Login/Register page. Error 400 (Bad request)

Is this happen after the installation of the recaptcha module? Or it worked in the beginning?On Monday, February 2, 2015 at 5:53:01 PM UTC+2, Arthur Gurinovich wrote: Hi all Some problem with reCaptcha on Druapl 7 project. After user open "Login" or "Register new aaccount" page and than click on "I`m not a orbot" on console appear error: "400 (Bad request)"; http://bit.ly/1BPlpeU After I clear cache, reCapthca work correctly. What happend with API2. -- 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.

[Drupal] ReCaptcha does not work on Login/Register page. Error 400 (Bad request)

Hi all Some problem with reCaptcha on Druapl 7 project. After user open "Login" or "Register new aaccount" page and than click on "I`m not a orbot" on console appear error: "400 (Bad request)"; http://bit.ly/1BPlpeU After I clear cache, reCapthca work correctly. What happend with API2. -- 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: Estonian translation?

It's quite difficult to add $lang = "et" ("et" being the default code for Estonian) when there isn't an Estonian translation.. at all :) On Monday, February 2, 2015 at 10:41:51 AM UTC+2, Amin Amiri wrote: You can use it by following stepsinsert this in the php head$lang = "en";and put this following java in your html tag:

Re: Estonian translation?

You can use it by following stepsinsert this in the php head$lang = "en";and put this following java in your html tag:

g-recaptcha not working

I have problem with new recaptcha, this following link doesn't work well,

but my old recaptcha is working well. Please guide me how to solve it.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.

sábado, 31 de enero de 2015

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 © 2015 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

Telling me i'm incorrect

I've put in both words and Numbers however it keeps telling me I'm incorrect. unless there are hidden numbers or words I'm not incorrect. please fix. -- 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, 30 de enero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 2 updates in 1 topic

its not workig

hi,i tried to type the numbers and letter at least 100 times but its not working and i need to use the youtube so if u please can fixit and 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: Not possible to read the words !!!

I have the same problem - CAPTCHA is VERY UN-Readable!On Friday, January 30, 2015 at 2:50:13 AM UTC-5, Richard Dybowski wrote: I have no idea - I have also tried 100 times and I cant read the letters WRONG every time. Then I tried the audio bit, and it just sounds like a serial killer leaving you a message. This is so frustrating - to prove we are not a robot they do not need to make it this hard. On Thursday, 29 January 2015 20:30:20 UTC, Jocelyne Béland wrote: I've tried to type the words in the box for at least 100 times, but it's not readable and I cannot access to dropbox !! What is the problem with 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: Changing width and height of reCaptcha to fit in a mobile device

Re: Changing width and height of reCaptcha to fit in a mobile device

Re: Recaptcha doesn't work at another link

Re: Recaptcha doesn't work at another link

Re: Changing width and height of reCaptcha to fit in a mobile device

transform: scale(0.95) translateX(-9px); Use transform or wait for version 3.0 :D On Friday, January 30, 2015 at 8:55:14 AM UTC+4, Nisha Yadav wrote: I am using reCaptcha on responsive form. But when the image or text opens on clicking reCaptcha, its width distorts the form layout. Is there any way to make captcha responsive so that we can change its style using CSS? -- 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: Not possible to read the words !!!

I have no idea - I have also tried 100 times and I cant read the letters WRONG every time. Then I tried the audio bit, and it just sounds like a serial killer leaving you a message. This is so frustrating - to prove we are not a robot they do not need to make it this hard. On Thursday, 29 January 2015 20:30:20 UTC, Jocelyne Béland wrote: I've tried to type the words in the box for at least 100 times, but it's not readable and I cannot access to dropbox !! What is the problem with 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.

jueves, 29 de enero de 2015

Changing width and height of reCaptcha to fit in a mobile device

I am using reCaptcha on responsive form. But when the image or text opens on clicking reCaptcha, its width distorts the form layout. Is there any way to make captcha responsive so that we can change its style using CSS? -- 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.

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 2 updates in 1 topic

Re: Can't use nocaptcha recaptcha in China, load callback to fallback?

I had the same question. I think the only workaround is to add an "onerror" attribute to the script tag that loads the recaptcha js. More info here: http://mzl.la/15YRdFj Tuesday, December 23, 2014 at 1:57:28 AM UTC-8, Wayne Lam wrote: Hi all, I am writing an application for the client, the user will be occasionally access in China network. As a result, reCaptcha is not working there. Are there any way that the "onloadCallback" can check when the loading is fail to and I may fallback to another authentication method? Any idea is much appreciated! Thanks Wayne -- 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.

Not possible to read the words !!!

I've tried to type the words in the box for at least 100 times, but it's not readable and I cannot access to dropbox !! What is the problem with 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: How to customize reCaptcha default image

AFAIK, there are two themes available : "dark" and "light"(default) you cannot apply your custom css style sheet to reCAPTCHA, because it is in its own iframe. similarly, you cannot get to image using your js, by the same reason - the iframe cpmes from google domain On Thursday, January 29, 2015 at 3:39:11 AM UTC+3, Surya Bera wrote: Hi,Could you please let me know whether we can override the default image (http://bit.ly/1ydxrCc) displayed in Google reCaptcha with own image? I this below image color is blue. I want to change it to red.Thanks,Surya -- 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.

Help text in french is not translated

Hello ! When I get the reCaptcha widget in french, and I have to fill the words appearing in an image, the help text is in english. The submit button and the title are ok, only the help text still shows ("Type your best guess of the text shown. To get a new challenge, click the reload icon. Learn more." instead of "Veuillez saisir le texte que vous arrivez à lire. Pour obtenir un nouveau texte, cliquez sur le bouton recharger. En savoir plus. -- 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 doesn't work at another link

I have two domains that contain a similar application.In example:on abc.def.com, the captcha is working wellbut when i use on test.domain-test.comthe captcha always wrongs.Is it dash character that make issue?Note: i put alll the site link at the same key.Thank YouEdward -- 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, 28 de enero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 1 update in 1 topic

Omegle recaptcha DOES NOT WORK

I type in the letters or "words" and click submit, then a new one pops up right after it. Haven't been able to log in for almost 2 days because of this. I know I'm typing the right characters since I've done it like 200 times with no luck, since another one just pops up right after it. Even listening to the numbers doesn't work. WTF is going on!? -- 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 customize reCaptcha default image

Hi,Could you please let me know whether we can override the default image (http://bit.ly/1zCNF9J) displayed in Google reCaptcha with own image? I this below image color is blue. I want to change it to red.Thanks,Surya -- 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 v2 fails in Twitter Bootstrap popovers

Hi, I've been trying to implement the new recaptcha version inside of Bootstrap popovers (popups). It works in fallback mode, however in standard mode it only works when only the “I'm not a robot” checkbox is needed, and not with the popup puzzle, which does pop but gets destroyed. instantly.I don't know if the error comes from Bootstrap / jQuery code, from Google's or my own. Has anyone got any suggestions?Here's a JSFiddle showcasing the error. You'll need to provide a sitekey. -- 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 is not validating last character

This is allowing me to move ahead without entering last character..... -- 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 is not validating last character

This response of captcha is allowing me to move ahead, not validating last character. -- 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 is not working right on Omegle

Also, sometimes I get stuff in other languages. I have a screenshot from when I got a Hebrew one. Should also fix thatOn Wednesday, January 28, 2015 at 4:55:12 PM UTC-5, Jacob Koshka wrote: I use Omegle sometimes, and for the last 2 days, no matter if I put the right answer (which sometimes I KNOW I did), it keeps saying it is wrong. Because of this, I can't use Omegle. Please fix this :( -- 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 is not working right on Omegle

I use Omegle sometimes, and for the last 2 days, no matter if I put the right answer (which sometimes I KNOW I did), it keeps saying it is wrong. Because of this, I can't use Omegle. Please fix this :( -- 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.

NoCAPTCHA Vulnerabilities???

Please comment on the content found at: http://bit.ly/1K5NdjT Are the issues described valid?If so, will these issues be addressed?Any idea as to the timing?Thanks,Bob -- 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.

the captcha on omegel does not let me solve it... I have tried hundreds of times but it will not solve.

asd -- 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.

هلا

-- 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.

Is recaptcha working with internationalized domain name

Hello,I have a problem.I have a internationalized domain name (with accent) and my recaptcha doesn't work.The page display "An error occurred: An internal error occurred: 50DB25C72EA40.AB424AA.7E005C31"And i have a "500 Internal Server Error" from "google.com"In the recaptcha domain form register i wrote my domain with accent and his internationalized shape : xn--*****-fzb.com retrieved from chrome URL bar.The reCaptcha works fine on the domain without accent but my client want the accent domain.Can you help me please ?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.

martes, 27 de enero de 2015

blank code

I dont see a code that mefiafire download requires me.i need to download some file.anybody can help me pls????pls email me if you have an idea.thanks

drecks captcha immer unleserlich und falsch

ka, was sich am "neuen" captcha "ich bin kein robot" verbessert haben soll, aber die Captchas sind IMMER falsch.Und selbst die man zu 40% sicher lesen kann, sind falsch......Totaler dreck, bitte auf Zahlen oder NORMALE Wörter umstellen! -- 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: recpatcha mobile-friendly

Re: I have entered the code like 50 times and it wont work

Try using different browser than Chrome. I have same problem and all i can think that Chrome is broken on that partOn Tuesday, January 27, 2015 at 3:49:25 AM UTC+2, Sean E wrote: I have entered the code over and over on probably 50 different codes and it keeps saying Invalid reCaptcha Submission. I am not sure what I am doing wrong as I have tried several different ways of putting it in -- 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.

recpatcha mobile-friendly

as I can deploy mobile- friendly? see xq words in my mobile . I can show pictures on the web as well ?? -- 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, 26 de enero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 4 updates in 4 topics

I have entered the code like 50 times and it wont work

I have entered the code over and over on probably 50 different codes and it keeps saying Invalid reCaptcha Submission. I am not sure what I am doing wrong as I have tried several different ways of putting it in -- 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 - doesn't load on IE-8 for first page load

Hi All, We are using ReCaptcha Grails Plugin, it loads properly in Chrome, Firfox and Safari, where as in Internet Explorer - 8 it doesn't load for the first page load ( AJAX is slow or taking time ), once i do page refresh it works. Any idea what might be issue. Thank You, Vinod -- 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 not showing with Internet Explorer but fine with firefox, chrome, opera, safari

HI Kirsten, How did you fix IE-8 issue with recaptcha? can you provide solution details. I am also facing same issue. Thank You, VinodOn Saturday, March 26, 2011 at 9:02:06 AM UTC-4, Kirsten Mary-anne Douglas wrote: I've place the reCAPTCHA on this page: http://bit.ly/1C8KGpN Everything is working great with browsers firefox, chrome, opera & safari, but at least 30% of our customers use internet explorer and the reCAPTCHA image isn't showing at all for them (only seems to show the top half of the image for some reason). I've tried changing the reCAPTCHA script from http to https, but it's not making any difference. Any and I mean ANY help at all would be greatly appreciated! 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.

Multtiple instance of g-recaptcha v2

Hi.I have two different forms in my page loaded in a bootstrap modal. How can I show the recaptcha v2 in the 2 differents forms ? Actually, the last instance takes the lead, due to the class .g-recaptchaIf any Google Support team could help, we are severous in this situation. 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.

domingo, 25 de enero de 2015

sábado, 24 de enero de 2015

reCAPTCHA v2 - No analytics

The analytics on the reCAPTCHA page still shows (after about 100 solved captcha's) "This site's traffic is below the minimum required to display charts." for "Requests passed & failed" and "Spam index". I'm positive I'm using the v2 api. Anybody a solution to fix this, or is it fault at google's side? 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.

viernes, 23 de enero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 3 updates in 2 topics

The enter/submit button is not showing for me. It was 1/2 showing yesterday

-- 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.

persistent code requests

more than 20 requests to type code as answer to 'I am not a robot' and still no access to php. 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.

jueves, 22 de enero de 2015

Re: Audio Captcha sound is not audible

Thats true, I can not hear it very well at 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: Captcha is hard to read

as a user i can just add that i get very annoyed by the captchas. first they were solvable, but now it's impossible to solve them... -- 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: Impossible captcha

same problem here. it's nearly impossible to solve any captcha, sometimes i need 30 tries... audio version doesn't help either. please bring back the old versions of the captchas. -- 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: Reset captcha via Javascript?

Could not find a solution to this myself. Is this possible at all?On Saturday, 17 January 2015 22:35:07 UTC+1, Max wrote: I'd like to reset the new v2 captcha via Javascript. Basically, I'd like to set the captcha to it's initial state where the user has to prove again that he's human.Is there a way to do this? Thanks for any hints. -- 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, 21 de enero de 2015

recaptcha not valid true

hi I am trying to use recaptcha but when jQuery.validator.AddMethod used in validation rules to call me devulve checkCaptha.php always false even though the value entered is well -- 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: Any example in asp .net?

Any example in asp .net?

Hi I want to implement new ReCaptcha in asp .net any working example to validate input?? 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: CAPTCHA onComplete Event?

I was thinking like function botListenService() { while (1) { if(grecaptcha.getResponse() == true) { onCaptchaComplete(); break; } } } function onCaptchaComplete() { alert("It's done"); } But this will hang the browser On Wednesday, 21 January 2015 19:45:56 UTC+11, Cra0 wrote: I know theres a way to know when the captcha has been complete by using grecaptcha.getResponse() However is there an event handler or something that can fire when it's complete? I'm asking this because I want to implement a system where the login button is disabled and when the captcha is complete it fires a js function which enables the login button. Any suggestions 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.

CAPTCHA onComplete Event?

I know theres a way to know when the captcha has been complete by using grecaptcha.getResponse() However is there an event handler or something that can fire when it's complete? I'm asking this because I want to implement a system where the login button is disabled and when the captcha is complete it fires a js function which enables the login button. Any suggestions 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.

martes, 20 de enero de 2015

50 domain limit/per key and 50 key limit/per account hampers reseller usage

I work for a SaaS web software company who provides public websites for our clients, and we have been working on integrating the new v2 recaptcha with our clients' various web forms. While the widget itself works great, it appears that the new limitations regarding the creating of API keys did not take into account such situations as this, where a single entity may be adding and managing captchas for hundreds of different domains. Specifically, we've encountered the following limitations (that I could not find documentation on): - A single key may only have a max of 50 associated domains - A single google account may only have a max of 50 separate keys - No longer able to create a global key that works for any domain (granted, this limitation is noted in the v1-v2 migration documentation) I would love to know the reasoning for these limitations, and if the team would consider lifting at least one of them (or at least increasing the maximums to a substantial number of maybe 500-1,000). In the meantime, it looks like we are going to have to create multiple Google Accounts just to be able to create all the keys we need. Additionally, (this is more of a feature suggestion), but I noticed in the Key Settings there is a checkbox that you can enable to "Get alerts about this site", and I would love if this included an alert for when an attempt is made to render a captcha on a domain that is not listed in the key's allowed domains. This would greatly help us in catching potential configuration errors, if we were to forget to add a particular client's domain to the key, or if their domain changed for instance. Thanks in advance for any help 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.

recaptcha v2 + transparent proxy via website

Is it possible to proxy recaptcha v2, Where the website using the recaptcha performs all of the requests on behalf of the visitor on the website?I need to come up with an alternative solution to handle situations where the user doesn't have direct access to google content/websites (content filters or access restrictions, firewalls, etc that prevent the client from accessing or loading the google content directly.-Charles -- 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 V2 on iOS

Can you provide more information? Which device and OS version did you try?On Tuesday, January 20, 2015 at 2:34:13 AM UTC-5, Luke wrote: I encountered a small problem on iOS devices using the new reCAPTCHA V2. The "I`m no robot" stuff is working fine, but as soon as the popup window appears and you have to insert the words or numbers, the popup submit button never activates. So, as soon as this window appears on iOS devices, you have no way to successfully submit the form. Hopefully Google will fix that soon. Any solutions/workarounds so far? -- 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 V2 on iOS

I encountered a small problem on iOS devices using the new reCAPTCHA V2. The "I`m no robot" stuff is working fine, but as soon as the popup window appears and you have to insert the words or numbers, the popup submit button never activates. So, as soon as this window appears on iOS devices, you have no way to successfully submit the form. Hopefully Google will fix that soon. Any solutions/workarounds so far? -- 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, 19 de enero de 2015

[Twitter4J] Abridged summary of twitter4j@googlegroups.com - 1 update in 1 topic

captcha not working

http://bit.ly/1DVXNeq search for 90216 zip station on 82nd ave portland the create a new account page captcha results bounce. Tried audio and refresh, tried recaptcha on the help page, that doesnt work either. accessing the page on my samsung galaxy. Troubleshooting led me here any help?

Re: Captcha is not working on my website can anyone help

Where do I insert the secret key? On Friday, January 16, 2015 at 5:14:37 PM UTC+2, Samer wrote: If you have the same symptoms as this topic: http://bit.ly/17Pwi95 adding localhost to domain list.On Friday, January 16, 2015 at 9:21:44 AM UTC-5, tigerfishin...@gmail.com wrote: I have inserted this code: before the /head close and i've inserted this code where i want it to display:

Am I missing something? -- 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, 18 de enero de 2015

Unit testing with AngularJS

I just switched over to the new ReCaptcha. I had unit testing and e2e testing set up with the older version, but that doesn't look to be possible with this version. Are there any plans to add support for a test key, or any sort of support for unit testing that doesn't require a real answer to be supplied? -- 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, 17 de enero de 2015

Reset captcha via Javascript?

I'd like to reset the new v2 captcha via Javascript. Basically, I'd like to set the captcha to it's initial state where the user has to prove again that he's human.Is there a way to do this? Thanks for any hints. -- 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.

PLEASE HELP verifying the users response

in short, my form and display of the recaptcha is set up perfectly. i have NO idea how to verify the user response in basic html. if a scripting language is necessary PHP can be implemented. can someone be very explicit and explain the steps necessary to get this working... -- 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 is hard to read

Please Google developers, lately captcha has become almost unusable. I consider myself an intelligent person with no visual disability. Everytime I want to post on any forum or other service with this kind of captchas it takes me 2 minutes and about 10 attempts to solve the captcha. Please take a look at the gif video, they are totally unreadable. http://gph.is/1BHVg5r Also, audio captchas are also totally ununderstandable. -- 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, 16 de enero de 2015

Delivery Status Notification (Failure)

Delivery to the following recipient failed permanently: root@admin1.byetcluster.com Technical details of permanent 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: Version 2.0 API documentation

Hi all,I finally figured out that the code examples in the developers guide are actually using version 2. But I still find the site confusing with the explicit listing on version 1 API, but not version 2.--Karsten -- 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.

EnAcCiOn

Contador Web | EnAcCiOn

EnAcCiOn

EnAcCiOn

EnAcCiOn

Blog Archive | EnAcCiOn