display user OS

SecureStealth

New Member
Messages
92
Reaction score
0
Points
0
hey i was wondering if someone knows what the code is to display a user's OS and screen resolution. i just dont remember what its called. like for IP addresses its "REMOTE_ADDR"
 
B

Brandon

Guest
REMOTE_HOST Sends the hostname making the request.
REMOTE_ADDR Sends the IP address of the remote host making the request.
REMOTE_USER If server supports authentication and script is protected, this is the username they have authenticated as. (This is not usually set.)
HTTP_USER_AGENT The browser the client is using to send the request.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
It's possible with Javascript, and 100% impossible with PHP. When I get home from school if I remember I'll get you a link or two.
 

SecureStealth

New Member
Messages
92
Reaction score
0
Points
0
thanks NedreN. i look forward to those links. and i know it can be done with javascript its just most of the time the file needs to be parsed by the server meaning it needs to be in .shtml format, however i use PHP so most of the javascript scripts i have found dont work.

DesertWar what about OS and Screen Resolution though?
 
Last edited:
B

Brandon

Guest
Hmm... I know NedreN is right most places have an image that can tell.
 
Top