-- phpMyAdmin SQL Dump
-- version 2.9.1.1-Debian-2ubuntu1
-- http://www.phpmyadmin.net
-- 
-- Host: localhost
-- Generation Time: Jun 04, 2007 at 11:47 PM
-- Server version: 5.0.38
-- PHP Version: 5.2.1
-- 
-- Database: `kaveihag_kaveihagalil`
-- 

-- --------------------------------------------------------

-- 
-- Table structure for table `contact`
-- 

CREATE TABLE `contact` (
  `contact_id` int(11) NOT NULL auto_increment,
  `contact_name` varchar(50) NOT NULL,
  `contact_phone` varchar(15) NOT NULL,
  `contact_text` blob NOT NULL,
  `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  PRIMARY KEY  (`contact_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

-- 
-- Dumping data for table `contact`
-- 

INSERT INTO `contact` (`contact_id`, `contact_name`, `contact_phone`, `contact_text`, `time`) VALUES 
(1, '×—×™×¢×—×™×¢×›×™×›×¢×™', '×¢×›×™×¢×›×™×¢×', 0xd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d799d7a2d79bd799d79bd7a2d799d7a2d79bd79bd799, '2007-06-04 16:39:22'),
(2, '×—×™×¢×—×™×¢×›×™×›×¢×™', '×¢×›×™×¢×›×™×¢×', 0xd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d799d7a2d79bd799d79bd7a2d799d7a2d79bd79bd799, '2007-06-04 16:56:03'),
(3, '×—×™×¢×—×™×¢×›×™×›×¢×™', '×¢×›×™×¢×›×™×¢×', 0xd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d799d7a2d79bd799d79bd7a2d799d7a2d79bd79bd799, '2007-06-04 16:56:33'),
(4, '×—×™×¢×—×™×¢×›×™×›×¢×™', '×¢×›×™×¢×›×™×¢×', 0xd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d799d7a2d79bd799d79bd7a2d799d7a2d79bd79bd799, '2007-06-04 16:57:06'),
(5, '×—×™×¢×—×™×¢×›×™×›×¢×™', '×¢×›×™×¢×›×™×¢×', 0xd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d7a2d79bd799d799d7a2d79bd799d79bd7a2d799d7a2d79bd79bd799, '2007-06-04 16:57:49');

-- --------------------------------------------------------

-- 
-- Table structure for table `images`
-- 

CREATE TABLE `images` (
  `image_id` int(11) NOT NULL auto_increment,
  `image_name` varchar(35) NOT NULL default '',
  `taxi_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`image_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=54 ;

-- 
-- Dumping data for table `images`
-- 

INSERT INTO `images` (`image_id`, `image_name`, `taxi_id`) VALUES 
(14, 'P1010216a.JPG', 7),
(13, 'P1010217a.JPG', 7),
(12, 'P1010212a.JPG', 7),
(11, 'P1010213a.JPG', 7),
(10, 'P1010214a.JPG', 7),
(15, 'P1010215a.JPG', 7),
(16, 'P1010220a.JPG', 7),
(17, 'P1010219a.JPG', 7),
(18, 'P1010218a.JPG', 7),
(19, 'P1010221a.JPG', 7),
(20, 'P1010226a.JPG', 7),
(21, 'P1010225a.JPG', 7),
(22, 'P1010224a.JPG', 7),
(23, 'P1010222a.JPG', 7),
(24, 'P1010223a.JPG', 7),
(25, 'P1010230a.JPG', 2),
(26, 'P1010229a.JPG', 2),
(27, 'P1010228a.JPG', 2),
(28, 'P1010233a.JPG', 2),
(29, 'P1010232a.JPG', 2),
(30, 'P1010231a.JPG', 2),
(31, 'P1010236a.JPG', 2),
(32, 'P1010235a.JPG', 2),
(33, 'P1010234a.JPG', 2),
(34, 'P1010239a.JPG', 2),
(35, 'P1010238a.JPG', 2),
(36, 'P1010237a.JPG', 2),
(37, 'P1010208a.JPG', 9),
(38, 'P1010207a.JPG', 9),
(39, 'P1010206a.JPG', 9),
(40, 'P1010211a.JPG', 9),
(41, 'P1010210a.JPG', 9),
(42, 'P1010209a.JPG', 9),
(43, 'P1010242a.JPG', 10),
(44, 'P1010241a.JPG', 10),
(45, 'P1010240a.JPG', 10),
(46, 'P1010243a.JPG', 10),
(47, 'P1010244a.JPG', 10),
(48, 'P1010245a.JPG', 10),
(49, 'P1010246a.JPG', 10),
(50, 'P1010247a.JPG', 10),
(51, 'P1010248a.JPG', 10),
(52, 'P1010249a.JPG', 10),
(53, 'P1010250a.JPG', 10);

-- --------------------------------------------------------

-- 
-- Table structure for table `pages`
-- 

CREATE TABLE `pages` (
  `id` int(11) NOT NULL auto_increment,
  `page` varchar(15) NOT NULL default '',
  `paragraph` varchar(25) NOT NULL default '',
  `title` varchar(200) NOT NULL default '',
  `text` blob NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `page` (`page`,`paragraph`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

-- 
-- Dumping data for table `pages`
-- 

INSERT INTO `pages` (`id`, `page`, `paragraph`, `title`, `text`) VALUES 
(1, 'main', 'intro', '×ž×•× ×™×•×ª ×”×’×œ×™×œ ×‘×¢"×ž', 0x3c646976207374796c653d22746578742d616c69676e3a2072696768743b223ed7a9d79cd799d7a4d79420d7a9d79c20d79bd79c20d79ed79420d7a9d7a0d79bd7a0d7a120d791d7a2d79ed795d79320d794d7a8d790d7a9d7992c20d79ed792d7a0d799d791203f3c62723ed791d79cd79420d791d79cd79420d791d79cd79420d7a9d79c20d7a2d795d79320d7a9d795d7a8d79420d79ed7a2d7a0d799d799d7a0d7943c62723e3c2f6469763e),
(2, 'about', 'everything', '××•×“×•×ª ×”×—×‘×¨×”', 0x3c646976207374796c653d22746578742d616c69676e3a2072696768743b223ed79ed795d7a0d799d795d7aa20d794d792d79cd799d79c20d791d7a222d79e20d7a0d795d7a1d793d79520d791d7a9d7a0d7aa20d791d79cd79420d791d79cd7943c62723e3c2f6469763e),
(3, 'taxicard', 'everything', '×˜×§×¡×™ ×›××¨×“ - ×”×›×¨×˜×™×¡ ×©×—×•×¡×š ×œ×š', 0x3c646976207374796c653d22746578742d616c69676e3a2072696768743b223e3c6469763e3c696d67207372633d22696d616765732f74617869436172642e6a70672220616c743d225461786920436172642070686f746f2220636c6173733d22696d672d6c6566742072656c617469766522207374796c653d22706f736974696f6e3a2072656c61746976653b20746f703a202d333070783b2070616464696e672d6c6566743a20323070783b223e3c2f6469763ed791d79ed7a1d792d7a8d7aa20d7a7d795d795d79920d794d7a9d7a8d795d7aa20d797d799d7a4d7942dd7a7d7a8d799d795d7aa2dd7a0d794d7a8d799d79420d795d7a7d79520d7a2d79bd79520d7a4d7a0d799d79ed79920d7a7d799d799d79d20d79bd7a8d798d799d7a12022d798d7a7d7a1d79920d79bd790d7a8d793222c20d79bd7a8d798d799d7a120d797d79bd79d2028d790d7a8d7a0d7a720d790d79cd7a7d798d7a8d795d7a0d7992920d79cd7a0d7a1d799d7a2d795d7aa20d791d79ed795d7a0d799d795d7aa20d7a7d795d795d79920d794d792d79cd799d79c2e3c62723ed7a0d799d7aad79f20d79cd7a8d79bd795d7a920d79bd7a8d798d799d7a120d795d791d79520d79e2d323820d7a0d7a1d799d7a2d795d7aa20d795d799d795d7aad7a820d791d7a7d79520d794d7a9d7a8d795d7aa20d794d7a8d7a6d795d7992e20d791d792d79ed7a820d79bd79ed795d7aa20d794d7a0d7a1d799d7a2d795d7aa20d791d79bd7a8d798d799d7a120d7a0d799d7aad79f20d79cd798d7a2d795d79f20d7a9d795d79120d791d79bd79ed795d7aa20d794d7a0d7a1d799d7a2d795d7aa20d794d7a8d7a6d795d799d7942e3c62723ed7a0d799d7aad79f20d79cd7a8d79bd795d7a920d790d7aa20d79bd7a8d798d799d7a120d79422d798d7a7d7a1d79920d79bd790d7a8d7932220d791d79bd79c20d790d797d7aa20d79ed7aad797d7a0d795d7aa20d794d797d791d7a8d7942e3c62723e3c62723ed799d7aad7a8d795d7a0d795d7aa20d79bd7a8d798d799d7a120d794d798d7a7d7a1d79920d79bd790d7a8d7933a3c62723ed794d7a9d799d79ed795d7a920d791d79bd7a8d798d799d7a120d794d798d7a7d7a1d79920d79bd790d7a8d79320d79ed795d796d799d79c20d790d7aa20d7a2d79cd795d7aa20d794d7a0d7a1d799d7a2d79420d7a2d79320d79c2d32302520d7a4d797d795d7aa2e3c62723ed79bd7a8d798d799d7a120d79422d798d7a7d7a1d79920d79bd790d7a8d7932220d7a0d799d7aad79f20d79cd794d7a2d791d7a8d79420d79ed7a0d795d7a1d7a220d79cd7a0d795d7a1d7a22028d790d799d7a0d79520d790d799d7a9d79929202d203c7370616e207374796c653d22746578742d6465636f726174696f6e3a20756e6465726c696e653b223ed79bd7a8d798d799d7a120d790d797d79320d79cd79bd79c20d794d79ed7a9d7a4d797d7943c2f7370616e3e2e3c62723ed7a0d799d7aad79f20d79cd7a8d79bd795d7a920d791d790d79ed7a6d7a2d795d7aa20d79bd7a8d798d799d7a120d790d7a9d7a8d790d79920d790d79520d791d79ed796d795d79ed79f2e3c62723ed79bd7a8d798d799d7a120d79422d798d7a7d7a1d79920d79bd790d7a8d7932220d79ed791d798d79c20d790d7aa20d794d7a6d795d7a8d79a20d791d7a9d799d79ed795d7a920d791d79ed796d795d79ed79f2e3c62723e3c2f6469763e3c61207374796c653d226c6566743a20307078202120696d706f7274616e743b20746f703a20307078202120696d706f7274616e743b22207469746c653d22436c69636b206865726520746f20626c6f636b2074686973206f626a6563742077697468204164626c6f636b20506c75732220636c6173733d226162702d6f626a7461622076697369626c65206f6e746f702220687265663d22687474703a2f2f6c6f63616c686f73742f67616c696c2f61646d696e2f766964656f732f70726f6d6f312e776d76223e3c2f613e3c6f626a6563742069643d224d65646961506c617965722220636c61737369643d22434c5349443a32326436663331322d623066362d313164302d393461622d3030383063373463376539352220636f6465626173653d22687474703a2f2f616374697665782e6d6963726f736f66742e636f6d2f616374697665782f636f6e74726f6c732f6d706c617965722f656e2f6e736d7032696e662e6361622356657273696f6e3d362c342c352c37313522207374616e6462793d224c6f6164696e67204d6963726f736f66742057696e646f7773204d6564696120506c6179657220436f6d706f6e656e74732e2e2e2220747970653d226170706c69636174696f6e2f782d6f6c656f626a65637422206865696768743d22323930222077696474683d22333230223e203c706172616d206e616d653d22417564696f53747265616d222076616c75653d222d31223e203c706172616d206e616d653d224175746f53697a65222076616c75653d222d31223e203c706172616d206e616d653d224175746f5374617274222076616c75653d2230223e203c706172616d206e616d653d22416e696d6174696f6e41745374617274222076616c75653d2230223e203c706172616d206e616d653d22416c6c6f775363616e222076616c75653d222d31223e203c706172616d206e616d653d22416c6c6f774368616e6765446973706c617953697a65222076616c75653d222d31223e203c706172616d206e616d653d224175746f526577696e64222076616c75653d2230223e203c706172616d206e616d653d2242616c616e6365222076616c75653d2230223e203c706172616d206e616d653d224261736555524c222076616c75653d22223e203c706172616d206e616d653d22427566666572696e6754696d65222076616c75653d2235223e203c706172616d206e616d653d2243617074696f6e696e674944222076616c75653d22223e203c706172616d206e616d653d22436c69636b546f506c6179222076616c75653d2231223e203c706172616d206e616d653d22437572736f7254797065222076616c75653d2230223e203c706172616d206e616d653d2243757272656e74506f736974696f6e222076616c75653d222d31223e203c706172616d206e616d653d2243757272656e744d61726b6572222076616c75653d2230223e203c706172616d206e616d653d2244656661756c744672616d65222076616c75653d22223e203c706172616d206e616d653d22446973706c61794261636b436f6c6f72222076616c75653d2230223e203c706172616d206e616d653d22446973706c6179466f7265436f6c6f72222076616c75653d223136373737323135223e203c706172616d206e616d653d22446973706c61794d6f6465222076616c75653d2230223e203c706172616d206e616d653d22446973706c617953697a65222076616c75653d2230223e203c706172616d206e616d653d22456e61626c6564222076616c75653d222d31223e203c706172616d206e616d653d22456e61626c65436f6e746578744d656e75222076616c75653d222d31223e203c706172616d206e616d653d22456e61626c65506f736974696f6e436f6e74726f6c73222076616c75653d222d31223e203c706172616d206e616d653d22456e61626c6546756c6c53637265656e436f6e74726f6c73222076616c75653d2230223e203c706172616d206e616d653d22456e61626c65547261636b6572222076616c75653d222d31223e203c706172616d206e616d653d2246696c656e616d65222076616c75653d22766964656f732f70726f6d6f312e776d76223e203c706172616d206e616d653d22496e766f6b6555524c73222076616c75653d222d31223e203c706172616d206e616d653d224c616e6775616765222076616c75653d222d31223e203c706172616d206e616d653d224d757465222076616c75653d2230223e203c706172616d206e616d653d22506c6179436f756e74222076616c75653d2231223e203c706172616d206e616d653d22507265766965774d6f6465222076616c75653d2231223e203c706172616d206e616d653d2252617465222076616c75653d2231223e203c706172616d206e616d653d2253414d494c616e67222076616c75653d22223e203c706172616d206e616d653d2253414d495374796c65222076616c75653d22223e203c706172616d206e616d653d2253414d4946696c654e616d65222076616c75653d22223e203c706172616d206e616d653d2253656c656374696f6e5374617274222076616c75653d2231223e203c706172616d206e616d653d2253656c656374696f6e456e64222076616c75653d2231223e203c706172616d206e616d653d2253656e644f70656e53746174654368616e67654576656e7473222076616c75653d222d31223e203c706172616d206e616d653d2253656e645761726e696e674576656e7473222076616c75653d222d31223e203c706172616d206e616d653d2253656e644572726f724576656e7473222076616c75653d222d31223e203c706172616d206e616d653d2253656e644b6579626f6172644576656e7473222076616c75653d2230223e203c706172616d206e616d653d2253656e644d6f757365436c69636b4576656e7473222076616c75653d2230223e203c706172616d206e616d653d2253656e644d6f7573654d6f76654576656e7473222076616c75653d2230223e203c706172616d206e616d653d2253656e64506c617953746174654368616e67654576656e7473222076616c75653d222d31223e203c706172616d206e616d653d2253686f7743617074696f6e696e67222076616c75653d2230223e203c706172616d206e616d653d2253686f77436f6e74726f6c73222076616c75653d2231223e203c706172616d206e616d653d2253686f77417564696f436f6e74726f6c73222076616c75653d2230223e203c706172616d206e616d653d2253686f77446973706c6179222076616c75653d2230223e203c706172616d206e616d653d2253686f77476f746f426172222076616c75653d2230223e203c706172616d206e616d653d2253686f77506f736974696f6e436f6e74726f6c73222076616c75653d2231223e203c706172616d206e616d653d2253686f77537461747573426172222076616c75653d2230223e203c706172616d206e616d653d2253686f77547261636b6572222076616c75653d2231223e203c706172616d206e616d653d225472616e73706172656e7441745374617274222076616c75653d2230223e203c706172616d206e616d653d22566964656f426f726465725769647468222076616c75653d2230223e203c706172616d206e616d653d22566964656f426f72646572436f6c6f72222076616c75653d2230223e203c706172616d206e616d653d22566964656f426f726465723344222076616c75653d2230223e203c706172616d206e616d653d22566f6c756d65222076616c75653d222d323330223e203c706172616d206e616d653d2257696e646f776c657373566964656f222076616c75653d2230223e20203c656d62656420747970653d226170706c69636174696f6e2f782d6d706c617965723222207372633d22766964656f732f70726f6d6f312e776d7622206e616d653d224d65646961506c617965722220706c7567696e73706167653d22687474703a2f2f7777772e6d6963726f736f66742e636f6d2f69736170692f72656469722e646c6c3f7072643d77696e646f777326616d703b7362703d6d65646961706c6179657226616d703b61723d6d6564696126616d703b7362613d706c7567696e26616d703b22206175746f73697a653d223122206175746f73746172743d2230222073686f77636f6e74726f6c733d2230222073686f77646973706c61793d2230222073686f777374617475736261723d223022206865696768743d22323930222077696474683d22333230223e203c2f6f626a6563743e20),
(4, 'all', 'links', 'links', 0x3c6120687265663d22726f757465732e7068703f617265613d33223ed7a9d79cd795d79ed7992dd7a0d794d7a8d799d7943a20d79ed7a1d79cd795d79cd799d79d3c2f613e3c62723e3c6120687265663d2272617465732e7068703f617265613d33223ed7a9d79cd795d79ed7992dd7a0d794d7a8d799d7943a20d7aad7a2d7a8d799d7a4d799d79d3c2f613e3c62723e3c62723e),
(5, 'about', 'iso', '×ž×“×™× ×™×•×ª ×”××™×›×•×ª', 0x3c646976207374796c653d22746578742d616c69676e3a2072696768743b223ed79bd790d79f20d799d791d79020d794d7a1d79bd79d20d79ed793d799d7a0d799d795d7aa20d794d790d799d79bd795d7aa3c62723e3c2f6469763e),
(6, 'about', 'scheme', '×ª×¨×©×™× ×ž×‘× ×” ×”××¨×’×•×Ÿ', 0xd79bd790d79f20d799d791d79020d7aad7a8d7a9d799d79d20d79ed791d7a0d79420d794d790d7a8d792d795d79f3c62723e),
(7, 'airfield', 'everything', '×ž×•× ×™×•×ª × ×ª×‘\\\\', 0x3c646976207374796c653d5c22746578742d616c69676e3a2072696768743b5c223ed797d791d7a8d7aa20d7a7d795d795d79920d794d792d79cd799d79c20d79ed7aad79ed797d79420d791d794d7a1d7a2d795d7aa20d79ed799d795d797d793d795d7aa20d79cd7a0d7aad7912671756f743bd79220d795d796d790d7aa20d791d79ed797d799d7a8d799d79d20d794d7a0d79ed795d79bd799d79d20d79ed79ed797d799d7a8d795d79f20d79ed7a9d7a8d79320d794d7aad797d791d795d7a8d7942e3c6272202f3e0d0ad794d79ed797d799d7a820d794d799d7a0d79520d790d797d799d79320d795d79ed7aad799d799d797d7a120d79cd7a0d7a1d799d7a2d79420d79ed79bd7aad795d791d7aa20d790d797d7aa20d79cd7a0d7aad7912671756f743bd79220d790d79520d797d796d7a8d79420d795d79cd79cd79020d7aad795d7a1d7a4d7aa20d79cd799d79cd7942c20d7a9d791d7aad795d7aa20d795d797d792d799d79d2e20d794d7a0d794d792d799d79d20d794d799d7a0d79d20d79ed799d795d79ed7a0d799d79d20d795d799d795d793d7a2d799d79d20d79cd7a9d79ed795d7a820d7a2d79c20d7a7d7a9d7a820d7a8d7a6d799d7a320d7a2d79d20d79ed7a8d79bd79620d79ed799d793d7a220d794d7a0d797d799d7aad795d7aa20d791d7a0d7aad7912671756f743bd79220d795d796d790d7aa20d7a2d79c20d79ed7a0d7aa20d79cd794d795d7a4d799d7a220d791d796d79ed79f20d794d7a0d797d799d7aad79420d794d79ed793d795d799d7a72c20d793d791d7a820d794d797d795d7a1d79a20d79ed79ed796d79ed799d79f20d794d7a0d7a1d799d7a2d79420d790d7aa20d794d7a6d795d7a8d79a20d79cd794d795d793d799d7a220d7a2d79c20d7a9d799d7a0d795d799d799d79d20d791d7a9d7a2d7aa20d794d7a0d797d799d7aad7942e3c6272202f3e0d0ad791d7a0d7a1d799d7a2d795d7aa20d79ed799d795d797d793d795d7aa20d79ed7a0d7aad7912671756f743bd79220d794d79ed7a4d792d7a920d7a2d79d20d794d7a0d794d79220d799d7a2d7a9d79420d79cd799d79320d797d7a0d795d7aa20d794d7a1d7a4d7a8d799d79d20d7a1d798d799d79ed7a6d7a7d79920d791d79ed7a1d795d7a320d7a7d791d79cd7aa20d794d7a0d795d7a1d7a2d799d79d20d794d797d795d796d7a8d799d79d2e3c6272202f3e0d0a3c6272202f3e0d0ad7a0d799d7aad79f20d79cd794d796d79ed799d79f20d792d79d20d798d79cd7a4d795d7a0d799d7aa3a203c7370616e207374796c653d5c22666f6e742d7765696768743a20626f6c643b5c223e30342d383636343434343c2f7370616e3e2e3c6272202f3e0d0a3c6272202f3e0d0a3c646976207374796c653d5c22746578742d616c69676e3a2072696768743b5c223e0d0a3c68333ed79ed797d799d7a8d795d79f20d7a7d795d795d79920d794d792d79cd799d79c20d7a0d7a1d799d7a2d795d7aa20d79ed799d795d797d793d795d7aa202d20d7a0d7aad7912671756f743bd7923a3c2f68333e0d0a3c2f6469763e0d0a3c6469763e0d0a3c7461626c652077696474683d5c223230305c222063656c6c73706163696e673d5c22305c222063656c6c70616464696e673d5c22305c2220626f726465723d5c22305c2220616c69676e6d656e743d5c2243656e7465725c22207374796c653d5c22746578742d616c69676e3a2072696768743b206d617267696e2d6c6566743a206175746f3b206d617267696e2d72696768743a203070783b20646972656374696f6e3a206c74723b5c223e0d0a202020203c74626f64793e0d0a20202020202020203c74723e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd79ed795d7a0d799d7aa20d792d793d795d79cd7943c6272202f3e0d0a202020202020202020202020d7a2d79320313020d79ed7a7d795d79ed795d7aa3c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd79ed795d7a0d799d7aa20d7a7d798d7a0d7943c6272202f3e0d0a202020202020202020202020d7a2d793203420d79ed7a7d795d79ed795d7aa3c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd799d7a2d7932020d79ed795d7a6d7903c2f74643e0d0a20202020202020203c2f74723e0d0a20202020202020203c74723e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b35303020d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e34333520d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd7a0d794d7a8d799d7943c2f74643e0d0a20202020202020203c2f74723e0d0a20202020202020203c74723e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b34373520d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b34313520d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd7a2d79bd7953c2f74643e0d0a20202020202020203c2f74723e0d0a20202020202020203c74723e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b34303020d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b33373520d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd7a7d7a8d799d795d7aa3c2f74643e0d0a20202020202020203c2f74723e0d0a20202020202020203c74723e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b33373520d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b33353020d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd797d799d7a4d7943c2f74643e0d0a20202020202020203c2f74723e0d0a20202020202020203c74723e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b35303020d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b20746578742d616c69676e3a2063656e7465723b5c223e266e6273703b34333520d7a9d7973c2f74643e0d0a2020202020202020202020203c7464207374796c653d5c2270616464696e673a203170783b5c223e266e6273703bd79bd7a8d79ed799d790d79c3c2f74643e0d0a20202020202020203c2f74723e0d0a202020203c2f74626f64793e0d0a3c2f7461626c653e0d0a3c2f6469763e0d0a3c6272202f3e0d0ad794d79ed797d799d7a8d799d79d20d794d799d7a0d79d20d79cd79bd79c20d79bd799d795d795d79f20d7a0d7a1d799d7a2d7942e3c6272202f3e0d0ad7a0d799d7aad79f20d79cd794d796d79ed799d79f20d79ed795d7a0d799d7aa20d79ed79bd79c20d790d79520d79cd79bd79c20d790d799d796d795d7a820d791d7a6d7a4d795d79f20d791d7aad795d7a1d7a4d7aa20d79ed797d799d7a82e3c2f6469763e);

-- --------------------------------------------------------

-- 
-- Table structure for table `prices`
-- 

CREATE TABLE `prices` (
  `price_id` int(11) NOT NULL auto_increment,
  `station_id` int(11) NOT NULL default '0',
  `price_area` blob NOT NULL,
  `price_price` varchar(10) NOT NULL default '',
  PRIMARY KEY  (`price_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `prices`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `routes`
-- 

CREATE TABLE `routes` (
  `route_id` int(11) NOT NULL auto_increment,
  `route_name` varchar(200) NOT NULL default '',
  `route_map` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`route_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `routes`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `stations`
-- 

CREATE TABLE `stations` (
  `station_id` int(11) NOT NULL auto_increment,
  `route_id` int(11) NOT NULL default '0',
  `station_name` varchar(200) NOT NULL default '',
  `station_direction` varchar(50) NOT NULL default '',
  `station_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`station_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `stations`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `taxis`
-- 

CREATE TABLE `taxis` (
  `taxi_id` int(11) NOT NULL auto_increment,
  `taxi_size` int(11) NOT NULL default '0',
  `taxi_name` varchar(100) NOT NULL default '',
  `taxi_text` varchar(245) NOT NULL default '',
  PRIMARY KEY  (`taxi_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

-- 
-- Dumping data for table `taxis`
-- 

INSERT INTO `taxis` (`taxi_id`, `taxi_size`, `taxi_name`, `taxi_text`) VALUES 
(2, 10, 'VOLKSWAGEN LT', '×ž×•× ×™×ª ×’×“×•×œ×” ×ž××•×“'),
(3, 10, 'VOLKSWAGEN T5', '×¢×•×“ ××—×ª ×’×“×•×œ×”'),
(4, 10, 'MERCEDEZ 315', ''),
(5, 10, 'MERCEDEZ 313 SPRINTER', ''),
(6, 4, 'MERCEDEZ 270', ''),
(7, 4, 'MERCEDEZ 220', ''),
(8, 4, 'MERCEDEZ 200', ''),
(9, 4, 'SEAT', ''),
(10, 4, 'KIA RIO', '');

