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: 46.27% 46.27%
Members: 22 active members (281 total)
Avg. Member Points: 1,002
Total Kills: 77
Total Deaths: 80
Avg. Kills: 4
Kills per Death: 0.96
Kills per Minute: 0.10
Total Connection Time: 0d 12:47:55h
Avg. Connection Time: 0d 00:34:54h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* cs_office
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | kp 1,050 19% 0d 04:09:28h 42 54.55% 54.55% 32 1.31
2  No CountrySETB | RRU5513t 1,008 100% 0d 00:03:14h 6 7.79% 7.79% 4 1.50
3  No CountrySETB | Underwasserman 1,007 89% 0d 00:06:13h 3 3.90% 3.90% 1 3.00
4  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,004 36% 0d 01:29:17h 4 5.19% 5.19% 3 1.33
5  No CountrySETB | [*M@sz*]PANEprop@g@nd@ 1,001 66% 0d 00:25:35h 2 2.60% 2.60% 2 1.00
6  No CountrySETB | oracko4444 1,000 80% 0d 00:05:04h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | 8=D 1,000 80% 0d 00:12:02h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | dawe__gumator 1,000 62% 0d 00:00:13h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | skoricovy_trdelnik 1,000 52% 0d 00:12:34h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | play vegas283 1,000 32% 0d 00:07:37h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | jedneho dna umres 1,000 29% 0d 00:05:45h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | tvojemama4566 1,000 28% 0d 00:00:43h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | Domina-TOOOR 1,000 26% 0d 00:09:26h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | adolf rizler 1,000 23% 0d 00:00:36h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | papikov ocko 1,000 22% 0d 00:04:16h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | dedovseved 1,000 15% 0d 00:11:47h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | dadwdsa 1,000 10% 0d 00:31:17h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | DZODZO 1,000 5% 0d 00:03:48h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | Blabla** 1,000 60% 0d 00:46:54h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | jecte jogurty 998 74% 0d 00:18:34h 5 6.49% 6.49% 8 0.63


Page: 1 2




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 172 times 50.00% 50.00%
2 Counter-Terrorist 172 times 50.00% 50.00%




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