reCaptcha API Tutorial, Install Google's reCAPTCHA - Add Captcha to Your site's forms, slow the spam

  Рет қаралды 37,499

Joshua Herbison

Joshua Herbison

Күн бұрын

Пікірлер: 73
@garrickcrouch4530
@garrickcrouch4530 5 жыл бұрын
Easy to follow & great explanation on what the actual code is doing!
@jherbison
@jherbison 5 жыл бұрын
Thank you for the comment. Glad you liked it.
@sevzas
@sevzas 4 жыл бұрын
At first I thought that Richard Rawlings from FastNLoud switched from cars to coding. Good Tutorial!
@jherbison
@jherbison 4 жыл бұрын
LOL. I have been told I look like a few people, Richard Rawlings isn't one of them. Funny! Thank you for watching, the comment and the laugh!
@brandonbalentine1935
@brandonbalentine1935 6 жыл бұрын
Thank You! I've looked up a handful of tutorials and this is the only one that made sense to me.
@jherbison
@jherbison 6 жыл бұрын
Awesome.. Glad it helped. I need to do a video on the new reCaptcha but have not had time.
@carolherbertphotography
@carolherbertphotography 6 жыл бұрын
If only the actual reCaptcha site would provide such a clear explanation! Many thanks for taking the time to do so :-)
@jherbison
@jherbison 6 жыл бұрын
Thank you. Yes, Google (all of Google including KZbin) is not very good about explaining how things are to be done. They could easily create this same video that I created.. They would have a much larger adoption of their products if they did so.
@pock1701a
@pock1701a 4 жыл бұрын
I know just enough PHP to be dangerous! YET I understood your video and the damn thing actually worked :) So much better and methodical than so many other videos on this topic. Thank you!
@jherbison
@jherbison 4 жыл бұрын
Awesome! That is what I like to hear! Thank you for the comment.
@savvyshah
@savvyshah 5 жыл бұрын
Josh I'm glad I found you in this ocean.
@jherbison
@jherbison 5 жыл бұрын
Thank you for the comment.. Hope the video helped.
@PawlSpring
@PawlSpring 6 жыл бұрын
The best video I've seen on reCaptcha (so far!)
@jherbison
@jherbison 6 жыл бұрын
Awesome!! Thank you.. Please share it so others can use the information.
@TobiasLauner
@TobiasLauner 3 жыл бұрын
Thanks for that great explanation!!!
@jherbison
@jherbison 3 жыл бұрын
Thank you for watching and commenting.
@joeronstadtsr4530
@joeronstadtsr4530 3 жыл бұрын
Best video on this I've seen! Calm and concise. Great teacher! Now, do you have a (Cut n Paste) form of this code?
@jherbison
@jherbison 3 жыл бұрын
Thank you for commenting.. You comment went to spam.. There is a link in the description that is a download of the code.. Here is that same link.. idp.bz/recaptcha
@carriep7812
@carriep7812 5 жыл бұрын
Figured it out, only v2 has those settings, not v3. Thanks - I look forward to a video with making it work with a submit form, like an email form. Been trying to get this to work. Thanks again for the great video!
@jherbison
@jherbison 5 жыл бұрын
Yes. Glad you figured it out.. Thank you for the comment.
@timmy334
@timmy334 6 жыл бұрын
Finally got it to work! Your tutorial showed exactly what I needed to do. Thank you!
@jherbison
@jherbison 6 жыл бұрын
Glad it helped.. Thank you for the comment.
@rlewis2009
@rlewis2009 5 жыл бұрын
Hi Joshua, Thanks for posting this! I followed your tutorial and it appears to be working except for the Average Score is not populating with data. Do you have any ideas why that one stat it not working? It says "No Data to Display". Thanks, Bob
@jherbison
@jherbison 4 жыл бұрын
Sometimes it takes several days for the data to show up. Thank you for the comment.
@sonnychiba5270
@sonnychiba5270 5 жыл бұрын
Nice tutorial! Also you probably hear this all the time, but you look almost exactly like Giovanni Ribisi
@jherbison
@jherbison 5 жыл бұрын
First time I have heard that I look like GR.. I hear that I look like Jax Teller from Son's of Anarchy all the time.
@Gjffza
@Gjffza 6 жыл бұрын
A big thank you for this clear and precise tutorial! Being French and little tutorial at home, you helped me a lot !! (Sorry if my english is wrong ...) Good job...
@jherbison
@jherbison 6 жыл бұрын
Thank you. Glad the video helped... Thank you for comment and compliment.
@ronranier5746
@ronranier5746 6 жыл бұрын
This is awesome - the first video that I understand. I have one question - when your example receives the $response it is equal to 1. Mine comes back as "true," with the comma at the end?
@ronranier5746
@ronranier5746 6 жыл бұрын
Figured out my own mistake - ID10T. Thanks again this was awesome.
@jherbison
@jherbison 6 жыл бұрын
Your comment went to Spam.. Glad you figured it out. Thank you for watching and the comment..
@tediz6595
@tediz6595 4 жыл бұрын
Great tutorial, what if you are using a host like Godaddy etc, and your form is located in a contact.html file and it calls a mail.php form to process the info and send it: 1) Where would you place the JS code? 2) How can you hide the private keys and public keys from your HTML page? Thanks!
@jherbison
@jherbison 4 жыл бұрын
Hope you were able to figure this out. You can add the js to any html page. The mail.php page can hold the private key and process the information. PHP code is not viewable to the public as it runs on the server before the page is loaded. Thank you for watching and commenting.
@tediz9894
@tediz9894 4 жыл бұрын
@@jherbison I was able to solve it. Thank you for clarifying.
@istvanvas8628
@istvanvas8628 5 жыл бұрын
thank you, nice job. I managed to follow your video, and my form works properly.
@jherbison
@jherbison 5 жыл бұрын
Nice.. Glad it helped. Thank you for commenting.
@Appemans
@Appemans 6 жыл бұрын
Very nice tutorials, I learned a lot from them. I just have one question. If I don't submit the 'I'm not a robot' button but save directly, the form will get a warning that I forgot to submit that I'm not a robot button. But my form now is also reset. All fields are empty again. If I make a long form and some one made a mistake, the whole form will be reset and have to be typed in again :( So how does it work that by mistake the form input will not be deleted?
@jherbison
@jherbison 6 жыл бұрын
So you would just need to call the POST or GET variable for that field in the value of the field. For example: if your field name was email_address and you were using POST, then in the value you would enter $_POST['email_address']. You would also need to validate that the submission existed. So your field could be
@mitravindgarg5372
@mitravindgarg5372 6 жыл бұрын
Best Tutorial so far about reCaptcha sir. Please let us know, how we can use reCaptach along with Java Script for form validation ?
@jherbison
@jherbison 6 жыл бұрын
Are you wanting to use Ajax or JQuery?
@erwinpogz
@erwinpogz 4 жыл бұрын
thanks man! it helps a lot
@jherbison
@jherbison 4 жыл бұрын
Awesome.. Thank you for watching and commenting.
@pronoygomes2505
@pronoygomes2505 6 жыл бұрын
Excellent tutorial, clear explanation. Thank you.
@jherbison
@jherbison 6 жыл бұрын
Thank you for the comment. You're welcome.
@amircahyadi9219
@amircahyadi9219 2 жыл бұрын
❤️ thank for your help 👍
@jherbison
@jherbison 2 жыл бұрын
No problem 👍 Thank you for watching and commenting.
@ateviel
@ateviel 6 жыл бұрын
Thank you for this great PHP implementation! :-)
@jherbison
@jherbison 6 жыл бұрын
You're welcome. Thank you for the comment.
@ateviel
@ateviel 6 жыл бұрын
@@jherbison I tried to implement this approach with reCaptcha v3, However, I was unsuccessful. Seems like this method works only for recaptcha v2 ?
@jherbison
@jherbison 5 жыл бұрын
Yes, I will make more videos on the newer versions of recaptcha.
@sparkden
@sparkden 5 жыл бұрын
very good but please go light on adverts as too many
@jherbison
@jherbison 5 жыл бұрын
I wish I had more control over them..
@irvanfansuri6636
@irvanfansuri6636 5 жыл бұрын
Nice tutorial, you're amazing, thanks bro
@jherbison
@jherbison 5 жыл бұрын
Thank you! Glad you enjoyed it.. Thank you for the comment.
@Whacks
@Whacks 6 жыл бұрын
Great tutorial!
@jherbison
@jherbison 6 жыл бұрын
Thank you
@caikbispo
@caikbispo 6 жыл бұрын
Thanks for this tutorial!
@jherbison
@jherbison 6 жыл бұрын
You're welcome.. Thank you for the comment.
@123Zinzen
@123Zinzen 7 жыл бұрын
Thank you!! I loved the detail description and speed of your instruction, I followed along in my development env and ran into on issue. Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? . To fix this; uncommeted extension=php_openssl.dll in php/php.ini and bounce the server. In case someone else runs into the same issue. Great JOB. Pandora Vankirk
@baykor7255
@baykor7255 4 жыл бұрын
perfect!
@jherbison
@jherbison 4 жыл бұрын
Thank you for watching and commenting!
@askbruzzdotcom9016
@askbruzzdotcom9016 6 жыл бұрын
Hello! It,'s possible to add this recaptcha to the comment form of wordpress? If yes, how? Thanks you :)
@askbruzzdotcom9016
@askbruzzdotcom9016 6 жыл бұрын
Joshua Herbison thank you so much :)
@jherbison
@jherbison 2 жыл бұрын
I hope you found a solution for this.. Trying to catch up on comments that I missed. Thank you for watching and commenting. If you haven't already, please check out my latest video: A Day In the life of a software engineer. kzbin.info/www/bejne/kGmqnah6hpeIY6c
@jherbison
@jherbison 2 жыл бұрын
Thank you for commenting.
@arnaudvalenti2716
@arnaudvalenti2716 4 жыл бұрын
thanks for your explications, it's perfect :)
@jherbison
@jherbison 4 жыл бұрын
Awesome.. Thank you for watching and commenting.
@danielotembo2983
@danielotembo2983 6 жыл бұрын
You rock man! Peace!
@jherbison
@jherbison 6 жыл бұрын
Thank you and thank you for the nice comment.
@Iandavidandrino
@Iandavidandrino 6 жыл бұрын
thank you
@jherbison
@jherbison 6 жыл бұрын
Thank you for the comment.
@kartikjoshi6166
@kartikjoshi6166 4 жыл бұрын
doesnt he look like deadpool
@jherbison
@jherbison 4 жыл бұрын
Haha, never been told I look like deadpool!!! Thank you for watching and commenting.
Custom Post Type WordPress Tutorial Part 1 | WordPress Plugin Tutorial
19:23
Install Google reCAPTCHA 2.0 (3 Simple Steps)
7:50
Making Spider Sense
Рет қаралды 243 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 9 МЛН
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 7 МЛН
How to add reCAPTCHA to elementor forms
4:27
WPEspresso
Рет қаралды 58 М.
Lada Aura - полный разбор на компоненты.
43:47
Клубный сервис
Рет қаралды 150 М.
PHP Tutorial For Beginners: Google reCAPTCHA v2
10:04
Senaid Bacinovic
Рет қаралды 58 М.
Add reCAPTCHA Validation to a HTML Form | Web Development Tutorial
19:17
PHP reCaptcha v3 einbinden
7:11
Tutorialwork
Рет қаралды 9 М.
Validate Google reCAPTCHA using JavaScript
8:08
Artisans Web
Рет қаралды 44 М.
Integrate Google's Invisible reCAPTCHA (3 Simple Steps)
5:29
Making Spider Sense
Рет қаралды 75 М.