|
Posted by shimmyshack on 02/23/07 21:21
On 23 Feb, 14:22, "shror" <shahi...@gmail.com> wrote:
> 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
google analytics
as for windows username it isnt possible IMHO, however if you have
control over the machine (not just apache) you might be able to
receive odd packets from chatty clients and parse them for data like
computer name and so on...
Also if your visitors are on the LAN you could gather this information
in other ways and map it on to the machine address of the LAN they use
etc...
Navigation:
[Reply to this message]
|