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

domingo, 30 de noviembre de 2014

Re: How to add the NEW RECAPTCHA for PHP contact form

step 1: look at the documentation. step 2: try what it describes step 3: ... step 4: profit If you have problems after step 3, ask a more useful question.On Wednesday, November 26, 2014 1:59:49 AM UTC-5, Manoj Niranjan wrote: i have used the early one -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

reCAPTCHA registration/URL issue?

Non-SSL URL: example.com SSL URL: http://bit.ly/12hiS2r The http and https protocols are not accepted by the reCAPTCHA registration process. Could it be that I need new siteKey and secret values for the SSL URL? If so, how could this be done? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

sábado, 29 de noviembre de 2014

recaptcha V2: How to get it to work with SSL

I implemented google's reCAPTCHA V2 on http:// on the remote apache shared server without htaccess and it worked 100%. I then changed the protocol to my shared server SSL using the same script as the non-SSL script. The older version of reCaptcha had an SSL 'false' to 'true' SSL parameter, whereas I can't find one for V2. I had to use htaccess to redirect the example.com to the shared SSL server http://bit.ly/1vye03v which works perfectly without recCAPTCHA. I incorporated reCAPTCHA V2 and the error message where the reCAPTCHA image should be, shows "ERROR: Invalid domain for site key". Anyone know how to resolve this for SSL? Here's the htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^(.*)example\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ http://bit.ly/1vye1V6 [R,L] Here's the recaptchalib.php code in case that helps (and for anyone struggling with how to make http reCAPTCHA work using PHP - see my previous post for the one error in this script): http://bit.ly/1pzybOU -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

miércoles, 26 de noviembre de 2014

Reload/refresh the new reCAPTCHA

Hi All, I'm already success implementing the new reCAPTCHA. But I found another problem. My form is submitted via ajax, and it just do fine on first request, the problem is if the user submit the form again. The verify process will return false. So I thought have to reload the reCAPTCHA after the first submit done. Is anyone know how to reload the new reCAPTCHA? Thanks. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

How to add the NEW RECAPTCHA for PHP contact form

i have used the early one -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

martes, 25 de noviembre de 2014

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

Re: WP-Recaptcha error

Yes, I have the same problem. I use re-captcha for my admin login, and now I can't even login to my back-end.. :( On Thursday, November 20, 2014 4:10:31 PM UTC+7, Zoltán Varanka wrote: I updated wp-recaptcha plugin from 4.0 to 4.1 and in the frontend I see this message. In the backand I entered correcttly both public and privates keys."ERROR: Global site keys are not supported"So now wp-captcha does not work. What is the solution? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

lunes, 24 de noviembre de 2014

Re: New reCAPTCHA with checkbox in infinite loop and don't send any value in g-recaptcha-response.

where can i give this URI 'http://bit.ly/11H4Jer' and also my private key -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: New reCAPTCHA with checkbox in infinite loop and don't send any value in g-recaptcha-response.

can you tell me how you post 'g-recaptcha-response'? I have also added the recaptcha to my form its showing fine. but i don't know how to verify user response.On Monday, November 24, 2014 2:06:25 AM UTC+5:30, Rémi Heppell wrote: Hi everyone,I'm trying to make the new reCAPTCHA work. Until now, the only solution i've found is by adding "?fallback=true" parameter to the following API call :

domingo, 23 de noviembre de 2014

Recaptcha not visible

Hello,I use recaptcha on my website and it works fine. But this week I went to my webpage, because I use the recaptcha for the registration process, but I can not see the box anymore.I was reading in the internet that google changes the adress... - is that true? thank you for answers. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

New reCAPTCHA with checkbox in infinite loop and don't send any value in g-recaptcha-response.

Hi everyone,I'm trying to make the new reCAPTCHA work. Until now, the only solution i've found is by adding "?fallback=true" parameter to the following API call : Without "fallback", the reCAPTCHA is showing fine. After checking the box, the reCAPTCHA start in an infinite loop (recaptcha-checkbox-spinnerAnimation). This infinite loop is the correct behavior?If I clic on "submit" button, i see the "g-recaptcha-response" in POST but there is no value. Because of that, you understand that there is no way to pass it to validation process. I've tested on different computer with different up to date browser (Chrome, Mozilla, IE) with javascript enabled.Does anyone get it working? I'm trying to figuring out what is causing this.Thanks for help! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Sitelinks Search Box

Bonjour,Je viens vers car j'aimerais avoir de l'aide.Je souhaiterais ajouter dans les recherches google la barre de recherche sitelink.J'ai insérer le code mes google n'affiche pas la barre de recherche.Cordialement -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: How does google new recaptcha work?

I ask about that here: http://bit.ly/1re2u9l you can use this solution please help me :)W dniu niedziela, 23 listopada 2014 18:35:44 UTC+1 użytkownik answer...@gmail.com napisał: Hi, I have the same problem. If you will have the solution, please help me.Best regards! :)W dniu niedziela, 23 listopada 2014 17:12:54 UTC+1 użytkownik Mary Kavitha napisał: How does google new recaptcha work? and How can i verify user's response? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: How does google new recaptcha work?

Hi, I have the same problem. If you will have the solution, please help me.Best regards! :)W dniu niedziela, 23 listopada 2014 17:12:54 UTC+1 użytkownik Mary Kavitha napisał: How does google new recaptcha work? and How can i verify user's response? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

How does google new recaptcha work?

How does google new recaptcha work? and How can i verify user's response? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

This program really sucks and is impossible to use.

Hilton uses it and I rarely can get into my profile. I am switching to Travelocity and Hotels.com. . At least I am able to make reservations there. Steve

viernes, 21 de noviembre de 2014

jueves, 20 de noviembre de 2014

Re: New Re-captcha?

noscript tag found in FAQIl giorno giovedì 20 novembre 2014 23:23:23 UTC+1, Giacomo Petri ha scritto: Hi guys, yesterday I supported re-captcha on my website. Today the admin site panel is changed and new API come. Now the captcha appears as an iframe with checkbox to be clicked generated from a script. Is it right? Moreover, if user disable JS what happen?

New Re-captcha?

Hi guys, yesterday I supported re-captcha on my website. Today the admin site panel is changed and new API come. Now the captcha appears as an iframe with checkbox to be clicked generated from a script. Is it right? Moreover, if user disable JS what happen?

WP-Recaptcha error

I updated wp-recaptcha plugin from 4.0 to 4.1 and in the frontend I see this message. In the backand I entered correcttly both public and privates keys."ERROR: Global site keys are not supported"So now wp-captcha does not work. What is the solution? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

miércoles, 19 de noviembre de 2014

How to remove this captcha?

Surprised that suddenly without asking this captcha climbed on my site.And second, that it is so complicated that many people simply do not stand up and do not want to leave commentsHow to delete it? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

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

Site key and Secret key

All of a sudden today reCaptcha is asking me for two new keys: Site Key and Secret Key. I don't see those in my account settings. Where do I get those keys? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

martes, 18 de noviembre de 2014

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

Re: [ISSUE]ReCaptcha Audio is not correctly localized

Same issue in Portuguese.On Tuesday, 18 November 2014 15:08:32 UTC-2, Stéphane Menerville wrote: Hello everyone,I would like to state an issue with the audio captcha. Captcha is correctly set up in french language but the audio is not localized, the language used is english. Is there a bug with the api ? I thought this localization was already implemented on the audio ? For the accessibility, this is an issue if the user doesn't understand english. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

[ISSUE]ReCaptcha Audio is not correctly localized

Hello everyone,I would like to state an issue with the audio captcha. Captcha is correctly set up in french language but the audio is not localized, the language used is english. Is there a bug with the api ? I thought this localization was already implemented on the audio ? For the accessibility, this is an issue if the user doesn't understand english. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

lunes, 17 de noviembre de 2014

Re: Recaptcha Based on Google Account

Just found another demo http://bit.ly/YzGMom -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Recaptcha Based on Google Account

Hello I recently found a website using a special type of recaptcha. How can I enable this feature? Screenshot: Iframe URL: http://bit.ly/1ERgKLz -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

domingo, 16 de noviembre de 2014

No code appeared

Any photo(code) appears me to enter in the blank space.

Endless recaptcha solving

I'm damn sick of this, I wanna discuss questions on omegle and EVERY. FRIKIN. TIME. I have to solve a captcha. And they get harder everytime!! D:< I'm frickin sick of captcha ;-; GHHHHH -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

sábado, 15 de noviembre de 2014

Re: reCaptcha not showing up at all!

recaptchar

que puedo hacer :( -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

viernes, 14 de noviembre de 2014

jueves, 13 de noviembre de 2014

pool game

this game really piss,s me off its my turn to shoot the 8 ball and the stick well not work and its a easy shoot.so ive lost 2500 coins and 3 other games do to the same thing.so what can you do about this. from russell yeargan..................... -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

How to disable tabindex/autofocus in reCaptcha

Hi, Is there any way to disable 'tabindex' in reCaptcha? I don't want to reCaptcha will focus automaticly on its text input field, I want to focus stays in other field on the page. Thanks R.J. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re-captcha not working

Hi , I am using captcha with the Formidable form plugin but the form gets submitted even if I add the wrong data into the input fields can you please check whats going wrong. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

miércoles, 12 de noviembre de 2014

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

Re: reCAPTCH not working

reCAPTCH not working

When I put in the reCAPTCHA numbers in, I'm told to "Please type in both reCAPTCHA words" but all I see is a photo of numbers. Anyone help? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

proxy issue

greetings we'd like to ask about working with proxy, how can we solve this problem -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

martes, 11 de noviembre de 2014

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

Validate error captcha

When I put some characters in the captcha, It doesn't matter if they're wrong but it have the same length that the captcha, because it "jump" the validate and passed how if was right. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Verification key

Hi, guys. I support a lot of websites and I would like to verify the correctness of the private and public keys. There is a method in the api? Who can help? Thank you! -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

lunes, 10 de noviembre de 2014

Can we use some dummy public-private key (that already registered for some domain) for some other domain

Hi everybody, I've registered some domain name to get my own public-private key. And I utilize this key for other website. Consdering that I'm using Google AJAX API plugin.In brief, I registered a domain of value AAA.COM and I got its keys.Then, I used those keys in my application that's reference Google API plugin which is published under some domain YYY.COM.Does it works?Secondly, does the image recaptcha component is working if I'm trying to use the IP instead of the domain name it self.Thanks, Khaldoun -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

domingo, 9 de noviembre de 2014

cant create account

Iam trying to create an account and it keeps saying the reCaptcha is wrong. I have literally done it 50 times. I am so frustrated because i need to do my homework. Any suggestions -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

sábado, 8 de noviembre de 2014

Trouble with Signing into system -- it's using wrong email address.

Hello, I am wondering what to do since I already upgraded last night... now I can't sign in because the system has appended an "o" "markjohnson@dailyearnings500.com--o as my email address. Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

jueves, 6 de noviembre de 2014

Non-JavaScript API with hidden email address.

Hello, sorry for asking, but... is it possible to hide my email address by using the Non-JavaScript API version? I tried the php instruction from the reCaptcha site. But in the php instruction the user will direct to another page --> verify.php And I don't want this. My user should stay on my website. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: reCaptcha code letters not showing up on the reCaptcha image (PHP)

sorry. I can give you a hint: I do seem to remember that some of the code needed to be outside of the form container. Later on today or tomorrow when I have a chance I will put the code up here.

Re: Fixing a Broken Captcha in Joomla 3.3.6

I could finally solve it. In my case it was an issue with the CookiesAccept module that loaded JQuery library again. By disabling this option it all worked fine. Just in case it helps. El dijous 6 de novembre de 2014 11:35:49 UTC+1, Eva C. M. va escriure: I'm having exactly the same problem.El dimecres 29 d’octubre de 2014 13:07:08 UTC+1, George Anuku va escriure: I have just updated my Joomla version to 3.3.6 and since then the Captcha on my form is not showing. Please how can I solve the problem? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: Fixing a Broken Captcha in Joomla 3.3.6

I'm having exactly the same problem.El dimecres 29 d’octubre de 2014 13:07:08 UTC+1, George Anuku va escriure: I have just updated my Joomla version to 3.3.6 and since then the Captcha on my form is not showing. Please how can I solve the problem? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

miércoles, 5 de noviembre de 2014

code error

Does anyone know how to get this fixed asap

Panel de control de Google: tu Actividad de la cuenta

El Panel de control de Google te ofrece un resumen general de la actividad reciente de la cuenta. Haz clic en el vínculo para ver las novedades. Abrir el Panel de control de Google © 2014 Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, EE.UU. Condiciones y privacidadSi te registraste para recibir notificaciones, te enviaremos este tipo de correos electrónicos una vez por mes. Cambiar configuración de recordatorios

martes, 4 de noviembre de 2014

reCAPTCHA is a Pile of SHITE

i just submitted 30 times to a website the reCAPTCHA code and each time it does not accept it. This is a BULLSHIT product and totally wastes peoples time - namely my time -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Audio in Portuguese!

Hi, does anyone know if there is a project to translate the audio to Portuguese? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: Strange visualization

I solved this. Look at my post: http://bit.ly/1qNckyp -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: reCAPTCHA box deformed

I solved this. If anyone has this problem, I found in my css the following: form input[type=text], form input[type=email], form input[type=password], form input[type="number"], form input[type="file"], form select, form textarea { -webkit-appearance: none; display: block; padding: 0.75em 1em; font-size: 1em; border-radius: 5px; border: solid 1px #ddd; background: #fff; width: 100%; outline: none; -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out; transition: all 0.2s ease-in-out, color 0.2s ease-in-out; } On Thursday, October 16, 2014 2:00:29 AM UTC-3, João Gardenberg wrote: Hello, my reCAPTCHA's box is deformed. I've checked and it has no paddings or margins... -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

lunes, 3 de noviembre de 2014

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

Input error: Invalid referer.

I'm using keys for handyhome.info and arixelles.be, but these aren't working on those websites : I've got the error above instead of the captcha.I've put off the captcha for now, otherwise the users may not use the forms.The captcha works actually fine on the respective "test" websites (handyhome.cit-a.be and arixelles.cit-a.be) when using my domainname cit-a.be and the keys for cit-a.be.What did I wrong ?Thanks for your help. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Validation is not working properly

Hi, I dont understand why the function checkAnswer does not work properly for validation. Ex: captcha is "467" but I can put "467aa" or "4a67". With case the answer is totally wrong, it works well. Can you explain me? Thank you. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

recaptcha

recaptcha -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

domingo, 2 de noviembre de 2014

We are having a problem processing your request. Please try again later.

Hi there i tried to create an account for an domain . Where is the problem ? On me or on google ? i tried with : domain.com / www.domain.com/ http://bit.ly/13uqhwr and without www . I mention that it's my first time when I'm using recaptcha also I'm sorry for my awful english but i just woke up and I'm sleepy and english is not my native english . Thank you and have a really nice day :)Regards, Daniel . -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to 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, 1 de noviembre de 2014

Re: DRRRChat reCAPTCHA Failed Attempts

I'm not certain if it's the site, or reCAPTCHA it's self that is causing the problems for me. But I'd really like impute either way.On Saturday, November 1, 2014 4:52:36 PM UTC-7, Rae Rae wrote: Hi,I'm trying to make a chat room on DRRRChat and I keep putting in the accurate code for reCAPTCHA, but it wont let me make a chat room. I've tried refreshing and restarting my laptop. Plus I've tried over and over to get the code correct but it continues to fail on me.Any suggestions? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

DRRRChat reCAPTCHA Failed Attempts

Hi,I'm trying to make a chat room on DRRRChat and I keep putting in the accurate code for reCAPTCHA, but it wont let me make a chat room. I've tried refreshing and restarting my laptop. Plus I've tried over and over to get the code correct but it continues to fail on me.Any suggestions? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: reCAPTCHA not work with updatePanel

EnAcCiOn

Contador Web | EnAcCiOn

EnAcCiOn

EnAcCiOn

EnAcCiOn

Blog Archive | EnAcCiOn