Posts

Showing posts with the label PHP

How To Instal Google reCaptcha On The Website

Image
Hi guys, in this article I will make a tutorial on how to install reCaptcha and make buttons so they can't be pressed before the visitor confirms that he is not a robot. This reCaptcha function is very useful to prevent robots from crawling to the last link because the crawler robot cannot pass through reCaptcha. Mounting Method So to install we will put the PHP code on the server which means if you are a using Blogspot as CMS you need Hosting. You can search for free hosting on the internet, and please note that this tutorial cannot be practiced on localhost because the domain must be registered with Google first. After that, we will add a few lines of Javascript code and one line of Div tags Element in the HTML section. But before everything starts we have to register our domain with Google reCaptcha, it's easy and I will explain all the tutorials in the following section. How to register the domain with Google reCaptcha 1. Register your domain by opening the following link h...