Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Looking for a JavaScript version of a phpInfo type page


  • From: flavio at economisa.com.br (Flavio Gomes)
  • Subject: [Javascript] Looking for a JavaScript version of a phpInfo type page
  • Date: Thu Jul 28 11:38:19 2005

I would stick to PHP and use $HTTP_USER_AGENT.

Even if people say that you may easily 'mask' the USER_AGENT, blame the 
user for doing so and almost any other method may be 'masked'.

http://www.php.net/function.get-browser

--
Flavio Gomes
flavio@xxxxxxxxxxxxxxxx


Judah Frangipane wrote:

> I'm looking for a JavaScript version of a phpInfo() page. In php you 
> have a method called phpInfo(). This method gathers as much 
> information as it can about the server running php. I need a 
> JavaScript script or method that will grab as much information about 
> the client as we can get so we can have them send it back to us. Stuff 
> like, OS, browser, version, etc.
>
> Thanks,
> Judah