Posted by shror on 02/23/07 14:22
hi,
i want to get the visitors some information like:
ip
host provider
windows username
browser
OS
Language
NS lookup
i only know the ip and hostprovider which is:
ip : $ip = getenv("REMOTE_ADDR");
host provider : $host = gethostbyaddr($ip);
so please if the other variables could be grabbed please help me
thanks in advance for your help
shror
Navigation:
[Reply to this message]
|