Reply
Database Sale
Old 02-25-2007, 09:47 AM Database Sale
Super Talker

iTrader Rating: 0 (View)
Posts: 129
over 28000 baby names:

Quote:
CREATE TABLE `names` (
`id` int(5) NOT NULL auto_increment,
`name` varchar(25) NOT NULL default '',
`meaning` text NOT NULL,
`gender` varchar(6) NOT NULL default '',
`origin` varchar(24) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=28583 ;
over 29000 drink recipes, cocktails baby...

Quote:
CREATE TABLE `recipes` (
`id` int(11) default NULL,
`title` varchar(255) default NULL,
`titlecat` varchar(255) default NULL,
`recipe` longtext,
`category` varchar(64) default NULL,
`category2` varchar(255) default NULL,
`category3` varchar(50) default NULL,
`category4` varchar(50) default NULL,
KEY `category` (`category`),
KEY `category2` (`category2`)
) TYPE=MyISAM;
over 89000 plants, Symbol Scientific Common Family

Quote:
CREATE TABLE IF NOT EXISTS `plants` (
`id` int(10) NOT NULL default '0',
`symbol` varchar(255) NOT NULL default '',
`scientific` varchar(255) NOT NULL default '',
`common` varchar(255) NOT NULL default '',
`family` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
over 4000 ethnic recipes

Quote:
CREATE TABLE `ethnic_recipes` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) default NULL,
`titlecat` varchar(255) default NULL,
`recipe` longtext,
`category` varchar(64) default NULL,
`category2` varchar(255) default NULL,
`category3` varchar(50) default NULL,
`category4` varchar(50) default NULL,
UNIQUE KEY `id` (`id`)
) TYPE=MyISAM;
each database is ready for immediate download at a cost of $5 each.

PM me for payment details please.

i have more, but will not offer them till i see how this one goes.
sawz is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 03-01-2007, 07:58 AM Re: Database Sale
Super Talker

iTrader Rating: 0 (View)
Posts: 129
more databases are available, view them here:
sawz is offline
Reply With Quote
View Public Profile
 
Old 03-14-2007, 11:21 AM Re: Database Sale
Super Talker

iTrader Rating: 0 (View)
Posts: 129
i have demos for these databases, the script is not included in the database price:

babynames
plants
quotes

databases can be purchased here.
sawz is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Database Sale
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11882 seconds with 12 queries