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: 48.00% 48.00%
Members: 21 active members (283 total)
Avg. Member Points: 1,003
Total Kills: 63
Total Deaths: 53
Avg. Kills: 3
Kills per Death: 1.19
Kills per Minute: 0.12
Total Connection Time: 0d 08:51:47h
Avg. Connection Time: 0d 00:25:19h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_train
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 8% 0d 04:09:28h 42 66.67% 66.67% 32 1.31
2  No CountrySETB | RRU5513t 1,008 95% 0d 00:08:59h 6 9.52% 9.52% 4 1.50
3  No CountrySETB | Underwasserman 1,007 97% 0d 00:11:45h 3 4.76% 4.76% 1 3.00
4  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,004 25% 0d 01:29:17h 4 6.35% 6.35% 3 1.33
5  No CountrySETB | [*M@sz*]PANEprop@g@nd@ 1,001 55% 0d 00:25:35h 2 3.17% 3.17% 2 1.00
6  No CountrySETB | dawe__gumator 1,000 52% 0d 00:00:13h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | oracko4444 1,000 69% 0d 00:05:04h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | 8=D 1,000 69% 0d 00:12:02h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | Zaivari 1,000 96% 0d 00:00:18h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | skoricovy_trdelnik 1,000 41% 0d 00:12:34h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | play vegas283 1,000 21% 0d 00:07:37h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | Blabla** 1,000 49% 0d 00:46:54h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | dedovseved 1,000 5% 0d 00:11:47h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | papikov ocko 1,000 11% 0d 00:04:16h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | adolf rizler 1,000 12% 0d 00:00:36h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | Domina-TOOOR 1,000 16% 0d 00:09:26h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | tvojemama4566 1,000 17% 0d 00:00:43h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | jedneho dna umres 1,000 19% 0d 00:05:45h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | parek 1,000 97% 0d 00:08:49h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | jecte jogurty 998 63% 0d 00:18:34h 5 7.94% 7.94% 8 0.63


Page: 1 2




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 139 times 50.36% 50.36%
2 Counter-Terrorist 136 times 49.28% 49.28%




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