Reply
Jokes x 2, baby names, drink recipes databases with scripts (mod_rewrite)
Old 01-21-2007, 06:05 AM Jokes x 2, baby names, drink recipes databases with scripts (mod_rewrite)
Junior Talker

iTrader Rating: 0 (View)
Posts: 4
Name: Piotrek
Price for single database: 4$
Price for all 5 databases: 15$

Payment methods: e-gold, paypal


Baby names database:
~7000 records, ~0,6MB including php script (+mod_rewrite), single table

CREATE TABLE `babynames` (

`ID` varchar(255) NOT NULL default '',

`Name` varchar(255) default NULL,

`Meaning` varchar(255) default NULL,

`Origin` varchar(255) default NULL,

PRIMARY KEY (`ID`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Drink recipes:
~15000 recipes, 2,7mb including php script (+mod_rewrite), single table

CREATE TABLE IF NOT EXISTS drinks (
`ID` VARCHAR(255),
`Name` VARCHAR(255),
`Ingrediants` TEXT,
`Instructions` TEXT,
`Category` VARCHAR(255)) TYPE=MyISAM;

Jokes:
~10 000 records, 2,7mb including php script (+mod_rewrite), single table

CREATE TABLE `new_jokes` (
`ID` int(6) NOT NULL auto_increment,
`Category` varchar(255) default NULL,
`Joke` text,
PRIMARY KEY (`ID`),
KEY `Category` (`Category`)
) ENGINE=MyISAM AUTO_INCREMENT=9986 DEFAULT CHARSET=latin1 AUTO_INCREMENT=9986 ;

Quotes:
~10 000 quotes, 1,6mb including php script (+mod_rewrite), single table

CREATE TABLE `quotes` (
`ID` varchar(255) default NULL,
`Quote` varchar(255) default NULL,
`Name` varchar(255) default NULL,
KEY `Name` (`Name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Jokes:
~2500 records, 2,6mb, multiple tables

CREATE TABLE `nuke_pnjokes_audience` (
`pn_tid` int(10) NOT NULL auto_increment,
`pn_audience` text NOT NULL,
PRIMARY KEY (`pn_tid`)
) TYPE=MyISAM AUTO_INCREMENT=5 ;
jubi is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Reply     « Reply to Jokes x 2, baby names, drink recipes databases with scripts (mod_rewrite)
 

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