HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: HUN
Home Page:
Activity: 70.00% 70.00%
Members: 4 active members (4 total)
Avg. Member Points: 962
Total Kills: 47
Total Deaths: 49
Avg. Kills: 12
Kills per Death: 0.96
Kills per Minute: 1.28
Total Connection Time: 0d 00:36:41h
Avg. Connection Time: 0d 00:09:10h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_bs_bloodbox
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name sort-ascending.gif Points Activity Time Kills Clan Kills % Deaths Kpd
1  HungaryBüdi_!_[HUN] 1,134 70% 0d 00:07:42h 10 21.28% 21.28% 3 3.33
2  Hungaryflet [HUN] 713 77% 0d 00:25:34h 37 78.72% 78.72% 46 0.80
3  HungaryKriszi13[HUN] 1,000 67% 0d 00:03:00h 0 0.00% 0.00% 0 0.00
4  HungaryPalaDani[HUN] 1,000 66% 0d 00:00:25h 0 0.00% 0.00% 0 0.00




  Player Actions *





ERROR
Database Error

Server Address: 172.17.0.1
Server Username: ggo

Error Diagnostic:
Bad query.

Server Error: ()

Last SQL Query:
		SELECT
			IFNULL(hlstats_Roles.name, hlstats_Events_ChangeRole.role) AS name,
			IFNULL(hlstats_Roles.code, hlstats_Events_ChangeRole.role) AS code,
			COUNT(hlstats_Events_ChangeRole.id) AS rolecount,
			ROUND(COUNT(hlstats_Events_ChangeRole.id) / IF(0 = 0, 1, 0) * 100, 2) AS percent,
			killsTotal,
			deathsTotal,
			ROUND(killsTotal/if(deathsTotal=0,1,deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeRole.serverId
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		LEFT JOIN
			hlstats_Players
		ON
			hlstats_Players.playerId = hlstats_Events_ChangeRole.playerId
		WHERE
			hlstats_Servers.game='hl2mp'
			AND hlstats_Players.clan=446
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc