Re: IP address and Browser version.

2004-11-20 Thread Gary Stainburn
On Friday 19 November 2004 7:18 pm, Chris Devers wrote: > On Fri, 19 Nov 2004 [EMAIL PROTECTED] wrote: > > I wanted to get the IP address and the OS of the system when some > > one checks in the page...How will I get the IP address and OS of > > the person who visits the page(with PERL CGI) > > As

RE: IP address and Browser version.

2004-11-19 Thread Chris Devers
On Fri, 19 Nov 2004, Bob Showalter wrote: > 1. The client IP address, which you can get by calling getpeername() > on STDIN (or from REMOTE_ADDR environment variable). If the client is > behind a proxy, you'd need to depend on the proxy adding something to > the request headers. Moreover, near

RE: IP address and Browser version.

2004-11-19 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > Hi > > I wanted to get the IP address and the OS of the system when some one > checks in the page...How will I get the IP address and OS of the > person who visits the page(with PERL CGI) Short answer: $ENV{REMOTE_ADDR} contains the client IP address $ENV{HTTP_US

Re: IP address and Browser version.

2004-11-19 Thread Chris Devers
On Fri, 19 Nov 2004 [EMAIL PROTECTED] wrote: > I wanted to get the IP address and the OS of the system when some one > checks in the page...How will I get the IP address and OS of the > person who visits the page(with PERL CGI) As I was saying the last time you asked a version of this question

Re: IP address and Browser version.

2004-11-19 Thread Chasecreek Systemhouse
On Fri, 19 Nov 2004 23:47:01 +0530 (IST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > > I wanted to get the IP address and the OS of the system when some one > checks in the page...How will I get the IP address and OS of the person > who visits the page(with PERL CGI) Clients can lie to y

IP address and Browser version.

2004-11-19 Thread anish
Hi I wanted to get the IP address and the OS of the system when some one checks in the page...How will I get the IP address and OS of the person who visits the page(with PERL CGI) Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]