HLstatsX Community Edition
  • CSARENA
  • CSTRIKE
  • Contents
  • Search
  • Forum
  • Help
Style:

Banner
  Find a Player or Clan

Search For:
In:
Game:


  Search Results



ERROR
Database Error

Server Address: localhost
Server Username: hlxce

Error Diagnostic:
Bad query.

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

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 '%%'
						
					ORDER BY
						name desc,
						player_id desc
					LIMIT
						51700,
						50