- Impact
- 0
Database of Events for $2!
I have a database of 1500 rows which contains information about historical events. (Dates and quotes)
I am selling it for $2.00
Here is a sample of the database.
========SAMPLE================
Payment via PayPal only.
*Contact in PM if you are interested*
I have a database of 1500 rows which contains information about historical events. (Dates and quotes)
I am selling it for $2.00
Here is a sample of the database.
========SAMPLE================
=====================================#
# Table structure for table `nuke_ephem`
#
DROP TABLE IF EXISTS `nuke_ephem`;
CREATE TABLE `nuke_ephem` (
`pn_eid` int(11) NOT NULL auto_increment,
`pn_did` tinyint(2) NOT NULL default '0',
`pn_mid` tinyint(2) NOT NULL default '0',
`pn_yid` int(4) NOT NULL default '0',
`pn_content` text NOT NULL,
`pn_language` varchar(30) NOT NULL default '',
PRIMARY KEY (`pn_eid`)
) TYPE=MyISAM AUTO_INCREMENT=1676 ;
#
# Dumping data for table `nuke_ephem`
#
INSERT INTO `nuke_ephem` (`pn_eid`, `pn_did`, `pn_mid`, `pn_yid`, `pn_content`, `pn_language`)
VALUES (1, 1, 1, 1804, 'Haitians defeat French colonialists, declare new nation.', ''),
(3, 1, 1, 1959, 'Cuban people led by Fidel Castro topples the US-backed Batista dictatorship in
Cuba.', ''),
(4, 2, 1, 1858, 'U.S. troops invade Uruguay.', ''),
(6, 2, 1, 1882, 'Standard Oil Trust formed, circumventing anti-monopoly laws.', ''),
Payment via PayPal only.
*Contact in PM if you are interested*
Last edited:






