0
我的網站將允許用戶選擇他們自己的子域名。我有一個相當多的名單,但想看看有沒有其他人認爲是值得的...允許用戶子域名的網站 - 我應該阻止用戶使用哪些子域名?
在此先感謝!
$banned_subdomains = array(
'cname',
'www',
'test',
'js',
'css',
'cache',
'static',
'img',
'images',
'mail',
'ftp',
'cpanel',
'whm',
'webmail',
'webdisk',
'ns',
'ns1',
'ns2',
'ns3',
'ns4',
'ns5',
'register',
'pop',
'pop3',
'beta',
'stage',
'dev',
'http',
'https',
'abuse',
'admin',
'donate',
'store',
'payment',
'smtp'
);
我終於做出了github repo:https://github.com/ckrailo/Banned-Subdomains – ckrailo 2011-03-15 03:24:12