Hi, I was wondering if their is a way to log or record
people's ip address that visit my site. I don't want them
to see it even though it is possible, I only want to be
the one to view the ip address. Thanks in advance.

Nick.

Re: recording incomming ip address by Mike

Mike
Thu Aug 14 08:46:02 CDT 2003

: Hi, I was wondering if their is a way to log or record
: people's ip address that visit my site. I don't want them
: to see it even though it is possible, I only want to be
: the one to view the ip address. Thanks in advance.
:
: Nick.

There are a few ways to do this, the ones that come to the
top of my head are scripts and the IIS log file. The
scripts would be to used to request the http request headers
to get the identifying information of the computer. You
could then save these wariables to a database. IIS also
will pull this information for you and put it into the log
file. I am sure others here can tell you the scripts to use



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.509 / Virus Database: 306 - Release Date:
8/12/2003



Re: recording incomming ip address by MD

MD
Thu Aug 14 09:24:54 CDT 2003

Hi Nick,

Use the servers web log or a reverse look up ASP page.
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at mvpga@microsoft.com

"Nick" <djnickrhs@yahoo.com> wrote in message
news:073f01c36210$b1916340$a601280a@phx.gbl...
> Hi, I was wondering if their is a way to log or record
> people's ip address that visit my site. I don't want them
> to see it even though it is possible, I only want to be
> the one to view the ip address. Thanks in advance.
>
> Nick.