Sunmuş olduğum ücretsiz domain sorgulama dosyası ile aşağıdaki tüm TLD'ler (Top-Level Domain) üzerinden domainlerin kayıt durumu sorgulanabilir. Bu sistem sayesinde, ilgili hosting ve domain firmaları sizin sorguladığınız domaini göremez ve regleyemez.

PHP ile yazılmıştır.
Desteklenen Uzantılar;

Genel TLD'ler:
  • .com
  • .net
  • .org
  • .info
  • .biz
  • .io
  • .co
  • .me
  • .mobi
  • .xyz
  • .uk
  • .co.uk
  • .de
  • .fr
  • .nl
  • .it
  • .es
  • .eu
  • .ru
  • .app
  • .dev
Türkiye'ye Ait TLD'ler:
  • .tr
  • .com.tr
  • .net.tr
  • .org.tr
  • .edu.tr
  • .gov.tr
  • .mil.tr
  • .biz.tr
  • .info.tr
  • .tv.tr
  • .web.tr
  • .gen.tr
  • .name.tr


Kullanılan Sorgulama Sunucuları;

// Genel TLD'ler
'com' => 'whois.verisign-grs.com',
'net' => 'whois.verisign-grs.com',
'org' => 'whois.pir.org',
'info' => 'whois.afilias.net',
'biz' => 'whois.neulevel.biz',
'io' => 'whois.nic.io',
'co' => 'whois.nic.co',
'me' => 'whois.nic.me',
'mobi' => 'whois.dotmobiregistry.net',
'xyz' => 'whois.nic.xyz',
'uk' => 'whois.nic.uk',
'co.uk' => 'whois.nic.uk',
'de' => 'whois.denic.de',
'fr' => 'whois.nic.fr',
'nl' => 'whois.domain-registry.nl',
'it' => 'whois.nic.it',
'es' => 'whois.nic.es',
'eu' => 'whois.eu',
'ru' => 'whois.tcinet.ru',
'app' => 'whois.nic.google',
'dev' => 'whois.nic.google',

// Türkiye TLD'leri
'tr' => 'whois.nic.tr',
'com.tr' => 'whois.nic.tr',
'net.tr' => 'whois.nic.tr',
'org.tr' => 'whois.nic.tr',
'edu.tr' => 'whois.nic.tr',
'gov.tr' => 'whois.nic.tr',
'mil.tr' => 'whois.nic.tr',
'biz.tr' => 'whois.nic.tr',
'info.tr' => 'whois.nic.tr',
'tv.tr' => 'whois.nic.tr',
'web.tr' => 'whois.nic.tr',
'gen.tr' => 'whois.nic.tr',
'name.tr' => 'whois.nic.tr'

DEMO ve İNDİR
Scriptten Görseller



Basit bir sistem oldu, çok detaya girmeden hazırladım. Geliştirilerek komple kapsamlı bir tool haline getirilebilir.