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
1  No CountrySETB | Spawn 1,293 99% 0d 04:51:33h 136 50.75% 50.75% 158 0.86
2  No CountrySETB | Blabla** 1,018 99% 0d 02:14:27h 28 10.45% 10.45% 33 0.85
3  No CountrySETB | skoricovy_trdelnik 1,012 61% 0d 00:34:44h 21 7.84% 7.84% 20 1.05
4  No CountrySETB | kp 1,003 94% 0d 00:02:38h 1 0.37% 0.37% 0 1.00
5  No CountrySETB | spasitel_huran 1,002 65% 0d 00:08:34h 1 0.37% 0.37% 0 1.00
6  No CountrySETB | on 1,000 12% 0d 00:07:17h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | Erik ti to vyhra 1,000 70% 0d 00:00:28h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | kongo 1,000 91% 0d 00:06:42h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | Master - 021 1,000 41% 0d 00:01:41h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | dustt0 1,000 41% 0d 00:01:02h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | Monerovec 1,000 98% 0d 00:06:20h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | jako stoji mi zni pero 1,000 52% 0d 01:34:47h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | kikioik 1,000 69% 0d 00:02:17h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | Klaudy 1,000 1% 0d 00:00:06h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | medvede a hrnce 1,000 56% 0d 00:08:08h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | helltexCZ 1,000 16% 0d 00:34:14h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | erikjenej 1,000 56% 0d 00:03:55h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | Zapo 1,000 94% 0d 00:16:41h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | Akafaka 1,000 80% 0d 00:00:56h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | _Legii 1,000 65% 0d 00:01:59h 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