I am looking for a recipe site script

Discussion in 'Scripts' started by Jace, May 13, 2008.

  1. #1
    I am looking for a recipe site script, BUT, and a big HUGE but, it has to have this database structure. Stupid me bought a database of recipes without checking to see what script it went to, haha, now the dude is MIA and I wanna use this thing!

    CREATE TABLE `categories` (
    `CategoryID` int(10) NOT NULL auto_increment,
    `CategoryName` varchar(150) NOT NULL default '',
    PRIMARY KEY (`CategoryID`),
    UNIQUE KEY `CategoryName` (`CategoryName`)
    ) TYPE=MyISAM AUTO_INCREMENT=36 ;

    CREATE TABLE `subcategories` (
    `CategoryID` int(10) NOT NULL default '0',
    `SubcategoryID` int(10) NOT NULL auto_increment,
    `SubcategoryName` varchar(150) NOT NULL default '',
    PRIMARY KEY (`SubcategoryID`)
    ) TYPE=MyISAM AUTO_INCREMENT=54;

    CREATE TABLE `items` (
    `ItemID` int(10) NOT NULL auto_increment,
    `ItemTitle` varchar(255) NOT NULL default '',
    `ItemCategory` int(10) NOT NULL default '0',
    `ItemSubcategory` int(10) NOT NULL default '0',
    `ItemText` text,
    `ItemImage` varchar(255) NOT NULL default '',
    `Contributor` varchar(50) NOT NULL default '',
    `DateAdded` int(10) NOT NULL default '0',
    `ItemType` varchar(10) NOT NULL default '',
    `ItemStatus` varchar(20) NOT NULL default 'unapproved',
    PRIMARY KEY (`ItemID`)
    ) TYPE=MyISAM AUTO_INCREMENT=1015;
     
    Jace, May 13, 2008 IP
    redhits likes this.
  2. hiplord

    hiplord Banned

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    well you can hire someone to make you a custom script for your database
     
    hiplord, May 13, 2008 IP
  3. Jace

    Jace Peon

    Messages:
    66
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    unless that custom coding job is going to be $25-30 I don't think I can take you on :)
     
    Jace, May 13, 2008 IP
  4. Jace

    Jace Peon

    Messages:
    66
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ok idiots, please stop pming me offering to code me a custom script
     
    Jace, May 13, 2008 IP
  5. hiplord

    hiplord Banned

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    well if you are that tight in your budget you can try a free CMS like drupal :D
     
    hiplord, May 13, 2008 IP
  6. Joomla Dude

    Joomla Dude Banned

    Messages:
    592
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    hey dude,you can surely get a nice recipes website script for 30$.
    I guess,i can get that for you..
    Pm me and i will send you the link to download for 30$.
    Thanks..
     
    Joomla Dude, May 13, 2008 IP
  7. Jace

    Jace Peon

    Messages:
    66
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    sure, I can get a recipe script for $30, but I am looking for the specific one that has THAT database structure

    why not just post the link here?

    and sure I am tight on my budget for this project, I already bought the database and want the exact script it goes to
     
    Jace, May 13, 2008 IP
  8. Bratzilla

    Bratzilla Peon

    Messages:
    202
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Not sure if this will help, but I would guess a lot of recipe scripts probably have very similar DB structures. If it's within your programming skill, is it possible to download one of them and "open the hood" so to speak? Take a look at the DB structure of an existing (free) script. If it's close enough, you can do a few name changes and it could work well. I've had to do that with other scripts and it's worked well. Net cost, $0. A little sweat equity could get you exactly what you want. Just a thought. :)
     
    Bratzilla, May 13, 2008 IP
  9. theseopro

    theseopro Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Out of curiosity which recipe script did you buy? I'm looking into one and I want to make sure I'm not about to have the same problem.
     
    theseopro, May 20, 2008 IP
  10. Ratty

    Ratty Active Member

    Messages:
    565
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    95
    Digital Goods:
    1
    #10
    I can't say I recognize the structure. Your best plan of attack might be to find the script you want to use and then do a database migration to it. If you get someone smart they should be able to do it pretty cheaply and quickly for you.
     
    Ratty, May 20, 2008 IP