HLstatsX Community Edition
  • CSGO
  • CSTRIKE
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help
Style:

Banner
  Find a Player or Clan

Search For:
In:
Game:


  Search Results



ERROR
Database Error

Server Address: localhost
Server Username: hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1194) Table 'hlstats_PlayerNames' is marked as crashed and should be repaired

Last SQL Query:
					SELECT
						hlstats_PlayerNames.playerId AS player_id,
						hlstats_PlayerNames.name,
						hlstats_Players.flag,
						hlstats_Players.country,
						hlstats_Games.name AS gamename
					FROM
						hlstats_PlayerNames
					LEFT JOIN
						hlstats_Players
					ON
						hlstats_Players.playerId = hlstats_PlayerNames.playerId
					LEFT JOIN
						hlstats_Games
					ON
						hlstats_Games.code = hlstats_Players.game
					WHERE
						hlstats_Games.hidden = '0'
						AND hlstats_PlayerNames.name LIKE '%*L*O*L*E*K*%'
						
					ORDER BY
						name asc,
						player_id asc
					LIMIT
						0,
						50