Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 509 results for
recaptcha
- Page 1
Recaptcha error
Programming
Web Development
14 Years Ago
by D4n1sD
…* - Discussion group * http://groups.google.com/group/
recaptcha
* * Copyright (c) 2007
reCAPTCHA
-- http://
recaptcha
.net * AUTHORS: * Mike Crawford * Ben Maurer *…key. * to get a key, go to: * * http://mailhide.
recaptcha
.net/apikey */ function recaptcha_mailhide_html($pubkey, $privkey, $email) { $emailparts …
ReCaptcha v3 coding placement
Programming
Web Development
1 Year Ago
by david.tigner
…secret keys) and coding for 2 versions of
ReCaptcha
v3 (1. Automatically bind the challenge and … html button. <button class="g-
recaptcha
" data-sitekey="reCAPTCHA_site_key" data-callback…lt;script src="https://www.google.com/
recaptcha
/api.js?render=reCAPTCHA_site_key"></script&…
Re: ReCaptcha v3 coding placement
Programming
Web Development
1 Year Ago
by AndreRet
…); $recaptcha_json = json_decode($recaptcha_result); if ($recaptcha_json->success) { //
ReCaptcha
validation successful, process the form submission // Your form processing code… goes here } else { //
ReCaptcha
validation failed, display an error message or take appropriate …
Re: ReCaptcha v3 coding placement
Programming
Web Development
1 Year Ago
by david.tigner
… some further work on debugging this. Used the original
ReCaptcha
data site key (from 2017) and tested webpage. …the coding: https://www.rebhellionrecords.com/form.php?error=
recaptcha
(the correct page it was supposed to switch to….com/LucidTruth_email_form.php). Anyway, I then changed the
ReCaptcha
secret key back to the original one from 2017 …
Re: ReCaptcha v3 coding placement
Programming
Web Development
1 Year Ago
by david.tigner
…script in head). This coding I got from the
ReCaptcha
3 website where site keys, etc. are obtained… <script src="https://www.google.com/
recaptcha
/api.js?render=reCAPTCHA_site_key"></script>…;div align="center" class="g-
recaptcha
" data-sitekey="6LcJ11MmAAAAAB3qtUhQCE7T1YIHx3JJgI2VtK2B"></…
Re: ReCaptcha v3 coding placement
Programming
Web Development
1 Year Ago
by david.tigner
….1. Anyway, all the original (from 2017)
ReCaptcha
key codes worked. Only the new
ReCaptcha
3 key codes gave the invalid code… finally, the tests were successful and form submission worked properly.
ReCaptcha
3 is compatible with PHP 8.2. Next step for…
Re: ReCaptcha v3 coding placement
Programming
Web Development
1 Year Ago
by david.tigner
…;head> <script src="https://www.google.com/
recaptcha
/api.js?render=reCAPTCHA_site_key"></script> <…> <div align="center"class="g-
recaptcha
"data-sitekey="6LcEpx4mAAAAAIifggIv8xVUUUyYtymrKl4f9zYa"></div>…
ReCaptcha - help needed
Programming
Web Development
13 Years Ago
by hindu times
… to the point in the code where it says
recaptcha
, with no luck (obviously including our own public … the CAPTCHA was entered incorrectly die ("The
reCAPTCHA
wasn't entered correctly. Go back and try …it again." . "(
reCAPTCHA
said: " . $resp->error . ")"); } else {…
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by <M/>
…recaptcha_only_if_image"><a href="javascript:
Recaptcha
.switch_type('audio')">Get an audio CAPTCHA…recaptcha_only_if_audio"><a href="javascript:
Recaptcha
.switch_type('image')">Get an image …/javascript" src="http://www.google.com/
recaptcha
/api/challenge?k=publickey"> </script…
Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by <M/>
So, I installed the
recaptcha
into my site... and I don't know why it doesn't verify... You can submit the form with out worrying about the code you have to type in so that
recaptcha
verifies the form. So... I have a form that shows
recaptcha
, but it doesn't verify... how do i fix this?
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by LastMitch
**@<MICHAEL>** > So, I installed the
recaptcha
into my site... and I don't know why it … about the code you have to type in so that
recaptcha
verifies the form. > > So... I have a form… that shows
recaptcha
, but it doesn't verify... how do i fix this…
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by <M/>
No i attempted it, plus i am still searching, but i can't solve it at this very moment. I found a few things that could've worked but it didn't, I at first thought that my keys were wrong, but they weren't or I pasted their (
recaptcha
) code wrong... But like i said, I am still searching.
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by LastMitch
… were wrong, but they weren't or I pasted their (
recaptcha
) code wrong... But like i said, I am still searching…
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by <M/>
Well here is my code that I am using for
recaptcha
: Here is my private: <?php require_once('recaptchalib.php'); $privatekey = &…
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by <M/>
i get this from eHOW (this specific snippet) Here is the link: [Click Here](http://www.ehow.com/how_12218694_make-
recaptcha
-smaller.html)
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by <M/>
I am sorry, I got that code from the
recaptcha
site itself
Re: Recaptcha Verification Doesn't Verify
Programming
Web Development
11 Years Ago
by LastMitch
I assume you got this from here: https://developers.google.com/
recaptcha
/ Read this: http://www.thesitewizard.com/general/add-captcha-to-feedback-form-script.shtml
ReCaptcha Implementation with Submit to Salesforce Web2Lead
Programming
Web Development
11 Years Ago
by eerlewein
… happens when the CAPTCHA was entered incorrectly die ("The
reCAPTCHA
wasn't entered correctly. Go back and try it again…." . "(
reCAPTCHA
said: " . $resp->error . ")"); } else { // Your code…
reCaptcha - Adding to an HTML Page?
Programming
Web Development
9 Years Ago
by mattyd
Hello. I am attempting to add a Google
reCaptcha
to my form. This form is located on an .html … document). I just wondered if anyone had any experience with
reCaptcha
or any of the issues of renaming a page .php…
Re: reCAPTCHA Errors
Programming
Web Development
12 Years Ago
by LastMitch
… include the javascript in the file? Since you are using `
reCAPTCHA
`. Have you should read this: https://developers.google.com…
reCAPTCHA Errors
Programming
Web Development
12 Years Ago
by <M/>
I am using
reCaptcha
and for some odd reason, I keep getting this error: **is_valid) { echo "You got it!"; } else { # set the error code so that we can display it $error = $resp->error; } } echo recaptcha_get_html($publickey, $error); ?>** Can someone explain to me what is wrong?
Re: reCAPTCHA Errors
Programming
Web Development
12 Years Ago
by <M/>
…"> <form method="post" action="
recaptcha
.php"> <?php require_once('recaptchalib.php'); $publickey = "…
reCAPTCHA Input Field shrunk!
Programming
Web Development
12 Years Ago
by <M/>
I have a
reCAPTCHA
form and for some odd reason, the input field is probably 2px in height... I think something in php messed that up... can someone help me with possible solutions... I will post my php if needed and send you the link to the page for better understanding.
reCAPTCHA is too Big
Digital Media
UI / UX Design
12 Years Ago
by <M/>
Can someone guide me through an easy way of shrinking the size
reCAPTCHA
form, I can't find much great results on google (even found a result saying its not the best idea)... I will send you the link to my page if you need to see what I mean.
Re: Recaptcha
Programming
Web Development
7 Years Ago
by davy_yg
I am actually looking for a good
recaptcha
site. Any idea? I could replace the old one with a new
recaptcha
. http://www.captcha.net/ --> does not works.
Re: Recaptcha
Programming
Web Development
7 Years Ago
by Dani
Why not use
reCAPTCHA
? https://www.google.com/
recaptcha
/intro/
Re: recaptcha baffled :S
Digital Media
UI / UX Design
11 Years Ago
by GliderPilot
You can load the
recaptcha
with JS and than handle the answer with the… when the CAPTCHA was entered incorrectly die ("The
reCAPTCHA
wasn't entered correctly. Go back and try it …again." . "(
reCAPTCHA
said: " . $resp->error . ")"); } else { // …
Google reCAPTCHA error while sending mails
Programming
Web Development
7 Years Ago
by Julian_5
…if( isset( $_POST['g-
recaptcha
-response'] ) ) { $recaptcha_response = $_POST['g-
recaptcha
-response']; $response = file_get_contents(…']; }if(isset($_POST['g-
recaptcha
-response'])){ $captcha=$_POST['g-
recaptcha
-response']; } if(!$captcha){ …
Problems with reCAPTCHA and a php mail form
Programming
Web Development
14 Years Ago
by punkrockbboy
….. require_once('recaptchalib.php'); // Get a key from http://
recaptcha
.net/api/getkey $publickey = "xXxXxXxXxXxXxXxXx"; $…privatekey = "xXxXxXxXxXxXxXxXx"; # was there a
reCAPTCHA
response? if ($_POST["submit"]) { $response = recaptcha_check_answer($…
Trying to add recaptcha to exisiting php form
Programming
Web Development
10 Years Ago
by nufftalon
…gt; Then it says something about for the
recaptcha
to work the form has submit to a… entered correctly. Go back and try it again." . "(
reCAPTCHA
said: " . $resp->error . ")"); } …I am following this guide: https://developers.google.com/
recaptcha
/docs/php Needless to say its not working and…
1
2
3
9
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC