Detecting IP Address of someone using ‘copy’ function [closed]
Here is a road map to do this. You should adjust this code to your exact requirements: You can detect copy event in JavaScript using this code in your page <script> jQuery(document).ready( function($) { function myFunction() { // here make an ajax call to send data to server $.ajax({ url: “http://yourwebsite.com”, type: ‘POST’, data: {‘copied’: … Read more