ASP script for auto nslookup?

Discussion in 'Classic ASP' started by Dhajjfas, Oct 20, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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.
     
  2. Thanks, I'll run it by the budget man and see about getting it purchased.
     
  3. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    The component is available on our hosting platform at no cost.
     
  4. Which would be great, but this isn't for me ... this is more for actual work work.
     
  5. 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
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page