Skip to content

Instantly share code, notes, and snippets.

@lnpbk
Created July 23, 2015 18:35
Show Gist options
  • Save lnpbk/50ebfdb5c9adf9855854 to your computer and use it in GitHub Desktop.
Save lnpbk/50ebfdb5c9adf9855854 to your computer and use it in GitHub Desktop.
Handy list of subs u will want to keep from being registered
<?php
$reserved = [
'api',
'help',
'docs',
'www',
'account',
'app',
'demo',
'plans',
'support',
'documentation',
'site',
'website',
'ceo',
'staff',
'people',
'owner',
'dev',
'development',
'developers',
'apis',
'localhost',
'local',
'school',
'signup',
'assets',
'blog',
'calendar',
'camo',
'dashboard',
'files',
'ftp',
'git',
'imap',
'lab',
'm',
'mx',
'pages',
'sites',
'smtp',
'ssl',
'status',
'staging',
'production',
'beta',
'about',
'access',
'account',
'accounts',
'add',
'address',
'adm',
'admin',
'administration',
'adult',
'advertising',
'affiliate',
'affiliates',
'ajax',
'analytics',
'android',
'anon',
'anonymous',
'apps',
'archive',
'auth',
'authentication',
'avatar',
'assets',
'backup',
'banner',
'banners',
'bin',
'billing',
'blogs',
'board',
'bot',
'bots',
'business',
'chat',
'cache',
'cadastro',
'calendar',
'campaign',
'careers',
'cgi',
'client',
'cliente',
'code',
'comercial',
'compare',
'config',
'connect',
'contact',
'contest',
'create',
'code',
'compras',
'css',
'dashboard',
'data',
'db',
'design',
'delete',
'demo',
'design',
'designer',
'dev',
'devel',
'dir',
'directory',
'doc',
'docs',
'domain',
'download',
'downloads',
'edit',
'editor',
'email',
'ecommerce',
'forum',
'forums',
'faq',
'favorite',
'feed',
'feedback',
'flog',
'follow',
'file',
'files',
'free',
'ftp',
'gadget',
'gadgets',
'games',
'guest',
'group',
'groups',
'help',
'home',
'homepage',
'host',
'hosting',
'hostname',
'html',
'http',
'httpd',
'https',
'hpg',
'info',
'information',
'image',
'img',
'images',
'imap',
'index',
'invite',
'intranet',
'indice',
'ipad',
'iphone',
'irc',
'java',
'javascript',
'job',
'jobs',
'js',
'knowledgebase',
'log',
'login',
'logs',
'logout',
'list',
'lists',
'mail',
'mail1',
'mail2',
'mail3',
'mail4',
'mail5',
'mailer',
'mailing',
'mx',
'manager',
'marketing',
'master',
'me',
'media',
'message',
'microblog',
'microblogs',
'mine',
'mp3',
'msg',
'msn',
'mysql',
'messenger',
'mob',
'mobile',
'movie',
'movies',
'music',
'musicas',
'my',
'name',
'named',
'net',
'network',
'new',
'news',
'newsletter',
'nick',
'nickname',
'notes',
'noticias',
'ns',
'ns1',
'ns2',
'ns3',
'ns4',
'old',
'online',
'operator',
'order',
'orders',
'page',
'pager',
'pages',
'panel',
'password',
'perl',
'pic',
'pics',
'photo',
'photos',
'photoalbum',
'php',
'plugin',
'plugins',
'pop',
'pop3',
'post',
'postmaster',
'postfix',
'posts',
'profile',
'project',
'projects',
'promo',
'pub',
'public',
'python',
'random',
'register',
'registration',
'root',
'ruby',
'rss',
'sale',
'sales',
'sample',
'samples',
'script',
'scripts',
'secure',
'send',
'service',
'shop',
'sql',
'signup',
'signin',
'search',
'security',
'settings',
'setting',
'setup',
'site',
'sites',
'sitemap',
'smtp',
'soporte',
'ssh',
'stage',
'staging',
'start',
'subscribe',
'subdomain',
'suporte',
'support',
'stat',
'static',
'stats',
'status',
'store',
'stores',
'system',
'tablet',
'tablets',
'tech',
'telnet',
'test',
'test1',
'test2',
'test3',
'teste',
'tests',
'theme',
'themes',
'tmp',
'todo',
'task',
'tasks',
'tools',
'tv',
'talk',
'update',
'upload',
'url',
'user',
'username',
'usuario',
'usage',
'vendas',
'video',
'videos',
'visitor',
'win',
'ww',
'www',
'www1',
'www2',
'www3',
'www4',
'www5',
'www6',
'www7',
'wwww',
'wws',
'wwws',
'web',
'webmail',
'website',
'websites',
'webmaster',
'workshop',
'xxx',
'xpg',
'you',
'yourname',
'yourusername',
'yoursite',
'yourdomain',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment