Hello,
I am currently working on making my site more secure. To do this I want to retrieve more information about my members who are logging in.
We of course have a privacy policy and are not using this for other means.
So far the only system variables that I have found and am using are retrieving the client's IP address and using that on a reverse look up to get the hostname.
My question is there more system variables that can provide me with more information? Such as the computer id of their computer or more network information?
Any leads or code appreciated.