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

  Clan Information

Statistics Summary
Clan: ESL
Home Page:
Activity: 99.75%
Members: 4 active members (10 total)
Avg. Member Points: 12,247
Total Kills: 5,562
Total Deaths: 2,867
Avg. Kills: 1,391
Kills per Death: 1.94
Kills per Minute: 0.90
Total Connection Time: 4d 07:15:12h
Avg. Connection Time: 1d 01:48:48h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  NorwayR*.dll elorank 30,810 3d 10:32:53h 4,535 81.54% 2,265 2.00
2  GermanyH*.dll elorank 10,224 0d 13:19:45h 671 12.06% 377 1.78
3  NorwayE*.dll elorank 5,861 0d 04:17:12h 275 4.94% 138 1.99
4  AustriaFelsidB elorank 2,094 0d 03:05:22h 81 1.46% 87 0.93




  Player Actions *

Rank Action Achieved Points Bonus sort-descending.gif
1 Headshot 531 times 531
2 Pick up the Bomb 77 times 231
3 Plant the Bomb 27 times 162
4 Triple Kill (3 kills) 73 times 146
5 Double Kill (2 kills) 130 times 130
6 Defuse the Bomb 10 times 100
7 Domination (4 kills) 32 times 96
8 Rampage (5 kills) 10 times 40
9 Mega Kill (6 kills) 4 times 20
10 Ownage (7 kills) 1 times 6
11 Start Defusing the Bomb With a Defuse Kit 14 times 0
12 Drop the Bomb 37 times -111




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 48 times 29.63%
2 Counter-Terrorist 41 times 25.31%




ERROR
Database Error

Server Address: localhost
Server Username: hlsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='

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=40
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc