Selling 1100 recipes database and 1500 drinks database both for only $80.
This is a mega price as i had sold 4-5 copies of drinks database for $100 itself.
The recipes database:
Has 20+ catergories
1100 recipes
400 extra ordinary recipes
The drinks database:
Has 15+ catergories
1500 drink recipes
Heres the table structure:
Table Structure:
CREATE TABLE `drinks` (
`drinkid` int(10) unsigned NOT NULL default '0',
`title` varchar(255) default NULL,
`directions` text,
`userid` int(10) unsigned default NULL,
`rating` int(10) unsigned default '0',
`categoryid` int(10) unsigned default NULL,
`date` varchar(20) NOT NULL default '',
`story` text,
`hits` int(10) unsigned default '0',
`status` char(1) default 'W',
PRIMARY KEY (`drinkid`),
UNIQUE KEY `recipieid` (`drinkid`),
KEY `recipieid_2` (`drinkid`)
) TYPE=MyISAM;
Will sell 10 copies of it on namepros
. Payment via paypal.
This is a mega price as i had sold 4-5 copies of drinks database for $100 itself.
The recipes database:
Has 20+ catergories
1100 recipes
400 extra ordinary recipes
The drinks database:
Has 15+ catergories
1500 drink recipes
Heres the table structure:
Table Structure:
CREATE TABLE `drinks` (
`drinkid` int(10) unsigned NOT NULL default '0',
`title` varchar(255) default NULL,
`directions` text,
`userid` int(10) unsigned default NULL,
`rating` int(10) unsigned default '0',
`categoryid` int(10) unsigned default NULL,
`date` varchar(20) NOT NULL default '',
`story` text,
`hits` int(10) unsigned default '0',
`status` char(1) default 'W',
PRIMARY KEY (`drinkid`),
UNIQUE KEY `recipieid` (`drinkid`),
KEY `recipieid_2` (`drinkid`)
) TYPE=MyISAM;
Will sell 10 copies of it on namepros





