added .org handler
This commit is contained in:
parent
7d9b4eeaa5
commit
fde4f4445e
4 changed files with 15 additions and 24 deletions
|
@ -3,6 +3,8 @@
|
|||
- some fixes to wsnic.whois
|
||||
- some fixes to gtld.whois and generic3.whois
|
||||
- added handler for Godady and Domain Bank
|
||||
- minor improvment to main.whois and generic2.whois
|
||||
- added handler for .org
|
||||
|
||||
2003/09/06 David Saez <david@ols.es>
|
||||
- Added handlers for .cn and .ws
|
||||
|
|
12
gtld.whois
12
gtld.whois
|
@ -55,30 +55,18 @@ class gtld extends Whois {
|
|||
"ALABANZA, INC." => "bulkregistercom",
|
||||
"BULKREGISTER.COM, INC." => "bulkregistercom",
|
||||
"CORE INTERNET COUNCIL OF REGISTRARS" => "core",
|
||||
"R23-LROR" => "core",
|
||||
"DOTSTER, INC." => "dotster",
|
||||
"R34-LROR" => "dotster",
|
||||
"ENOM, INC." => "enom",
|
||||
"R39-LROR" => "enom",
|
||||
"MELBOURNE IT, LTD. D/B/A INTERNET NAMES WORLDWIDE" => "inwwcom",
|
||||
"R52-LROR" => "inwwcom",
|
||||
"NETWORK SOLUTIONS, INC." => "netsol",
|
||||
"R63-LROR" => "netsol",
|
||||
"REGISTER.COM, INC." => "registercom",
|
||||
"TUCOWS, INC." => "opensrsnet",
|
||||
"R11-LROR" => "opensrsnet",
|
||||
"IHOLDINGS.COM, INC. D/B/A DOTREGISTRAR.COM" => "dotregistrar",
|
||||
"R114-LROR" => "dotregistrar",
|
||||
"INTERDOMAIN, S.A." => "interdomain",
|
||||
"R49-LROR" => "interdomain",
|
||||
"ASCIO TECHNOLOGIES, INC." => "ascio",
|
||||
"R76-LROR" => "ascio",
|
||||
"INTERCOSMOS MEDIA GROUP, INC. D/B/A DIRECTNIC.COM" => "directnic",
|
||||
"R48-LROR" => "directnic",
|
||||
"DOMAINDISCOVER" => "buydomains",
|
||||
"R86-LROR" => "buydomains",
|
||||
"TLDS, INC. DBA SRSPLUS" => "srsplus",
|
||||
"R78-LROR" => "srsplus",
|
||||
"DOMAIN BANK, INC." => "domainbank",
|
||||
"GO DADDY SOFTWARE, INC." => "godaddy"
|
||||
);
|
||||
|
|
|
@ -50,7 +50,7 @@ $this->DATA = array(
|
|||
"net" => "gtld",
|
||||
"nl" => "nlnic",
|
||||
"nu" => "nunames",
|
||||
"org" => "gtld",
|
||||
"org" => "org",
|
||||
"se" => "nicse",
|
||||
"uk" => "uknic",
|
||||
"ws" => "wsnic",
|
||||
|
|
23
test.txt
23
test.txt
|
@ -19,26 +19,27 @@ wsnic samoanic.ws
|
|||
|
||||
// .com/.org/.net
|
||||
|
||||
ascio.com ascio.com ascio.org
|
||||
ascio.com ascio.com
|
||||
bulkregistercom bulkregister.com
|
||||
buydomains buydomains.com buydomains.org
|
||||
core corenic.com corenic.org
|
||||
directnic directnic.com directnic.org
|
||||
buydomains buydomains.com
|
||||
core corenic.com
|
||||
directnic directnic.com
|
||||
domainbank domainbank.com
|
||||
dotregistrar dotregistrar.com dotregistrar.org
|
||||
dotster dotster.com dotster.org
|
||||
enom enom.com enom.org
|
||||
dotregistrar dotregistrar.com
|
||||
dotster dotster.com
|
||||
enom enom.com
|
||||
godaddy godaddy.com
|
||||
interdomain interdominio.com interdomain.org
|
||||
interdomain interdominio.com
|
||||
inwwcom ?
|
||||
netsol olsns.com olsns.org
|
||||
opensrsnet tucows.com opensrs.org
|
||||
netsol olsns.com
|
||||
opensrsnet tucows.com
|
||||
registercom register.com
|
||||
srsplus srsplus.com, srsplus.org
|
||||
srsplus srsplus.com
|
||||
|
||||
// Other
|
||||
|
||||
info afilias.info
|
||||
org ascio.org buydomains.org ...
|
||||
neulevel forumed.biz
|
||||
|
||||
// IP whois
|
||||
|
|
Loading…
Reference in a new issue