Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Content for Sale


You are currently viewing our Website Content for Sale as a guest. Please register to participate.
Login



 
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

Posts: 4
Name: Piotrek
Trades: 0
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
View Public Profile
 
 
Register now for full access!
   

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





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



Page generated in 0.17898 seconds with 12 queries