PDA

View Full Version : url name and number


Michael
11-06-2004, 02:01 PM
Hi guys.
Quick question. How do you determine the number address for a url?
Thanks,
M. :cool

Derek
11-06-2004, 02:17 PM
Hi Michael

Whois or internic should be able to tell you that. Take a trip on over to their site and see ..

http://www.whois.net
http://www.internic.net

Michael
11-07-2004, 09:13 AM
Thanks.
I was able to find this little site (http://faq.web2010.com/services/nslookup.html) that simply gives you back the numbered url without much fuss. Sifting through the internet, with a simple question and few specific terms, lead you to all sorts of information, much of which is not useful. It's an amazing cyberuniverse.
M. :cool

216.239.39.99 (http://www.google.com/)

sferguson
11-09-2004, 05:13 AM
Michael,

I just stumbled across yet another Worm-tastic dll :D , and recalled you were looking for something along these lines. It's from a post dated back in June.

Here's a DLL that I wrote back in the day of AMS4 that returns an IP address for a hostname. You might be able to use it to take the hostname, covert to IP, then connect.

Here's an updated example. If it cannot resolve the host name to an IP, it returns 0.0.0.0

Thread = Ftp login problem (http://www.indigorose.com/forums/showthread.php?t=7723&highlight=ftp)

Michael
11-10-2004, 10:05 PM
Thanks, Scott.
Very nice catch.
Regards,
M. :cool

JXBURNS
11-11-2004, 04:36 AM
Also http://www.dnsstuff.com

John