Reply
7000 Recipe database with pictures
Old 03-05-2007, 09:48 PM 7000 Recipe database with pictures
edpudol's Avatar
Super Spam Talker

iTrader Rating: 3 (View)
Posts: 918
I am selling my collection of more than 7000 recipes database with picture included most of the recipes have pictures....

for only $50 each copy
demo site:http://www.recipeathome.info

database structure


CREATE TABLE `addrecipe` (
`recipeid` int(3) NOT NULL auto_increment,
`reccat` text,
`recsubcat` varchar(255) default NULL,
`rectitle` text,
`recing` text,
`rectext` text,
`recpic` varchar(255) NOT NULL default '',
`recactivation` int(3) default '0',
`recaddedby` varchar(255) default NULL,
`recrating` int(3) default '0',
PRIMARY KEY (`recipeid`),
UNIQUE KEY `recipeid` (`recipeid`),
KEY `recipeid_2` (`recipeid`),
FULLTEXT KEY `reccat` (`reccat`,`recsubcat`,`rectitle`,`rectext`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7328 ;


--
-- Table structure for table `dd_categories`
--

CREATE TABLE `dd_categories` (
`CategoryName` varchar(100) NOT NULL default '',
`CategoryID` bigint(20) NOT NULL auto_increment,
PRIMARY KEY (`CategoryID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=32 ;
edpudol is offline
Reply With Quote
View Public Profile Visit edpudol's homepage!
 
When You Register, These Ads Go Away!
Old 03-11-2007, 09:02 PM Re: 7000 Recipe database with pictures
Junior Talker

iTrader Rating: 0 (View)
Posts: 4
does the script/design you are using come with it?
davnas is offline
Reply With Quote
View Public Profile
 
Old 04-04-2007, 08:49 AM Re: 7000 Recipe database with pictures
Extreme Talker

iTrader Rating: 0 (View)
Posts: 152
ditto that comment*
__________________
Surface Ripple Teen Community
Andy_Wilson is offline
Reply With Quote
View Public Profile Visit Andy_Wilson's homepage!
 
Old 04-04-2007, 09:33 AM Re: 7000 Recipe database with pictures
professor's Avatar
Super Talker

iTrader Rating: 0 (View)
Posts: 134
How many copies you have sold? I think you are selling it at many forums so lots of duplicate contents.
__________________
For All your programming and designing needs
professor is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to 7000 Recipe database with pictures
 

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.15770 seconds with 12 queries