OSDN Git Service

.do, .gy, .hm, .hu
[pukiwiki/pukiwiki_sandbox.git] / spam / domain.ini.php
1 <?php
2 // $Id: domain.ini.php,v 1.15 2007/08/18 11:56:27 henoheno Exp $
3 // Domain related setting
4
5 // Domains who have 2nd and/or 3rd level domains
6 $domain   = array();
7 $_pattern = array();
8
9 // ------------------------------
10 // ccTLD: Antigua and Barbuda
11 // NIC  : http://www.nic.ag/
12 // Whois: http://ns1.nic.ag/tools/whois.pl
13 $domain['ag'] = array(
14         // AG Blocked or Reserved Domain Names Policy
15         // http://www.nic.ag/reserved-names-policy.htm
16         // "Available extensions are .AG, .COM.AG, .ORG.AG, .NET.AG, .CO.AG, and .NOM.AG."
17         // http://www.nic.ag/
18         'co'  => TRUE,
19         'com' => TRUE,
20         'net' => TRUE,
21         'nom' => TRUE,
22         'org' => TRUE,
23 );
24
25 // ------------------------------
26 // ccTLD: Anguilla
27 // NIC  : http://nic.com.ai/
28 // Whois: http://whois.ai/
29 $domain['ai'] = array(
30         // "Anguilla domains of ".ai", "off.ai", "com.ai", "net.ai",
31         //  and "org.ai" can be registered by anyone. The cost is
32         //  $100 every 2 years."
33         'com' => TRUE,
34         'net' => TRUE,
35         'off' => TRUE,
36         'org' => TRUE,
37 );
38
39 // ------------------------------
40 // ccTLD: Argentina
41 // NIC  : http://www.nic.ar/
42 // Whois: http://www.nic.ar/
43 $domain['ar'] = array(
44         // http://www.nic.ar/en/faq1.html
45         // 18. "How can I register an .edu.ar domain?"
46         // 25. "Which subdomains are authorized under .AR and what are the requirements?"
47         'com' => TRUE,
48         'edu' => TRUE,
49         'gov' => TRUE,
50         'int' => TRUE,
51         'mil' => TRUE,
52         'net' => TRUE,
53         'org' => TRUE,
54 );
55
56 // ------------------------------
57 // ccTLD: Austria
58 // NIC  : http://www.nic.at/en/
59 // Whois: http://www.nic.at/en/domainsuche/
60 $domain['at'] = array(
61         // "nic.at administrates the data of all domains below .at, .co.at and .or.at."
62         // http://www.nic.at/en/uebernic/
63         // 'ac' is reserved, 'gv' are governmental use
64         // http://www.nic.at/en/faq/domain_registration/
65         'co' => TRUE,
66         'or' => TRUE,
67         'ac' => TRUE,
68         'gv' => TRUE,
69 );
70
71 // ------------------------------
72 // ccTLD: Australia
73 // http://www.auda.org.au/
74 // NIC  : http://www.aunic.net/
75 // Whois: http://www.ausregistry.com.au/
76 $_pattern['au']['geo'] = array(
77         // Geographic
78         'act' => TRUE, // Australian Capital Territory
79         'nt'  => TRUE, // Northern Territory
80         'nsw' => TRUE, // New South Wales
81         'qld' => TRUE, // Queensland
82         'sa'  => TRUE, // South Australia
83         'tas' => TRUE, // Tasmania
84         'vic' => TRUE, // Victoria
85         'wa'  => TRUE, // Western Australia
86 );
87 $domain['au'] = array(
88         // .au Second Level Domains
89         // http://www.auda.org.au/domains/
90         'asn'   => TRUE,
91         'com'   => TRUE,
92         'conf'  => TRUE,
93         'csiro' => TRUE,
94         'edu'   => & $_pattern['au']['geo'],
95         'gov'   => & $_pattern['au']['geo'],
96         'id'    => TRUE,
97         'net'   => TRUE,
98         'org'   => TRUE,
99         'info'  => TRUE,
100 );
101
102 // ------------------------------
103 // ccTLD: Azerbaijan
104 // NIC  : http://nic.az/
105 // Whois: http://nic.az/
106 $domain['az'] = array(
107         // "The .az, com.az, net.az, int.az, gov.az, org.az,
108         //  .edu.az, .info.az, .pp.az, .mil.az, .name.az,
109         //   pro.az and biz.az names are open and unrestricted"
110         // http://nic.az/
111         // http://www.whois.az/cgi-bin/stat.cgi?lang=en
112         'biz'   => TRUE,
113         'co'    => TRUE,        // Not open and restricted?
114         'com'   => TRUE,
115         'edu'   => TRUE,
116         'ganja' => TRUE,        // Not open and restricted?
117         'gov'   => TRUE,
118         'info'  => TRUE,
119         'int'   => TRUE,
120         'mil'   => TRUE,
121         'name'  => TRUE,
122         'net'   => TRUE,
123         'org'   => TRUE,
124         'pp'    => TRUE,
125         'pro'   => TRUE,
126 );
127
128 // ------------------------------
129 // ccTLD: Bahrain
130 // NIC  : http://www.inet.com.bh/ (.bh policies not found)
131 // Whois: (Not available) http://www.inet.com.bh/
132 $domain['bh'] = array(
133         // Observed
134         'com' => TRUE,
135         'edu' => TRUE,
136         'gov' => TRUE,
137         'org' => TRUE,
138 );
139
140 // ------------------------------
141 // ccTLD: Brazil
142 // NIC  : http://registro.br/
143 // Whois: 
144 $domain['br'] = array(
145         // Info: Lista de categorias de dominios
146         // http://registro.br/info/dpn.html
147
148         // Categories for institutions
149         'agr'  => TRUE, // Agricultural
150         'am'   => TRUE, // Broadcasting
151         'art'  => TRUE, // Art
152         'com'  => TRUE,
153         'coop' => TRUE, // Cooperative
154         'edu'  => TRUE,
155         'esp'  => TRUE, // Sport
156         'etc'  => TRUE, // Others
157         'far'  => TRUE, // Pharmaceutical
158         'fm'   => TRUE, // Broadcasting
159         'g12'  => TRUE, // Educational
160         'gov'  => TRUE,
161         'imb'  => TRUE, // Real estate related
162         'ind'  => TRUE, // Industrial
163         'inf'  => TRUE, // Informational
164         'mil'  => TRUE,
165         'net'  => TRUE,
166         'org'  => TRUE,
167         'psi'  => TRUE, // Internet service providers
168         'rec'  => TRUE, // Recreation, entertainment related
169         'srv'  => TRUE, // Service-oriented
170         'tmp'  => TRUE,
171         'tur'  => TRUE, // Tour business
172         'tv'   => TRUE,
173
174         // Categories for professionals
175         'adm'  => TRUE, // Administrators
176         'adv'  => TRUE, // Advocates (Lawers)
177         'arq'  => TRUE, // Architects
178         'ato'  => TRUE, // Actors
179         'bio'  => TRUE, // Biologists
180         'bmd'  => TRUE, // Biomedics
181         'cim'  => TRUE, // Correctors
182         'cng'  => TRUE, // Scenographers
183         'cnt'  => TRUE, // Counter (Accountants)
184         'ecn'  => TRUE, // Economists
185         'eng'  => TRUE, // Engineers
186         'eti'  => TRUE, // IT specialists
187         'fnd'  => TRUE, // 'Fonoaudiologos', Speech therapists?
188         'fot'  => TRUE, // Photographers
189         'fst'  => TRUE, // Physiotherapists
190         'ggf'  => TRUE, // Geographers
191         'jor'  => TRUE, // Journalists
192         'lel'  => TRUE, // Auctioneers
193         'mat'  => TRUE, // Mathematicians and Statisticians
194         'med'  => TRUE, // Doctors
195         'mus'  => TRUE, // Musicians
196         'not'  => TRUE, // Notaries
197         'ntr'  => TRUE, // Nutritionists
198         'odo'  => TRUE, // Dentists
199         'ppg'  => TRUE, // (Propaganda) Advertising executives and professionals
200         'pro'  => TRUE, // Professors
201         'psc'  => TRUE, // Psychologists
202         'qsl'  => TRUE, // Amateur radio operators
203         'slg'  => TRUE, // Sociologists
204         'trd'  => TRUE, // Translators
205         'vet'  => TRUE, // Veterinarians
206         'zlg'  => TRUE, // Zoologists
207
208         // Categories for people
209         'blog' => TRUE,
210         'flog' => TRUE,
211         'nom'  => TRUE,
212         'vlog' => TRUE,
213         'wiki' => TRUE,
214 );
215
216 // ------------------------------
217 // ccTLD: Belize
218 // NIC  : http://www.belizenic.bz/
219 // Whois: http://www.belizenic.bz/
220 $domain['bz'] = array(
221         // http://www.belizenic.bz/reg-guide.php
222         'com' => TRUE,
223         'net' => TRUE,
224         'org' => TRUE,
225 );
226
227 // ------------------------------
228 // ccTLD: China
229 // NIC  : http://www.cnnic.net.cn/en/index/
230 // Whois: http://ewhois.cnnic.cn/
231 $domain['cn'] = array(
232         // Provisional Administrative Rules for Registration of Domain Names in China
233         // http://www.cnnic.net.cn/html/Dir/2003/11/27/1520.htm
234
235         // Organizational
236         'ac'  => TRUE,
237         'com' => TRUE,
238         'edu' => TRUE,
239         'gov' => TRUE,
240         'net' => TRUE,
241         'org' => TRUE,
242
243         // Geographic
244         'ah' => TRUE,
245         'bj' => TRUE,
246         'cq' => TRUE,
247         'fj' => TRUE,
248         'gd' => TRUE,
249         'gs' => TRUE,
250         'gx' => TRUE,
251         'gz' => TRUE,
252         'ha' => TRUE,
253         'hb' => TRUE,
254         'he' => TRUE,
255         'hi' => TRUE,
256         'hk' => TRUE,
257         'hl' => TRUE,
258         'hn' => TRUE,
259         'jl' => TRUE,
260         'js' => TRUE,
261         'jx' => TRUE,
262         'ln' => TRUE,
263         'mo' => TRUE,
264         'nm' => TRUE,
265         'nx' => TRUE,
266         'qh' => TRUE,
267         'sc' => TRUE,
268         'sd' => TRUE,
269         'sh' => TRUE,
270         'sn' => TRUE,
271         'sx' => TRUE,
272         'tj' => TRUE,
273         'tw' => TRUE,
274         'xj' => TRUE,
275         'xz' => TRUE,
276         'yn' => TRUE,
277         'zj' => TRUE,
278 );
279
280 // ------------------------------
281 // ccTLD: Dominican Republic
282 // NIC  : http://www.nic.do/ingles/
283 // Whois: http://www.nic.do/whois-hin.php3
284 $domain['do'] = array(
285         // Frequently Asked Questions: 1. What is domain DO?
286         // http://www.nic.do/ingles/faq.php3
287         'art' => TRUE,
288         'com' => TRUE,
289         'edu' => TRUE,
290         'gob' => TRUE,
291         'gov' => TRUE,
292         'mil' => TRUE,
293         'net' => TRUE,
294         'org' => TRUE,
295         'sld' => TRUE,
296         'web' => TRUE,
297 );
298
299 // ------------------------------
300 // ccTLD: Guyana
301 // NIC  : http://registry.gy/
302 // Whois: http://registry.gy/whois.php
303 $domain['gy'] = array(
304         // Registration
305         // http://registry.gy/register.html
306         'co'  => TRUE,
307         'com' => TRUE,
308         'net' => TRUE,
309 );
310
311 // ------------------------------
312 // ccTLD: Heard and McDonald Islands
313 // NIC  : http://www.registry.hm/
314 // Whois: http://www.registry.hm/HR_whois.php
315 $domain['hm'] = array(
316         // REGISTRY.HM Registration Policy
317         // http://www.registry.hm/HR_conditions.php
318         // No information here, but there maybe at least three reserved domains
319         'com' => TRUE,
320         'net' => TRUE,
321         'org' => TRUE,
322 );
323
324 // ------------------------------
325 // ccTLD: Hungary
326 // NIC  : http://www.nic.hu/English/
327 // Whois: http://www.domain.hu/domain/English/domainsearch/
328 $domain['hu'] = array(
329         // Delegation rules - Secondary level public domains
330         // http://www.domain.hu/domain/English/sld.html
331         '2000'     => TRUE,
332         'agrar'    => TRUE,
333         'bolt'     => TRUE,
334         'casino'   => TRUE,
335         'city'     => TRUE,
336         'co'       => TRUE,
337         'erotica'  => TRUE,
338         'erotika'  => TRUE,
339         'film'     => TRUE,
340         'forum'    => TRUE,
341         'games'    => TRUE,
342         'hotel'    => TRUE,
343         'info'     => TRUE,
344         'ingatlan' => TRUE,
345         'jogasz'   => TRUE,
346         'konyvelo' => TRUE,
347         'lakas'    => TRUE,
348         'media'    => TRUE,
349         'news'     => TRUE,
350         'org'      => TRUE,
351         'priv'     => TRUE,
352         'reklam'   => TRUE,
353         'sex'      => TRUE,
354         'shop'     => TRUE,
355         'sport'    => TRUE,
356         'suli'     => TRUE,
357         'szex'     => TRUE,
358         'tm'       => TRUE,
359         'tozsde'   => TRUE,
360         'utazas'   => TRUE,
361         'video'    => TRUE,
362
363         // Delegation rules - List of protected names
364         // http://www.domain.hu/domain/English/specnev.html
365         // Some of restricted domains seems available like 'ac', and 'gov'.
366         'ac'     => TRUE,
367         'arpa'   => TRUE,
368         'biz'    => TRUE,
369         'co'     => TRUE,
370         'com'    => TRUE,
371         'dns'    => TRUE,
372         'e-mail' => TRUE,
373         'email'  => TRUE,
374         'firm'   => TRUE,
375         'ftp'    => TRUE,
376         'gov'    => TRUE,
377         'ind'    => TRUE,
378         'info'   => TRUE,
379         'internet' => TRUE,
380         'iskola' => TRUE,
381         'mail'   => TRUE,
382         'mx'     => TRUE,
383         'net'    => TRUE,
384         'nom'    => TRUE,
385         'ns'     => TRUE,
386         'nui'    => TRUE,
387         'org'    => TRUE,
388         'pp'     => TRUE,
389         'priv'   => TRUE,
390         'sport'  => TRUE,
391         'tm'     => TRUE,
392         'web'    => TRUE,
393         'www'    => TRUE,
394 );
395
396 // ------------------------------
397 // ccTLD: India
398 // NIC  : http://www.inregistry.in/
399 // Whois: http://www.inregistry.in/whois_search/
400 $domain['in'] = array(
401         // Policies http://www.inregistry.in/policies/
402         'ac'   => TRUE,
403         'co'   => TRUE,
404         'firm' => TRUE,
405         'gen'  => TRUE,
406         'gov'  => TRUE,
407         'ind'  => TRUE,
408         'mil'  => TRUE,
409         'net'  => TRUE,
410         'org'  => TRUE,
411         'res'  => TRUE,
412         // Reserved Names by the government (for the 2nd level)
413         // http://www.inregistry.in/policies/reserved_names
414 );
415
416 // ------------------------------
417 // ccTLD: Japan
418 // NIC  : http://jprs.co.jp/en/
419 // Whois: http://whois.jprs.jp/en/
420 $domain['jp'] = array(
421         // Guide to JP Domain Name
422         // http://jprs.co.jp/en/jpdomain.html
423
424         // Organizational
425         'ac' => TRUE,
426         'ad' => TRUE,
427         'co' => TRUE,
428         'ed' => TRUE,
429         'go' => TRUE,
430         'gr' => TRUE,
431         'lg' => TRUE, // pref.<geographic2nd>.lg.jp etc.
432         'ne' => TRUE,
433         'or' => TRUE,
434
435         // Geographic
436         //
437         // Examples for 3rd level domains
438         //'kumamoto'  => array(
439         //      // http://www.pref.kumamoto.jp/link/list.asp#4
440         //      'amakusa'   => TRUE,
441         //      'hitoyoshi' => TRUE,
442         //      'jonan'     => TRUE,
443         //      'kumamoto'  => TRUE,
444         //      ...
445         //),
446         'aichi'     => TRUE,
447         'akita'     => TRUE,
448         'aomori'    => TRUE,
449         'chiba'     => TRUE,
450         'ehime'     => TRUE,
451         'fukui'     => TRUE,
452         'fukuoka'   => TRUE,
453         'fukushima' => TRUE,
454         'gifu'      => TRUE,
455         'gunma'     => TRUE,
456         'hiroshima' => TRUE,
457         'hokkaido'  => TRUE,
458         'hyogo'     => TRUE,
459         'ibaraki'   => TRUE,
460         'ishikawa'  => TRUE,
461         'iwate'     => TRUE,
462         'kagawa'    => TRUE,
463         'kagoshima' => TRUE,
464         'kanagawa'  => TRUE,
465         'kawasaki'  => TRUE,
466         'kitakyushu'=> TRUE,
467         'kobe'      => TRUE,
468         'kochi'     => TRUE,
469         'kumamoto'  => TRUE,
470         'kyoto'     => TRUE,
471         'mie'       => TRUE,
472         'miyagi'    => TRUE,
473         'miyazaki'  => TRUE,
474         'nagano'    => TRUE,
475         'nagasaki'  => TRUE,
476         'nagoya'    => TRUE,
477         'nara'      => TRUE,
478         'niigata'   => TRUE,
479         'oita'      => TRUE,
480         'okayama'   => TRUE,
481         'okinawa'   => TRUE,
482         'osaka'     => TRUE,
483         'saga'      => TRUE,
484         'saitama'   => TRUE,
485         'sapporo'   => TRUE,
486         'sendai'    => TRUE,
487         'shiga'     => TRUE,
488         'shimane'   => TRUE,
489         'shizuoka'  => TRUE,
490         'tochigi'   => TRUE,
491         'tokushima' => TRUE,
492         'tokyo'     => TRUE,
493         'tottori'   => TRUE,
494         'toyama'    => TRUE,
495         'wakayama'  => TRUE,
496         'yamagata'  => TRUE,
497         'yamaguchi' => TRUE,
498         'yamanashi' => TRUE,
499         'yokohama'  => TRUE,
500 );
501
502 // ------------------------------
503 // ccTLD: South Korea
504 // NIC  : http://www.nic.or.kr/english/
505 // Whois: http://whois.nida.or.kr/english/
506 $domain['kr'] = array(
507         // .kr domain policy [appendix 1] : Qualifications for Second Level Domains
508         // http://domain.nida.or.kr/eng/policy.jsp
509
510         // Organizational
511         'co'  => TRUE,
512         'ne ' => TRUE,
513         'or ' => TRUE,
514         're ' => TRUE,
515         'pe'  => TRUE,
516         'go ' => TRUE,
517         'mil' => TRUE,
518         'ac'  => TRUE,
519         'hs'  => TRUE,
520         'ms'  => TRUE,
521         'es'  => TRUE,
522         'sc'  => TRUE,
523         'kg'  => TRUE,
524
525         // Geographic
526         'seoul'     => TRUE,
527         'busan'     => TRUE,
528         'daegu'     => TRUE,
529         'incheon'   => TRUE,
530         'gwangju'   => TRUE,
531         'daejeon'   => TRUE,
532         'ulsan'     => TRUE,
533         'gyeonggi'  => TRUE,
534         'gangwon'   => TRUE,
535         'chungbuk'  => TRUE,
536         'chungnam'  => TRUE,
537         'jeonbuk'   => TRUE,
538         'jeonnam'   => TRUE,
539         'gyeongbuk' => TRUE,
540         'gyeongnam' => TRUE,
541         'jeju'      => TRUE,
542 );
543
544 // ------------------------------
545 // ccTLD: Moldova (No whois server)
546 // NIC  : http://www.register.md/
547 // Whois:
548 //   http://www.max.md/whois/ Second level only
549 //   http://www.host.md/
550 $domain['md'] = array(
551         // http://www.host.md/ by MoldData (http://www.molddata.md/)
552         // "MoldData, a state enterprise" http://www.iana.org/reports/md-report-22oct03.htm
553         // http://www.molddata.md/services/domain/molddata.txt
554         'com'  => TRUE,
555         'co'   => TRUE,
556         'info' => TRUE,
557         'org'  => TRUE,
558         'host' => TRUE,
559 );
560
561 // ------------------------------
562 // ccTLD: Mexico
563 // NIC  : http://www.nic.mx/
564 // Whois: http://www.nic.mx/es/Busqueda.Who_Is
565 $domain['mx'] = array(
566         // Politicas Generales de Nombres de Dominio
567         // http://www.nic.mx/es/Politicas?CATEGORY=INDICE
568         'com' => TRUE,
569         'edu' => TRUE,
570         'gob' => TRUE,
571         'net' => TRUE,
572         'org' => TRUE,
573 );
574
575 // ------------------------------
576 // ccTLD: New Zealand
577 // NIC  : http://www.dnc.org.nz/
578 // Whois: http://www.dnc.org.nz/
579 $domain['nz'] = array(
580         // Second Level Domains
581         // http://www.dnc.org.nz/content/second_level_domains.pdf
582         'ac'     => TRUE,
583         'co'     => TRUE,
584         'gen'    => TRUE,
585         'geek'   => TRUE,
586         'maori'  => TRUE,
587         'net'    => TRUE,
588         'org'    => TRUE,
589         'school' => TRUE,
590
591         // policies and procedures: Moderated Second Level Domains
592         // http://www.dnc.org.nz/story/30043-35-1.html
593         'cri'        => TRUE, // Crown Research Institutes
594         'govt'       => TRUE,
595         'iwi'        => TRUE, // Traditional Maori tribes
596         'mil'        => TRUE,
597         'parliament' => TRUE,
598 );
599
600 // ------------------------------
601 // ccTLD: Poland
602 // NIC  : http://www.dns.pl/english/
603 // Whois: http://www.dns.pl/cgi-bin/en_whois.pl
604 $domain['pl'] = array(
605         // Functional domain names in NASK
606         // http://www.dns.pl/english/dns-funk.html
607         'agro'       => TRUE,
608         'aid'        => TRUE,
609         'atm'        => TRUE,
610         'auto'       => TRUE,
611         'biz'        => TRUE,
612         'com'        => TRUE,
613         'edu'        => TRUE,
614         'gmina'      => TRUE,
615         'gsm'        => TRUE,
616         'info'       => TRUE,
617         'mail'       => TRUE,
618         'media'      => TRUE,
619         'miasta'     => TRUE,
620         'mil'        => TRUE,
621         'net'        => TRUE,
622         'nieruchomosci' => TRUE,
623         'nom'        => TRUE,
624         'org'        => TRUE, 
625         'pc'         => TRUE,
626         'powiat'     => TRUE,
627         'priv'       => TRUE,
628         'realestate' => TRUE,
629         'rel'        => TRUE,
630         'sex'        => TRUE,
631         'shop'       => TRUE,
632         'sklep'      => TRUE,
633         'sos'        => TRUE,
634         'szkola'     => TRUE,
635         'targi'      => TRUE,
636         'tm'         => TRUE,
637         'tourism'    => TRUE,
638         'travel'     => TRUE,
639         'turystyka'  => TRUE,
640
641         // Regional domain names in NASK
642         // http://www.dns.pl/english/dns-regiony.html
643         'augustow'   => TRUE,
644         'babia-gora' => TRUE,
645         'bedzin'     => TRUE,
646         'beskidy'    => TRUE,
647         'bialowieza' => TRUE,
648         'bialystok'  => TRUE,
649         'bielawa'    => TRUE,
650         'bieszczady' => TRUE,
651         'boleslawiec'=> TRUE,
652         'bydgoszcz'  => TRUE,
653         'bytom'      => TRUE,
654         'cieszyn'    => TRUE,
655         'czeladz'    => TRUE,
656         'czest'      => TRUE,
657         'dlugoleka'  => TRUE,
658         'elblag'     => TRUE,
659         'elk'        => TRUE,
660         'glogow'     => TRUE,
661         'gniezno'    => TRUE,
662         'gorlice'    => TRUE,
663         'grajewo'    => TRUE,
664         'ilawa'      => TRUE,
665         'jaworzno'   => TRUE,
666         'jelenia-gora' => TRUE,
667         'jgora'      => TRUE,
668         'kalisz'     => TRUE,
669         'karpacz'    => TRUE,
670         'kartuzy'    => TRUE,
671         'kaszuby'    => TRUE,
672         'katowice'   => TRUE,
673         'kazimierz-dolny' => TRUE,
674         'kepno'      => TRUE,
675         'ketrzyn'    => TRUE,
676         'klodzko'    => TRUE,
677         'kobierzyce' => TRUE,
678         'kolobrzeg'  => TRUE,
679         'konin'      => TRUE,
680         'konskowola' => TRUE,
681         'kutno'      => TRUE,
682         'lapy'       => TRUE,
683         'lebork'     => TRUE,
684         'legnica'    => TRUE,
685         'lezajsk'    => TRUE,
686         'limanowa'   => TRUE,
687         'lomza'      => TRUE,
688         'lowicz'     => TRUE,
689         'lubin'      => TRUE,
690         'lukow'      => TRUE,
691         'malbork'    => TRUE,
692         'malopolska' => TRUE,
693         'mazowsze'   => TRUE,
694         'mazury'     => TRUE,
695         'mielec'     => TRUE,
696         'mielno'     => TRUE,
697         'mragowo'    => TRUE,
698         'naklo'      => TRUE,
699         'nowaruda'   => TRUE,
700         'nysa'       => TRUE,
701         'olawa'      => TRUE,
702         'olecko'     => TRUE,
703         'olkusz'     => TRUE,
704         'olsztyn'    => TRUE,
705         'opoczno'    => TRUE,
706         'opole'      => TRUE,
707         'ostroda'    => TRUE,
708         'ostroleka'  => TRUE,
709         'ostrowiec'  => TRUE,
710         'ostrowwlkp' => TRUE,
711         'pila'       => TRUE,
712         'pisz'       => TRUE,
713         'podhale'    => TRUE,
714         'podlasie'   => TRUE,
715         'polkowice'  => TRUE,
716         'pomorskie'  => TRUE,
717         'pomorze'    => TRUE,
718         'prochowice' => TRUE,
719         'pruszkow'   => TRUE,
720         'przeworsk'  => TRUE,
721         'pulawy'     => TRUE,
722         'radom'      => TRUE,
723         'rawa-maz'   => TRUE,
724         'rybnik'     => TRUE,
725         'rzeszow'    => TRUE,
726         'sanok'      => TRUE,
727         'sejny'      => TRUE,
728         'siedlce'    => TRUE,
729         'skoczow'    => TRUE,
730         'slask'      => TRUE,
731         'slupsk'     => TRUE,
732         'sosnowiec'  => TRUE,
733         'stalowa-wola' => TRUE,
734         'starachowice' => TRUE,
735         'stargard'   => TRUE,
736         'suwalki'    => TRUE,
737         'swidnica'   => TRUE,
738         'swiebodzin' => TRUE,
739         'swinoujscie'=> TRUE,
740         'szczecin'   => TRUE,
741         'szczytno'   => TRUE,
742         'tarnobrzeg' => TRUE,
743         'tgory'      => TRUE,
744         'turek'      => TRUE,
745         'tychy'      => TRUE,
746         'ustka'      => TRUE,
747         'walbrzych'  => TRUE,
748         'warmia'     => TRUE,
749         'warszawa'   => TRUE,
750         'waw'        => TRUE,
751         'wegrow'     => TRUE,
752         'wielun'     => TRUE,
753         'wlocl'      => TRUE,
754         'wloclawek'  => TRUE,
755         'wodzislaw'  => TRUE,
756         'wolomin'    => TRUE,
757         'wroclaw'    => TRUE,
758         'zachpomor'  => TRUE,
759         'zagan'      => TRUE,
760         'zarow'      => TRUE,
761         'zgora'      => TRUE,
762         'zgorzelec'  => TRUE, 
763 );
764
765 // ------------------------------
766 // ccTLD: Russia
767 // NIC  : http://www.cctld.ru/en/
768 // Whois: http://www.ripn.net:8080/nic/whois/en/
769 $domain['ru'] = array(
770         // List of Reserved second-level Domain Names
771         // http://www.cctld.ru/en/doc/detail.php?id21=20&i21=2
772
773         // Organizational
774         'ac'  => TRUE,
775         'com' => TRUE,
776         'edu' => TRUE,
777         'gov' => TRUE,
778         'int' => TRUE,
779         'mil' => TRUE,
780         'net' => TRUE,
781         'org' => TRUE,
782         'pp'  => TRUE,
783         //'test' => TRUE,
784
785         // Geographic
786         'adygeya'     => TRUE,
787         'altai'       => TRUE,
788         'amur'        => TRUE,
789         'amursk'      => TRUE,
790         'arkhangelsk' => TRUE,
791         'astrakhan'   => TRUE,
792         'baikal'      => TRUE,
793         'bashkiria'   => TRUE,
794         'belgorod'    => TRUE,
795         'bir'         => TRUE,
796         'bryansk'     => TRUE,
797         'buryatia'    => TRUE,
798         'cbg'         => TRUE,
799         'chel'        => TRUE,
800         'chelyabinsk' => TRUE,
801         'chita'       => TRUE,
802         'chukotka'    => TRUE,
803         'chuvashia'   => TRUE,
804         'cmw'         => TRUE,
805         'dagestan'    => TRUE,
806         'dudinka'     => TRUE,
807         'e-burg'      => TRUE,
808         'fareast'     => TRUE,
809         'grozny'      => TRUE,
810         'irkutsk'     => TRUE,
811         'ivanovo'     => TRUE,
812         'izhevsk'     => TRUE,
813         'jamal'       => TRUE,
814         'jar'         => TRUE,
815         'joshkar-ola' => TRUE,
816         'k-uralsk'    => TRUE,
817         'kalmykia'    => TRUE,
818         'kaluga'      => TRUE,
819         'kamchatka'   => TRUE,
820         'karelia'     => TRUE,
821         'kazan'       => TRUE,
822         'kchr'        => TRUE,
823         'kemerovo'    => TRUE,
824         'khabarovsk'  => TRUE,
825         'khakassia'   => TRUE,
826         'khv'         => TRUE,
827         'kirov'       => TRUE,
828         'kms'         => TRUE,
829         'koenig'      => TRUE,
830         'komi'        => TRUE,
831         'kostroma'    => TRUE,
832         'krasnoyarsk' => TRUE,
833         'kuban'       => TRUE,
834         'kurgan'      => TRUE,
835         'kursk'       => TRUE,
836         'kustanai'    => TRUE,
837         'kuzbass'     => TRUE,
838         'lipetsk'     => TRUE,
839         'magadan'     => TRUE,
840         'magnitka'    => TRUE,
841         'mari-el'     => TRUE,
842         'mari'        => TRUE,
843         'marine'      => TRUE,
844         'mordovia'    => TRUE,
845         'mosreg'      => TRUE,
846         'msk'         => TRUE,
847         'murmansk'    => TRUE,
848         'mytis'       => TRUE,
849         'nakhodka'    => TRUE,
850         'nalchik'     => TRUE,
851         'nkz'         => TRUE,
852         'nnov'        => TRUE,
853         'norilsk'     => TRUE,
854         'nov'         => TRUE,
855         'novosibirsk' => TRUE,
856         'nsk'         => TRUE,
857         'omsk'        => TRUE,
858         'orenburg'    => TRUE,
859         'oryol'       => TRUE,
860         'oskol'       => TRUE,
861         'palana'      => TRUE,
862         'penza'       => TRUE,
863         'perm'        => TRUE,
864         'pskov'       => TRUE,
865         'ptz'         => TRUE,
866         'pyatigorsk'  => TRUE,
867         'rnd'         => TRUE,
868         'rubtsovsk'   => TRUE,
869         'ryazan'      => TRUE,
870         'sakhalin'    => TRUE,
871         'samara'      => TRUE,
872         'saratov'     => TRUE,
873         'simbirsk'    => TRUE,
874         'smolensk'    => TRUE,
875         'snz'         => TRUE,
876         'spb'         => TRUE,
877         'stavropol'   => TRUE,
878         'stv'         => TRUE,
879         'surgut'      => TRUE,
880         'syzran'      => TRUE,
881         'tambov'      => TRUE,
882         'tatarstan'   => TRUE,
883         'tom'         => TRUE,
884         'tomsk'       => TRUE,
885         'tsaritsyn'   => TRUE,
886         'tsk'         => TRUE,
887         'tula'        => TRUE,
888         'tuva'        => TRUE,
889         'tver'        => TRUE,
890         'tyumen'      => TRUE,
891         'udm'         => TRUE,
892         'udmurtia'    => TRUE,
893         'ulan-ude'    => TRUE,
894         'vdonsk'      => TRUE,
895         'vladikavkaz' => TRUE,
896         'vladimir'    => TRUE,
897         'vladivostok' => TRUE,
898         'volgograd'   => TRUE,
899         'vologda'     => TRUE,
900         'voronezh'    => TRUE,
901         'vrn'         => TRUE,
902         'vyatka'      => TRUE,
903         'yakutia'     => TRUE,
904         'yamal'       => TRUE,
905         'yaroslavl'   => TRUE,
906         'yekaterinburg'     => TRUE,
907         'yuzhno-sakhalinsk' => TRUE,
908         'zgrad'       => TRUE,
909 );
910
911 // ------------------------------
912 // ccTLD: Seychelles
913 // NIC  : http://www.nic.sc/
914 // Whois: (Not available)
915 $domain['sc'] = array(
916         // http://www.nic.sc/policies.html
917         'com' => TRUE,
918         'edu' => TRUE,
919         'gov' => TRUE,
920         'net' => TRUE,
921         'org' => TRUE,
922 );
923
924 // ------------------------------
925 // ccTLD: Taiwan
926 // NIC  : http://www.twnic.net.tw/
927 // Whois: http://www.twnic.net.tw/
928 $domain['tw'] = array(
929         // Guidelines for Administration of Domain Name Registration
930         // http://www.twnic.net.tw/english/dn/dn_02.htm
931         // II. Types of TWNIC Domain Names and Application Requirements
932         // http://www.twnic.net.tw/english/dn/dn_02_b.htm
933         'club' => TRUE,
934         'com'  => TRUE,
935         'ebiz' => TRUE,
936         'edu'  => TRUE,
937         'game' => TRUE,
938         'gov'  => TRUE,
939         'idv'  => TRUE,
940         'mil'  => TRUE,
941         'net'  => TRUE,
942         'org'  => TRUE,
943         // Reserved words for the 2nd level
944         // http://mydn.twnic.net.tw/en/dn02/INDEX.htm
945 );
946
947 // ------------------------------
948 // ccTLD: Tanzania
949 // NIC  : http://www.psg.com/dns/tz/
950 // Whois: (Not available)
951 $domain['tz'] = array(
952         //  TZ DOMAIN NAMING STRUCTURE
953         // http://www.psg.com/dns/tz/tz.txt
954         'ac' => TRUE,
955         'co' => TRUE,
956         'go' => TRUE,
957         'ne' => TRUE,
958         'or' => TRUE,
959 );
960
961 // ------------------------------
962 // ccTLD: Ukraine
963 // NIC  : http://www.nic.net.ua/
964 // Whois: http://whois.com.ua/
965 $domain['ua'] = array(
966         // policy for alternative 2nd level domain names (a2ld)
967         // http://www.nic.net.ua/doc/a2ld
968         // http://whois.com.ua/
969
970         // Organizational
971         'com' => TRUE,
972         'edu' => TRUE,
973         'gov' => TRUE,
974         'net' => TRUE,
975         'org' => TRUE,
976
977         // Regional (long and short)
978         'cherkassy'       => TRUE,      'ck' => TRUE,
979         'chernigov'       => TRUE,      'cn' => TRUE,
980         'chernovtsy'      => TRUE,      'cv' => TRUE,
981         'crimea'          => TRUE,      'cr' => TRUE,
982         'dnepropetrovsk'  => TRUE,      'dp' => TRUE,
983         'donetsk'         => TRUE,      'dn' => TRUE,
984         'ivano-frankivsk' => TRUE,      'if' => TRUE,
985         'kharkov'         => TRUE,      'kh' => TRUE,
986         'kherson'         => TRUE,      'ks' => TRUE,
987         'khmelnitskiy'    => TRUE,      'km' => TRUE,
988         'kiev'            => TRUE,      'kv' => TRUE,
989         'kirovograd'      => TRUE,      'kr' => TRUE,
990         'lugansk'         => TRUE,      'lg' => TRUE,
991         'lutsk'           => TRUE,      'lt' => TRUE,
992         'lviv'            => TRUE,      'lv' => TRUE,
993         'nikolaev'        => TRUE,      'mk' => TRUE,
994         'odessa'          => TRUE,      'od' => TRUE,
995         'poltava'         => TRUE,      'pl' => TRUE,
996         'rovno'           => TRUE,      'rv' => TRUE,
997         'sebastopol'      => TRUE,      'sb' => TRUE,
998         'sumy'            => TRUE,      'sm' => TRUE,
999         'ternopil'        => TRUE,      'te' => TRUE, // Seems not 'tr'
1000         'uzhgorod'        => TRUE,      'uz' => TRUE,
1001         'vinnica'         => TRUE,      'vn' => TRUE,
1002         'zaporizhzhe'     => TRUE,      'zp' => TRUE,
1003         'zhitomir'        => TRUE,      'zt' => TRUE,
1004 );
1005
1006 // ------------------------------
1007 // ccTLD: United Kingdom
1008 // NIC  : http://www.nic.uk/
1009 $domain['uk'] = array(
1010         // Second Level Domains
1011         // http://www.nic.uk/registrants/aboutdomainnames/sld/
1012         'co'     => TRUE,
1013         'ltd'    => TRUE,
1014         'me'     => TRUE,
1015         'net'    => TRUE,
1016         'nic'    => TRUE,
1017         'org'    => TRUE,
1018         'plc'    => TRUE,
1019         'sch'    => TRUE,
1020
1021         // Delegated Second Level Domains
1022         // http://www.nic.uk/registrants/aboutdomainnames/sld/delegated/
1023         'ac'     => TRUE,
1024         'gov'    => TRUE,
1025         'mil'    => TRUE,
1026         'mod'    => TRUE,
1027         'nhs'    => TRUE,
1028         'police' => TRUE,
1029 );
1030
1031 // ------------------------------
1032 // ccTLD: United States of America
1033 // NIC  : http://nic.us/
1034 // Whois: http://whois.us/
1035 $domain['us'] = array(
1036         // See RFC1480
1037
1038         // Organizational
1039         'dni'  => TRUE, // Distributed National Institutes
1040         'fed'  => TRUE, // FEDeral government, <org-name>.<city>.FED.US
1041         'isa'  => TRUE,
1042         'kids' => TRUE,
1043         'nsn'  => TRUE,
1044
1045         // Geographical
1046         // United States Postal Service: State abbreviations (for postal codes)
1047         // http://www.usps.com/ncsc/lookups/abbreviations.html
1048         'ak' => TRUE, // Alaska
1049         'al' => TRUE, // Alabama
1050         'ar' => TRUE, // Arkansas
1051         'as' => TRUE, // American samoa
1052         'az' => TRUE, // Arizona
1053         'ca' => TRUE, // California
1054         'co' => TRUE, // Colorado
1055         'ct' => TRUE, // Connecticut
1056         'dc' => TRUE, // District of Columbia
1057         'de' => TRUE, // Delaware
1058         'fl' => TRUE, // Florida
1059         'fm' => TRUE, // Federated states of Micronesia
1060         'ga' => TRUE, // Georgia
1061         'gu' => TRUE, // Guam
1062         'hi' => TRUE, // Hawaii
1063         'ia' => TRUE, // Iowa
1064         'id' => TRUE, // Idaho
1065         'il' => TRUE, // Illinois
1066         'in' => TRUE, // Indiana
1067         'ks' => TRUE, // Kansas
1068         'ky' => TRUE, // Kentucky
1069         'la' => TRUE, // Louisiana
1070         'ma' => TRUE, // Massachusetts
1071         'md' => TRUE, // Maryland
1072         'me' => TRUE, // Maine
1073         'mh' => TRUE, // Marshall Islands
1074         'mi' => TRUE, // Michigan
1075         'mn' => TRUE, // Minnesota
1076         'mo' => TRUE, // Missouri
1077         'mp' => TRUE, // Northern mariana islands
1078         'ms' => TRUE, // Mississippi
1079         'mt' => TRUE, // Montana
1080         'nc' => TRUE, // North Carolina
1081         'nd' => TRUE, // North Dakota
1082         'ne' => TRUE, // Nebraska
1083         'nh' => TRUE, // New Hampshire
1084         'nj' => TRUE, // New Jersey
1085         'nm' => TRUE, // New Mexico
1086         'nv' => TRUE, // Nevada
1087         'ny' => TRUE, // New York
1088         'oh' => TRUE, // Ohio
1089         'ok' => TRUE, // Oklahoma
1090         'or' => TRUE, // Oregon
1091         'pa' => TRUE, // Pennsylvania
1092         'pr' => TRUE, // Puerto Rico
1093         'pw' => TRUE, // Palau
1094         'ri' => TRUE, // Rhode Island
1095         'sc' => TRUE, // South Carolina
1096         'sd' => TRUE, // South Dakota
1097         'tn' => TRUE, // Tennessee
1098         'tx' => TRUE, // Texas
1099         'ut' => TRUE, // Utah
1100         'va' => TRUE, // Virginia
1101         'vi' => TRUE, // Virgin Islands
1102         'vt' => TRUE, // Vermont
1103         'wa' => TRUE, // Washington
1104         'wi' => TRUE, // Wisconsin
1105         'wv' => TRUE, // West Virginia
1106         'wy' => TRUE, // Wyoming
1107 );
1108
1109 // ------------------------------
1110 // ccTLD: South Africa
1111 // NIC  : http://www.zadna.org.za/
1112 // Whois: 
1113 //   ac.za  http://www.tenet.ac.za/cgi/cgi_domainquery.exe
1114 //   co.za  http://co.za/whois.shtml
1115 //   gov.za http://dnsadmin.gov.za/
1116 //   org.za http://www.org.za/
1117 $domain['za'] = array(
1118         // Second-level subdomains of .ZA
1119         // http://www.zadna.org.za/slds.html
1120         'ac'   => TRUE,
1121         'city' => TRUE,
1122         'co'   => TRUE,
1123         'edu'  => TRUE,
1124         'gov'  => TRUE,
1125         'law'  => TRUE,
1126         'mil'  => TRUE,
1127         'nom'  => TRUE,
1128         'org'  => TRUE,
1129         'school' => array(
1130                 // Provincial Domains
1131                 // http://www.esn.org.za/dns/
1132                 'ecape' => TRUE, // Eastern Cape
1133                 'fs.'   => TRUE, // Free State
1134                 'gp'    => TRUE, // Gauteng Province
1135                 'kzn'   => TRUE, // Kwazulu-Natal
1136                 'lp'    => TRUE, // Limpopo Province
1137                 'mpm'   => TRUE, // Mpumalanga
1138                 'ncape' => TRUE, // Northern Cape
1139                 'nw'    => TRUE, // North-West Province
1140                 'wcape' => TRUE, // Western Cape
1141         ),
1142 );
1143
1144 ?>