HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: SETB
Home Page:
Activity: 60.75% 60.75%
Members: 33 active members (326 total)
Avg. Member Points: 1,005
Total Kills: 268
Total Deaths: 364
Avg. Kills: 8
Kills per Death: 0.74
Kills per Minute: 0.22
Total Connection Time: 0d 20:03:31h
Avg. Connection Time: 0d 00:36:28h
Favorite Server:* csko.cz | Deathmatch
Favorite Map:* de_inferno
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
21  No CountrySETB | on 1,000 12% 0d 00:07:17h 0 0.00% 0.00% 0 0.00
22  No CountrySETB | medvede a hrnce 1,000 56% 0d 00:08:08h 0 0.00% 0.00% 0 0.00
23  No CountrySETB | kura na paprike 999 38% 0d 00:04:05h 1 0.37% 0.37% 2 0.50
24  No CountrySETB | Pugyyyy 997 99% 0d 00:21:58h 3 1.12% 1.12% 5 0.60
25  No CountrySETB | skerodlak 996 72% 0d 00:09:01h 1 0.37% 0.37% 3 0.33
26  No CountrySETB | gamedoctor46 996 6% 0d 00:01:09h 0 0.00% 0.00% 2 0.00
27  No CountrySETB | Kokotko 993 21% 0d 00:08:06h 5 1.87% 1.87% 10 0.50
28  No CountrySETB | Mk 992 34% 0d 03:04:33h 49 18.28% 18.28% 63 0.78
29  No CountrySETB | Bouky 985 88% 0d 00:07:14h 0 0.00% 0.00% 5 0.00
30  No CountrySETB | I-Played-BRUT 983 13% 0d 00:33:42h 11 4.10% 4.10% 21 0.52
31  No CountrySETB | gay 983 76% 0d 00:19:23h 3 1.12% 1.12% 13 0.23
32  No CountrySETB | kokoska 963 99% 0d 00:20:30h 8 2.99% 2.99% 29 0.28
33  No CountrySETB | Getlow 945 9% 0d 03:51:36h 0 0.00% 0.00% 0 0.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 36 times 36
2 Double Kill (2 kills) 22 times 22
3 Triple Kill (3 kills) 10 times 20
4 Domination (4 kills) 4 times 12




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 54 times 65.06% 65.06%
2 Terrorist 27 times 32.53% 32.53%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_general_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='dm'
			AND hlstats_Players.clan=680858
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'dm'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc