HLstatsX Community Edition
  • Contents
  • Search
  • Help

Banner
  -=AvJeux # DeathMatch Iceworld/Pool-Day=- (All Servers) Server Chat Log (Last 28 Days)

Show Chat from Filter:
ERROR
Database Error

Server Address: localhost
Server Username: root

Error Diagnostic:
Bad query.

Server Error: (145) Table './amx/hlstats_Events_Chat' is marked as crashed and should be repaired

Last SQL Query:
				SELECT SQL_NO_CACHE 
					hlstats_Events_Chat.eventTime,
					unhex(replace(hex(hlstats_Players.lastName), 'E280AE', '')) as lastName,
					IF(hlstats_Events_Chat.message_mode=2, CONCAT('(Team) ', hlstats_Events_Chat.message), IF(hlstats_Events_Chat.message_mode=3, CONCAT('(Squad) ', hlstats_Events_Chat.message), hlstats_Events_Chat.message)) AS message,
					hlstats_Servers.name AS serverName,
					hlstats_Events_Chat.playerId,
					hlstats_Players.flag,
					hlstats_Events_Chat.map
				FROM
					hlstats_Events_Chat
				INNER JOIN
					hlstats_Players
				ON
					hlstats_Players.playerId = hlstats_Events_Chat.playerId
				INNER JOIN 
					hlstats_Servers
				ON
					hlstats_Servers.serverId = hlstats_Events_Chat.serverId
				WHERE
					hlstats_Servers.game='dqsd' 
				ORDER BY
					hlstats_Events_Chat.id desc
				LIMIT
					150,
					50;