Link to home
Start Free TrialLog in
Avatar of jacobbbc
jacobbbc

asked on

How Processor Serial Number is detected using php?

Hi,
I have program to identify "fraud clicks on my site". So i want a program  to detect Processor Serial Number' in php. Could you please help me for the same.
Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Lukasz Chmielewski
Lukasz Chmielewski
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Beverley Portlock
Your best bet is to build a list of characteristics such as the remote IP address ($_SERVER['REMOTE_ADDR']) and the user-agent string ($_SERVER['HTTP_USER_AGENT']) and use these to detect unusual click rates.