HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Clan Information

Statistics Summary
Clan: ★Dx中隊★
Home Page:
Activity: 100.00%
Members: 2 active members (2 total)
Avg. Member Points: 524,514
Total Kills: 213,781
Total Deaths: 20,951
Avg. Kills: 106,891
Kills per Death: 10.20
Kills per Minute: 2.86
Total Connection Time: 51d 21:57:45h
Avg. Connection Time: 25d 22:58:52h
Favorite Server:* [KR] 봇전쟁 (플레이어 VS 봇) ☆★
Favorite Map:* de_dust2
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  China大圈圈O_O elorank 1,044,377 51d 20:25:54h 213,603 99.92% 20,925 10.21
2  Korea, republic ofSTARBUCKS espresso elorank 4,651 0d 01:31:51h 178 0.08% 26 6.85




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 21,657 times 21,657
2 Domination 6,146 times 30,730
3 Round MVP 3,935 times 0
4 Ownage (7 kills) 2,243 times 13,458
5 Start Defusing the Bomb With a Defuse Kit 2,140 times 0
6 Defuse the Bomb 1,856 times 18,560
7 Triple Kill (3 kills) 1,666 times 3,332
8 Double Kill (2 kills) 1,660 times 1,660
9 Domination (4 kills) 1,604 times 4,812
10 Mega Kill (6 kills) 1,547 times 7,735
11 Rampage (5 kills) 1,489 times 5,956
12 Touch a Hostage 1,010 times 0
13 Ultra Kill (8 kills) 747 times 5,229
14 Rescue a Hostage 674 times 3,370
15 Killing Spree (9 kills) 348 times 2,784
16 God Like (12+ kills) 261 times 2,871
17 Monster Kill (10 kills) 252 times 2,268
18 Unstoppable (11 kills) 163 times 1,630
19 Start Defusing the Bomb Without a Defuse Kit 45 times 0
20 Kill a Hostage 30 times -450
21 Revenge 12 times 36




  Victims of Player-Player Actions *

Rank Action Times Victimized sort-descending.gif Points Bonus
1 Revenge 840 times -2520
2 Domination 19 times -95




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 1,736 times 44.22%




ERROR
Database Error

Server Address: localhost
Server Username: hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1055) Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'hlstatsx.hlstats_Frags_as_res.killsTotal' 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
			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='css'
			AND hlstats_Players.clan=602
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc