|
-
Jun 13th, 2007, 09:20 PM
#1
Thread Starter
Junior Member
Domain name whois
hi all, i want to create a software that verifies if a domain name, or more, like 5 is available, just check if available or not! Nothing else, no big whois report, but i cant find a good domain whois that replies with yes or no. the only one i found, is working under aspx and i cant put it to work.
Does anyone know any way to do this?
-
Jun 13th, 2007, 11:57 PM
#2
Re: Domain name whois
Parse the HTML document returned.
-
Jun 14th, 2007, 08:06 AM
#3
Thread Starter
Junior Member
Re: Domain name whois
 Originally Posted by leinad31
Parse the HTML document returned.
that seems to be the solution.
what do you recommend for pharsing, inet, winsock, and, using a textbox or putting everything into a listbox and check every line ?
i never used that before i'm a little lost
-
Jun 14th, 2007, 09:33 AM
#4
Re: Domain name whois
Look at the document returned from the site you'll be using, and parse that text out using InStr(). There's no 'quick and dirty' way of doing it unless the data you want is in a table (which would make it a little simpler, but not that much).
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jun 14th, 2007, 12:24 PM
#5
Re: Domain name whois
i just google and found this link. I did not check it.
http://vbnet.mvps.org/index.html?cod.../whoisinfo.htm
-
Jun 14th, 2007, 01:22 PM
#6
Thread Starter
Junior Member
Re: Domain name whois
 Originally Posted by Fazi
thanks now just pharsing the text and thats it. oh, does someone know how can i generate text from a to zzzz ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|