"", "dnsserial" => "", "dnsclass" => "IN", "dnstype" => "SOA", "dnsexpire" => "604800", "dnsretry" => "3600", "dnsminimum" => "86400", "dnsrefresh" => "10800", "dnsttl" => "3600", "dnszonemaster" => "ns1.company.com.", "dnsadminmailbox" => "hostmaster.company.com.", ); $ZONE_ENTRY = array( array("cn"=>"NS1:", "objectclass"=>"dnsrrset", "dnstype"=>"NS", "dnsclass"=>"IN", "dnsttl"=>"3600", "dnscname"=>"ns1.company.com."), array("cn"=>"NS2:", "objectclass"=>"dnsrrset", "dnstype"=>"NS", "dnsclass"=>"IN", "dnsttl"=>"3600", "dnscname"=>"ns2.company.com."), ); #################### whois configuration #################### $WHOISSERVERS = array( "at"=>"whois.nic.at", "de"=>"whois.denic.de", "ch"=>"whois.nic.ch", "com"=>"whois.networksolutions.com", "net"=>"whois.networksolutions.com", "org"=>"whois.networksolutions.com", "be"=>"whois.dns.be", "cz"=>"whois.nic.cz", "fr"=>"whois.nic.fr", "hu"=>"whois.nic.hu", "it"=>"whois.nic.it", "dk"=>"whois.dk-hostmaster.dk", "li"=>"whois.nic.li", "lu"=>"whois.dns.lu", "cc"=>"whois.nic.cc", "uk"=>"whois.nic.uk" ); ?>