When I try to download something from media fire it tells me to fill it up but there is no text its just white pls help
Send Voicemail | EnAcCiOn
Contact me using vCita | EnAcCiOn
Contact Form & Online Scheduling by vCita
Contact me using vCita | EnAcCiOn
Meeting Scheduler Powered by vCita
miércoles, 31 de diciembre de 2014
Code sample to test noCaptcha with Perl cgi
The following code passes the three parameters to google's siteveryify (response, secret, remoteip).It returns one of three conditions.1 = Successful connect to google / input invalid (NOT verified).2 = Successful connect to google / input valid (verified).3 = Unsuccessful connect to google.You need to make 4 changes to this code.Line 5 = Enter your secret keyLine 13 = Desired code for return condition 1.Line 16 = Desired code for return condition 2.Line 20 = Desired code for return condition 3.DISCLAIMER:I am by no means a professional Perl programmer and there may well be a lot better ways to accomplish this task.Feedback or suggestions on how to improve this code are welcome.You are free to use this code as you desire.By using this code you acknowledge that you have fully tested it for your application and you accept full responsibility for any results that you might have with it.sub check_captcha {use LWP::UserAgent;$capurl = 'http://bit.ly/11H4Jer';$capres = $Form{'g-recaptcha-response'};$capsec = 'YOUR SECRET KEY GOES HERE';$capadr = $ENV{'REMOTE_ADDR'};my $ua = LWP::UserAgent->new();my $response = $ua->post($capurl, ['response' => $capres, 'secret' => $capsec, 'remoteip' => $capadr ]);if ($response->is_success) {$capcnt = $response->decoded_content;$capnum = index($capcnt, 'true');if ($capnum == -1) {CONDITION 1 CODE HEREreturn;} else {CONDITION 2 CODE HEREreturn;}} else {CONDITION 3 CODE HEREreturn;}} -- 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: No Captcha ReCaptcha with Perl Formmail Script
THE LAST CONDITION SHOULD BE 3 NOT 2 -- 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.
Happy Holidays Captcha
Dears, I'm facing somehow a weird problem, that I get 'Happy Holidays' or 'Happy New Year' in my reCaptcha, and for some reason this is not acceptable in my client's country, any ideas to force the reCaptcha to show complex words or number or whatever other thank greetings! Thanks and Happy New Year.. -- 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 problem with rtl websites !
in rtl websites, when recaptcha in use old recaptcha input is visible hust for 3second then hidden and margin left -10000 !!!so how can fix this problem ?! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 29 de diciembre de 2014
Re: Best way to change "I am not a robot" text?
* reCAPTCHAOn Monday, December 29, 2014 11:50:47 AM UTC-7, Adam Fairbanks wrote: Our users (particularly older users) are getting confused when they see "I am not a robot" in the google reCAPCHA. What is the easiest way to change the text next to the checkbox? (Eg, to say something like, "Check this box to verify you are not a robot.") Does the reCAPCHA api have a way to easily change the text, or should I just do it with jQuery. Thanks, Adam (A separate issue is the checkbox is larger than a normal checkbox and does not have a dropshadow, so some people are not recognizing it as a checkbox.) -- 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.
Best way to change "I am not a robot" text?
Our users (particularly older users) are getting confused when they see "I am not a robot" in the google reCAPCHA. What is the easiest way to change the text next to the checkbox? (Eg, to say something like, "Check this box to verify you are not a robot.") Does the reCAPCHA api have a way to easily change the text, or should I just do it with jQuery. Thanks, Adam (A separate issue is the checkbox is larger than a normal checkbox and does not have a dropshadow, so some people are not recognizing it as a checkbox.) -- 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, 28 de diciembre de 2014
viernes, 26 de diciembre de 2014
Re-Captcha marking comments as spam
HI,The new version of the plugin is marking all the Administrator comments from my WordPress blog appear as spam. Can you fix this?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.
Serenes Forest CAPTCHA not working
http://bit.ly/1rmGcaX both "Register" and "Recover password" sections the CAPTCHA doesn't recognize what I type, even though it's correct. -- 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, 25 de diciembre de 2014
Re: reCAPTCHA working on one site, but not the other
Hmm..unfortunately that doesn't tell us much. Hopefully someone else will have an idea. On Thursday, December 25, 2014 1:36:46 PM UTC-5, Robyn L wrote: The following error appears when that codes is added: ReCaptchaResponse Object ( [success] => [errorCodes] => ) The site key and secret key are definitely correct. I've checked and rechecked 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: reCAPTCHA working on one site, but not the other
The following error appears when that codes is added: ReCaptchaResponse Object ( [success] => [errorCodes] => ) The site key and secret key are definitely correct. I've checked and rechecked 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.
reCAPTCHA working on one site, but not the other
I am working on two websites, but reCAPTCHA is not working on one of them. Here are two test sites. One works and one doesn't. Any ideas how to fix this??? http://bit.ly/1A9CqDE http://bit.ly/1xgUFVp I've checked and double checked everything and I can't see why one would work and the other not. I've used test code from Google, so the problem is not my code: http://bit.ly/1A9Csv7 http://bit.ly/1smBchG -- 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, 24 de diciembre de 2014
How to completely DESTROY the new reCAPTCHA?
I need to completely destroy the reCAPTCHA element, but it has no destroy() method... Is there a manual way to do it? I need to do it because the page with the reCAPTCHA is loaded with Javascript, but it only works the first time, other times the page loads I get javascript errors (Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin...) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
I want to try your dirty wokraround, but can't find this div anywhere, I searched the code in web deveoper. Where is it?On Thursday, December 11, 2014 11:37:13 AM UTC+1, 盛貫銘 wrote: I can confirm this, too. My dirty workaround was to manually remove div.pls-container before calling grecaptcha.reset function. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Unable to solve myself
such a programme would be a dream-tool for spammers. thus high price seems to be quite reasonable.On Wednesday, December 24, 2014 3:56:30 AM UTC+1, M. GREENFIELD wrote: As someone with both impaired vision and impaired hearing, I simply cannot solve these captchas on my own anymore. I either have to get someone else into the room to post on one of my favorite sites to help me. I have looked into outside programs to help me solve the captchas, but they are all unreasonably expensive. Is there anything I can 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.
Re: Nocaptcha always falls back to old captcha
as for me it looks OK. it works. when you complete the text it should be solved then "I'm not a robot checkbox" changes its state when passed.On Monday, December 15, 2014 8:48:54 PM UTC+1, Boris Partensky wrote: Hi, I am implementing the new no captcha recaptcha and was successfully testing it this morning. However, as of an hour ago, it started to always give me old style text after I check the check box? Are there some kind of limits/configuration issues I am rubbing against?Screen shot attachedThanks -- 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 get g-recaptcha-response from old recaptcha ?
I am striving with recaptcha for some time trying to get aforesaid parameter transferred to server side.While it works in case of the new reacptcha (with checkbox "I am not robot")It does not work in case of the good old recaptcha: for example based on this onehttp://www.google.com/recaptcha/demo/What's up ?What wrong I do ?How to obtain the parameter's value in a case the old version in use ?I would like to check it on server side. -- 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 get g-recaptcha-response parameter from old recaptcha ?
I am striving with recaptcha for some time trying to get aforesaid parameter transferred to server side.While it works in case of the new reacptcha (with checkbox "I am not robot")for example based on this one: http://bit.ly/1CHCdHf's up ?What wrong I do ?I would like to test it on server side. -- 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, 23 de diciembre de 2014
Unable to solve myself
As someone with both impaired vision and impaired hearing, I simply cannot solve these captchas on my own anymore. I either have to get someone else into the room to post on one of my favorite sites to help me. I have looked into outside programs to help me solve the captchas, but they are all unreasonably expensive. Is there anything I can 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.
Can't use nocaptcha recaptcha in China, load callback to fallback?
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.
lunes, 22 de diciembre de 2014
Re: reCAPTCHA not working with simple contact form
Actually when I click on the Submit button I get: { "success": false, "error-codes": [ "missing-input-response" ] } Thanks for your message. and the mail is sent. So apparently the g-captcha-response is empty but I don't understand why? -- 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 with php
How do I use recaptcha within my php page so that after validating my form fields with php i can also validate the recaptcha b4 submiting. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
Thanks a lot. Works great.Am Freitag, 19. Dezember 2014 20:18:06 UTC+1 schrieb kh99: Maybe try calling grecaptcha.getResponse() and checking if the string is empty or not.On Monday, December 8, 2014 6:07:01 AM UTC-5, Marco Lütticke wrote: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
domingo, 21 de diciembre de 2014
cristiano72392: "EL EVANGELIO DEL REINO Y EL EVANGELIO DE LA GRACIA---¿CUÁL ES EL VE..." y más videos
cristiano72392: "EL EVANGELIO DEL REINO Y EL EVANGELIO DE LA GRACI
phone number space
it wont let me type my phone number inat the signup page, someone help -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Blog span
Meu blog de jogos está sendo considerado como span,como resolver? -- 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: Have spammers cracked reCAPTCHA?
Does anyone have a solution?I'm still receiving spam users.How can we contact google develorpers to fix that?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.
sábado, 20 de diciembre de 2014
The new "No-captcha", how does it "sense" in which relationship it is served?
I don't have my code number can u help me
can't get it
-- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
The new "No-captcha", how does it "sense" in which relationship it is served?
I have found out about the new no-captcha. How does it sense the application/relationship it is served in, and set the correct security level? The security level, and acceptable bot activity, is depending on application. For example: A signup form: Then it does not matter if a bot succeed to register 5-10 accounts, because those accounts can be cleaned off easly (banned or removed). A post form: Same here. A search form: Here it does not matter if a bot successfully launch 100 of searches, but 10 000 does matter to the load of the server. But the most sensitive application: A LOGIN form. Here its dangerous if even one single bot request slinks through, because the captcha is there most of the time to prevent CSRF, XSS, Bruteforce attacks, session stealing and Active sniffing and "race" attacks. I guess No-captcha uses some sort of "hash-cash" scheme where the client is asked to computationally solve a challenge, combined with a rate-limiting system, where the No-captcha application checks if theres successful or failed solves from the same IP-adress previously in a short time, and upon this information, decides if it should present a real captcha or not. I guess that a bot can successfully, with a high rate of success (90%+) pass the first No-captcha given a specific set of credentials (IP, Cookies, UserAgent and so on)? Are im right? But subsuquent requests become harder and harder due to the rates kicking in and displaying a real captcha? Or how does the No-captcha weed out the first bot request ever? Lets say a client IP that No-captcha never seen, it bears normal google cookies, and it does have a sensible useragent matching lets say 50% of the population. And this client is a bot. What does prevent a bot from checking the checkbox and then solving the computationally hard challenge (hashcash) which would take 5 seconds to solve, but would be solved with 100% of certainly? -- 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: Spambots suddenly getting past reCaptcha in phpbb
same here it seems to have happened in the last few days, is there a fix for this yet ? On Friday, December 19, 2014 8:21:14 PM UTC, Allie herbshealing wrote: reCaptcha was working fine and now suddenly this past week I'm getting a ton of spambots trying to create accounts. Any ideas why? http://bit.ly/1v1LEeq. -- 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.
I want to keep on trying -- 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, 19 de diciembre de 2014
Re: Spambots suddenly getting past reCaptcha in phpbb
Hey buddy, I am in the same situation. All of them with weird names....most of them with this "ksksknsd@ycarpet.com"we shouldn't receive emails like thisOn Saturday, December 20, 2014 6:21:14 AM UTC+10, Allie herbshealing wrote: reCaptcha was working fine and now suddenly this past week I'm getting a ton of spambots trying to create accounts. Any ideas why? http://bit.ly/1v1LEeq. -- 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.
Spambots suddenly getting past reCaptcha in phpbb
reCaptcha was working fine and now suddenly this past week I'm getting a ton of spambots trying to create accounts. Any ideas why? http://bit.ly/1wZRl3Q -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
Maybe try calling grecaptcha.getResponse() and checking if the string is empty or not.On Monday, December 8, 2014 6:07:01 AM UTC-5, Marco Lütticke wrote: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
Maybe try calling grecaptcha.getResponse() and checking if the sting is empty or not.On Monday, December 8, 2014 6:07:01 AM UTC-5, Marco Lütticke wrote: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Does not work reCaptcha! please help!
in a test version of the variable filled . Website here . http://bit.ly/1v8776t -- 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.
Does not work reCaptcha! please help!
even after entering the code , the variable is $_POST['g-recaptcha-response'] empty. please help! Если кто-то может помочь, напишите! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
The captcha is working. But I want to check whether the captcha is checked or not when I press the submit button so i can cancel submiting the form without leaving it.I tried it with the javascript i posted above but it doesn´t work.Am Montag, 8. Dezember 2014 12:07:01 UTC+1 schrieb Marco Lütticke: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
grecaptcha.reset() / render() javascript errors
Any thoughts on this would be really helpful. Same issue posted in StackOverflow doesn't seem to get a response: I am trying to get Google Recaptcha to work on one of my sites but I am facing some problems. I am following the documentation here and using the explicit render function to create the recaptcha widget. The form that contains the captcha can be reused without reloading the page. In other words, when someone successfully submits the form for the first time, it collapses and a button is shown that allows users to use the form again. When this button is clicked I call the reset function in JS to make the captcha work again. The details of this function can be found here. When the reset function is called, this error appears in the console; Error: Permission denied to access property '10_1417377045946' After that when someone tries to use the captcha the following error pops up: The page at http:// google.com says: An error occurred while contacting the recaptcha service. Can someone please help me find a solution to this issue? Thanks http://bit.ly/1wKjcmP -- 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, 18 de diciembre de 2014
miércoles, 17 de diciembre de 2014
New reCaptcha in PHPBB
I can't seem to find an answer to this anywhere. Is the new "No Captcha" useable in Phpbb 3.0.12? If so how do I change the old version to the new version. Thank you. http://bit.ly/1wZRl3Q -- 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: MVC 4 reCAPTCHA impelmentation
This implementation is targeting the .NET 4.0 Framework -- 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: error-codes missing in failure response
If you use a regularly maintained library this kind of edge case has already been captured (http://bit.ly/1vV94am). As you stated error-codes are optional, and the behaviour exhibited is peculiar (i.e. that failure SHOULD also encompass an error code). The only way to really treat it is to assume that captcha failed for some unknown reason and reshow the captcha again. On Wednesday, 17 December 2014 10:14:46 UTC, Benjamin Löffel wrote: The reCAPTCHA is supposed to display the error messages if they occur. If none of them showed up it probably means that your problem is coming from entering the captcha or checking the checkbox itself. Error code reference Error code Description missing-input-secret The secret parameter is missing. invalid-input-secret The secret parameter is invalid or malformed. missing-input-response The response parameter is missing. invalid-input-response The response parameter is invalid or malformed. -- 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: error-codes missing in failure response
The reCAPTCHA is supposed to display the error messages if they occur. If none of them showed up it probably means that your problem is coming from entering the captcha or checking the checkbox itself. Error code reference Error code Description missing-input-secret The secret parameter is missing. invalid-input-secret The secret parameter is invalid or malformed. missing-input-response The response parameter is missing. invalid-input-response The response parameter is invalid or malformed. -- 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 bug
if you check the box and wait a min it will say session expired then it will ask you to enter the captcha it will always be wrong no matter if you use the regular captcha or the audio refreshing fixes it and now whenever I click on "Im not a robot" it makes me type in a captcha its really annoying so fix this bug -- 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, 16 de diciembre de 2014
Could audio option be disabled ?
Could audio option be disabled, in the new no-captcha re-captcha ? If so, how? -- 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.
Could audio option be disabled ?
Could audio option be disabled, in the new no-captcha re-captcha ? If so, how? -- 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: Deprecated version of reCAPTCHA
"relatively sparse on"? I'd say "completely devoid of". I see no recognition of the fact that there are tons of sites that use recaptcha and that developers who have implemented it may have clients that they need to coax into using the new api and need to know when the rug's going to be pulled out. Has anyone seen any information about this? Google, can you please provide?On Tuesday, December 16, 2014 7:31:24 AM UTC-6, Marcus Corner wrote: Are there plans to publish if/when older version of reCAPTCHA will be deprecated and/or made obsolete?I've seen the reCAPTCHA announcements group but it's relatively sparse on this kind of information. -- 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.
error-codes missing in failure response
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/1v2hUig 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.
Re: Text field on ReCAPTCHA popup window becomes non editable after clicking on "Get an audio challenge" icon
Ok apparently if you hit the space bar you can start typing. This is in the placeholder text which isn't even visible on the page. Hopefully Google will fix this because if my QA team and myself didn't see that neither will any normal users. Just bad design.On Thursday, December 11, 2014 6:03:38 PM UTC-6, 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: Text field on ReCAPTCHA popup window becomes non editable after clicking on "Get an audio challenge" icon
I have the same problem. It won't let my enter any text. Tested on a bare bones page too.On Thursday, December 11, 2014 6:03:38 PM UTC-6, 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: IP Changes
So your firewall is restricting outbound traffic to the internet? That sounds like all sorts of fun! In fact, how is that even possible? No-one would be able to see your website. On Tuesday, 16 December 2014 16:13:43 UTC, Krishna wrote: Developers, We are using Google reCaptcha in our website. We have firewall rules on our portal. We having issues with IP changes from Google recent days. Google keep on changing the IP's? How we can track IP Changes? Please advise me Thanks Kris -- 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.
IP Changes
Developers, We are using Google reCaptcha in our website. We have firewall rules on our portal. We having issues with IP changes from Google recent days. Google keep on changing the IP's? How we can track IP Changes? Please advise me Thanks Kris -- 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.
Deprecated version of reCAPTCHA
Are there plans to publish if/when older version of reCAPTCHA will be deprecated and/or made obsolete?I've seen the reCAPTCHA announcements group but it's relatively sparse on this kind of information. -- 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: QUESTION: Limits on capcha usage?
The documentation does not suggest any limitations, and given googles ability to serve responses extremely fast I suspect any possibility of latency any limitations will be within your own environment. On Monday, 15 December 2014 21:31:54 UTC, Cisco Diaz wrote: Is there a limit on the number of times that it could be called in a certain period of time (month)? If so, what are the limits? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Site key for wild card domain
If you add the domain "yourdomain.com" it will work for any subdomain thereof, i.e. mysite.yourdomain.com can use the same key. This is my understanding, I could be wrong, and have not verified this.On Monday, 15 December 2014 19:21:00 UTC, Boris Partensky wrote: Hi, we are a large website with tens of POS's being served, and new ones are rolled out every few weeks. Currently Recaptcha requires every domain to be listed separately which is a little painful for us for the reasons above. Is it possible to associate a site key with wild card TLD? mysite.*? -- 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, 15 de diciembre de 2014
QUESTION: Limits on capcha usage?
Is there a limit on the number of times that it could be called in a certain period of time (month)? If so, what are the limits? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Help! My reCapcha is crazy, How to remove reCapcha sending post | Как урать reCapcha при отправке поста?
Как убрать reCapcha при отправке поста How to remove reCapcha sending post -- 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! My reCapcha is crazy, How urat reCapcha sending post | Как урать reCapcha при отправке поста?
Как урать reCapcha при отправке поста How urat reCapcha sending post -- 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 always falls back to old captcha
Hi, I am implementing the new no captcha recaptcha and was successfully testing it this morning. However, as of an hour ago, it started to always give me old style text after I check the check box? Are there some kind of limits/configuration issues I am rubbing against?Screen shot attachedThanks -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Site key for wild card domain
Hi, we are a large website with tens of POS's being served, and new ones are rolled out every few weeks. Currently Recaptcha requires every domain to be listed separately which is a little painful for us for the reasons above. Is it possible to associate a site key with wild card TLD? mysite.*? -- 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 in asp.net?
recaptcha in asp.net? -- 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 for mobiles
Hi, It's great to see reCaptcha supports mobility as well. I have integrated reCaptcha API with my mobile web app. I have few queries to resolve 1. How do I get grid of images than getting a distorted text ( I only see distorted text all the time on my app, no grid of images as shown on the URL) ? 2. Is there a way to just have check box validation. No grid of images nor distorted text appearing on my mobile web app ? 3. Is reCaptcha API released officially or is it in beta stage still ? ...Seshu -- 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, 14 de diciembre de 2014
ReCaptcha library adds better exception handling.
The latest phpninjas recaptcha library has added better error handling for exception cases. http://bit.ly/1vV94am -- 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 formulario sigue enviando sin activar el Re-captcha - By adding the Re-captcha not working
Hola, a todos.Estoy intentando añadir en un formulario el Re-captcha hasta aquí todo correcto.Esta bien añadido pero mi formulario sigue enviando mensajes aunque no active el re-captcha y anoche un boot me envió más de 200 emails de prueba y no se como añadirlo para que no envíe nada hasta que se toque el captcha.Ahora tengo el formulario desactivado porque los boots me atacan. Muchas gracias. Hello everyone.I'm trying to add on a form Re-captcha here all right.Okay added but my form is still sending messages but not activate the re-captcha and one boot last night sent me over 200 emails testing and do not know how to add it to not send anything until the captcha is played.Now I have the boots off form because they attack me.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.
reCAPTCHA
I wish to unsubscribe -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New ReCaptcha branding
Hey folks.There is no word in the development documentation about re-branding the widget - e.g. simple 'change background' feature to fit the client website color scheme. Are we on our own ("hacks" for overriding iframe CSS, non-cross-browser compatible way) here?Any info in this direction? -- 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, 12 de diciembre de 2014
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]
¡Lllegó YouTube Rewind 2014!
Mira este email en tu navegador web Broadcast Rewind 2014 Rebobinemos a través de los momentos de YouTube que hicieron del 2014 un año inolvidable. Un perro araña gigante, el desafÃo del balde con agua helada contra la ELA, y "Libre soy"... Mira qué puso "Happy" a la gente, qué fue digno de una "selfie", y si tu Primer Beso fue tan incómodo como estos. ¡Revivamos 2014, al estilo YouTube, con REWIND! #YouTubeRewind © 2014 YouTube, LLC 901 Cherry Ave, San Bruno, CA 94066 Has recibido este mensaje en johann93.45@gmail.com porque indicaste tu interés en recibir correos relacionados con YouTube. Si ya no deseas recibir este tipo de mensajes, puedes cancelar tu suscripción en esta página: http://bit.ly/1wKip7e También puedes cambiar tus preferencias en la sección "Opciones de correo electrónico" de tu cuenta de YouTube en http://bit.ly/1k2EimQ
when i type the captcha it only goes to another one..i KNOW i'm typing it right...to redeem a digital copy
whenever i type the numbers or letters in the captcha it only goes to another screen with a different captcha...has anyone else had this happen? i KNOWE i'm typing the right captcha..i even tried the "SOUND" tab but to no luck -- 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: What am I missing from my reCaptcha, the form submits without clicking reCaptcha
You can always submit a form without inputting any values. I'm guessing it's failing validation though after submission. Do you see "You got it" ? On Friday, 12 December 2014 13:16:33 UTC, Jonathan Lowe wrote: What am I missing from my reCaptcha, the form submits without clicking ReCaptcha. ReCaptcha its self seem to work fine the private keys are correct. my code is found at: http://bit.ly/1wHPsZD -- 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 details/further documentation available e.g. options, config etc?
James, Hi, I adapted the MVC solution from another user on here called Benoit so I can't take credit for it however happy to share the code (will try to get something up later today or blog it). Cheers, T On Friday, December 12, 2014 9:46:04 AM UTC, James Turner wrote: Drop it in for client side (html), and verify server side. Not much else to do. Your "MVC" solution sounds interesting... On Thursday, 11 December 2014 17:42:35 UTC, Tahir Khalid wrote: Hi, The documentation is very sparse (but adequate) for the new reCAPTCHA and thanks to a user on here I was able to implement an MVC solution however there seems to be a lack of information regarding what options there are e.g. for the widget, what features we can turn on or off...or am I right in assuming that it is as-is and we simply drop in the widget (or render it) and that's it? Thanks in advance, T -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
What am I missing from my reCaptcha, the form submits without clicking reCaptcha
What am I missing from my reCaptcha, the form submits without clicking ReCaptcha. ReCaptcha its self seem to work fine the private keys are correct. my code is found at: http://bit.ly/1wHPsZD -- 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 details/further documentation available e.g. options, config etc?
Drop it in for client side (html), and verify server side. Not much else to do. Your "MVC" solution sounds interesting... On Thursday, 11 December 2014 17:42:35 UTC, Tahir Khalid wrote: Hi, The documentation is very sparse (but adequate) for the new reCAPTCHA and thanks to a user on here I was able to implement an MVC solution however there seems to be a lack of information regarding what options there are e.g. for the widget, what features we can turn on or off...or am I right in assuming that it is as-is and we simply drop in the widget (or render it) and that's it? Thanks in advance, T -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Async issues
Yes I see your point Mike, Sadly there is no API error that indicates timed out catpchas, although essentially it is the same as saying the captcha is invalid. On Thursday, 11 December 2014 22:00:06 UTC, Mike Duenbostell wrote: Thank you so much for your reply! Well, the user on the page get's notified by the widget but as far as I know the user of the API does not. Getting notified by the API would be really helpful as I don't want the user to submit an unsolved (or rather timed out) captcha. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Change new recaptcha's text
Is there any way to change new recaptcha's 'I'm not a robot' text. I know that I can change language, but how change the text? -- 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, 11 de diciembre de 2014
help
It said Your entry was incorrect, please try again!and it is correct i verify many times and they are the same word i have to dowload a file and i cant doload HELP!!!!!
Text field on ReCAPTCHA popup window becomes non editable after clicking on "Get an audio challenge" icon
I'm integrating http://bit.ly/1IGPiVl it seems I faced with the bug when the text field on ReCAPTCHA popup window gets non editable after clicking on "Get an audio challenge" iconwhich make it impossible to pass it in audio mode. Tested in FF, IE, Chrome, Opera. Any ideas how to fix it on the client side or any workarounds?Thanks! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Delivery Status Notification (Delay)
This is an automatically generated Delivery Status Notification THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. Delivery to the following recipient has been delayed: root@admin1.byetcluster.com Message will be retried for 1 more day(s) Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more at http://bit.ly/1hd3Dfk [(0) admin1.byetcluster.com. [185.27.134.13]:25: socket error]
Re: Async issues
Thank you so much for your reply! Well, the user on the page get's notified by the widget but as far as I know the user of the API does not. Getting notified by the API would be really helpful as I don't want the user to submit an unsolved (or rather timed out) captcha. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Still seeing the OLD ReCAPTCHA, not the new one
It's nice to know I'm not losing my mind...Now,Can anyone easily tell me how to edit my OLD php code (seen here: http://bit.ly/1smBchG ) to incorporate the changes?On Thursday, December 11, 2014 9:40:56 AM UTC-5, James Turner wrote: It's a newer API basically, so yes you need to do something. Go read the documentation (http://bit.ly/1ftVSO3.), or if you're proficient in a programming language go investigate some of the codebases that encapsulate some of the component parts for you (http://bit.ly/1BBsYKZ). On Tuesday, 9 December 2014 16:46:05 UTC, Chaz Antonelli wrote: I've been using ReCAPTCHA for some time with my website and until recently, it worked just fine.Over the past 8 months, I've seen a huge surge of robotic spamming machines which defeated ReCAPTCHA.I was excited that Google stepped up and changed the ReCAPTCHA system to better defeat these robots;HOWEVER,I am still seeing the old ReCAPTCHA sytem on my site -- not the new ReCAPTCHA system.Need I do something to activate the NEW ReCAPTCHA service?Thanks for any assistance in this matter. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Any details/further documentation available e.g. options, config etc?
Hi, The documentation is very sparse (but adequate) for the new reCAPTCHA and thanks to a user on here I was able to implement an MVC solution however there seems to be a lack of information regarding what options there are e.g. for the widget, what features we can turn on or off...or am I right in assuming that it is as-is and we simply drop in the widget (or render it) and that's it? Thanks in advance, T -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Hardening CAPTCHA against attacks - actual people solving the CAPTCHA for mal intent
I took a look into the possible defenses versus clickjacking, and to me it looks like it might be a good idea for the recaptcha admin page (http://bit.ly/16b600a) to check the HTTP header for the X-Frame-Options line to give security recommendations to the web developer. That way if their site isn't configured to prevent clickjacking then they could be warned ahead of time. I would imagine that most high volume sites targeted by attackers would probably already use this option to prevent accounts from being stolen through clickjacking. I was looking into how hard it would be to detect an attack so statistics could be collected. This might work: (http://bit.ly/1zUFYaH), but the attackers could use the same anti-frame-busting techniques involving XSS filters to disable it. If it just used AJAX to log the referrer domain rather than trying to break out of the frame, an attacker might not even notice it. On Thursday, December 11, 2014 8:48:29 AM UTC-6, James Turner wrote: Browsers can defeat this, but only if the server providing the original captcha supplies a valid X-Frame-Options header. That being said, not a lot of servers supply the X-Frame-Options header. http://mzl.la/16b600e What you're talking about is essentially a form of clickjacking. On Wednesday, 3 December 2014 21:23:53 UTC, Allen Webb wrote: I was impressed by the new developments to reCAPCHA which use the entire user experience as input for the detection process. As a grad student working on security research I wonder how this impacts the known attacks to CAPCHAs specifically attacks which involve tricking users into solving a CAPCHA on behalf of an attacker through a third party service. There may already be measures in place against this kind of attack since it was published in 2004 (http://bit.ly/1uoQz95). I think it would be an interesting problem to solve because regardless of how good a CAPTCHA is at detecting bots the loophole of attackers tricking or motivating people to solve CAPTCHAs on their behalf may be significant. Along these lines I have the following questions: Are measures already in place for defeating this kind of attack? (I don't want to spend too much time looking into a problem that is already solved) Are there any measurements / estimates to how much this kind of attack has already been used? (It might not be worth looking into this problem yet if there isn't enough abuse of the loophole to justify the effort) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Centering the NoCAPTCHA ReCAPTCHA
By center I mean the equivalent of margin:auto and text-align:center.On Thursday, December 11, 2014 8:43:30 AM UTC-8, Ethan D wrote: Hey guys. I was wondering how to center the new reCAPTCHA that was released a few days ago. I've looked all over the place and couldn't find anything! Thanks for the help. :) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Centering the NoCAPTCHA ReCAPTCHA
Hey guys. I was wondering how to center the new reCAPTCHA that was released a few days ago. I've looked all over the place and couldn't find anything! Thanks for the help. :) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
I'll give your workaround a try. It sounds less dirty than my current workaround of preserving the grecaptcha iframe (moving it offscreen) in the $scope.$on('$destroy') handler.On Thursday, December 11, 2014 5:37:13 AM UTC-5, 盛貫銘 wrote: I can confirm this, too. My dirty workaround was to manually remove div.pls-container before calling grecaptcha.reset function. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New recaptcha width
Have anyone found a way to resize the new recaptcha box? I have a side-bar on my page where I want to put recaptcha but I have room for max 250px... Google: Please make a way for us to resize the recaptcha box, or make some themes with different sizes -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Hardening CAPTCHA against attacks - actual people solving the CAPTCHA for mal intent
Browsers can defeat this, but only if the server providing the original captcha supplies a valid X-Frame-Options header. That being said, not a lot of servers supply the X-Frame-Options header. http://mzl.la/1uoQz94 What you're talking about is essentially a form of clickjacking. On Wednesday, 3 December 2014 21:23:53 UTC, Allen Webb wrote: I was impressed by the new developments to reCAPCHA which use the entire user experience as input for the detection process. As a grad student working on security research I wonder how this impacts the known attacks to CAPCHAs specifically attacks which involve tricking users into solving a CAPCHA on behalf of an attacker through a third party service. There may already be measures in place against this kind of attack since it was published in 2004 (http://bit.ly/1uoQz95). I think it would be an interesting problem to solve because regardless of how good a CAPTCHA is at detecting bots the loophole of attackers tricking or motivating people to solve CAPTCHAs on their behalf may be significant. Along these lines I have the following questions: Are measures already in place for defeating this kind of attack? (I don't want to spend too much time looking into a problem that is already solved) Are there any measurements / estimates to how much this kind of attack has already been used? (It might not be worth looking into this problem yet if there isn't enough abuse of the loophole to justify the effort) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Still seeing the OLD ReCAPTCHA, not the new one
It's a newer API basically, so yes you need to do something. Go read the documentation (http://bit.ly/1nZtkBK), or if you're proficient in a programming language go investigate some of the codebases that encapsulate some of the component parts for you (http://bit.ly/1vV94am). On Tuesday, 9 December 2014 16:46:05 UTC, Chaz Antonelli wrote: I've been using ReCAPTCHA for some time with my website and until recently, it worked just fine.Over the past 8 months, I've seen a huge surge of robotic spamming machines which defeated ReCAPTCHA.I was excited that Google stepped up and changed the ReCAPTCHA system to better defeat these robots;HOWEVER,I am still seeing the old ReCAPTCHA sytem on my site -- not the new ReCAPTCHA system.Need I do something to activate the NEW ReCAPTCHA service?Thanks for any assistance in this matter. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Blogger maisdoquevcimagina
Hello I have created a blogger for our advertising agency and also we have a christmas infographic for our clients and other partners to create their own infographic and post on our blog The problem is that now in december a lot of people (not more than 100 a day) will post it and we need to avoid the captcha for posts... is it possible? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
no hay manera de entender los malditos rechapta estos!
no hay manera de entender los malditos rechapta estos! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
I can confirm this, too. My dirty workaround was to manually remove div.pls-container before calling grecaptcha.reset function. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
This doesn't solve the problem which original post describes.Dorian Karter於 2014年12月11日星期四UTC+8上午6時01分37秒寫道: You guys should try this out: http://bit.ly/12Qdp2J Wednesday, December 10, 2014 8:34:48 AM UTC-6, Thomas Deater wrote: We used this reCAPTCHA directive as a starting point, but have modified it extensively: http://bit.ly/1Dcy9CR Wednesday, December 10, 2014 8:35:49 AM UTC-5, Arif Setiawan wrote: Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
miércoles, 10 de diciembre de 2014
Re: reCAPTCHA Constantly forcing the user to enter text
Noting that the Audio reCAPTCHA is actual a display problem because the instructions for how to use it are being cut off by the display. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Delivery Status Notification (Delay)
This is an automatically generated Delivery Status Notification THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. Delivery to the following recipient has been delayed: root@admin1.byetcluster.com Message will be retried for 2 more day(s) Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more at http://bit.ly/1hd3Dfk [(0) admin1.byetcluster.com. [185.27.134.13]:25: socket error]
Re: Problem with new reCAPTCHA in a single-page AngularJS app
You guys should try this out: http://bit.ly/12NS6Pw Wednesday, December 10, 2014 8:34:48 AM UTC-6, Thomas Deater wrote: We used this reCAPTCHA directive as a starting point, but have modified it extensively: http://bit.ly/1Dcy9CR Wednesday, December 10, 2014 8:35:49 AM UTC-5, Arif Setiawan wrote: Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: So the new Recaptcha looks great....how the heck do I use it and where is the documentation???
http://bit.ly/1AgcKmj I found this to be more helpfulOn Saturday, December 6, 2014 10:27:43 PM UTC-6, Radian W wrote: Spent the last few hours trying to figure this out and am pretty angry that theres no docs. I've got the new 'check box style' recpatcha appearing fine on my site, but now what? Where are the instructions on how to integrate it with my PHP mail function? The old way of doing this, eg: require_once('recaptchalib.); $privatekey = "myprivatekey"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_], $_POST["recaptcha_response_]); if (!$resp->is_valid) { //CAPTCHA was entered incorrectly header( "Location: $error_page" ); die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); } else { //Successful verification doesnt work. Can anyone help me out here or point me in the right direction? Many thanks in advance! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
http://bit.ly/1AgcKmn Monday, December 8, 2014 5:07:01 AM UTC-6, Marco Lütticke wrote: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Facing a Recapcha is not working .
http://bit.ly/1AgcKmn Wednesday, December 10, 2014 6:17:32 AM UTC-6, Bablu Baghel wrote: when user goes to submit form submitting without capcha. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
We used this reCAPTCHA directive as a starting point, but have modified it extensively: http://bit.ly/1qvdeVQ Wednesday, December 10, 2014 8:35:49 AM UTC-5, Arif Setiawan wrote: Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Problem with new reCAPTCHA in a single-page AngularJS app
Hi Thomas, can you share how to implement new recaptcha on angularjs? because i've struggling for hours with no luck, thanks before :)On Wednesday, December 10, 2014 5:11:57 AM UTC+7, Thomas Deater wrote: We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Need help with new reCaptcha
I'm trying to stop spamming on my web, so I decide to put this recaptcha, but... Need help on configuring it on php, I use a form that calls a php file that creates a new class.phpmailer and send the email and stores the info into a Database, so my form action call a sendform.php file, where do Icheck if the user has fill correctly the captcha? And the other issue, cant change the size of the widget, my form width is 200px and can't find how to make the recaptcha fit into it. Thanks for any help -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Facing a Recapcha is not working .
when user goes to submit form submitting without capcha. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New Recaptcha Lightbox infinite Loop
Hello,having a problem with the new recaptcha: the iframe "i am not a robot" with the checkbox is displaying well, but when i check it, the checking loop is infinite...i see a div appearing in DOM, containing a table "gc-bubbleDefault pls-container", but nothing happens... -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
martes, 9 de diciembre de 2014
Can't login my site wp-admin after activating reCAPTCHA
Hi there,I have installed and activated reCAPTCHA on a site I'm working on and it's working perfectly.However, after logging out of the wp-admin last night, I tried logging back in the site wp-admin and it has the reCAPTCHA code before login which is fine, however there's no login button...How do I log back into the back end of his website???I've got a screenshot of what has happend..Please help me, this is one of my clients sites and I need to get access to the back end of the site. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Free hosting upgrades
Hi Webmaster, Seasons greetings to you ! As a special present, we have been busy and have added a bunch of new servers, due to this we have with affect immediately made the following changes. 1) Daily CPU allowance has now been doubled. 2) Daily Entry Processes has been doubled. 3) Daily hits have been increased to 50,000 (from 20,000) 4) Hits per second allowed has been doubled. 5) A new anti abuse filter has been added that dramatically reduces false positives. All in all this means you can host busier sites on our free hosting platform If you don't have a free hosting account register here: http://Byethost.com
Problem with new reCAPTCHA in a single-page AngularJS app
We are building a multi-step registration flow as a single-page AngularJS app. There is a reCAPTCHA on step 1. When the user successfully submits that form, we destroy that view (including the reCAPTCHA element and iframe) and render step 2. However, there appear to be various event-bindings related to reCAPTCHA that are left on the page, which results in multiple errors being logged to the console each time the user clicks any element in step 2: Uncaught SecurityError: Blocked a frame with origin "http://bit.ly/1eCg7Yn" from accessing a frame with origin "https://foo.com". Protocols, domains, and ports must match. I think the new reCAPTCHA really needs a destroy() method (like the old reCAPTCHA) to clean this up. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Testing the new recaptcha on a local development machine
There's no need to whitelist localhost. It will just work™. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Still seeing the OLD ReCAPTCHA, not the new one
I've been using ReCAPTCHA for some time with my website and until recently, it worked just fine.Over the past 8 months, I've seen a huge surge of robotic spamming machines which defeated ReCAPTCHA.I was excited that Google stepped up and changed the ReCAPTCHA system to better defeat these robots;HOWEVER,I am still seeing the old ReCAPTCHA sytem on my site -- not the new ReCAPTCHA system.Need I do something to activate the NEW ReCAPTCHA service?Thanks for any assistance in this matter. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Async issues
While integrating the new reCaptcha in my AngularJS app I've hit several issues: 1. The grecaptcha api gets set up some time after document ready which is an issue. Employing ugly glue in the onloadCallback or busy waiting for the api to come alive is not a very nice solution. 2. Rendering the widget is also async so a callback to get notified when done would be nice. 3. The grecaptcha.render method provides you with a callback to get notified when a user successfully solved a captcha. But a succesful solve can time out and you don't get notified when that happens. Hope these issues will be resolved sometime :). -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Check whether the reCaptcha is filled or not before the form is send
please help me!!!Am Montag, 8. Dezember 2014 12:07:01 UTC+1 schrieb Marco Lütticke: Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: CAPTCHA based on a classic Computer Vision
The response will vary depending on if google considers you to be a robot or not. Sometimes you will get words, sometimes pictures, sometimes nothing (just tick the box). You CANNOT control this behaviour. On Wednesday, 3 December 2014 16:48:45 UTC, Peter Chung wrote: How do I enable this feature? http://googlewebmastercentral. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
lunes, 8 de diciembre de 2014
Interesting reCAPTCHA behavior
One of my emails is attached to Chrome and my Android phone and tablet. The email is about 10 years old and has years of location, search, web, and app history on it. For some reason, when I'm logged into my account in Gmail the new captcha thinks I'm a bot every single time. When I log out of Gmail (but still stay logged into Chrome) it works perfectly. Not sure why this happens but it is interesting regardless. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Anyone implimented the new recaptcha in 'ole Classic ASP yet?
Going to give this a shot and was wondering if anyone had implemented this with classic ASP yet (was hoping for an example). :-) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: CAPTCHA based on a classic Computer Vision
Hello, Please provide us the solution of using the reCAPTCHA on mobile sites. How we implement the computer vision? I have the same problem with Peter Chung, it is showing the 2 words instead of computer vision. Thanks, a.a. On Wednesday, December 3, 2014 6:48:45 PM UTC+2, Peter Chung wrote: How do I enable this feature? http://googlewebmastercentral. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Check whether the reCaptcha is filled or not before the form is send
Hello.Is it possible to check whether the reCaptcha is filled or not before the form is send with javascript?? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
domingo, 7 de diciembre de 2014
how do I set up my site I've never done that before
-- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
sábado, 6 de diciembre de 2014
So the new Recaptcha looks great....how the heck do I use it and where is the documentation???
Spent the last few hours trying to figure this out and am pretty angry that theres no docs. I've got the new 'check box style' recpatcha appearing fine on my site, but now what? Where are the instructions on how to integrate it with my PHP mail function? The old way of doing this, eg: require_once('recaptchalib.php'); $privatekey = "myprivatekey"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (!$resp->is_valid) { //CAPTCHA was entered incorrectly header( "Location: $error_page" ); die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); } else { //Successful verification doesnt work. Can anyone help me out here or point me in the right direction? Many thanks in advance! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Macedonian translation
Can we somehow help to translate reCAPTCHA on Macedonian language? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: reCAPTCHA server settings .php
check this... http://bit.ly/1yzS7TT -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
viernes, 5 de diciembre de 2014
Re: reCAPTCHA server settings .php
i was surprised there was no sample instructions (visual) for the server side- hopefully we'll have an answer soon?!On Friday, December 5, 2014 1:50:38 PM UTC-6, csweb dev wrote: i am getting the same probleme, and i don't know how to do it, any one can help please !! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
new google recaptcha with checkbox server side php
i just set up the new google recaptcha with checkbox, it's working fine on client side, however i don t know how to do it in server side using php, the form is submetted even if the checkbox isn't checked... i have two files contact.html (html form) and contact.php server side file. please help me it's urgent.... thank you. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: reCAPTCHA server settings .php
i am getting the same probleme, and i don't know how to do it, any one can help please !! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Non-JS support and Recaptcha v2
This is addressed in the FAQ: http://bit.ly/1z2Lc5q Thursday, December 4, 2014 11:26:06 PM UTC-8, Alex Strange wrote: Hi, The example code for recaptcha v2 doesn't have a noscript section, so I assume JS is required this time around. Will there be any problems using the v1 recaptcha API if JS is disabled on the page, or should we not use both at once? Thanks! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Suscribirse a:
Entradas (Atom)
EnAcCiOn
Contador Web | EnAcCiOn
EnAcCiOn
-
shows de baile de la colombiana laura en el kilombo (huacho) | EnAcCiOn.Tk ░░░░░░░░░░░░▄▄░░░░░░░░█░█░█░░█░█▀▀░▀█▀░█▀▀ ░░░░░░░░░░░█░░█░░░░...
-
C-C-C CIUCCIA CAZZI DI CAVALLO PAOLO BARRAI DI WMO E BSI ITALIA SRL, UNA VOLTA CACCIATO (E FATTO CONDANNARE A GALERA) DA CITIBANK, PRIMA DI ...
-
Hello, My code works fine a few days ago, but no, I have this problem. Code Example: $(function(){ widgetnu = grecaptcha.render('c...
-
Hi,I have resized it by transform:scale and all seems good until I get the pop-up bubble with pictures (napr.: "choose all cakes" ...
-
Any thoughts on this would be really helpful. Same issue posted in StackOverflow doesn't seem to get a response: I am trying to get Goog...
-
░░░░░░░░░░░░▄▄░░░░░░░░█░█░█░░█░█▀▀░▀█▀░█▀▀ ░░░░░░░░░░░█░░█░░░░░░░█░█░██░█░█▀░░░█░░█▀░ ░░░░░░░░░░░█░░█░░░░░░░▀▄▀░█░▀█░█▄▄░░█░░█▄▄ ░░░░░░░...
-
EL PAÃS compartió una publicación. VÃdeo | Aunque en las pelÃculas no da resultado, se ve que los mensajes en la arena funcionan en la ...
-
Diario El Comercio compartió una publicación. #YouTube Descubren a pedófilo en experimento de niña perdida [#VIDEO] ►http://bit.ly/1h8Up Pe...
EnAcCiOn
EnAcCiOn
Blog Archive | EnAcCiOn
-
►
2013
(1429)
- ► septiembre (156)
-
▼
2014
(1220)
- ► septiembre (43)
-
▼
diciembre
(206)
-
►
dic 09
(9)
- Re: CAPTCHA based on a classic Computer Vision
- Re: Check whether the reCaptcha is filled or not b...
- Async issues
- Still seeing the OLD ReCAPTCHA, not the new one
- Re: Testing the new recaptcha on a local developme...
- Problem with new reCAPTCHA in a single-page Angula...
- Free hosting upgrades
- Can't login my site wp-admin after activating reCA...
- [Twitter4J] Abridged summary of twitter4j@googlegr...
-
►
dic 10
(16)
- New Recaptcha Lightbox infinite Loop
- Facing a Recapcha is not working .
- Need help with new reCaptcha
- Re: Problem with new reCAPTCHA in a single-page An...
- Re: Problem with new reCAPTCHA in a single-page An...
- ¡Heldridge Johann, la subasta GreatDomains de dici...
- Re: noCAPTCHA Audio - Typing does nothing
- Re: Sample code for PHP and Perl interfaces to the...
- Re: Facing a Recapcha is not working .
- Re: Check whether the reCaptcha is filled or not b...
- Re: So the new Recaptcha looks great....how the he...
- Re: Problem with new reCAPTCHA in a single-page An...
- Re: noCAPTCHA Audio - Typing does nothing
- Delivery Status Notification (Delay)
- Re: reCAPTCHA Constantly forcing the user to enter...
- [Twitter4J] Abridged summary of twitter4j@googlegr...
-
►
dic 11
(18)
- Re: Problem with new reCAPTCHA in a single-page An...
- Re: Problem with new reCAPTCHA in a single-page An...
- no hay manera de entender los malditos rechapta es...
- Blogger maisdoquevcimagina
- Re: Still seeing the OLD ReCAPTCHA, not the new one
- Re: Hardening CAPTCHA against attacks - actual peo...
- New recaptcha width
- Re: Problem with new reCAPTCHA in a single-page An...
- Centering the NoCAPTCHA ReCAPTCHA
- Re: Centering the NoCAPTCHA ReCAPTCHA
- Re: Hardening CAPTCHA against attacks - actual peo...
- Any details/further documentation available e.g. o...
- Re: Anyone implimented the new recaptcha in 'ole C...
- Re: Still seeing the OLD ReCAPTCHA, not the new one
- Re: Async issues
- Delivery Status Notification (Delay)
- Text field on ReCAPTCHA popup window becomes non e...
- help
-
►
dic 12
(10)
- Change new recaptcha's text
- Re: Async issues
- Re: Any details/further documentation available e....
- What am I missing from my reCaptcha, the form subm...
- Re: Any details/further documentation available e....
- Re: What am I missing from my reCaptcha, the form ...
- re captcha
- when i type the captcha it only goes to another on...
- ¡Lllegó YouTube Rewind 2014!
- Delivery Status Notification (Failure)
-
►
dic 15
(8)
- Re: Cannot Register for recaptcha using ip instead...
- reCaptcha for mobiles
- recaptcha in asp.net?
- Site key for wild card domain
- Nocaptcha always falls back to old captcha
- Help! My reCapcha is crazy, How urat reCapcha send...
- Re: Help! My reCapcha is crazy, How to remove reCa...
- QUESTION: Limits on capcha usage?
-
►
dic 16
(16)
- Re: Site key for wild card domain
- Re: QUESTION: Limits on capcha usage?
- Re: Site key for wild card domain
- Deprecated version of reCAPTCHA
- Re: Site key for wild card domain
- Re: Site key for wild card domain
- IP Changes
- Re: Site key for wild card domain
- Re: IP Changes
- Re: Text field on ReCAPTCHA popup window becomes n...
- Re: Text field on ReCAPTCHA popup window becomes n...
- error-codes missing in failure response
- Re: Deprecated version of reCAPTCHA
- Could audio option be disabled ?
- Could audio option be disabled ?
- [Twitter4J] Abridged summary of twitter4j@googlegr...
-
►
dic 19
(9)
- grecaptcha.reset() / render() javascript errors
- Re: Check whether the reCaptcha is filled or not b...
- Does not work reCaptcha! please help!
- Re: Does not work reCaptcha! please help!
- Re: Check whether the reCaptcha is filled or not b...
- Re: Check whether the reCaptcha is filled or not b...
- Spambots suddenly getting past reCaptcha in phpbb
- Usage Caps?
- Re: Spambots suddenly getting past reCaptcha in phpbb
-
►
dic 24
(8)
- how to get g-recaptcha-response parameter from old...
- how to get g-recaptcha-response from old recaptcha ?
- Re: Nocaptcha always falls back to old captcha
- Re: Unable to solve myself
- Re: Problem with new reCAPTCHA in a single-page An...
- How to completely DESTROY the new reCAPTCHA?
- can't bloody read the stupid thimg
- Re: noCAPTCHA Audio - Typing does nothing
-
►
dic 25
(6)
- reCAPTCHA working on one site, but not the other
- Re: reCAPTCHA working on one site, but not the other
- Re: reCAPTCHA working on one site, but not the other
- Re: Digest for recaptcha@googlegroups.com - 4 upda...
- Re: Digest for a recaptcha@googlegroups.com - 4 up...
- Re: Digest for recaptcha@googlegroups.com - 4 upda...
-
►
dic 09
(9)