-- phpMyAdmin SQL Dump -- version 4.0.4.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Sep 02, 2013 at 05:34 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 (2294473970, 'STEAM_0:0:51350730', 'STEAM_0:0:51350730', '', 'Lori', 'Grimes', 57165, 2234, '1_1_1', '3,2,1;5,56,1;', '3,1030,1;4,12,1;5,56,4;6,1030,1;7,30,3;8,1022,1;9,1024,1;10,1024,1;11,32,4;12,1022,1;13,1030,1;14,43,1;15,1030,1;', '1018;0;16;5778;50;302.88962364196;0;32;0;0;0;0;0;', '0;2;1;1;0;0;1;', '', 326, 122245, '', '', 00000000035, 00000000200, 00000000004, 1, '1378067420', 10000, '', 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 */;