Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 2.11.4
- -- http://www.phpmyadmin.net
- --
- -- Host: localhost
- -- Generation Time: Jun 14, 2014 at 07:59 AM
- -- Server version: 5.1.57
- -- PHP Version: 5.2.17
- SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
- --
- -- Database: `a9206732_monopol`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `Properties`
- --
- CREATE TABLE `Properties` (
- `ID` INT(11) NOT NULL,
- `Name` VARCHAR(22) COLLATE latin1_general_ci NOT NULL,
- `RentO` INT(11) NOT NULL,
- `Rent1` INT(11) NOT NULL,
- `Rent2` INT(11) NOT NULL,
- `Rent3` INT(11) NOT NULL,
- `Rent4` INT(11) NOT NULL,
- `RentH` INT(11) NOT NULL,
- `Build` INT(11) NOT NULL,
- `Mortgage` INT(11) NOT NULL,
- `Price` INT(11) NOT NULL,
- `Band` VARCHAR(7) COLLATE latin1_general_ci NOT NULL,
- `image` text COLLATE latin1_general_ci NOT NULL,
- PRIMARY KEY (`ID`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
- --
- -- Dumping data for table `Properties`
- --
- INSERT INTO `Properties` VALUES(0, 'Go', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(1, 'Old Kent Road', 2, 10, 30, 90, 160, 250, 50, 30, 80, 'Brown', 'http://2.bp.blogspot.com/-cWjS-8e3Iwg/UU3tKad-r5I/AAAAAAAAAfI/sdl1SsSrREs/s1600/old+kent+road.JPG');
- INSERT INTO `Properties` VALUES(2, 'Chest', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(3, 'Whitechapel Road', 4, 20, 60, 180, 320, 450, 50, 30, 80, 'Brown', 'http://1.bp.blogspot.com/-HIV9DvCpH_M/UU3tGtD5DHI/AAAAAAAAAeM/euHb48NhvP4/s1600/WHS.jpg');
- INSERT INTO `Properties` VALUES(4, 'Income tax', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(5, 'Kings Cross Station', 25, 50, 100, 200, 200, 200, 0, 100, 200, 'Train', 'http://3.bp.blogspot.com/-WOpIb442yz8/UU3tDa5NAzI/AAAAAAAAAdk/UsaPdPiSVkQ/s320/6-kings-cross-station.jpg');
- INSERT INTO `Properties` VALUES(6, 'The Angel Islington', 6, 30, 90, 270, 400, 550, 50, 50, 120, 'Aqua', 'http://3.bp.blogspot.com/-ExGDmWHy-gs/UU3tMZLAmxI/AAAAAAAAAgA/7oo-o8EIx04/s320/the+angle+islington.JPG');
- INSERT INTO `Properties` VALUES(7, 'Chance', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(8, 'Euston road', 6, 30, 90, 270, 400, 550, 50, 50, 90, 'Aqua', 'http://1.bp.blogspot.com/-t1pcvZBK624/UU3tINDcaWI/AAAAAAAAAeg/3a712NhePbs/s320/euston+road.JPG');
- INSERT INTO `Properties` VALUES(9, 'Pentonville Road', 8, 40, 100, 300, 450, 600, 50, 60, 120, 'Aqua', 'http://4.bp.blogspot.com/-NBDAQoIjfFs/UU3tLnck0dI/AAAAAAAAAf0/F2sn4We_big/s320/pentavil+road.JPG');
- INSERT INTO `Properties` VALUES(10, 'Jail', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(11, 'Pall Mall', 10, 50, 150, 450, 625, 750, 100, 70, 100, 'Pink', 'http://1.bp.blogspot.com/-Yr89tEA-Lnw/UU3tKtZaMqI/AAAAAAAAAfU/O8ZlcPScqio/s320/pall+mall.JPG');
- INSERT INTO `Properties` VALUES(12, 'The Electricity compan', 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Utility', 'http://4.bp.blogspot.com/-3UDHGbf7cxs/UU3tMmfeDMI/AAAAAAAAAgE/P-fq8OJiY0k/s320/the+electricity+company.jpg');
- INSERT INTO `Properties` VALUES(13, 'Whitehall', 10, 50, 150, 450, 625, 750, 100, 70, 100, 'Pink', 'http://1.bp.blogspot.com/-f4u5BQNf41M/UU3tNMbYI9I/AAAAAAAAAgU/XoK3Q6WLb40/s320/whitehall.jpg');
- INSERT INTO `Properties` VALUES(14, 'Northumberland Avenue', 12, 60, 180, 500, 700, 900, 100, 80, 100, 'Pink', 'http://1.bp.blogspot.com/-y8N53kOWvrY/UU3tDoHYkBI/AAAAAAAAAdo/8o6BE2u_WP8/s320/Northumberland_Avenue.jpg');
- INSERT INTO `Properties` VALUES(15, 'Marylebone Station', 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Train', 'http://2.bp.blogspot.com/-j9OiydkugmM/UU3tJIvFJPI/AAAAAAAAAe0/Rwkt0LQQCQY/s320/marlybone+station.jpg');
- INSERT INTO `Properties` VALUES(16, 'Bow Street', 14, 70, 200, 550, 750, 950, 100, 90, 110, 'Orange', '');
- INSERT INTO `Properties` VALUES(17, 'Chest', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(18, 'Marlborough Street', 14, 70, 200, 550, 750, 950, 100, 90, 100, 'Orange', '');
- INSERT INTO `Properties` VALUES(19, 'Vine Street', 16, 80, 220, 600, 800, 1000, 100, 100, 100, 'Orange', '');
- INSERT INTO `Properties` VALUES(20, 'Free Parking', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(21, 'Strand', 18, 90, 250, 700, 875, 1050, 150, 110, 210, 'Red', 'http://4.bp.blogspot.com/-ZLhBxThkyBQ/UU3tL935shI/AAAAAAAAAfw/tXIojRx5rIc/s320/strand.JPG');
- INSERT INTO `Properties` VALUES(22, 'Chance', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(23, 'Fleet Street', 18, 90, 250, 700, 875, 1050, 150, 110, 110, 'Red', 'http://1.bp.blogspot.com/-RFoY8ADoQwY/UU3tIxjFiII/AAAAAAAAAe8/Pf8QJf7bYT8/s320/fleet+street.JPG');
- INSERT INTO `Properties` VALUES(24, 'Trafalgar Square', 20, 100, 300, 750, 925, 1100, 150, 120, 120, 'Red', 'http://2.bp.blogspot.com/-ckw0ASx6wGQ/UU3tM9OE7PI/AAAAAAAAAgM/Idr3EQT-T64/s320/trafalgar_square.jpg');
- INSERT INTO `Properties` VALUES(25, 'Fenchurch Street Stati', 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Train', 'http://2.bp.blogspot.com/-dtKmiS3F_6E/UU3tIXDhhwI/AAAAAAAAAeo/bmmmg8wPKZo/s320/fenchurch_street_station.jpg');
- INSERT INTO `Properties` VALUES(26, 'Leicester Square', 22, 110, 330, 800, 975, 1150, 150, 130, 220, 'Yellow', 'http://1.bp.blogspot.com/-jr6OwJ8TNR4/UU3tDwMBbUI/AAAAAAAAAdw/zGnK33DSs0s/s320/LeicesterSquareCard.jpg');
- INSERT INTO `Properties` VALUES(27, 'Coventry Street', 22, 110, 330, 800, 975, 1150, 150, 130, 260, 'Yellow', '');
- INSERT INTO `Properties` VALUES(28, 'Water works', 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Utility', 'http://3.bp.blogspot.com/-ot_RLN4UA9E/UU3tGmql77I/AAAAAAAAAeE/v6btlnoVsJA/s320/Water+Works+-+LFA+Talk.jpg');
- INSERT INTO `Properties` VALUES(29, 'Piccadilly', 24, 120, 360, 850, 1025, 1200, 150, 140, 220, 'Yellow', 'http://1.bp.blogspot.com/-2CO_x4JJLUY/UU3tLjTeW3I/AAAAAAAAAfs/iHny2Xnl5WA/s320/picadilly-circus-.jpg');
- INSERT INTO `Properties` VALUES(30, 'GOTO Jail', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(31, 'Regent Street', 26, 130, 390, 900, 1100, 1275, 200, 150, 360, 'Green', 'http://1.bp.blogspot.com/-1VRPN00fD6M/UU3tEQaTdmI/AAAAAAAAAd8/AtAUcr27D6Y/s320/Regent_Street_London.jpg');
- INSERT INTO `Properties` VALUES(32, 'Oxford Street', 26, 130, 390, 900, 1100, 1275, 200, 150, 300, 'Green', 'http://1.bp.blogspot.com/-xYy1hfriHiE/UU3tH6F1pVI/AAAAAAAAAec/IbGngZ_ovIw/s320/Oxford_Street_December_2006.jpeg');
- INSERT INTO `Properties` VALUES(33, 'Chest', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(34, 'Bond Street', 28, 150, 450, 1000, 1200, 1400, 200, 160, 300, 'Green', 'http://4.bp.blogspot.com/-oU5ZUp7-wBs/UU3tHgL6kcI/AAAAAAAAAeU/bZpm4_wkuwA/s320/bond+street.JPG');
- INSERT INTO `Properties` VALUES(35, 'Liverpool street stati', 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Train', 'http://3.bp.blogspot.com/-rPCjAmcDFLY/UU3tK4tPyoI/AAAAAAAAAfY/OSAncl4cJnM/s320/liverpool+street+station.jpg');
- INSERT INTO `Properties` VALUES(36, 'Chance', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(37, 'Park Lane', 35, 175, 500, 1100, 1300, 1500, 200, 175, 360, 'Blue', 'http://2.bp.blogspot.com/-jBgvOkSOfVQ/UU3tLOD-AzI/AAAAAAAAAfg/rsfuM3XUsQg/s320/park+lane.JPG');
- INSERT INTO `Properties` VALUES(38, 'Super tax', 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');
- INSERT INTO `Properties` VALUES(39, 'Mayfair', 50, 200, 600, 1400, 1700, 2000, 200, 200, 400, 'Blue', 'http://1.bp.blogspot.com/-p6G8ebj9CZQ/UU3tJu2V0pI/AAAAAAAAAfA/yrVaZwm1AwE/s320/mayfair-london-gblnrg1.jpg');
Advertisement
Add Comment
Please, Sign In to add comment