[15:58:14] [15:58:14] --------------------------- [15:58:14] MySQL Debugging activated (09/14/11) [15:58:14] --------------------------- [15:58:14] [15:59:00] >> mysql_query( Connection handle: 1 ) [15:59:01] CMySQLHandler::Query(SELECT id FROM `users` WHERE name = 'Randy_White' LIMIT 1) - Successfully executed. [15:59:01] >> mysql_store_result( Connection handle: 1 ) [15:59:01] CMySQLHandler::StoreResult() - Result was stored. [15:59:01] >> mysql_num_rows( Connection handle: 1 ) [15:59:01] CMySQLHandler::NumRows() - Returned 1 row(s) [15:59:01] >> mysql_free_result( Connection handle: 1 ) [15:59:01] CMySQLHandler::FreeResult() - Result was successfully free'd. [15:59:03] >> mysql_real_escape_string( Connection handle: 1 ) [15:59:03] CMySQLHandler::EscapeString({hide}); - Escaped {hide} characters to {hide}. [15:59:03] >> mysql_query( Connection handle: 1 ) [15:59:03] CMySQLHandler::Query(SELECT `name` FROM users WHERE name = 'Randy_White' AND password = SHA1('{Hide}')) - Successfully executed. [15:59:03] >> mysql_store_result( Connection handle: 1 ) [15:59:03] CMySQLHandler::StoreResult() - Result was stored. [15:59:03] >> mysql_num_rows( Connection handle: 1 ) [15:59:03] CMySQLHandler::NumRows() - Returned 1 row(s) [15:59:03] >> mysql_query( Connection handle: 1 ) [15:59:03] CMySQLHandler::Query(SELECT * FROM users WHERE name='Randy_White' LIMIT 1) - Successfully executed. [15:59:03] >> mysql_store_result( Connection handle: 1 ) [15:59:03] CMySQLHandler::StoreResult() - Result was stored. [15:59:03] >> mysql_retrieve_row( Connection handle: 1 ) [15:59:03] >> mysql_fetch_field_row( Connection handle: 1 ) |
[16:07:57] [join] Randy_White has joined the server (0:{hide}) |
Plugin succesfully loaded (version 3.1.3) The server has been crashed by native mysql_fetch_field_row at address 85e8 in script {hide}. |
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(30) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`ip` varchar(39) NOT NULL,
`Level` int(10) DEFAULT '1',
`Admin` int(10) DEFAULT '0',
`DonateRank` int(10) DEFAULT '0',
`pupgrade` int(10) DEFAULT '0',
`ConnectTime` int(10) DEFAULT '0',
`Reg` int(10) DEFAULT '0',
`Sex` int(10) DEFAULT '0',
`Age` int(10) DEFAULT '20',
`Cash` int(10) DEFAULT '100000',
`Hospital` int(10) DEFAULT '0',
`Muted` int(10) DEFAULT '0',
`PrisonReason` varchar(128) NOT NULL DEFAULT '0',
`PrisonedBy` varchar(30) NOT NULL DEFAULT '0',
`RMuted` int(10) DEFAULT '0',
`RMutedTotal` int(10) DEFAULT '0',
`RMutedTime` int(10) DEFAULT '0',
`VMuted` int(10) DEFAULT '0',
`VMutedTime` int(10) DEFAULT '0',
`FactionModerator` int(10) DEFAULT '0',
`GangModerator` int(10) DEFAULT '0',
`Exp` int(10) DEFAULT '0',
`Crimes` int(10) DEFAULT '0',
`Kills` int(10) DEFAULT '0',
`Deaths` int(10) DEFAULT '0',
`Arrested` int(10) DEFAULT '0',
`WantedDeaths` int(10) DEFAULT '0',
`PhoneBook` int(10) DEFAULT '0',
`LottoNr` int(10) DEFAULT '0',
`ToggedVIPChat` int(10) DEFAULT '0',
`PhonePrivacy` int(10) DEFAULT '0',
`NMute` int(10) DEFAULT '0',
`NMuteTotal` int(10) DEFAULT '0',
`ADMute` int(10) DEFAULT '0',
`ADMuteTotal` int(10) DEFAULT '0',
`HelpMute` int(10) DEFAULT '0',
`PayCheck` int(10) DEFAULT '0',
`HeadValue` int(10) DEFAULT '0',
`Jailed` int(10) DEFAULT '0',
`JailTime` int(10) DEFAULT '0',
`Mats` int(10) DEFAULT '0',
`Packages` int(10) DEFAULT '0',
`Leader` int(10) DEFAULT '0',
`Member` int(10) DEFAULT '0',
`Division` int(10) DEFAULT '0',
`FMember` int(10) DEFAULT '0',
`SpeakerPhone` int(10) DEFAULT '0',
`Rank` int(10) DEFAULT '0',
`WantedLevel` int(10) DEFAULT '0',
`Pot` int(10) DEFAULT '0',
`Crack` int(10) DEFAULT '0',
`Helper` int(10) DEFAULT '0',
`Health` float NOT NULL DEFAULT '100',
`Armor` float NOT NULL DEFAULT '50',
`Interior` int(10) DEFAULT '0',
`Local` int(10) DEFAULT '0',
`Team` int(10) DEFAULT '0',
`Pnumber` int(10) DEFAULT '0',
`Posx` float NOT NULL DEFAULT '1685.68',
`Posy` float NOT NULL DEFAULT '-2334.56',
`Posz` float NOT NULL DEFAULT '-2.6797',
`Posr` float NOT NULL DEFAULT '350.866',
`CarLic` int(10) DEFAULT '0',
`FlyLic` int(10) DEFAULT '0',
`BoatLic` int(10) DEFAULT '0',
`FishLic` int(10) DEFAULT '0',
`GunLic` int(10) DEFAULT '0',
`CDPlayer` int(10) DEFAULT '0',
`Wins` int(10) DEFAULT '0',
`Loses` int(10) DEFAULT '0',
`Tut` int(10) DEFAULT '0',
`Warns` int(10) DEFAULT '0',
`Married` int(10) DEFAULT '0',
`C4` int(10) DEFAULT '0',
`C4Get` int(10) DEFAULT '0',
`C4Used` int(10) DEFAULT '0',
`MarriedTo` varchar(128) NOT NULL DEFAULT '0',
`Sprunk` int(10) DEFAULT '0',
`Cigar` int(10) DEFAULT '0',
`Pole` int(10) DEFAULT '0',
`Spraycan` int(10) DEFAULT '0',
`Rope` int(10) DEFAULT '0',
`Dice` int(10) DEFAULT '0',
`Bombs` int(10) DEFAULT '0',
`Duty` int(10) DEFAULT '0',
`FightStyle` int(10) DEFAULT '0',
`Banned` int(10) DEFAULT '0',
`PermaBanned` int(10) DEFAULT '0',
`Disabled` int(10) DEFAULT '0',
`Accent` int(10) DEFAULT '0',
`CHits` int(10) DEFAULT '0',
`FHits` int(10) DEFAULT '0',
`Crates` int(10) DEFAULT '0',
`VW` int(10) DEFAULT '0',
`Clothes` int(10) DEFAULT '0',
`TempVIP` int(10) DEFAULT '0',
`Tokens` int(10) DEFAULT '0',
`DrugsTime` int(10) DEFAULT '0',
`LawyerTime` int(10) DEFAULT '0',
`GangWarn` int(10) DEFAULT '0',
`FactionBanned` int(10) DEFAULT '0',
`MechTime` int(10) DEFAULT '0',
`SexTime` int(10) DEFAULT '0',
`LawyerFreeTime` int(10) DEFAULT '0',
`ContractBy` varchar(32) NOT NULL DEFAULT '0',
`ContractDetail` varchar(64) NOT NULL DEFAULT '0',
`BanAppealer` int(10) DEFAULT '0',
`Undercover` int(10) DEFAULT '0',
`TogReports` int(10) DEFAULT '0',
`Radio` int(10) DEFAULT '0',
`RadioFreq` int(10) DEFAULT '0',
`DutyHours` int(10) DEFAULT '0',
`AcceptedHelp` int(10) DEFAULT '0',
`AcceptReport` int(10) DEFAULT '0',
`TrashReport` int(10) DEFAULT '0',
`TriageTime` int(10) DEFAULT '0',
`TaxiLicense` int(10) DEFAULT '0',
`TicketTime` int(10) DEFAULT '0',
`Wristwatch` int(10) DEFAULT '0',
`Surveillance` int(10) DEFAULT '0',
`Tire` int(10) DEFAULT '0',
`Firstaid` int(10) DEFAULT '0',
`Rccam` int(10) DEFAULT '0',
`Receiver` int(10) DEFAULT '0',
`GPS` int(10) DEFAULT '0',
`Sweep` int(10) DEFAULT '0',
`SweepLeft` int(10) DEFAULT '0',
`Bugged` int(10) DEFAULT '0',
`CallsAccepted` int(10) DEFAULT '0',
`LiveBanned` int(10) DEFAULT '0',
`ServiceTime` int(10) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;