HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: DK
Home Page:
Activity: 60.80% 60.80%
Members: 5 active members (5 total)
Avg. Member Points: 960
Total Kills: 8
Total Deaths: 20
Avg. Kills: 2
Kills per Death: 0.40
Kills per Minute: 0.43
Total Connection Time: 0d 00:18:48h
Avg. Connection Time: 0d 00:03:45h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* apocalypstreet_ggo_v2
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name Points Activity Time Kills Clan Kills % Deaths Kpd sort-descending.gif
1  DenmarkAмstaff|●●●|[DK] 860 62% 0d 00:11:29h 7 87.50% 87.50% 16 0.44
2  DenmarkSuperfar[DK] 950 64% 0d 00:02:56h 1 12.50% 12.50% 3 0.33
3  Denmark[DK] MiniHAWK 1,000 60% 0d 00:03:40h 0 0.00% 0.00% 0 0.00
4  DenmarkS.D.L.K [DK] 1,000 59% 0d 00:00:09h 0 0.00% 0.00% 0 0.00
5  Denmark[Dk] xXAwpXx [Dk] 988 59% 0d 00:00:34h 0 0.00% 0.00% 1 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=105
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc