-- phpMyAdmin SQL Dump -- version 4.0.4.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Sep 02, 2013 at 06:58 PM -- Server version: 5.5.32 -- PHP Version: 5.4.19 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 */; -- -- Database: `perp` -- -- -------------------------------------------------------- -- -- Table structure for table `perp_users` -- CREATE TABLE IF NOT EXISTS `perp_users` ( `uid` bigint(11) NOT NULL, `id` text NOT NULL, `steamid` text NOT NULL, `blacklists` text NOT NULL, `rp_name_first` text NOT NULL, `rp_name_last` text NOT NULL, `time_played` bigint(20) NOT NULL, `cash` bigint(20) NOT NULL, `model` text NOT NULL, `items` text NOT NULL, `storage` text NOT NULL, `skills` text NOT NULL, `genes` text NOT NULL, `formulas` text NOT NULL, `organization` int(11) NOT NULL DEFAULT '0', `bank` bigint(20) NOT NULL, `vehicles` text NOT NULL, `ringtones` text NOT NULL, `ammo_pistol` int(11) unsigned zerofill NOT NULL DEFAULT '00000000000', `ammo_rifle` int(11) unsigned zerofill NOT NULL DEFAULT '00000000000', `ammo_shotgun` int(11) unsigned zerofill NOT NULL DEFAULT '00000000000', `ringtone` int(11) NOT NULL DEFAULT '1', `last_played` text NOT NULL, `fuelleft` int(11) NOT NULL DEFAULT '10000', `lastcar` text, `ticket` int(11) DEFAULT NULL, PRIMARY KEY (`uid`,`id`(15),`steamid`(15)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `perp_users` -- INSERT INTO `perp_users` (`uid`, `id`, `steamid`, `blacklists`, `rp_name_first`, `rp_name_last`, `time_played`, `cash`, `model`, `items`, `storage`, `skills`, `genes`, `formulas`, `organization`, `bank`, `vehicles`, `ringtones`, `ammo_pistol`, `ammo_rifle`, `ammo_shotgun`, `ringtone`, `last_played`, `fuelleft`, `lastcar`, `ticket`) VALUES (2349288755, 'STEAM_0:0:13586327', 'STEAM_0:0:13586327', '', 'Jacob', 'Chondo', 36700, 135800, '1_2_1', '3,56,1;5,15,4;6,14,25;7,161,36;8,160,84;9,13,78;10,1030,1;11,1030,1;12,1024,1;13,12,2;24,1022,1;25,1030,1;26,2,1;', '', '1988;1164;140;2342;20;83.25;0;4;0;0;0;2850;0;', '0;0;1;1;0;0;3;', '', 341, 462299, 'a,1,1,0,0;', '', 00000000000, 00000000200, 00000000000, 1, '1378072778', 7744, 'a', NULL), (1059439747, 'STEAM_0:0:19326578', 'STEAM_0:0:19326578', '', 'Mikey', 'Umnt', 43113, 3160, '1_9_1', '1,1030,1;3,2,1;4,14,11;5,13,100;6,12,1;7,1030,1;8,160,32;9,13,37;10,161,7;11,1006,1;12,31,2;13,83,7;14,30,1;', '', '418;654;0;2334;0;94.078125;0;30;1374;0;0;0;0;', '0;0;3;3;0;2;0;', '75;6;74;97;77;84;', 334, 42812, 'a,1,1,0,0;', '', 00000000008, 00000000200, 00000000000, 1, '1378071126', 5300, 'a', NULL), (2863447825, 'STEAM_0:0:20311851', 'STEAM_0:0:20311851', '', 'Aleksander', 'Fedora', 45192, 300, '1_1_8', '3,7,1;4,8,1;5,4,3;6,39,4;7,5,1;8,18,20;9,20,10;10,23,10;11,19,4;12,12,1;13,89,1;14,162,1;18,6,1;31,1006,1;32,30,1;33,126,1;34,1024,1;35,32,1;36,31,2;37,1024,1;38,56,1;39,1030,1;40,1007,1;41,1030,1;42,1030,1;45,15,11;46,161,7;47,14,7;49,160,10;59,84,1;73,2,1;74,3,1;75,43,1;', '', '1566;315;162;2940;0;240.95961423591;50;72;766;0;4;844;0;', '0;0;0;0;0;0;0;', '75;6;74;97;', 333, 18478, 'a,1,1,0,0;', '', 00000000035, 00000000261, 00000000000, 4, '1378071530', 4499, 'a', NULL); /*!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 */;