Website that allows user subdomains - what subdomains should

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Website that allows user subdomains - what subdomains should

Post by Mr Tech »

My website is going to allow users to choose their own subdomain. I've got quite a list going but want to see if there are any others out there that you think would be worth it...

Thanks in advance!

Code: Select all

$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'
		);
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Website that allows user subdomains - what subdomains sh

Post by Jonah Bron »

Maybe,

login
home
main
me
User avatar
Ragnis
Forum Commoner
Posts: 31
Joined: Thu Nov 13, 2008 12:35 pm
Location: Saaremaa, Estonia, Europe, Asia, Planet Earth, The Solar System, Milky way.

Re: Website that allows user subdomains - what subdomains sh

Post by Ragnis »

account
api
Post Reply