PDA

View Full Version : ASP script for auto nslookup?


Dhajjfas
10-20-2003, 05:22 AM
I have an asp file that serves as a background counter and takes down the IP address of the visiting client. These results will be later emailed off to the customer who wanted the page up in the first place. However, if I send him a list of IP address, in numerical form, he'll be lost at best on them.

Is there a way, at all, to create a script to perform a nslookup on the IP addresses before they are written to a text file, or is this something I will need to accomplish by hand later?

Thanks in advance

----
It's better to be respected than it is to be hated or feared.

dchow
10-22-2003, 05:01 AM
You can try AspDNS.

http://kb.discountasp.net/article.aspx?id=10059
http://www.serverobjects.com/comp/aspdns.htm

Dhajjfas
10-29-2003, 05:33 AM
Thanks, I'll run it by the budget man and see about getting it purchased.

Eric
10-29-2003, 05:55 AM
The component is available on our hosting platform at no cost.

Dhajjfas
10-30-2003, 01:22 AM
Which would be great, but this isn't for me ... this is more for actual work work.

rory
11-04-2003, 03:40 AM
[b]quote:Originally posted by Dhajjfas

Which would be great, but this isn't for me ... this is more for actual work work.
</blockquote id="quote"></font id="quote">

use a vb DLL, or program then, or write your own DLL.

or check this out, its free and it works, must register the dll on your system.

Its from vbcode.com

http://www.vbcode.com/code/dnslookup.zip