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: 53.11% 53.11%
Members: 17 active members (175 total)
Avg. Member Points: 1,006
Total Kills: 43
Total Deaths: 63
Avg. Kills: 3
Kills per Death: 0.68
Kills per Minute: 0.15
Total Connection Time: 0d 04:45:11h
Avg. Connection Time: 0d 00:16:46h
Favorite Server:* csko.cz | Aim
Favorite Map:* aim_rough
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | ll-ko 1,038 16% 0d 01:16:31h 24 55.81% 55.81% 32 0.75
2  No CountrySETB | parnojesuper 1,030 64% 0d 01:21:36h 11 25.58% 25.58% 24 0.46
3  No CountrySETB | cvirik 1,028 5% 0d 00:49:42h 7 16.28% 16.28% 3 2.33
4  No CountrySETB | fdpokjspfdjsow 1,004 97% 0d 00:05:45h 1 2.33% 2.33% 4 0.25
5  No CountrySETB | LacikaTKA487 1,000 92% 0d 00:12:31h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | bubu07 1,000 76% 0d 00:01:31h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | si picus 1,000 73% 0d 00:08:54h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | Dejvo 1,000 59% 0d 00:01:42h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | TvojeMama 1,000 52% 0d 00:01:39h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | Samo 1,000 55% 0d 00:16:24h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | Blabla** 1,000 44% 0d 00:00:32h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | cod10cod80 1,000 30% 0d 00:02:17h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | Brigida 1,000 52% 0d 00:01:58h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | masturbatorvojta 1,000 27% 0d 00:00:30h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | tata sel pro mleko 1,000 12% 0d 00:04:19h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | jL 1,000 51% 0d 00:09:44h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | TOBIAS ROBERT 1,000 98% 0d 00:09:36h 0 0.00% 0.00% 0 0.00




  Player Actions *

Rank Action Achieved sort-ascending.gif Points Bonus
1 Double Kill (2 kills) 7 times 7
2 Headshot 19 times 19




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 24 times 58.54% 58.54%
2 Terrorist 17 times 41.46% 41.46%




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