nousername
08-01-2002, 07:11 AM
Sort of a wierd question here, but does anyone out there have a domain names extension list (.com, .net, .org, etc.) in a database dump format?
The more complete the extension list the better. If anyone has this, it would be greatly appreciated :)
ServerSonic
08-01-2002, 07:34 AM
This wouldn't be for phpManager by any chance would it? ;-) It's such a pain that they dont include any TLD's by default, not even .com. Here is the dump from what I have, not too many but I haven't had any requests for TLDs other than this
CREATE TABLE `domains` (
`id` int(4) NOT NULL auto_increment,
`domain` varchar(100) default NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) TYPE=MyISAM;
#
# Dumping data for table `domains`
#
INSERT INTO `domains` (`id`, `domain`) VALUES (1, '.com'),
(2, '.net'),
(3, '.org'),
(4, '.info'),
(7, '.tv'),
(6, '.biz'),
(8, '.co.uk'),
(9, '.org.uk'),
(10, '.ltd.uk'),
(11, '.plc.uk'),
(12, '.us'),
(13, '.tk');
nousername
08-01-2002, 08:11 AM
lol.. hit the nail on the head ;)..
I think I will just use what I think to be the most popular :)