Easy Accounting LOADING
Om Namah Shivay !

CAPTCHA


Download Captcha
How it Works ?















What is EA Captcha
EA Captcha is a Simple, Reliable, Light-weight program that prevents automated action by Bots.
It is very Easy to Use, Easy to Implement, small Javascript (.js) file.





How EA Captcha Works
It tracks the cursor movement of Computer
It verifies that the X and Y position of the Click event comes within the range of the Element which is to be clicked
Ultimately, It verifies that click was performed by the Human and not by any Bot or Program
User only need to Click the clickable area to verify that it's a Human and not a Bot





How to Integrate
EA Captcha uses Jquery, so you will have to load it
To implement EA Captcha in your Website or Web Application, you just need to follow these steps -

1. Add this line inside body tag just after it as it's First child
<div dv-Eai="EaCaptcha"><a href="https://www.easyaccountingindia.com"></a></div>

2. Add this line inside body tag just before body end tag as its Last child (use your file path)
<script src="../js/EaCaptcha.min.js"></script>

3. Finally, In your Javascript file create Local Object Instance of EA Captcha inside window load function (Instance should not be accessed globally), and call it whenever you want with your Function as Argument
const eac = new EaCaptcha(); $('button1').on('click', function() { eac.init(function () { your_1st_function(args); // or your coding stuff }); }); $('button2').on('click', function() { eac.init(function () { your_2nd_function(args); // or your coding stuff }); });



If You can bypass EA Captcha, Please Let us know. We will be grateful to you