I am selling a bundle of 54 mysql database dumps for $5.
I will upload them to your server for free.
You will also have resell rights to these.
You have a choice of 1 large file (zip or rar'd) or multiple files, the choice is up to you!
If you're interested PM me or contact me via msger
The total size of all the files is 674MB
* Airport Listings (4,000+ records)
* Animal Shelters (2,400+ records)
* Baby Names Database (9,000+ records)
* Celebrity Biographies (1,000+ records)
* Blog Site Database (54,000+ records)
* Entertainment Based Databases
* Ezine Directory Listings (9,000+ records)
* Famous Quotes (17,000+ records)
* Freebie Sites Databases ( mails , webmaster etc )
* Fun & Factual Database
* Funny Jokes Database (2,000+ records)
* Game Cheats Database (9000 records)
* Insults Database (4000+ records)
* Kid's Games Database
* Lyrics Database (600,000+)
* Motels & Hotels
* Plants Database (80,000+)
* Recipe Databases (40,000+)
* Restaurants (290,000+)
* RSS Feeds (29,000+)
* Scripts Database (10,000+)
* Short Stories
* Web Site Articles (300,000+)
* Web Hosts Database
* Web Cam Database
* And many more, see image below
To all mods, I can provide resell rights if asked.
I will upload them to your server for free.
You will also have resell rights to these.
You have a choice of 1 large file (zip or rar'd) or multiple files, the choice is up to you!
If you're interested PM me or contact me via msger
The total size of all the files is 674MB
* Airport Listings (4,000+ records)
* Animal Shelters (2,400+ records)
* Baby Names Database (9,000+ records)
* Celebrity Biographies (1,000+ records)
* Blog Site Database (54,000+ records)
* Entertainment Based Databases
* Ezine Directory Listings (9,000+ records)
* Famous Quotes (17,000+ records)
* Freebie Sites Databases ( mails , webmaster etc )
* Fun & Factual Database
* Funny Jokes Database (2,000+ records)
* Game Cheats Database (9000 records)
* Insults Database (4000+ records)
* Kid's Games Database
* Lyrics Database (600,000+)
* Motels & Hotels
* Plants Database (80,000+)
* Recipe Databases (40,000+)
* Restaurants (290,000+)
* RSS Feeds (29,000+)
* Scripts Database (10,000+)
* Short Stories
* Web Site Articles (300,000+)
* Web Hosts Database
* Web Cam Database
* And many more, see image below
Code:
CREATE TABLE `airport_table` (
`biz_id` int(11) NOT NULL auto_increment,
`biz_name` varchar(255) NOT NULL default '',
`address` varchar(255) NOT NULL default '',
`city` varchar(100) NOT NULL default '',
`state` varchar(100) NOT NULL default '',
`zip` varchar(20) NOT NULL default '',
`phone` varchar(20) NOT NULL default '',
`url` varchar(255) NOT NULL default '',
`email` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`hours` varchar(100) NOT NULL default '',
`details` text NOT NULL,
PRIMARY KEY (`biz_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4167 ;
--
-- Dumping data for table `airport_table`
--
INSERT INTO `airport_table` VALUES (1, 'Global Air Response', '7355 South Peoria Street, A3/suite 209', 'Englewood', 'CO', '80112', '(800) 971-4351', 'http://www.AirResponse.net', '[email protected]', '', 'Mon-Sun: 12:00 AM-12:00 AM', '\n<b>Products & Services:</b><br>\n<ul>\n<li>air ambulance</li>\n<li>Air Ambulance Network</li>\n<li>Air Ambulances</li>\n<li>Air Intensive Care Units</li>\n<li>Air Transport</li>\n<li>Bedside to Bedside Transport</li>\n<li>Domestic Service</li>\n<li>Flight Nurses</li>\n<li>Flight Physicians</li>\n<li>global medical transport</li>\n<li>\nIntensive & Critical Care Specialists\n</li>\n<li>Inter-Facility Transfers</li>\n<li>international air ambulance</li>\n<li>International Services</li>\n<li>Life Support</li>\n<li>medical air</li>\n<li>medical transport</li>\n<li>\nMedical Transportation Specialists\n</li>\n<li>medical travel</li>\n<li>\nNon- Emergency Medical Transportation\n</li>\n<li>Oxygen Equipped</li>\n<li>patient transport</li>\n<li>Pediatric Transport</li>\n<li>repatriation</li>\n<li>Stretcher Transport</li>\n<li>Wheelchair Carriers</li>\n<li>Wheelchair Transport</li>\n</ul>\n<br><b>Specialties:</b><br>\n<ul>\n<li>\nInternational Medical Transport\n</li>\n<li>Patient Transportation</li>\n<li>Repatriation</li>\n</ul>\n<br><b>Payment Options:</b><br>\n<ul>\n<li>American Express</li>\n<li>Debit Cards</li>\n<li>Discover</li>\n<li>MasterCard</li>\n<li>Money Orders</li>\n<li>Personal Checks</li>\n<li>Travelers Checks</li>\n<li>VISA</li>\n</ul>\n<br><b>Languages Spoken:</b><br>\n<ul>\n<li>English</li>\n<li>French</li>\n<li>Spanish</li>\n</ul>\n<br><b>Certification & Affiliations:</b><br>\n<ul>\n<li>aerospace Medical Association</li>\n<li>\nAir Medical Physician Association\n</li>\n<li>Certified</li>\n<li>\nFAA 135 Air Carrier Certificate\n</li>\n<li>\nNational Flight Paramedica Association\n</li>\n</ul>\n<br><b>Additional Information:</b><br>\n<span>Global Air Response is a FAA certified air ambulance provider, which operates long range Learjet. Established in 1986.\n</span>');
INSERT INTO `airport_table` VALUES (2, 'Demopolis City - Airport', '744 Boykin Field Road', 'Demopolis', 'AL', '36732', '(334) 289-0455', '', '', '', '', '');
animal shelter
CREATE TABLE `animals` (
`biz_id` int(11) NOT NULL auto_increment,
`biz_name` varchar(255) NOT NULL default '',
`address` varchar(255) NOT NULL default '',
`city` varchar(100) NOT NULL default '',
`state` varchar(100) NOT NULL default '',
`zip` varchar(20) NOT NULL default '',
`phone` varchar(20) NOT NULL default '',
`url` varchar(255) NOT NULL default '',
`email` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`hours` varchar(100) NOT NULL default '',
`details` text NOT NULL,
PRIMARY KEY (`biz_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2582 ;
INSERT INTO `animals` VALUES (1, 'Animal Shelters', '1201 Parkwood Drive', 'Anniston', 'AL', '36201', '(256) 236-1581', '', '', '', '', '\n<b>Products & Services:</b><br>\n<ul>\n<li>City & County Government</li>\n</ul>\n');
INSERT INTO `animals` VALUES (2, 'The Dog Pound', '1701 US Highway 72 West', 'Athens', 'AL', '35611', '(256) 771-7889', 'http://www.the-dog-pound.com', '', '', '', '\n<b>Products & Services:</b><br>\n<ul>\n<li>City & County Government</li>\n</ul>\n')
To all mods, I can provide resell rights if asked.





