N
N
netherneon2010-09-11 11:59:11
PHP
netherneon, 2010-09-11 11:59:11

Domain busy check

It is necessary to check the availability of domains on the site, as many hosters do on their home page. How can this be done in a reasonable way? I didn’t come up with anything smarter than parsing an already existing site with such a check with curl :(

Answer the question

In order to leave comments, you need to log in

7 answer(s)
S
schursin, 2010-09-11
@schursin

www.softtime.ru/scripts/whois.php

Z
Zazza, 2010-09-11
@Zazza

correctly write through, another whois. Once I did something like this, I found a script: scripts.pws.ru/whois/source.php

M
MaxMiller, 2014-06-06
@MaxMiller

https://github.com/regru/php-whois
There is a good class.

S
Sergey, 2010-09-11
@bondbig

whois ya.ru | grep -i REGISTERED ?

N
netherneon, 2010-09-11
@netherneon

Thanks to everyone for the information provided. Maybe there is a way to check .by domains other than smoking? Because there is no whois server for these domains.

N
netnikogo, 2010-09-20
@netnikogo

for .by, check domain.by/cgi-bin/registry.cgi?mode=slquest&client&session&lang=e&domain=name (where name.by ) for 'is already registered
' or 'is available for registration'

N
noys, 2015-03-17
@noys

1. Use the script that MaxMiller
mentioned 2. https://github.com/noys/ianacheck - this script will help to determine the domain zone servers
3. gonzotools.ru is made using these scripts, you can evaluate their work
4. With a lot of traffic you will need to use some service that provides whois queries for money.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question