|
Posted by shror on 02/24/07 09:56
On Feb 23, 11:21 pm, "shimmyshack" <matt.fa...@gmail.com> wrote:
> 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...- Hide quoted text -
>
> - Show quoted text -
Thank you shimmyshack for your answer
[Back to original message]
|