HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Error: Connection timed outSteam Community Avatar
Korea, Republic of belaastro
Location: Boun, Korea, Republic of
Steam: STEAM_0:0:490269554
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Fri. May. 15th, 2026 @ 23:46:30
Total Connection Time: 0d 17:31:03h
Average Ping:* -
Favorite Server:* BLITZKRIEG WHORES 18+ | HLstatsX | Customs | No Bots | All Talk
Favorite Map:* dod_snow_fight_arena
Favorite Weapon:*
ERROR
Database Error

Server Address: localhost
Server Username: blitzdod

Error Diagnostic:
Bad query.

Server Error: (1055) Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'blitzdod.hlstats_Weapons.name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

Last SQL Query:
								SELECT
									hlstats_Events_Frags.weapon,
									hlstats_Weapons.name,
									COUNT(hlstats_Events_Frags.weapon) AS kills,
									SUM(hlstats_Events_Frags.headshot=1) as headshots
								FROM
									hlstats_Events_Frags
								LEFT JOIN
									hlstats_Weapons
								ON
									hlstats_Weapons.code = hlstats_Events_Frags.weapon
								WHERE
									hlstats_Events_Frags.killerId=4306
								GROUP BY
									hlstats_Events_Frags.weapon
								ORDER BY
									kills desc, headshots desc
								LIMIT
									1