NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming > CODE
Reload this Page PHP: Bulk domain availability check!

CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here.

Advanced Search


Reply
 
LinkBack Thread Tools
Old 05-18-2010, 03:22 PM   #151 (permalink)
www.randypendleton.com

 
Archangel's Avatar
Join Date: Jan 2004
Location: Southern Ohio, USA
Posts: 7,045
Archangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatness
 


Child Abuse Breast Cancer SIDS Autism Diabetes Cancer Survivorship Save a Life Adoption Child Abuse
Great script modifications! Any chance that you might release your version to the public?

Originally Posted by rlopes View Post
I've made a few changes and released it online.
A few improvements are:

- Upload a domain list (good when the list is too big);
- Over 100 available TLD's;
- Whois link next to the domains already taken.

Soon I'll be adding Alexa, PR and Yahoo Backlinks count.
????: NamePros.com http://www.namepros.com/code/280961-php-bulk-domain-availability-check.html
Please post your feedback!

Home - Domain Hammer
Archangel is offline   Reply With Quote
Old 06-04-2010, 03:20 PM   #152 (permalink)
Senior Member
 
lothos's Avatar
Join Date: May 2009
Posts: 1,285
lothos is a splendid one to beholdlothos is a splendid one to beholdlothos is a splendid one to beholdlothos is a splendid one to beholdlothos is a splendid one to beholdlothos is a splendid one to beholdlothos is a splendid one to behold
 



Originally Posted by Archangel View Post
Great script modifications! Any chance that you might release your version to the public?
I'm interested as well.
lothos is offline   Reply With Quote
Old 06-05-2010, 09:47 AM THREAD STARTER               #153 (permalink)
Senior Member
Join Date: Dec 2006
Location: England
Posts: 1,568
Matthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud of
 


Adoption Breast Cancer Breast Cancer Cancer Survivorship
Good to see this still being put to good use.
Matthew. is offline   Reply With Quote
Old 06-06-2010, 04:48 PM   #154 (permalink)
Senior Member
 
Barrucadu's Avatar
Join Date: Aug 2005
Location: East Yorkshire, England
Posts: 2,689
Barrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to beholdBarrucadu is a splendid one to behold
 




Woah, this thread is still on-going‽ This is one of the few things I actually remember from when I frequently used NP…

I'm sure I contributed a WHOIS class at some point to this script
Barrucadu is offline   Reply With Quote
Old 06-06-2010, 08:21 PM   #155 (permalink)
 
kleszcz's Avatar
Join Date: Jul 2006
Posts: 4,607
kleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatnesskleszcz Has achieved greatness
 



Marrow Donor Program Multiple Sclerosis
Originally Posted by rlopes View Post
I've made a few changes and released it online.
A few improvements are:

- Upload a domain list (good when the list is too big);
- Over 100 available TLD's;
- Whois link next to the domains already taken.

Soon I'll be adding Alexa, PR and Yahoo Backlinks count.
Please post your feedback!

Home - Domain Hammer
Great improvement but I found the availability issue. I've checked random 170 LLLL.com and 17 names available. I never see the same result from original version.
kleszcz is offline   Reply With Quote
Old 08-05-2010, 10:04 PM   #156 (permalink)
Senior Member
 
nielsencl's Avatar
Join Date: Jul 2006
Location: Minneapolis
Posts: 2,513
nielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond repute
 



I've been using this script a lot and just tonight I got some errors. It appears that whois.crsnic.net is now limiting requests that cause a timeout error.

I tried using other serviers and increasing the "sleep" function to 10 seconds but it didn't work. Is there another server that can be used? I do think that all users of this script should limit it's use so it doesn't get blocked, or would someone like to provide the data access for a small fee...???? :-)
nielsencl is offline   Reply With Quote
Old 08-06-2010, 04:54 PM   #157 (permalink)
www.randypendleton.com

 
Archangel's Avatar
Join Date: Jan 2004
Location: Southern Ohio, USA
Posts: 7,045
Archangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatness
 


Child Abuse Breast Cancer SIDS Autism Diabetes Cancer Survivorship Save a Life Adoption Child Abuse
The way that the script currently works, it outputs the text "DOMAIN.COM is available!" or "DOMAIN.COM is taken!," depending on its availability. I only need it to output a domain if it's available (if it's taken, I don't want any text to appear on the screen telling me the domain or its 'taken' status). I know I can accomplish this with the 'save' feature but I need to see the results in real-time. Anyone think they can mod the index.php script to do this for me? I know very little PHP and dunno how to go about this
Archangel is offline   Reply With Quote
Old 08-06-2010, 08:23 PM   #158 (permalink)
Senior Member
 
nielsencl's Avatar
Join Date: Jul 2006
Location: Minneapolis
Posts: 2,513
nielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond repute
 



Can you send me a copy of the script? I think I can make that change in a couple of minutes for you...
nielsencl is offline   Reply With Quote
Old 08-06-2010, 08:26 PM   #159 (permalink)
www.randypendleton.com

 
Archangel's Avatar
Join Date: Jan 2004
Location: Southern Ohio, USA
Posts: 7,045
Archangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatnessArchangel Has achieved greatness
 


Child Abuse Breast Cancer SIDS Autism Diabetes Cancer Survivorship Save a Life Adoption Child Abuse
Sure. PM me your email address and I'll send a .zip your way

Originally Posted by nielsencl View Post
Can you send me a copy of the script? I think I can make that change in a couple of minutes for you...
Archangel is offline   Reply With Quote
Old 08-09-2010, 07:12 AM   #160 (permalink)
First Time Poster!
Join Date: Aug 2010
Posts: 1
starcoder is an unknown quantity at this point
 



Wow this script is great! Can i have it, too?
starcoder is offline   Reply With Quote
Old 08-16-2010, 07:07 AM   #161 (permalink)
NamePros Member
Join Date: Jan 2010
Location: www
Posts: 185
ked38 has a spectacular aura aboutked38 has a spectacular aura about
 



Originally Posted by Eric View Post
Here's a copy of my own revision, consider it revision 7
Thanks and get it.Good and clean script for 2 php files only.
Maybe integrate with my current rank checking script.

But thinking about the handling of ob_start() & ob_flush()
as for html header() requirement.
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
Also like using xml for dnsserver listing.(easier to cope with ajax/mysql/flash)


__________________
Like ActionScript 3 Much
Ked
Last edited by ked38; 08-25-2010 at 12:36 AM.
ked38 is offline   Reply With Quote
Old 08-20-2010, 04:01 PM THREAD STARTER               #162 (permalink)
Senior Member
Join Date: Dec 2006
Location: England
Posts: 1,568
Matthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud ofMatthew. has much to be proud of
 


Adoption Breast Cancer Breast Cancer Cancer Survivorship
Pretty impressed with the amount of work people have put in to developing my originally simple script. Apologies to all who have contacted me regarding work on this or any other project, I dropped out of the development loop somewhat a couple of years ago and don't do much nowadays due to being at Uni etc.
Matthew. is offline   Reply With Quote
Old 08-20-2010, 04:36 PM   #163 (permalink)
Senior Member
 
nielsencl's Avatar
Join Date: Jul 2006
Location: Minneapolis
Posts: 2,513
nielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond repute
 



Thanks for sharing this with us. I use the script a lot, it is a real time-saver!
nielsencl is offline   Reply With Quote
Old 08-20-2010, 09:36 PM   #164 (permalink)
New Member
Join Date: Aug 2010
Posts: 4
soga is an unknown quantity at this point
 



I used Matthew and eric 's script,but both it did't work for some extensions properly,such as ".se",every ".se" domain is return "taken",where is the problem?

PS, can anyone added ".co" in this script? I tryed,but it works as ".se",returns "taken" everytime.
soga is offline   Reply With Quote
Old 08-23-2010, 01:56 PM   #165 (permalink)
NamePros Member
 
rlopes's Avatar
Join Date: Feb 2010
Posts: 73
rlopes is on a distinguished road
 



Originally Posted by soga View Post
I used Matthew and eric 's script,but both it did't work for some extensions properly,such as ".se",every ".se" domain is return "taken",where is the problem?
????: NamePros.com http://www.namepros.com/showthread.php?t=280961

PS, can anyone added ".co" in this script? I tryed,but it works as ".se",returns "taken" everytime.
To search for .co add this to the script:

'co' => array('whois.nic.co', 'Not found'),

PS: Domain Hammer does .co among most other TLDs.
rlopes is offline   Reply With Quote
Old 08-24-2010, 07:26 AM   #166 (permalink)
New Member
Join Date: Aug 2010
Posts: 4
soga is an unknown quantity at this point
 



I edited the script as your opinion,it works now!!!
hoho,I don't understand PHP language,so little question spend my big time.
for somepeople want to add new domain extionsions: seemed the reason is that every management has diffrent"return word",so add a new extension,you need know the"return word" of this domain management.
thanks for your opinion! and thanks the writer!

Originally Posted by rlopes View Post
To search for .co add this to the script:
????: NamePros.com http://www.namepros.com/showthread.php?t=280961

'co' => array('whois.nic.co', 'Not found'),

PS: Domain Hammer does .co among most other TLDs.
soga is offline   Reply With Quote
Old 08-24-2010, 08:32 AM   #167 (permalink)
NamePros Member
 
rlopes's Avatar
Join Date: Feb 2010
Posts: 73
rlopes is on a distinguished road
 



Originally Posted by soga View Post
I edited the script as your opinion,it works now!!!
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
hoho,I don't understand PHP language,so little question spend my big time.
for somepeople want to add new domain extionsions: seemed the reason is that every management has diffrent"return word",so add a new extension,you need know the"return word" of this domain management.
thanks for your opinion! and thanks the writer!
This happens because there's not a default response for all the Whois servers out there, and we have to probe each one of they to know how they work
rlopes is offline   Reply With Quote
Old 08-29-2010, 05:50 AM   #168 (permalink)
New Member
Join Date: Aug 2010
Posts: 4
soga is an unknown quantity at this point
 



en,was same means.I just can't express it exactly,and im poor in english ..

Originally Posted by rlopes View Post
This happens because there's not a default response for all the Whois servers out there, and we have to probe each one of they to know how they work
soga is offline   Reply With Quote
Old 08-29-2010, 08:23 AM   #169 (permalink)
Senior Member
 
Pichichi's Avatar
Join Date: Apr 2008
Posts: 1,038
Pichichi is a splendid one to beholdPichichi is a splendid one to beholdPichichi is a splendid one to beholdPichichi is a splendid one to beholdPichichi is a splendid one to beholdPichichi is a splendid one to beholdPichichi is a splendid one to behold
 



where can i get this script? Thnx
__________________

Free and Unlimited sitemap generator - Zitemaps.com
ResultadosDeportivos.net | PlanetaWebs.com
Pichichi is offline   Reply With Quote
Old 09-05-2010, 10:08 AM   #170 (permalink)
New Member
Join Date: Aug 2010
Posts: 4
soga is an unknown quantity at this point
 



you should look this issue carefully,the script still can be download now.
????: NamePros.com http://www.namepros.com/showthread.php?t=280961
Originally Posted by Pichichi View Post
where can i get this script? Thnx
soga is offline   Reply With Quote
Old 09-08-2010, 12:36 AM   #171 (permalink)
New Member
Join Date: Sep 2010
Posts: 3
aurorain is an unknown quantity at this point
 



Originally Posted by Pichichi View Post
where can i get this script? Thnx
Goto previous page & you should find a few zip files to download, read all the posts carefully
????: NamePros.com http://www.namepros.com/showthread.php?t=280961

cheers
aurorain is offline   Reply With Quote
Old 01-10-2011, 08:51 AM   #172 (permalink)
NamePros Regular
Join Date: May 2008
Location: www.iheaders.com
Posts: 298
Digital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to all
 



After installing the files on my server, i am getting "Internal Server Error".

Please reply.
Digital_Designer is offline   Reply With Quote
Old 01-10-2011, 08:58 AM   #173 (permalink)
Senior Member
 
nielsencl's Avatar
Join Date: Jul 2006
Location: Minneapolis
Posts: 2,513
nielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond repute
 



I'm sorry you are getting that error. I don't think anyone can help you if all you can provide is that error message. It could be the script, something that you did when you installed it, or a different problem with your site or server.

If you don't know how to find out what the specific problem is, you should contact your hosting provider and ask them to look at it for you. They won't fix problems with the script, but at least you will know for sure where you need to look for an answer.
nielsencl is offline   Reply With Quote
Old 01-10-2011, 09:00 AM   #174 (permalink)
NamePros Regular
Join Date: May 2008
Location: www.iheaders.com
Posts: 298
Digital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to allDigital_Designer is a name known to all
 



Originally Posted by nielsencl View Post
I'm sorry you are getting that error. I don't think anyone can help you if all you can provide is that error message. It could be the script, something that you did when you installed it, or a different problem with your site or server.
????: NamePros.com http://www.namepros.com/showthread.php?t=280961

If you don't know how to find out what the specific problem is, you should contact your hosting provider and ask them to look at it for you. They won't fix problems with the script, but at least you will know for sure where you need to look for an answer.
This is the error :

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@verycheapwebhosting.iheaders.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request"

Thanks for your input.
Digital_Designer is offline   Reply With Quote
Old 01-10-2011, 09:01 AM   #175 (permalink)
Senior Member
 
nielsencl's Avatar
Join Date: Jul 2006
Location: Minneapolis
Posts: 2,513
nielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond reputenielsencl has a reputation beyond repute
 



Thanks, but the error message already tells you what you should do. :-)

Most servers are not configured to show specific information when they have a 500 Error. The server admin will have to look at the server logs to see what happened and let you know.

Your only other option is to remove what you added and see if the error still exists. If not, you know there is something wrong with the code. Since you are using verycheapwebhosting your account may not have what is needed to run this script correctly.
Last edited by nielsencl; 01-10-2011 at 09:05 AM. Reason: added
nielsencl is offline   Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.namepros.com/code/280961-php-bulk-domain-availability-check.html
Posted By For Type Date
Domain Checker Script - PC Troubleshooting This thread Refback 11-19-2011 05:52 PM
Bulk Domain Availability Checker - Dynamic Drive Forums This thread Refback 11-16-2011 11:00 AM
Domæne navn » Support » Forum | newz.dk This thread Refback 11-01-2011 09:34 PM
Domain Name Availability Search Script - Web Hosting Talk This thread Refback 10-29-2011 10:17 PM
Bulk Domain Availability Check Script | Domain Acquisition This thread Refback 10-26-2011 02:40 PM
Domain Checker Script - PC Troubleshooting This thread Refback 10-07-2011 08:25 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 11:48 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger