clickAndCaptcha Script

Overview

This is a captcha to probe the user is not a robot. The user must click five times on a square that randomly appears.

Features

  • Is very simple. You only need less than 10 lines of code to work with it.
  • Very customizable css.
  • Small files size.
  • Unique in its working way.
  • Need only php and javascript.

Requirements

PHP

JavaScript

Instructions

  1. Add the folder with all the content inside.
  2. include the file “clickAndCaptcha.php” with php “include()” function.
  3. Probe the state calling function “ProbedIsNotARobot()” with javascript.

Related