Tweet, Share & Like [ EnAcCiOn ]

 

FeedBurner FeedCount Y Facebook | EnAcCiOn

Send Voicemail | EnAcCiOn

Contact me using vCita | EnAcCiOn

Contact me using vCita | EnAcCiOn

Meeting Scheduler Powered by vCita

miércoles, 10 de diciembre de 2014

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

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: noCAPTCHA Audio - Typing does nothing

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: Sample code for PHP and Perl interfaces to the V2 (checkbox) API

Re: noCAPTCHA Audio - Typing does nothing

¡Heldridge Johann, la subasta GreatDomains de diciembre finaliza mañana!

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.

EnAcCiOn

Contador Web | EnAcCiOn

EnAcCiOn

EnAcCiOn

EnAcCiOn

Blog Archive | EnAcCiOn