WhoisParser icon indicating copy to clipboard operation
WhoisParser copied to clipboard

.gl has wrong information in registered

Open gemal opened this issue 10 years ago • 0 comments

if you check a domain like "testtest.gl" is says that the domain is registered but it's not

Check testtest.gl
Not available
Novutec\WhoisParser\Result\Result::__set_state(array(
   'name' => 'testtest.gl',
   'idnName' => 'testtest.gl',
   'status' => NULL,
   'nameserver' => NULL,
   'ips' => NULL,
   'created' => NULL,
   'changed' => NULL,
   'expires' => NULL,
   'registered' => true,
   'dnssec' => NULL,
   'whoisserver' => 'whois.nic.gl',
   'contacts' =>
  stdClass::__set_state(array(
  )),
   'registrar' => NULL,
   'rawdata' =>
  array (
    0 => 'Domain Name: testtest.gl
Domain Status: No Object Found

>>> Last update of WHOIS database: 2015-11-09T09:17:49.012Z <<<
',
  ),
   'network' => NULL,
   'exception' => NULL,
   'parsedContacts' => false,
   'template' =>
  array (
    'whois.nic.gl' => 'cocca',
  ),
))

gemal avatar Nov 09 '15 10:11 gemal