Hi, Can I know whether adlogger detect duplicate clicks with IP or with cookies? I ask this because thousands of people in Vietnam all share the same IP
I guess it's using IPs because the wrapping code, is using 'REMOTE_ADDR' IP: <?php if (!isset($ad_check)) { $ad_check = @file_get_contents("http://www.YOURDOMAIN.TLD/adlogger/ad_check.php?visitor_ip=" . $_SERVER['REMOTE_ADDR']); } if ($ad_check == 'y') { ?> Code (markup):