I can only accept payment from paypal no cc
Here are some of my cheap collection of database if you're looking for them...
5000 recipe database for only $8
4000 cheat code database $8
1000 jokes database $5
Daily trivia database
I have tihis 57,413 trivias collection, it is a daily trivia you can use to create new site or for your existing site.
Sample http://trivia.famousperson.info/
$15 only
Car Database
would like also to sell my car database... there are 600+ cars included and more than 50 manufacturer. Picture is included in the database...
price : 28.50
Here is the structure of the database....
Here are some of my cheap collection of database if you're looking for them...
5000 recipe database for only $8
4000 cheat code database $8
1000 jokes database $5
Daily trivia database
I have tihis 57,413 trivias collection, it is a daily trivia you can use to create new site or for your existing site.
Sample http://trivia.famousperson.info/
$15 only
Car Database
would like also to sell my car database... there are 600+ cars included and more than 50 manufacturer. Picture is included in the database...
price : 28.50
Here is the structure of the database....
Code:
-- phpMyAdmin SQL Dump
-- version 2.8.0.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 06, 2006 at 02:26 PM
-- Server version: 4.1.21
-- PHP Version: 4.4.2
--
-- Database: `carsdb_db`
--
-- --------------------------------------------------------
--
-- Table structure for table `brands`
--
CREATE TABLE `brands` (
`brand` varchar(50) NOT NULL default ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `cars`
--
CREATE TABLE `cars` (
`id` int(11) NOT NULL auto_increment,
`brands` text NOT NULL,
`types` text NOT NULL,
`enginetype` text NOT NULL,
`displacement` text NOT NULL,
`power` text NOT NULL,
`torque` text NOT NULL,
`redline` text NOT NULL,
`brakes` text NOT NULL,
`tires` text NOT NULL,
`length` varchar(50) NOT NULL default '',
`weight` varchar(50) NOT NULL default '',
`acceleration` varchar(50) NOT NULL default '',
`topspeed` varchar(100) NOT NULL default '',
`fueleconomy` varchar(100) NOT NULL default '',
`baseprice` varchar(30) NOT NULL default '',
`picture` varchar(255) NOT NULL default '',
`rate` bigint(20) NOT NULL default '0',
`view` bigint(20) NOT NULL default '0',
`description` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1649 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1649 ;
-- --------------------------------------------------------
--
-- Table structure for table `review`
--
CREATE TABLE `review` (
`id` bigint(20) NOT NULL auto_increment,
`reviewer` varchar(58) NOT NULL default '',
`site` varchar(244) NOT NULL default '',
`review` text NOT NULL,
`carid` varchar(12) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;







