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

  Clan Information

Statistics Summary
Clan: DINOSOWER!
Home Page:
Activity: 70.40%
Members: 5 active members (9 total)
Avg. Member Points: 2,814
Total Kills: 634
Total Deaths: 675
Avg. Kills: 127
Kills per Death: 0.94
Kills per Minute: 0.30
Total Connection Time: 1d 10:55:22h
Avg. Connection Time: 0d 06:59:04h
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  Romaniar0bert elorank 8,553 1d 06:11:48h 477 75.24% 523 0.91
2  Germanyzehnneunzehn elorank 1,837 0d 02:15:46h 74 11.67% 66 1.12
3  Germanys1xnine elorank 1,549 0d 01:48:31h 60 9.46% 65 0.92
4  GermanySukuea elorank 1,110 0d 00:30:44h 21 3.31% 17 1.24
5  United kingdomCribs elorank 1,023 0d 00:08:33h 2 0.32% 4 0.50




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 183 times 183
2 Pick up the Bomb 99 times 297
3 Double Kill (2 kills) 77 times 77
4 Plant the Bomb 55 times 330
5 Drop the Bomb 42 times -126
6 Triple Kill (3 kills) 20 times 40
7 Domination (4 kills) 4 times 12
8 Start Defusing the Bomb With a Defuse Kit 3 times 0
9 Defuse the Bomb 3 times 30
10 Start Defusing the Bomb Without a Defuse Kit 1 times 0
11 Rampage (5 kills) 1 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 74 times 27.51%
2 Counter-Terrorist 69 times 25.65%




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