HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Player Information

Player Profile

Steam Community Avatar
Cyprus procsLT | Player
Location: Nicosia, Cyprus
Steam: procsLT | Player
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)
MM Rank: rank
Last Connect:* Sun. Jul. 13th, 2025 @ 16:48:27
Total Connection Time: 0d 00:05:01h
Average Ping:* -
Favorite Server:* *No1 Greek-Gaming ZombieMod HLStatsX:CE*
Favorite Map:* zp_dust_castle
Favorite Weapon:*
ERROR
Database Error

Server Address: localhost
Server Username: greekgam_csgreekg_gg

Error Diagnostic:
Bad query.

Server Error: (1055) Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'greekgam_greek.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=7263
								GROUP BY
									hlstats_Events_Frags.weapon
								ORDER BY
									kills desc, headshots desc
								LIMIT
									1