i have a customer that wants to track customers on their site.

i can trap the visitors IP address but the customer has asked if this can be
converted into the domain name so they can get an idea of where people are
coming from.

oh, and i cant use COM objects, ive found the scripts to do what i like but
on my shared host its a big no-no.

thanks

mark

Re: Stats app: change ip address back into domain name? by Aaron

Aaron
Wed Nov 19 11:57:03 CST 2003

http://support.microsoft.com/default.aspx?scid=kb;en-us;245574

M Rush wrote:
> i have a customer that wants to track customers on their site.
>
> i can trap the visitors IP address but the customer has asked if this can be
> converted into the domain name so they can get an idea of where people are
> coming from.
>
> oh, and i cant use COM objects, ive found the scripts to do what i like but
> on my shared host its a big no-no.
>
> thanks
>
> mark
>
>


Re: Stats app: change ip address back into domain name? by M

M
Wed Nov 19 12:00:06 CST 2003

"M Rush" <trooperbill@hotmail.com> wrote in message
news:3fbbabc9$0$3340$cc9e4d1f@news.dial.pipex.com...
> i have a customer that wants to track customers on their site.
>
> i can trap the visitors IP address but the customer has asked if this can
be
> converted into the domain name so they can get an idea of where people are
> coming from.
>
> oh, and i cant use COM objects, ive found the scripts to do what i like
but
> on my shared host its a big no-no.
> mark

ive found this but it only does a little of what i want it to do...

http://www.aspin.com/func/content-search?id=4099710&qry=reverse+dns

i know that on UK2.net you can further investigate the domain name revealing
the billing contact etc. is this easy to impliment?

mark



Re: Stats app: change ip address back into domain name? by Aaron

Aaron
Wed Nov 19 12:05:03 CST 2003

If you are running that real-time, it will be pretty CPU intensive.

M Rush wrote:

> "M Rush" <trooperbill@hotmail.com> wrote in message
> news:3fbbabc9$0$3340$cc9e4d1f@news.dial.pipex.com...
>
>>i have a customer that wants to track customers on their site.
>>
>>i can trap the visitors IP address but the customer has asked if this can
>
> be
>
>>converted into the domain name so they can get an idea of where people are
>>coming from.
>>
>>oh, and i cant use COM objects, ive found the scripts to do what i like
>
> but
>
>>on my shared host its a big no-no.
>>mark
>
>
> ive found this but it only does a little of what i want it to do...
>
> http://www.aspin.com/func/content-search?id=4099710&qry=reverse+dns
>
> i know that on UK2.net you can further investigate the domain name revealing
> the billing contact etc. is this easy to impliment?
>
> mark
>
>


Re: Stats app: change ip address back into domain name? by Navid

Navid
Fri Nov 21 17:24:43 CST 2003

Why Won't you use
request.servervariables("HTTP_REFERER")

=====================
Nav!d
=====================

"M Rush" <trooperbill@hotmail.com> wrote in message
news:3fbbabc9$0$3340$cc9e4d1f@news.dial.pipex.com...
> i have a customer that wants to track customers on their site.
>
> i can trap the visitors IP address but the customer has asked if this can
be
> converted into the domain name so they can get an idea of where people are
> coming from.
>
> oh, and i cant use COM objects, ive found the scripts to do what i like
but
> on my shared host its a big no-no.
>
> thanks
>
> mark
>
>