HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

Banner
  Counter-Strike: Source (All Servers) Server Chat Log (Last 90 Days)

Show Chat from Filter:
ERROR
Database Error

Server Address: 192.168.1.189
Server Username: hlstatsxce

Error Diagnostic:
Bad query.

Server Error: (3) Error writing file '/tmp/MYLb9Qyf' (Errcode: 28 - No space left on device)

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='css' 
				ORDER BY
					hlstats_Events_Chat.id desc
				LIMIT
					13850,
					50;