At the moment I'm running a SOAP Service on PHP basis which handles logins from users. Now I am looking to find out which machine they are coming. The problem is, that I want to prevent users sharing their account credentials (paid ones) with others.
Therefore is it possible to read the client's IP or any other data which is unique?
Thanks!
$_SERVER['REMOTE_ADDR']but to be honest this is unlikely to help unless a) you force all customers to register their IP when they sign up and b) they have a static IP address – DaveRandom Jan 24 at 17:49