OSDN Git Service

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