Jump to content

Checking for available domains


forumnz

Recommended Posts

Hello all, it's been a while! Good to be back.

 

I am having trouble with a script I'm trying to modify to seach for domains with specific extensions.

 

Now, I have never done any domain checking before and I'm a little bewildered.

 

The script uses an array and checks the input against each extension using the array.

Each line looks similar to:

'.com' => array('whois.crsnic.net','No match for'),

 

What does the whois.crsnic.net mean? I assume it's a register/database of domains?

Link to comment
https://forums.phpfreaks.com/topic/226602-checking-for-available-domains/
Share on other sites

Thanks for that. I'm trying to search .nz domain names and have found that there is whois server located at whois.domainz.net.nz so I have done:

'.co.nz' => array('whois.domainz.net.nz','No match for'),

 

Problem is, it says that every domain I search is taken. I know for a fact that some that I searched are available. What could be causing this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.