SA-MP Forums Archive
PaintJob and Color1/2 doesn't save [ REP++ ] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PaintJob and Color1/2 doesn't save [ REP++ ] (/showthread.php?tid=559021)



PaintJob and Color1/2 doesn't save [ REP++ ] - Sn4ke2 - 20.01.2015


Hi gusy, i have a RP script and i like it very much but i have a problem, when i mod mai ownvehicle EX: ( Elegy ) doesn't save PaintJOb and Color 1/2 , rest of components saved, just this two...

The Command:

Код:
if(strcmp(cmd, "/savetuning", true)==0)
	{
		new masina = GetPlayerVehicleID(playerid);
	    if(masina > PreVehicle)
	    {
	        if(PlayerData[playerid][pPcarkey] == masina-PreVehicle || PlayerData[playerid][pPcarkey2] == masina-PreVehicle ||PlayerData[playerid][pPcarkey3] == masina-PreVehicle)
			{
				new component;
				new query[256];
			    component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 0);
		     	format(query, sizeof(query), "UPDATE cars SET Component00='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent00] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 1);
		     	format(query, sizeof(query), "UPDATE cars SET Component01='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent01] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 2);
		     	format(query, sizeof(query), "UPDATE cars SET Component02='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent02] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 3);
		     	format(query, sizeof(query), "UPDATE cars SET Component03='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent03] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 4);
		     	format(query, sizeof(query), "UPDATE cars SET Component04='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent04] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 5);
		     	format(query, sizeof(query), "UPDATE cars SET Component05='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent05] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 6);
		     	format(query, sizeof(query), "UPDATE cars SET Component06='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent06] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 7);
		     	format(query, sizeof(query), "UPDATE cars SET Component07='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent07] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 8);
		     	format(query, sizeof(query), "UPDATE cars SET Component08='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent08] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 9);
		     	format(query, sizeof(query), "UPDATE cars SET Component09='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent09] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 10);
		     	format(query, sizeof(query), "UPDATE cars SET Component10='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent10] = component;
		        component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 11);
		     	format(query, sizeof(query), "UPDATE cars SET Component11='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent11] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 12);
		     	format(query, sizeof(query), "UPDATE cars SET Component12='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent12] = component;
		     	component = GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 13);
		     	format(query, sizeof(query), "UPDATE cars SET Component13='%d' WHERE id=%d",component,masina-PreVehicle);
				mysql_query(query);
				CarData[masina-PreVehicle][cComponent13] = component;
		     	format(string, sizeof(string), "* %s si-a salvat componentele tuningului de la masina.", PlayerData[playerid][pNume]);
				ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
				printf("%s", string);
				return 1;
			}
			return 1;
		}
		return 1;
	}

THE SERVER RUN ON MYSQL!



Re: PaintJob and Color1/2 doesn't save [ REP++ ] - Ironboy - 20.01.2015

Show the mysql log then only people will understand more clearly what causes it.


Re: PaintJob and Color1/2 doesn't save [ REP++ ] - Sn4ke2 - 20.01.2015

I do not understand what you mean, look database "SQL"
Код:
-- phpMyAdmin SQL Dump
-- version 3.4.8
-- http://www.phpmyadmin.net
--
-- Gazda: localhost
-- Timp de generare: 29 Mar 2013 la 15:12
-- Versiune server: 5.1.67
-- Versiune PHP: 5.3.2-1ubuntu4.18

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Baza de date: `rpg`
--

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

--
-- Structura de tabel pentru tabelul `admincmdslog`
--

CREATE TABLE IF NOT EXISTS `admincmdslog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `adminmoneylog`
--

CREATE TABLE IF NOT EXISTS `adminmoneylog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `advertiseundercoverlog`
--

CREATE TABLE IF NOT EXISTS `advertiseundercoverlog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `banclass`
--

CREATE TABLE IF NOT EXISTS `banclass` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `iP` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '255.255',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `banuri`
--

CREATE TABLE IF NOT EXISTS `banuri` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `idd` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Nume` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `BanzD` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanzP` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanlD` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanlP` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanaD` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanaP` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanoD` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanoP` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanmD` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `BanmP` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `AdminBan` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'No-One',
  `BanReason` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'No-One',
  `PlayerIP` varchar(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `TIP` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idd` (`idd`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `bizz`
--

CREATE TABLE IF NOT EXISTS `bizz` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Owner` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'NoOne',
  `Message` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'NoOne',
  `Extortion` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'NoOne',
  `Owned` int(11) NOT NULL DEFAULT '0',
  `EntranceX` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `EntranceY` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `EntranceZ` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `ExitX` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `ExitY` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `ExitZ` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `LevelNeeded` int(11) NOT NULL DEFAULT '5',
  `BuyPrice` int(11) NOT NULL DEFAULT '5000000',
  `EntranceCost` int(11) NOT NULL DEFAULT '0',
  `Till` int(11) NOT NULL DEFAULT '0',
  `Locked` int(11) NOT NULL DEFAULT '0',
  `Interior` int(11) NOT NULL DEFAULT '0',
  `Products` int(11) NOT NULL DEFAULT '0',
  `MaxProducts` int(11) NOT NULL DEFAULT '500',
  `PriceProd` int(11) NOT NULL DEFAULT '1',
  `GunPrice` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Salvarea datelor din tabel `bizz`
--

INSERT INTO `bizz` (`id`, `Owner`, `Message`, `Extortion`, `Owned`, `EntranceX`, `EntranceY`, `EntranceZ`, `ExitX`, `ExitY`, `ExitZ`, `LevelNeeded`, `BuyPrice`, `EntranceCost`, `Till`, `Locked`, `Interior`, `Products`, `MaxProducts`, `PriceProd`, `GunPrice`) VALUES
(1, 'CryMy1', 'Gun Shop Los Santos', 'No-one', 1, '1791.724975', '-1163.574218', '23.828125', '315.7100', '-142.7915', '999.6016', 10, 3000000, 3500, 14000, 0, 7, 462, 5000, 1, 100),
(7, 'Bogdean', 'ZIP', 'NoOne', 1, '1456.7142', '-1137.4105', '23.9443', '161.2932', '-95.9989', '1001.8047', 5, 1000000, 2000, 115600, 0, 18, 547, 5000, 50, 0),
(2, 'pechea', 'Club Ballas', 'No-one', 1, '1158.131591', '-1473.520996', '15.796875', '377.1464', '-192.4845', '1000.9328', 5, 500000, 5000, 0, 1, 17, 0, 5000, 1, 0),
(6, 'H0R11', 'Club  Pentru Bengosi', 'NoOne', 1, '1836.4719', '-1681.0487', '13.3465', '493.3893', '-22.3620', '1000.6796', 5, 500000, 5000, 25000, 0, 17, 386, 5000, 10000, 0),
(3, 'Netsky', 'Banca Los Santos', 'No-one', 1, '1467.305664', '-1010.528503', '26.843750', '2305.688964', '-16.088100', '26.749599', 10, 3000000, 3500, 70000, 0, 0, 544, 5000, 100, 0),
(5, 'Statul', 'Ballas 24/7', 'No-one', 0, '1832.9052', '-1842.4581', '13.5781', '-31.0596', '-91.9343', '1003.5469', 7, 1500000, 3000, 0, 1, 18, 261, 5000, 1, 0),
(4, 'Statul', 'GunShop Las Venturas', 'No-one', 0, '2183.7971', '1114.7517', '12.6484', '316.52499', '-167.706985', '999.593750', 10, 500000, 5000, 0, 1, 6, 496, 5000, 1, 0);

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

--
-- Structura de tabel pentru tabelul `bugslog`
--

CREATE TABLE IF NOT EXISTS `bugslog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `cars`
--

CREATE TABLE IF NOT EXISTS `cars` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Model` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Locationx` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Locationy` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Locationz` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Angle` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `SaLocationx` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `SaLocationy` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `SaLocationz` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `SaAngle` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `ColorOne` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `ColorTwo` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Owner` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'Dealership',
  `Description` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'No-one',
  `Value` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `License` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Owned` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Lockk` int(11) NOT NULL DEFAULT '0',
  `Exploded` varchar(50) DEFAULT NULL,
  `Component00` varchar(16) DEFAULT NULL,
  `Component01` varchar(16) DEFAULT NULL,
  `Component02` varchar(16) DEFAULT NULL,
  `Component03` varchar(16) DEFAULT NULL,
  `Component04` varchar(16) DEFAULT NULL,
  `Component05` varchar(16) DEFAULT NULL,
  `Component06` varchar(16) DEFAULT NULL,
  `Component07` varchar(16) DEFAULT NULL,
  `Component08` varchar(16) DEFAULT NULL,
  `Component09` varchar(16) DEFAULT NULL,
  `Component10` varchar(16) DEFAULT NULL,
  `Component11` varchar(16) DEFAULT NULL,
  `Component12` varchar(16) DEFAULT NULL,
  `Component13` varchar(16) DEFAULT NULL,
  `Num` varchar(50) NOT NULL DEFAULT 'SA-ZONE',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `faction`
--

CREATE TABLE IF NOT EXISTS `faction` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `Faction` int(11) NOT NULL DEFAULT '0',
  `Alianta` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`Id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Salvarea datelor din tabel `faction`
--

INSERT INTO `faction` (`Id`, `Faction`, `Alianta`) VALUES
(1, 12, 1),
(2, 13, 1),
(3, 14, 1),
(4, 11, 2),
(5, 15, 2),
(6, 16, 2);

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

--
-- Structura de tabel pentru tabelul `gunlog`
--

CREATE TABLE IF NOT EXISTS `gunlog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `hacklog`
--

CREATE TABLE IF NOT EXISTS `hacklog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `houses`
--

CREATE TABLE IF NOT EXISTS `houses` (
  `id` int(11) NOT NULL,
  `Owner` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'The State',
  `Discription` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'NoOne',
  `Entrancex` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Entrancey` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Entrancez` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Exitx` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Exity` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Exitz` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Healthx` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Healthy` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Healthz` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Armourx` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Armoury` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Armourz` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Value` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Hel` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Arm` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Interior` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Lockk` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Owned` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Rooms` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Rent` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Rentabil` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Takings` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Date` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Level` int(11) NOT NULL DEFAULT '0',
  `World` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Salvarea datelor din tabel `houses`
--

INSERT INTO `houses` (`id`, `Owner`, `Discription`, `Entrancex`, `Entrancey`, `Entrancez`, `Exitx`, `Exity`, `Exitz`, `Healthx`, `Healthy`, `Healthz`, `Armourx`, `Armoury`, `Armourz`, `Value`, `Hel`, `Arm`, `Interior`, `Lockk`, `Owned`, `Rooms`, `Rent`, `Rentabil`, `Takings`, `Date`, `Level`, `World`) VALUES
(1, 'Statul', 'Casa Medie', '1421.694335', '-886.219787', '50.685844', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '1', '1', '0', '0', 5, '0'),
(2, 'Statul', 'Casa Medie', '1468.576171', '-905.894836', '54.835937', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '1', '10', '0', '59', 5, '1'),
(3, 'Patrick', 'Casa Medie', '1535.013305', '-800.312316', '72.849456', '2496.031250', '-1692.483886', '1014.742187', '1', '0', '0', '0', '0', '0', '1000000', '1', '0', '3', '0', '1', '1', '100', '1', '4700', '70', 5, '2'),
(4, 'H0R11', 'Casa Medie', '1527.903320', '-772.669738', '80.578125', '2496.031250', '-1692.483886', '1014.742187', '1', '0', '0', '0', '0', '0', '1000000', '1', '0', '3', '0', '1', '1', '10000', '1', '10000', '70', 5, '3'),
(5, 'MyhayTzA', 'Casa Mare', '1496.737060', '-688.127990', '95.563308', '225.623901', '1022.029296', '1084.015991', '1', '0', '0', '0', '0', '0', '2000000', '1', '1', '7', '0', '1', '1', '100', '1', '0', '71', 10, '4'),
(6, 'riki', 'Casa Medie', '1442.480957', '-628.830871', '95.718566', '2496.031250', '-1692.483886', '1014.742187', '1', '0', '0', '0', '0', '0', '1000000', '1', '1', '3', '0', '1', '1', '100', '1', '500', '71', 5, '5'),
(7, 'The State', 'Casa Mare', '1331.932128', '-632.485168', '109.134902', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '6'),
(8, 'The State', 'Casa Mare', '1112.631835', '-742.267150', '100.132926', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '7'),
(9, 'The State', 'Casa Mare', '1093.942382', '-807.127990', '107.419265', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '8'),
(10, 'The State', 'Casa Mare', '1094.859497', '-647.913330', '113.648437', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '9'),
(11, 'The State', 'Casa Mare', '1045.062988', '-642.653076', '120.117187', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '10'),
(12, 'The State', 'Casa Mare', '980.613403', '-677.184509', '121.976257', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '11'),
(13, 'The State', 'Casa Medie', '946.356445', '-710.674560', '122.619873', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '12'),
(14, 'The State', 'Casa Medie', '898.165649', '-677.198242', '116.890441', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '13'),
(15, 'The State', 'Casa Medie', '867.464294', '-717.561706', '105.679687', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '14'),
(16, 'The State', 'Casa Medie', '891.183532', '-783.157165', '101.313781', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '15'),
(17, 'The State', 'Casa Medie', '808.294860', '-759.490539', '76.531364', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '16'),
(18, 'The State', 'Casa Medie', '786.085388', '-828.555053', '70.289581', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '17'),
(19, 'The State', 'Casa Medie', '818.248962', '-509.318389', '18.012922', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '18'),
(20, 'The State', 'Casa Medie', '795.208374', '-506.149108', '18.012922', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '19'),
(21, 'The State', 'Casa Mica', '776.657043', '-503.481811', '18.012926', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '20'),
(22, 'The State', 'Casa Mica', '768.277893', '-503.492187', '18.012926', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '21'),
(23, 'The State', 'Casa Medie', '742.312255', '-495.759887', '18.012922', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '22'),
(24, 'The State', 'Casa Medie', '766.536987', '-556.779724', '18.012924', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '23'),
(25, 'The State', 'Casa Medie', '736.634887', '-556.784790', '18.012926', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '24'),
(26, 'Statul', 'Casa Medie', '743.294738', '-509.325042', '18.012922', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '1', '0', '1', '100', '0', '0', '0', 5, '25'),
(27, 'CryMy1', 'Casa Mare', '1259.625122', '-785.517395', '92.031250', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '1', '1', '1000', '1', '2000', '74', 10, '26'),
(28, 'Bogdean', 'Apartament', '993.544555', '-1059.003906', '33.699501', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '1', '1', '1', '1', '43', '68', 3, '27'),
(29, 'pechea', 'Apartament', '1050.841674', '-1059.296142', '34.796646', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '1', '1', '100', '1', '0', '70', 3, '28'),
(30, 'The State', 'Apartament', '1103.394409', '-1068.148559', '31.889856', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '29'),
(31, 'The State', 'Casa Mica', '1885.882080', '-1113.464111', '26.275810', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '30'),
(32, 'The State', 'Casa Medie', '1906.168945', '-1112.949340', '26.664062', '2496.031250', '-1692.483886', '1014.742187', '1', '0', '0', '0', '0', '0', '1000000', '1', '0', '3', '0', '0', '1', '100', '1', '0', '44', 5, '31'),
(33, 'The State', 'Casa Medie', '1921.311523', '-1115.168701', '27.088310', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '29', 5, '32'),
(34, 'The State', 'Casa Medie', '1939.060302', '-1114.482788', '27.452295', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '33'),
(35, 'The State', 'Casa Medie', '1955.403686', '-1115.477050', '27.830497', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '34'),
(36, 'The State', 'Casa Mica', '1959.389282', '-1069.999267', '24.796701', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '35'),
(37, 'The State', 'Casa Mica', '1954.390258', '-1074.915527', '24.796701', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '36'),
(38, 'The State', 'Casa Mica', '1934.059936', '-1071.493530', '24.415773', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '37'),
(39, 'The State', 'Casa Mica', '1939.231689', '-1066.669311', '24.418470', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '38'),
(40, 'The State', 'Casa Mica', '1912.617309', '-1070.492675', '24.236871', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '39'),
(41, 'The State', 'Casa Mica', '1916.891967', '-1064.944580', '24.124662', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '40'),
(42, 'The State', 'Casa Mica', '1896.042358', '-1064.547119', '23.937500', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '41'),
(43, 'The State', 'Casa Mica', '1891.782836', '-1070.610473', '23.937500', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '42'),
(44, 'The State', 'Casa Medie', '1999.876342', '-1114.057495', '27.125000', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '43'),
(45, 'The State', 'Casa Medie', '2022.714843', '-1120.263549', '26.421045', '2496.031250', '-1692.483886', '1014.742187', '0', '0', '0', '0', '0', '0', '1000000', '0', '0', '3', '0', '0', '1', '100', '1', '0', '0', 5, '44'),
(46, 'The State', 'Casa Mica', '2045.635986', '-1116.648559', '26.361747', '327.988006', '1478.078125', '1084.437500', '0', '0', '0', '0', '0', '0', '700000', '0', '0', '15', '0', '0', '1', '100', '1', '0', '0', 4, '45'),
(47, 'The State', 'Casa Mare', '2450.274902', '742.686462', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '44', 10, '46'),
(48, 'The State', 'Casa Mare', '2450.810058', '714.395568', '11.468292', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '47'),
(49, 'The State', 'Casa Mare', '2449.227050', '689.778015', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '48'),
(50, 'The State', 'Casa Mare', '2369.054687', '735.185729', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '49'),
(51, 'The State', 'Casa Mare', '2346.647460', '736.636596', '11.468292', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '50'),
(52, 'The State', 'Casa Mare', '2397.037353', '690.350219', '11.453125', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '51'),
(53, 'The State', 'Casa Mare', '2368.701416', '689.803894', '11.460479', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '52'),
(54, 'The State', 'Casa Mare', '2346.289306', '691.258666', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '53'),
(55, 'The State', 'Casa Mare', '2317.100097', '690.365661', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '54'),
(56, 'The State', 'Casa Mare', '2317.905761', '656.100036', '11.453125', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '55'),
(57, 'The State', 'Casa Mare', '2346.049316', '656.637512', '11.460479', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '56'),
(58, 'The State', 'Casa Mare', '2368.295654', '655.075805', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '57'),
(59, 'The State', 'Casa Mare', '2397.434814', '656.110046', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '58'),
(60, 'The State', 'Casa Mare', '2450.262451', '662.613586', '11.460937', '225.623901', '1022.029296', '1084.015991', '0', '0', '0', '0', '0', '0', '2000000', '0', '0', '7', '0', '0', '1', '100', '1', '0', '0', 10, '59'),
(61, 'The State', 'Apartament', '2540.058837', '713.281188', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '60'),
(62, 'The State', 'Apartament', '2532.511962', '713.379821', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '61'),
(63, 'The State', 'Apartament', '2532.524414', '719.548950', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '62'),
(64, 'The State', 'Apartament', '2540.049316', '719.403320', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '63'),
(65, 'The State', 'Apartament', '2532.289062', '750.093383', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '64'),
(66, 'The State', 'Apartament', '2532.395996', '742.555664', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '65'),
(67, 'The State', 'Apartament', '2525.944091', '742.552856', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '66'),
(68, 'The State', 'Apartament', '2526.096923', '750.081665', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '67'),
(69, 'The State', 'Apartament', '2571.530029', '719.515502', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '68'),
(70, 'The State', 'Apartament', '2579.082031', '719.703247', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '69'),
(71, 'The State', 'Apartament', '2579.083007', '713.399597', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '70'),
(72, 'The State', 'Apartament', '2571.536376', '713.123779', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '71'),
(73, 'The State', 'Apartament', '2613.505371', '719.558471', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '72'),
(74, 'The State', 'Apartament', '2621.060058', '719.455139', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '73'),
(75, 'The State', 'Apartament', '2613.526855', '713.283691', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '74'),
(76, 'The State', 'Apartament', '2621.053222', '713.139038', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '75'),
(77, 'The State', 'Apartament', '2660.083007', '713.180603', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '76'),
(78, 'The State', 'Apartament', '2652.540771', '713.384460', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '77'),
(79, 'The State', 'Apartament', '2660.082763', '719.338073', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '78'),
(80, 'The State', 'Apartament', '2652.544433', '719.359375', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '79'),
(81, 'The State', 'Apartament', '2666.613769', '750.071228', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '80'),
(82, 'The State', 'Apartament', '2666.372070', '742.568725', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '81'),
(83, 'The State', 'Apartament', '2660.254882', '742.573608', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '82'),
(84, 'The State', 'Apartament', '2660.658691', '750.092468', '14.739588', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '83'),
(85, 'The State', 'Apartament', '2660.375488', '742.546142', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '84'),
(86, 'The State', 'Apartament', '2660.268554', '750.098999', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '85'),
(87, 'The State', 'Apartament', '2666.445800', '742.544494', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '86'),
(88, 'The State', 'Apartament', '2666.548095', '750.084350', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '87'),
(89, 'The State', 'Apartament', '2660.079345', '719.437500', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '88'),
(90, 'The State', 'Apartament', '2652.530273', '719.675231', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '89'),
(91, 'The State', 'Apartament', '2652.528320', '713.131774', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '90'),
(92, 'The State', 'Apartament', '2660.077148', '713.408996', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '91'),
(93, 'The State', 'Apartament', '2613.525146', '713.328552', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '92'),
(94, 'The State', 'Apartament', '2621.051269', '713.232666', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '93'),
(95, 'The State', 'Apartament', '2621.050292', '719.425903', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '94'),
(96, 'The State', 'Apartament', '2613.515625', '719.511718', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '95'),
(97, 'The State', 'Apartament', '2571.539794', '719.229553', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '96'),
(98, 'The State', 'Apartament', '2579.074707', '719.329528', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '97'),
(99, 'The State', 'Apartament', '2571.546875', '713.368164', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '98'),
(100, 'The State', 'Apartament', '2532.513916', '719.611755', '10.820312', '226.277801', '1240.130615', '1082.140625', '0', '0', '0', '0', '0', '0', '500000', '0', '0', '2', '0', '0', '1', '100', '1', '0', '0', 3, '99');

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

--
-- Structura de tabel pentru tabelul `killlog`
--

CREATE TABLE IF NOT EXISTS `killlog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `lista_factiuni`
--

CREATE TABLE IF NOT EXISTS `lista_factiuni` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `nume` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

--
-- Salvarea datelor din tabel `lista_factiuni`
--

INSERT INTO `lista_factiuni` (`id`, `nume`) VALUES
(1, 'Politia Romana'),
(2, 'Serviciul Roman de Informatii'),
(3, 'Armata Romana'),
(4, 'S.M.U.R.D'),
(5, 'Guvern'),
(6, 'Taxi'),
(7, 'School Instructor'),
(8, 'Hitman Agency'),
(9, 'News Reporter'),
(10, 'Remorcari Auto'),
(11, 'Grove Street'),
(12, 'Paterno'),
(13, 'Yakuza'),
(14, 'Stracci'),
(15, 'Ballas'),
(16, 'Corleone');

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

--
-- Structura de tabel pentru tabelul `lista_jobs`
--

CREATE TABLE IF NOT EXISTS `lista_jobs` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `nume` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;

--
-- Salvarea datelor din tabel `lista_jobs`
--

INSERT INTO `lista_jobs` (`id`, `nume`) VALUES
(1, 'Detectiv'),
(2, 'Avocat'),
(3, 'Prostituata'),
(4, 'Dealer de Droguri'),
(5, 'Spargator de masini'),
(6, 'Reporter TV'),
(7, 'Mecanic'),
(8, 'Bodyguard'),
(9, 'Dealer de Arme'),
(10, 'Dealer de Masini'),
(11, 'fara'),
(12, 'Boxer'),
(13, 'fara'),
(14, 'fara'),
(15, 'Vanzator de Ziare'),
(16, 'Camionagiu'),
(17, 'Fermier'),
(18, 'Gunoier'),
(19, 'fara'),
(20, 'Maturator'),
(21, 'Maturator de Strada');

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

--
-- Structura de tabel pentru tabelul `lista_logs`
--

CREATE TABLE IF NOT EXISTS `lista_logs` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `nume` varchar(25) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;

--
-- Salvarea datelor din tabel `lista_logs`
--

INSERT INTO `lista_logs` (`id`, `nume`) VALUES
(1, 'admincmdslog'),
(2, 'adminmoneylog'),
(3, 'advertiseundercoverlog'),
(4, 'bugslog'),
(5, 'gunlog'),
(6, 'hacklog'),
(7, 'killlog'),
(8, 'logarmataromana'),
(9, 'logcamataru'),
(10, 'logcapone'),
(11, 'logcorsicanu'),
(12, 'logduduianu'),
(13, 'loghitman'),
(14, 'loginstructor'),
(15, 'logpolitiaromana'),
(16, 'logprimar'),
(17, 'logremorcari'),
(18, 'logreporter'),
(19, 'logsadoveanu'),
(20, 'logserviciulroman'),
(21, 'logsmurd'),
(22, 'logtaxi'),
(23, 'logtobosaru'),
(24, 'paylog'),
(25, 'propertylog');

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

--
-- Structura de tabel pentru tabelul `logarmataromana`
--

CREATE TABLE IF NOT EXISTS `logarmataromana` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` varchar(500) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logcamataru`
--

CREATE TABLE IF NOT EXISTS `logcamataru` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logcapone`
--

CREATE TABLE IF NOT EXISTS `logcapone` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logcorsicanu`
--

CREATE TABLE IF NOT EXISTS `logcorsicanu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logduduianu`
--

CREATE TABLE IF NOT EXISTS `logduduianu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `loghitman`
--

CREATE TABLE IF NOT EXISTS `loghitman` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `loginstructor`
--

CREATE TABLE IF NOT EXISTS `loginstructor` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logpolitiaromana`
--

CREATE TABLE IF NOT EXISTS `logpolitiaromana` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logprimar`
--

CREATE TABLE IF NOT EXISTS `logprimar` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logremorcari`
--

CREATE TABLE IF NOT EXISTS `logremorcari` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logreporter`
--

CREATE TABLE IF NOT EXISTS `logreporter` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logsadoveanu`
--

CREATE TABLE IF NOT EXISTS `logsadoveanu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logserviciulroman`
--

CREATE TABLE IF NOT EXISTS `logserviciulroman` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logsmurd`
--

CREATE TABLE IF NOT EXISTS `logsmurd` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logs_admini`
--

CREATE TABLE IF NOT EXISTS `logs_admini` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `utilizator` varchar(50) NOT NULL,
  `text` varchar(500) NOT NULL,
  `data` varchar(15) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logtaxi`
--

CREATE TABLE IF NOT EXISTS `logtaxi` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `logtobosaru`
--

CREATE TABLE IF NOT EXISTS `logtobosaru` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `text` text CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `paylog`
--

CREATE TABLE IF NOT EXISTS `paylog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `players`
--

CREATE TABLE IF NOT EXISTS `players` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Name` varchar(50) COLLATE latin1_general_ci NOT NULL,
  `Password` varchar(500) CHARACTER SET latin1 NOT NULL,
  `PlayerLevel` int(11) NOT NULL DEFAULT '1',
  `AdminLevel` int(11) NOT NULL DEFAULT '0',
  `Wipe` int(11) NOT NULL DEFAULT '0',
  `DonateRank` int(11) NOT NULL DEFAULT '0',
  `UpgradePoints` int(11) NOT NULL DEFAULT '0',
  `ConnectedTime` int(11) NOT NULL DEFAULT '1',
  `Registered` int(11) NOT NULL DEFAULT '0',
  `Sex` int(11) NOT NULL DEFAULT '1',
  `Age` int(11) NOT NULL DEFAULT '0',
  `Origin` int(11) NOT NULL DEFAULT '1',
  `CK` int(11) NOT NULL DEFAULT '0',
  `Muted` int(11) NOT NULL DEFAULT '0',
  `MuteTime` int(11) NOT NULL DEFAULT '0',
  `Respect` int(11) NOT NULL DEFAULT '0',
  `Money` bigint(20) NOT NULL DEFAULT '999000',
  `Bank` int(11) NOT NULL DEFAULT '5000',
  `Crimes` int(11) NOT NULL DEFAULT '0',
  `Kills` int(11) NOT NULL DEFAULT '0',
  `Deaths` int(11) NOT NULL DEFAULT '0',
  `Arrested` int(11) NOT NULL DEFAULT '0',
  `WantedLevel` int(11) NOT NULL DEFAULT '0',
  `WantedPoints` int(11) NOT NULL DEFAULT '0',
  `WantedDeaths` int(11) NOT NULL DEFAULT '0',
  `Phonebook` int(11) NOT NULL DEFAULT '0',
  `LottoNr` int(11) NOT NULL DEFAULT '0',
  `Fishes` int(11) NOT NULL DEFAULT '0',
  `BiggestFish` int(11) NOT NULL DEFAULT '0',
  `Sticle` int(11) NOT NULL DEFAULT '0',
  `Job` int(11) NOT NULL DEFAULT '0',
  `Paycheck` int(11) NOT NULL DEFAULT '0',
  `HeadValue` int(11) NOT NULL DEFAULT '0',
  `Jailed` int(11) NOT NULL DEFAULT '0',
  `JailTime` int(11) NOT NULL DEFAULT '0',
  `Materials` int(11) NOT NULL DEFAULT '0',
  `Drugs` int(11) NOT NULL DEFAULT '0',
  `Leader` int(11) NOT NULL DEFAULT '0',
  `Member` int(11) NOT NULL DEFAULT '0',
  `FMember` int(11) NOT NULL DEFAULT '255',
  `Rank` int(11) NOT NULL DEFAULT '0',
  `Chara` int(11) NOT NULL DEFAULT '0',
  `ContractTime` int(11) NOT NULL DEFAULT '0',
  `DetSkill` int(11) NOT NULL DEFAULT '0',
  `SexSkill` int(11) NOT NULL DEFAULT '0',
  `BoxSkill` int(11) NOT NULL DEFAULT '0',
  `LawSkill` int(11) NOT NULL DEFAULT '0',
  `MechSkill` int(11) NOT NULL DEFAULT '0',
  `JackSkill` int(11) NOT NULL DEFAULT '0',
  `CarSkill` int(11) NOT NULL DEFAULT '0',
  `NewsSkill` int(11) NOT NULL DEFAULT '0',
  `DrugsSkill` int(11) NOT NULL DEFAULT '0',
  `CookSkill` int(11) NOT NULL DEFAULT '0',
  `FishSkill` int(11) NOT NULL DEFAULT '0',
  `RromSkill` int(11) NOT NULL DEFAULT '0',
  `Passport` int(11) NOT NULL DEFAULT '0',
  `Inte` int(11) NOT NULL DEFAULT '0',
  `Local` int(11) NOT NULL DEFAULT '255',
  `Team` int(11) NOT NULL DEFAULT '3',
  `Model` int(11) NOT NULL DEFAULT '264',
  `PhoneNr` int(11) NOT NULL DEFAULT '0',
  `House` int(11) NOT NULL DEFAULT '255',
  `Car` int(11) NOT NULL DEFAULT '999',
  `Bizz` int(11) NOT NULL DEFAULT '255',
  `CarLic` int(11) NOT NULL DEFAULT '0',
  `PunctePen` int(11) NOT NULL DEFAULT '15',
  `FlyLic` int(11) NOT NULL DEFAULT '0',
  `BoatLic` int(11) NOT NULL DEFAULT '0',
  `FishLic` int(11) NOT NULL DEFAULT '0',
  `GunLic` int(11) NOT NULL DEFAULT '0',
  `MatsLic` int(11) NOT NULL DEFAULT '0',
  `Gun1` int(11) NOT NULL DEFAULT '0',
  `Gun2` int(11) NOT NULL DEFAULT '0',
  `Gun3` int(11) NOT NULL DEFAULT '0',
  `Gun4` int(11) NOT NULL DEFAULT '0',
  `Gun5` int(11) NOT NULL DEFAULT '0',
  `Gun6` int(11) NOT NULL DEFAULT '0',
  `Ammo1` int(11) NOT NULL DEFAULT '0',
  `Ammo2` int(11) NOT NULL DEFAULT '0',
  `Ammo3` int(11) NOT NULL DEFAULT '0',
  `Ammo4` int(11) NOT NULL DEFAULT '0',
  `Ammo5` int(11) NOT NULL DEFAULT '0',
  `Ammo6` int(11) NOT NULL DEFAULT '0',
  `CarTime` int(11) NOT NULL DEFAULT '0',
  `CGunoiTime` int(11) NOT NULL DEFAULT '0',
  `PayDay` int(11) NOT NULL DEFAULT '0',
  `PayDayHad` int(11) NOT NULL DEFAULT '0',
  `CDPlayer` int(11) NOT NULL DEFAULT '0',
  `Watch` int(11) NOT NULL DEFAULT '0',
  `Frec` int(11) NOT NULL DEFAULT '0',
  `Walkie` int(11) NOT NULL DEFAULT '0',
  `Cigars` int(11) NOT NULL DEFAULT '0',
  `Matches` int(11) NOT NULL DEFAULT '0',
  `FTools` int(11) NOT NULL DEFAULT '0',
  `Wins` int(11) NOT NULL DEFAULT '0',
  `Loses` int(11) NOT NULL DEFAULT '0',
  `AlcoholPerk` int(11) NOT NULL DEFAULT '0',
  `DrugPerk` int(11) NOT NULL DEFAULT '0',
  `MiserPerk` int(11) NOT NULL DEFAULT '0',
  `PainPerk` int(11) NOT NULL DEFAULT '0',
  `TraderPerk` int(11) NOT NULL DEFAULT '0',
  `Tutorial` int(11) NOT NULL DEFAULT '0',
  `Mission` int(11) NOT NULL DEFAULT '0',
  `Warnings` int(11) NOT NULL DEFAULT '0',
  `FWarns` int(11) NOT NULL DEFAULT '0',
  `Fpunish` int(11) NOT NULL DEFAULT '0',
  `Adjustable` int(11) NOT NULL DEFAULT '0',
  `Fuel` int(11) NOT NULL DEFAULT '0',
  `Married` int(11) NOT NULL DEFAULT '0',
  `RequestingBackup` int(11) NOT NULL DEFAULT '0',
  `Alawyer` int(11) NOT NULL DEFAULT '0',
  `Limba` int(11) NOT NULL DEFAULT '0',
  `RobSkill` int(11) NOT NULL DEFAULT '0',
  `Tow` int(11) NOT NULL DEFAULT '0',
  `Sf` int(11) NOT NULL DEFAULT '0',
  `SpawnChange` int(11) NOT NULL DEFAULT '0',
  `Rob` int(11) NOT NULL DEFAULT '0',
  `Locked` tinyint(2) NOT NULL DEFAULT '0',
  `Car2` int(11) NOT NULL,
  `Car3` int(11) NOT NULL,
  `Imprumut` int(11) NOT NULL,
  `ImpPayDay` int(11) NOT NULL DEFAULT '0',
  `Agent` int(11) NOT NULL DEFAULT '0',
  `Alowed` int(11) NOT NULL DEFAULT '0',
  `Frate` int(11) NOT NULL DEFAULT '0',
  `Updates08` int(11) NOT NULL DEFAULT '0',
  `Updates09` int(11) NOT NULL DEFAULT '0',
  `Updates10` int(11) NOT NULL DEFAULT '0',
  `Updates11` int(11) NOT NULL DEFAULT '0',
  `Updates12` int(11) NOT NULL DEFAULT '0',
  `Updates13` int(11) NOT NULL DEFAULT '0',
  `Updates14` int(11) NOT NULL DEFAULT '0',
  `Updates15` int(11) NOT NULL DEFAULT '0',
  `MarriedTo` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT 'No-one',
  `DateReg` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT 'No-one',
  `UltLog` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT 'No-one',
  `Email` varchar(64) COLLATE latin1_general_ci NOT NULL DEFAULT 'Niciunul',
  `Pos_x` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '1742.6400',
  `Pos_y` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '-1862.6600',
  `Pos_z` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '13.5800',
  `pSHealth` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '50.0',
  `pHealth` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '50.0',
  `pArmour` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '0.0',
  `Status` int(11) NOT NULL DEFAULT '0',
  `rpgon` int(11) NOT NULL DEFAULT '0',
  `Allow` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(200) COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `Name_2` (`Name`),
  KEY `name` (`Name`),
  KEY `level` (`PlayerLevel`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `players_old`
--

CREATE TABLE IF NOT EXISTS `players_old` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Name` varchar(50) COLLATE latin1_general_ci NOT NULL,
  `Password` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `PlayerLevel` int(11) NOT NULL DEFAULT '1',
  `AdminLevel` int(11) NOT NULL DEFAULT '0',
  `Wipe` int(11) NOT NULL DEFAULT '0',
  `DonateRank` int(11) NOT NULL DEFAULT '0',
  `UpgradePoints` int(11) NOT NULL DEFAULT '0',
  `ConnectedTime` int(11) NOT NULL DEFAULT '1',
  `Registered` int(11) NOT NULL DEFAULT '0',
  `Sex` int(11) NOT NULL DEFAULT '1',
  `Age` int(11) NOT NULL DEFAULT '0',
  `Origin` int(11) NOT NULL DEFAULT '1',
  `CK` int(11) NOT NULL DEFAULT '0',
  `Muted` int(11) NOT NULL DEFAULT '0',
  `MuteTime` int(11) NOT NULL DEFAULT '0',
  `Respect` int(11) NOT NULL DEFAULT '0',
  `Money` bigint(20) NOT NULL DEFAULT '1000',
  `Bank` int(11) NOT NULL DEFAULT '5000',
  `Crimes` int(11) NOT NULL DEFAULT '0',
  `Kills` int(11) NOT NULL DEFAULT '0',
  `Deaths` int(11) NOT NULL DEFAULT '0',
  `Arrested` int(11) NOT NULL DEFAULT '0',
  `WantedLevel` int(11) NOT NULL DEFAULT '0',
  `WantedPoints` int(11) NOT NULL DEFAULT '0',
  `WantedDeaths` int(11) NOT NULL DEFAULT '0',
  `Phonebook` int(11) NOT NULL DEFAULT '0',
  `LottoNr` int(11) NOT NULL DEFAULT '0',
  `Fishes` int(11) NOT NULL DEFAULT '0',
  `BiggestFish` int(11) NOT NULL DEFAULT '0',
  `Job` int(11) NOT NULL DEFAULT '0',
  `Paycheck` int(11) NOT NULL DEFAULT '0',
  `HeadValue` int(11) NOT NULL DEFAULT '0',
  `Jailed` int(11) NOT NULL DEFAULT '0',
  `JailTime` int(11) NOT NULL DEFAULT '0',
  `Materials` int(11) NOT NULL DEFAULT '0',
  `Drugs` int(11) NOT NULL DEFAULT '0',
  `Leader` int(11) NOT NULL DEFAULT '0',
  `Member` int(11) NOT NULL DEFAULT '0',
  `FMember` int(11) NOT NULL DEFAULT '255',
  `Rank` int(11) NOT NULL DEFAULT '0',
  `Chara` int(11) NOT NULL DEFAULT '0',
  `ContractTime` int(11) NOT NULL DEFAULT '0',
  `DetSkill` int(11) NOT NULL DEFAULT '0',
  `SexSkill` int(11) NOT NULL DEFAULT '0',
  `BoxSkill` int(11) NOT NULL DEFAULT '0',
  `LawSkill` int(11) NOT NULL DEFAULT '0',
  `MechSkill` int(11) NOT NULL DEFAULT '0',
  `JackSkill` int(11) NOT NULL DEFAULT '0',
  `CarSkill` int(11) NOT NULL DEFAULT '0',
  `NewsSkill` int(11) NOT NULL DEFAULT '0',
  `DrugsSkill` int(11) NOT NULL DEFAULT '0',
  `CookSkill` int(11) NOT NULL DEFAULT '0',
  `FishSkill` int(11) NOT NULL DEFAULT '0',
  `Passport` int(11) NOT NULL DEFAULT '0',
  `Inte` int(11) NOT NULL DEFAULT '0',
  `Local` int(11) NOT NULL DEFAULT '255',
  `Team` int(11) NOT NULL DEFAULT '3',
  `Model` int(11) NOT NULL DEFAULT '264',
  `PhoneNr` int(11) NOT NULL DEFAULT '0',
  `House` int(11) NOT NULL DEFAULT '255',
  `Car` int(11) NOT NULL DEFAULT '999',
  `Bizz` int(11) NOT NULL DEFAULT '255',
  `CarLic` int(11) NOT NULL DEFAULT '0',
  `PunctePen` int(11) NOT NULL DEFAULT '15',
  `FlyLic` int(11) NOT NULL DEFAULT '0',
  `BoatLic` int(11) NOT NULL DEFAULT '0',
  `FishLic` int(11) NOT NULL DEFAULT '0',
  `GunLic` int(11) NOT NULL DEFAULT '0',
  `MatsLic` int(11) NOT NULL DEFAULT '0',
  `Gun1` int(11) NOT NULL DEFAULT '0',
  `Gun2` int(11) NOT NULL DEFAULT '0',
  `Gun3` int(11) NOT NULL DEFAULT '0',
  `Gun4` int(11) NOT NULL DEFAULT '0',
  `Ammo1` int(11) NOT NULL DEFAULT '0',
  `Ammo2` int(11) NOT NULL DEFAULT '0',
  `Ammo3` int(11) NOT NULL DEFAULT '0',
  `Ammo4` int(11) NOT NULL DEFAULT '0',
  `CarTime` int(11) NOT NULL DEFAULT '0',
  `PayDay` int(11) NOT NULL DEFAULT '0',
  `PayDayHad` int(11) NOT NULL DEFAULT '0',
  `CDPlayer` int(11) NOT NULL DEFAULT '0',
  `Watch` int(11) NOT NULL DEFAULT '0',
  `Frec` int(11) NOT NULL DEFAULT '0',
  `Walkie` int(11) NOT NULL DEFAULT '0',
  `Cigars` int(11) NOT NULL DEFAULT '0',
  `Matches` int(11) NOT NULL DEFAULT '0',
  `FTools` int(11) NOT NULL DEFAULT '0',
  `Wins` int(11) NOT NULL DEFAULT '0',
  `Loses` int(11) NOT NULL DEFAULT '0',
  `AlcoholPerk` int(11) NOT NULL DEFAULT '0',
  `DrugPerk` int(11) NOT NULL DEFAULT '0',
  `MiserPerk` int(11) NOT NULL DEFAULT '0',
  `PainPerk` int(11) NOT NULL DEFAULT '0',
  `TraderPerk` int(11) NOT NULL DEFAULT '0',
  `Tutorial` int(11) NOT NULL DEFAULT '0',
  `Mission` int(11) NOT NULL DEFAULT '0',
  `Warnings` int(11) NOT NULL DEFAULT '0',
  `FWarns` int(11) NOT NULL DEFAULT '0',
  `Fpunish` int(11) NOT NULL DEFAULT '0',
  `Adjustable` int(11) NOT NULL DEFAULT '0',
  `Fuel` int(11) NOT NULL DEFAULT '0',
  `Married` int(11) NOT NULL DEFAULT '0',
  `RequestingBackup` int(11) NOT NULL DEFAULT '0',
  `Alawyer` int(11) NOT NULL DEFAULT '0',
  `Limba` int(11) NOT NULL DEFAULT '0',
  `RobSkill` int(11) NOT NULL DEFAULT '0',
  `Tow` int(11) NOT NULL DEFAULT '0',
  `Sf` int(11) NOT NULL DEFAULT '0',
  `SpawnChange` int(11) NOT NULL DEFAULT '0',
  `Rob` int(11) NOT NULL DEFAULT '0',
  `Locked` tinyint(1) NOT NULL DEFAULT '0',
  `Car2` int(11) NOT NULL,
  `Car3` int(11) NOT NULL,
  `Imprumut` int(11) NOT NULL,
  `ImpPayDay` int(11) NOT NULL DEFAULT '0',
  `Agent` int(11) NOT NULL DEFAULT '0',
  `Alowed` int(11) NOT NULL DEFAULT '0',
  `Updates07` int(11) NOT NULL DEFAULT '0',
  `Updates08` int(11) NOT NULL DEFAULT '0',
  `Updates09` int(11) NOT NULL DEFAULT '0',
  `Updates10` int(11) NOT NULL DEFAULT '0',
  `Updates11` int(11) NOT NULL DEFAULT '0',
  `Updates12` int(11) NOT NULL DEFAULT '0',
  `Updates13` int(11) NOT NULL DEFAULT '0',
  `Updates14` int(11) NOT NULL DEFAULT '0',
  `Updates15` int(11) NOT NULL DEFAULT '0',
  `MarriedTo` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT 'No-one',
  `DateReg` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT 'No-one',
  `UltLog` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT 'No-one',
  `Email` varchar(64) COLLATE latin1_general_ci NOT NULL DEFAULT 'Niciunul',
  `Pos_x` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '1742.6400',
  `Pos_y` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '-1862.6600',
  `Pos_z` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '13.5800',
  `pSHealth` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '50.0',
  `pHealth` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '50.0',
  `pArmour` varchar(16) COLLATE latin1_general_ci NOT NULL DEFAULT '0.0',
  PRIMARY KEY (`id`),
  KEY `name` (`Name`),
  KEY `level` (`PlayerLevel`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `propertylog`
--

CREATE TABLE IF NOT EXISTS `propertylog` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Text` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Structura de tabel pentru tabelul `rpgips`
--

CREATE TABLE IF NOT EXISTS `rpgips` (
  `logged_ip` varchar(32) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '0',
  `ip` varchar(32) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Structura de tabel pentru tabelul `sbizz`
--

CREATE TABLE IF NOT EXISTS `sbizz` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Owner` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'NoOne',
  `Message` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'NoOne',
  `Extortion` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'No-One',
  `Owned` int(11) NOT NULL DEFAULT '0',
  `EntranceX` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `EntranceY` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `EntranceZ` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `LevelNeeded` int(11) NOT NULL DEFAULT '5',
  `BuyPrice` int(11) NOT NULL DEFAULT '5000000',
  `EntranceCost` int(11) NOT NULL DEFAULT '0',
  `Till` int(11) NOT NULL DEFAULT '0',
  `Interior` int(11) NOT NULL DEFAULT '0',
  `Products` int(11) NOT NULL DEFAULT '0',
  `MaxProducts` int(11) NOT NULL DEFAULT '500',
  `PriceProd` int(11) NOT NULL DEFAULT '1',
  `GunPrice` int(11) NOT NULL DEFAULT '0',
  `Locked` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;

--
-- Salvarea datelor din tabel `sbizz`
--

INSERT INTO `sbizz` (`id`, `Owner`, `Message`, `Extortion`, `Owned`, `EntranceX`, `EntranceY`, `EntranceZ`, `LevelNeeded`, `BuyPrice`, `EntranceCost`, `Till`, `Interior`, `Products`, `MaxProducts`, `PriceProd`, `GunPrice`, `Locked`) VALUES
(1, 'Statul', 'Avatar Di Aby', 'No-one', 0, '562.405029', '-1289.995483', '17.248199', 7, 1000000, 5000, 5000, 0, 5000, 5000, 1, 0, 1),
(2, 'Statul', 'RentCar Las Venturas', 'No-one', 0, '2238.7656', '1285.4683', '10.8203', 7, 1000000, 1, 0, 0, 5000, 5000, 1, 1, 1),
(3, 'Statul', 'Companie Telefonie', 'No-One', 0, '1039.3903', '1014.0202', '11.0000', 10, 3000000, 1, 685, 0, 5000, 5000, 1, 0, 1),
(4, 'MyhayTzA', 'Petrom ', 'No-one', 1, '2016.9696', '1926.4293', '12.3424', 10, 4000000, 100, 23900, 0, 5000, 5000, 1, 0, 0),
(5, 'Statul', 'Electrica', 'No-one', 0, '1584.0251', '1769.0513', '10.8203', 10, 2000000, 1, 950, 0, 5000, 5000, 1, 0, 1),
(6, 'Statul', 'Bizz House Upgrade', 'No-one', 0, '1102.415649', '-1458.091552', '15.796875', 10, 2500000, 3000, 5500, 0, 5000, 5000, 1, 0, 1),
(7, 'Statul', 'SC.Flux-CompanyIS.SRL', 'No-one', 0, '2351.455078', '-1412.284912', '23.992416', 6, 1500000, 500, 874, 0, 5000, 5000, 1, 0, 1),
(8, 'Statul', 'The Ballas Family CNN', 'No-one', 0, '845.007446', '-1046.207397', '25.010288', 9, 2500000, 1, 150, 0, 5000, 5000, 1, 0, 1),
(9, 'Statul', 'Ballas Car Company', 'No-one', 0, '2510.600097', '-1468.199951', '24.023899', 8, 2500000, 5000, 33000, 0, 5000, 5000, 1, 0, 1),
(10, 'NoOne', 'Cablu TV', 'No-One', 0, '-329.7918', '1536.8364', '76.6117', 5, 1500000, 0, 13338, 0, 5000, 5000, 1, 0, 0),
(11, 'Statul', 'Ballas Paintball', 'No-one', 0, '1310.126586', '-1367.812255', '13.540800', 5, 700000, 5000, 0, 0, 5000, 5000, 10000, 100, 1),
(12, 'Statul', 'Karturi', 'No-one', 0, '2281.5386', '-2364.6279', '13.5469', 5, 1000000, 5000, 0, 0, 5000, 5000, 10000, 100, 1);

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

--
-- Structura de tabel pentru tabelul `seif`
--

CREATE TABLE IF NOT EXISTS `seif` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Password` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Locationx` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Locationy` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Locationz` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `Money` int(11) NOT NULL DEFAULT '0',
  `Drugs` int(11) NOT NULL DEFAULT '0',
  `Mats` int(11) NOT NULL DEFAULT '0',
  `Updates` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

--
-- Salvarea datelor din tabel `seif`
--

INSERT INTO `seif` (`id`, `Password`, `Locationx`, `Locationy`, `Locationz`, `Money`, `Drugs`, `Mats`, `Updates`) VALUES
(1, 'PAROLA', '256.6059', '66.0825', '1003.6406', 0, 0, 0, 0),
(2, '123', '-1693.6075', '1037.2747', '45.2109', 0, 0, 0, 0),
(3, '123', '-1372.8159', '500.0133', '11.1953', 0, 0, 0, 0),
(4, '123', '372.8245', '177.7571', '1019.9844', 0, 0, 0, 0),
(5, '123', '2334.3474', '-1143.4371', '1050.7031', 0, 0, 0, 0),
(6, '2312', '1492.6869', '1308.4758', '1093.2931', 0, 0, 0, 0),
(7, '123', '-2022.2402', '-114.4983', '1035.1719', 0, 0, 0, 0),
(8, '4321', '2177.4602', '1627.2573', '999.9681', 0, 0, 0, 0),
(9, 'leader.0nly', '343.2885', '159.8109', '1025.7891', 0, 0, 0, 0),
(10, '123', '957.7219', '2096.6738', '1011.0221', 0, 0, 0, 0),
(11, '123', '1274.0236', '-825.3835', '1085.6328', 190000, 0, 960, 0),
(12, '123', '971.1424', '-43.2360', '1001.1172', 0, 45, 1100, 0),
(13, '123', '1722.7021', '-1672.4230', '20.2236', 0, 0, 0, 0),
(14, '123', '1082.6331', '2120.9602', '15.3504', 0, 0, 0, 0),
(15, 'parodaviparo', '-779.5992', '498.1534', '1371.7490', 7990000, 0, 300, 0),
(16, '2312', '2131.6406', '-2284.1753', '20.6719', 0, 109, 1160, 0);

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

--
-- Structura de tabel pentru tabelul `setari`
--

CREATE TABLE IF NOT EXISTS `setari` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `nume` varchar(50) NOT NULL,
  `valoare` varchar(500) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Salvarea datelor din tabel `setari`
--

INSERT INTO `setari` (`id`, `nume`, `valoare`) VALUES
(1, 'mentenanta', 'nu');

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

--
-- Structura de tabel pentru tabelul `teritorii`
--

CREATE TABLE IF NOT EXISTS `teritorii` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `Owner` varchar(50) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  `Owned` int(11) NOT NULL DEFAULT '0',
  `Time` int(11) NOT NULL DEFAULT '0',
  `PozX1` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `PozY1` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `PozX2` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `PozY2` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `PozX3` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `PozY3` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  `PozZ3` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0',
  PRIMARY KEY (`Id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=54 ;

--
-- Salvarea datelor din tabel `teritorii`
--

INSERT INTO `teritorii` (`Id`, `Owner`, `Owned`, `Time`, `PozX1`, `PozY1`, `PozX2`, `PozY2`, `PozX3`, `PozY3`, `PozZ3`) VALUES
(1, '', 15, 331, '829.3463', '-479.6211', '688.2083', '-614.3463', '825.9561', '-522.2296', '16.3281'),
(3, '', 15, 788, '1409.9026', '437.7733', '1234.7595', '340.1069', '1410.7295', '433.9223', '19.8817'),
(4, '', 15, 918, '428.3495', '1908.7909', '257.9695', '2085.1284', '427.6816', '1913.8368', '17.2266'),
(5, '', 15, 1085, '2064.584', '2813.8750', '2224.2639', '2702.4536', '2071.3145', '2810.9102', '10.8203'),
(6, '', 15, 919, '1583.1931', '1974.9066', '1718.9451', '1775.0811', '1600.2922', '1948.1101', '11.0234'),
(2, '', 15, 918, '2417.0505', '100.7762', '2277.5181', '-76.4859', '2412.3887', '96.4689', '26.4704');

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

--
-- Structura de tabel pentru tabelul `versiuni_panel`
--

CREATE TABLE IF NOT EXISTS `versiuni_panel` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `versiune` varchar(50) NOT NULL,
  `autor` varchar(50) NOT NULL,
  `email` varchar(50) NOT NULL,
  `changelog` longtext NOT NULL,
  `data` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Salvarea datelor din tabel `versiuni_panel`
--

INSERT INTO `versiuni_panel` (`id`, `versiune`, `autor`, `email`, `changelog`, `data`) VALUES
(1, '1.0.1', 'Mihai Domocos', 'sazone-bugs@zem.ro', 'Versiune Panel lansare .<br>\r\nAceasta versiune este posibil sa contina <font color="red">erori</font> .<br>\r\nDaca gasesti o eroare sau ai o sugestie cu privire la panel , te rugam sa ne contactezi pe adresa de email de mai sus .<br>\r\nModificarile vor urma .<br>', '1360710104'),
(2, '1.0.2', 'Mihai Domocos', 'sazone-bugs@zem.ro', 'Pagina cu jucatorii online are acum 2 campuri noi , SCOR si PING .<br>\r\nAm adaugat o lista cu liderii de factiune .<br>', '1361145206');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;



Re: PaintJob and Color1/2 doesn't save [ REP++ ] - Ironboy - 20.01.2015

That is called "SQL Dump", mysql log can be found on the server directory which is used for debug, it shows the functioning of mysql with errors and warning if any are there.


Re: PaintJob and Color1/2 doesn't save [ REP++ ] - Sn4ke2 - 20.01.2015

I'm newbie in pawno ... sorry
Код:
[06:55:23]  

[06:55:23] ---------------------------

[06:55:23] MySQL Debugging activated (01/21/15)

[06:55:23] ---------------------------

[06:55:23]  

[06:55:23] >> mysql_connect( )

[06:55:23] CMySQLHandler::CMySQLHandler() - constructor called.

[06:55:23] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "rpg" | Username: "root" ...

[06:55:23] CMySQLHandler::Connect() - Connection was successful.

[06:55:23] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 99 row(s)

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 1) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 1|Statul|Casa Medie|1421.694335|-886.219787|50.685844|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|1|1|0|0|5|0

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 2) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 2|Statul|Casa Medie|1468.576171|-905.894836|54.835937|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|1|10|0|59|5|1

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 3) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 3|Patrick|Casa Medie|1535.013305|-800.312316|72.849456|2496.031250|-1692.483886|1014.742187|1|0|0|0|0|0|1000000|1|0|3|0|1|1|100|1|4700|70|5|2

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 4) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 4|H0R11|Casa Medie|1527.903320|-772.669738|80.578125|2496.031250|-1692.483886|1014.742187|1|0|0|0|0|0|1000000|1|0|3|0|1|1|10000|1|10000|70|5|3

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 5) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 5|MyhayTzA|Casa Mare|1496.737060|-688.127990|95.563308|225.623901|1022.029296|1084.015991|1|0|0|0|0|0|2000000|1|1|7|0|1|1|100|1|0|71|10|4

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 6) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 6|riki|Casa Medie|1442.480957|-628.830871|95.718566|2496.031250|-1692.483886|1014.742187|1|0|0|0|0|0|1000000|1|1|3|0|1|1|100|1|500|71|5|5

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 7) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 7|The State|Casa Mare|1331.932128|-632.485168|109.134902|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|6

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 8) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 8|The State|Casa Mare|1112.631835|-742.267150|100.132926|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|7

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 9) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 9|The State|Casa Mare|1093.942382|-807.127990|107.419265|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|8

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 10) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 10|The State|Casa Mare|1094.859497|-647.913330|113.648437|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|9

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 11) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 11|The State|Casa Mare|1045.062988|-642.653076|120.117187|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|10

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 12) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 12|The State|Casa Mare|980.613403|-677.184509|121.976257|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|11

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 13) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 13|The State|Casa Medie|946.356445|-710.674560|122.619873|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|12

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 14) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 14|The State|Casa Medie|898.165649|-677.198242|116.890441|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|13

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 15) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 15|The State|Casa Medie|867.464294|-717.561706|105.679687|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|14

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 16) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 16|The State|Casa Medie|891.183532|-783.157165|101.313781|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|15

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 17) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 17|The State|Casa Medie|808.294860|-759.490539|76.531364|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|16

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 18) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 18|The State|Casa Medie|786.085388|-828.555053|70.289581|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|17

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 19) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 19|The State|Casa Medie|818.248962|-509.318389|18.012922|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|18

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 20) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 20|The State|Casa Medie|795.208374|-506.149108|18.012922|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|19

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 21) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 21|The State|Casa Mica|776.657043|-503.481811|18.012926|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|20

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 22) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 22|The State|Casa Mica|768.277893|-503.492187|18.012926|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|21

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 23) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 23|The State|Casa Medie|742.312255|-495.759887|18.012922|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|22

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 24) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 24|The State|Casa Medie|766.536987|-556.779724|18.012924|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|23

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 25) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 25|The State|Casa Medie|736.634887|-556.784790|18.012926|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|24

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 26) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 26|Statul|Casa Medie|743.294738|-509.325042|18.012922|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|1|0|1|100|0|0|0|5|25

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 27) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 27|CryMy1|Casa Mare|1259.625122|-785.517395|92.031250|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|1|1|1000|1|2000|74|10|26

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 28) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 28|Bogdean|Apartament|993.544555|-1059.003906|33.699501|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|1|1|1|1|43|68|3|27

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 29) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 29|pechea|Apartament|1050.841674|-1059.296142|34.796646|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|1|1|100|1|0|70|3|28

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 30) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 30|The State|Apartament|1103.394409|-1068.148559|31.889856|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|29

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 31) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 31|The State|Casa Mica|1885.882080|-1113.464111|26.275810|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|30

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 32) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 32|The State|Casa Medie|1906.168945|-1112.949340|26.664062|2496.031250|-1692.483886|1014.742187|1|0|0|0|0|0|1000000|1|0|3|0|0|1|100|1|0|44|5|31

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 33) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 33|The State|Casa Medie|1921.311523|-1115.168701|27.088310|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|29|5|32

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 34) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 34|The State|Casa Medie|1939.060302|-1114.482788|27.452295|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|33

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 35) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 35|The State|Casa Medie|1955.403686|-1115.477050|27.830497|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|34

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 36) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 36|The State|Casa Mica|1959.389282|-1069.999267|24.796701|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|35

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 37) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 37|The State|Casa Mica|1954.390258|-1074.915527|24.796701|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|36

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 38) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 38|The State|Casa Mica|1934.059936|-1071.493530|24.415773|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|37

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 39) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 39|The State|Casa Mica|1939.231689|-1066.669311|24.418470|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|38

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 40) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 40|The State|Casa Mica|1912.617309|-1070.492675|24.236871|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|39

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:23] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 41) - Successfully executed.

[06:55:23] >> mysql_store_result( Connection handle: 1 )

[06:55:23] CMySQLHandler::StoreResult() - Result was stored.

[06:55:23] >> mysql_num_rows( Connection handle: 1 )

[06:55:23] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:23] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:23] CMySQLHandler::FetchRow() - Return: 41|The State|Casa Mica|1916.891967|-1064.944580|24.124662|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|40

[06:55:23] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 42) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 42|The State|Casa Mica|1896.042358|-1064.547119|23.937500|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|41

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 43) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 43|The State|Casa Mica|1891.782836|-1070.610473|23.937500|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|42

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 44) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 44|The State|Casa Medie|1999.876342|-1114.057495|27.125000|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|43

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 45) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 45|The State|Casa Medie|2022.714843|-1120.263549|26.421045|2496.031250|-1692.483886|1014.742187|0|0|0|0|0|0|1000000|0|0|3|0|0|1|100|1|0|0|5|44

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 46) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 46|The State|Casa Mica|2045.635986|-1116.648559|26.361747|327.988006|1478.078125|1084.437500|0|0|0|0|0|0|700000|0|0|15|0|0|1|100|1|0|0|4|45

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 47) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 47|The State|Casa Mare|2450.274902|742.686462|11.460937|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|44|10|46

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 48) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 48|The State|Casa Mare|2450.810058|714.395568|11.468292|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|47

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 49) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 49|The State|Casa Mare|2449.227050|689.778015|11.460937|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|48

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 50) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 51) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 51|The State|Casa Mare|2346.647460|736.636596|11.468292|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|50

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 52) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 52|The State|Casa Mare|2397.037353|690.350219|11.453125|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|51

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 53) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 53|The State|Casa Mare|2368.701416|689.803894|11.460479|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|52

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 54) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 54|The State|Casa Mare|2346.289306|691.258666|11.460937|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|53

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 55) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 55|The State|Casa Mare|2317.100097|690.365661|11.460937|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|54

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 56) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 56|The State|Casa Mare|2317.905761|656.100036|11.453125|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|55

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 57) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 57|The State|Casa Mare|2346.049316|656.637512|11.460479|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|56

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 58) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 58|The State|Casa Mare|2368.295654|655.075805|11.460937|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|57

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 59) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 59|The State|Casa Mare|2397.434814|656.110046|11.460937|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|58

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 60) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 60|The State|Casa Mare|2450.262451|662.613586|11.460937|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|59

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 61) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 61|The State|Apartament|2540.058837|713.281188|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|60

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 62) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 62|The State|Apartament|2532.511962|713.379821|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|61

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 63) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 63|The State|Apartament|2532.524414|719.548950|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|62

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 64) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 64|The State|Apartament|2540.049316|719.403320|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|63

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 65) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 65|The State|Apartament|2532.289062|750.093383|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|64

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 66) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 66|The State|Apartament|2532.395996|742.555664|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|65

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 67) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 67|The State|Apartament|2525.944091|742.552856|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|66

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 68) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 68|The State|Apartament|2526.096923|750.081665|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|67

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 69) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 69|The State|Apartament|2571.530029|719.515502|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|68

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 70) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 70|The State|Apartament|2579.082031|719.703247|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|69

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 71) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 71|The State|Apartament|2579.083007|713.399597|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|70

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 72) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 72|The State|Apartament|2571.536376|713.123779|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|71

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 73) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 73|The State|Apartament|2613.505371|719.558471|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|72

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 74) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 74|The State|Apartament|2621.060058|719.455139|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|73

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 75) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 75|The State|Apartament|2613.526855|713.283691|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|74

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 76) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 76|The State|Apartament|2621.053222|713.139038|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|75

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 77) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 77|The State|Apartament|2660.083007|713.180603|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|76

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 78) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 78|The State|Apartament|2652.540771|713.384460|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|77

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 79) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 79|The State|Apartament|2660.082763|719.338073|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|78

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 80) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 80|The State|Apartament|2652.544433|719.359375|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|79

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 81) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 81|The State|Apartament|2666.613769|750.071228|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|80

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 82) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 82|The State|Apartament|2666.372070|742.568725|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|81

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 83) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 83|The State|Apartament|2660.254882|742.573608|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|82

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 84) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 84|The State|Apartament|2660.658691|750.092468|14.739588|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|83

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 85) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 85|The State|Apartament|2660.375488|742.546142|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|84

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 86) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 86|The State|Apartament|2660.268554|750.098999|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|85

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 87) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 87|The State|Apartament|2666.445800|742.544494|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|86

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 88) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 88|The State|Apartament|2666.548095|750.084350|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|87

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 89) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 89|The State|Apartament|2660.079345|719.437500|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|88

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 90) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 90|The State|Casa Mare|1379.014282|-1752.896118|14.140625|225.623901|1022.029296|1084.015991|0|0|0|0|0|0|2000000|0|0|7|0|0|1|100|1|0|0|10|89

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 91) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 91|Statul|Apartament|2652.528320|713.131774|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|90

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 92) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 92|The State|Apartament|2660.077148|713.408996|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|91

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 93) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 93|The State|Apartament|2613.525146|713.328552|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|92

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 94) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 94|The State|Apartament|2621.051269|713.232666|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|93

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 95) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 95|The State|Apartament|2621.050292|719.425903|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|94

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 96) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 96|The State|Apartament|2613.515625|719.511718|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|95

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 97) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 97|The State|Apartament|2571.539794|719.229553|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|96

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 98) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 98|The State|Apartament|2579.074707|719.329528|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|97

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM houses WHERE id= 99) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 99|The State|Apartament|2571.546875|713.368164|10.820312|226.277801|1240.130615|1082.140625|0|0|0|0|0|0|500000|0|0|2|0|0|1|100|1|0|0|3|98

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 7 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz WHERE id= 1) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 1|Statul|Gun Shop Los Santos|No-one|0|1791.724975|-1163.574218|23.828125|315.7100|-142.7915|999.6016|10|3000000|3500|14000|0|7|462|5000|1|100

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz WHERE id= 2) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 2|Statul|Club Ballas|No-one|0|1158.131591|-1473.520996|15.796875|377.1464|-192.4845|1000.9328|5|500000|5000|0|1|17|0|5000|1|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz WHERE id= 3) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 3|Statul|Banca Los Santos|No-one|0|1467.305664|-1010.528503|26.843750|2305.688964|-16.088100|26.749599|10|3000000|3500|60000|0|0|644|5000|100|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz WHERE id= 4) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 4|Statul|GunShop Las Venturas|No-one|0|2183.7971|1114.7517|12.6484|316.52499|-167.706985|999.593750|10|500000|5000|0|1|6|496|5000|1|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz WHERE id= 5) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 5|Statul|Ballas 24/7|No-one|0|1832.9052|-1842.4581|13.5781|-31.0596|-91.9343|1003.5469|7|1500000|3000|0|1|18|261|5000|1|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz WHERE id= 6) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 6|Statul|Club  Pentru Bengosi|NoOne|0|1836.4719|-1681.0487|13.3465|493.3893|-22.3620|1000.6796|5|500000|5000|25000|0|17|386|5000|10000|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM bizz WHERE id= 7) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 7|Statul|ZIP|NoOne|0|1456.7142|-1137.4105|23.9443|161.2932|-95.9989|1001.8047|5|1000000|2000|115600|0|18|547|5000|50|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 12 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 1) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 1|Statul|Avatar Di Aby|No-one|0|562.405029|-1289.995483|17.248199|7|1000000|5000|5000|0|5000|5000|1|0|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 2) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 2|Statul|RentCar Las Venturas|No-one|0|2238.7656|1285.4683|10.8203|7|1000000|1|0|0|5000|5000|1|1|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 3) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 3|Statul|Companie Telefonie|No-One|0|1039.3903|1014.0202|11.0000|10|3000000|1|685|0|5000|5000|1|0|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 4) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 4|Statul|Petrom |No-one|0|2016.9696|1926.4293|12.3424|10|4000000|100|23900|0|5000|5000|1|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 5) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 5|Statul|Electrica|No-one|0|1584.0251|1769.0513|10.8203|10|2000000|1|950|0|5000|5000|1|0|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 6) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 6|Statul|Bizz House Upgrade|No-one|0|1102.415649|-1458.091552|15.796875|10|2500000|3000|5500|0|5000|5000|1|0|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 7) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 7|Statul|SC.Flux-CompanyIS.SRL|No-one|0|2351.455078|-1412.284912|23.992416|6|1500000|500|874|0|5000|5000|1|0|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 8) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 8|Statul|The Ballas Family CNN|No-one|0|845.007446|-1046.207397|25.010288|9|2500000|1|150|0|5000|5000|1|0|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 9) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 9|Statul|Ballas Car Company|No-one|0|2510.600097|-1468.199951|24.023899|8|2500000|5000|34000|0|5000|5000|1|0|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 10) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 10|NoOne|Cablu TV|No-One|0|-329.7918|1536.8364|76.6117|5|1500000|0|13338|0|5000|5000|1|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 11) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 11|Statul|Ballas Paintball|No-one|0|1310.126586|-1367.812255|13.540800|5|700000|5000|0|0|5000|5000|10000|100|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM sbizz WHERE id= 12) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 12|Statul|Karturi|No-one|0|2281.5386|-2364.6279|13.5469|5|1000000|5000|0|0|5000|5000|10000|100|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 1) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 1||15|336|829.3463|-479.6211|688.2083|-614.3463|825.9561|-522.2296|16.3281

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 2) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 2||15|923|2417.0505|100.7762|2277.5181|-76.4859|2412.3887|96.4689|26.4704

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 3) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 3||15|793|1409.9026|437.7733|1234.7595|340.1069|1410.7295|433.9223|19.8817

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 4) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 4||15|923|428.3495|1908.7909|257.9695|2085.1284|427.6816|1913.8368|17.2266

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 5) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 5||15|1090|2064.584|2813.8750|2224.2639|2702.4536|2071.3145|2810.9102|10.8203

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 6) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 6||15|924|1583.1931|1974.9066|1718.9451|1775.0811|1600.2922|1948.1101|11.0234

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 7) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 8) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 9) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 10) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 11) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 12) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 13) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 14) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 15) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 16) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 17) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 18) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 19) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 20) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 21) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 22) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 23) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 24) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 25) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 26) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 27) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 28) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 29) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 30) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 31) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 32) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 33) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 34) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 35) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 36) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 37) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 38) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 39) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 40) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 41) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 42) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 43) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 44) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 45) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 46) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 47) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 48) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM teritorii WHERE id= 49) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 1) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 1|Sn4KE|256.6059|66.0825|1003.6406|1|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 2) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 2|123|-1693.6075|1037.2747|45.2109|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 3) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 3|123|-1372.8159|500.0133|11.1953|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 4) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 4|123|372.8245|177.7571|1019.9844|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 5) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 5|123|2334.3474|-1143.4371|1050.7031|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 6) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 6|2312|1492.6869|1308.4758|1093.2931|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 7) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 7|123|-2022.2402|-114.4983|1035.1719|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 8) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 8|4321|2177.4602|1627.2573|999.9681|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 9) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 9|leader.0nly|343.2885|159.8109|1025.7891|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 10) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 10|123|957.7219|2096.6738|1011.0221|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 11) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 11|123|1274.0236|-825.3835|1085.6328|190000|0|960|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 12) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 12|123|971.1424|-43.2360|1001.1172|0|45|1100|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 13) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 13|123|1722.7021|-1672.4230|20.2236|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 14) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 14|123|1082.6331|2120.9602|15.3504|0|0|0|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 15) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 15|parodaviparo|-779.5992|498.1534|1371.7490|8140000|0|300|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 16) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 16|2312|2131.6406|-2284.1753|20.6719|0|109|1160|0

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 17) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 18) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 19) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 20) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 21) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM seif WHERE id= 22) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM banclass) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM banclass WHERE id='1') - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 0 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM cars) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM cars WHERE id = '1') - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 1|411|1013.776184|-1347.099365|13.091161|1.141149|302.744598|-1503.418823|24.328599|0|0|0|Sn4Ke|Infernus|2000000|0|1|1|0|0|0|0|0|0|1010|0|0|0|0|0|0|0|0|RealGaming

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM dealercars) - An error has occured. (Error ID: 1146, Table 'rpg.dealercars' doesn't exist)

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - No data to store.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM faction WHERE id= 1) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 1|12|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM faction WHERE id= 2) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 2|13|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM faction WHERE id= 3) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 3|14|1

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM faction WHERE id= 4) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 4|11|2

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM faction WHERE id= 5) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 5|15|2

[06:55:24] >> mysql_query( Connection handle: 1 )

[06:55:24] CMySQLHandler::Query(SELECT * FROM faction WHERE id= 6) - Successfully executed.

[06:55:24] >> mysql_store_result( Connection handle: 1 )

[06:55:24] CMySQLHandler::StoreResult() - Result was stored.

[06:55:24] >> mysql_num_rows( Connection handle: 1 )

[06:55:24] CMySQLHandler::NumRows() - Returned 1 row(s)

[06:55:24] >> mysql_fetch_row_format( Connection handle: 1 )

[06:55:24] CMySQLHandler::FetchRow() - Return: 6|16|2

[06:55:24] OnQueryError() - Called.

[06:55:24] >> mysql_reconnect( Connection handle: 1 )

[06:55:24] CMySQLHandler::Disconnect() - Connection was closed.

[06:55:24] CMySQLHandler::Connect() - Connection was successful.

[06:55:24] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.

[06:55:27] CMySQLHandler::~CMySQLHandler() - deconstructor called.

[06:55:27] CMySQLHandler::FreeResult() - Result was successfully free'd.

[06:55:27] CMySQLHandler::Disconnect() - Connection was closed.



- Sn4ke2 - 20.01.2015

Sorry for x2 post


Re: PaintJob and Color1/2 doesn't save [ REP++ ] - Sn4ke2 - 21.01.2015

Up !!!!!