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: 56.06% 56.06%
Members: 30 active members (236 total)
Avg. Member Points: 1,015
Total Kills: 634
Total Deaths: 1,250
Avg. Kills: 21
Kills per Death: 0.51
Kills per Minute: 0.24
Total Connection Time: 1d 19:33:25h
Avg. Connection Time: 0d 01:27:06h
Favorite Server:* csko.cz | Deathmatch
Favorite Map:* de_dust2
Favorite Weapon:* Steyr Aug
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | PADY 1,544 23% 0d 06:47:55h 215 33.91% 33.91% 329 0.65
2  No CountrySETB | DavisCrauster 1,078 100% 1d 02:10:05h 312 49.21% 49.21% 718 0.43
3  No CountrySETB | Rekling 1,006 54% 0d 00:07:08h 3 0.47% 0.47% 1 3.00
4  No CountrySETB | Blabla** 1,003 70% 0d 01:06:56h 8 1.26% 1.26% 11 0.73
5  No CountrySETB | jL 1,000 76% 0d 00:00:08h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | bubu07 1,000 100% 0d 00:11:22h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | vitil 1,000 27% 0d 00:00:30h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | jhjh 1,000 38% 0d 00:06:40h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | SCERCROW 1,000 49% 0d 00:00:12h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | lalalla 1,000 9% 0d 00:18:00h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | erikjenej 1,000 96% 0d 00:01:25h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | TOBIAS ROBERT 1,000 98% 0d 00:03:38h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | offender 1,000 94% 0d 00:13:17h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | 1* 1,000 55% 0d 00:02:51h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | Peta20220 998 67% 0d 00:04:22h 6 0.95% 0.95% 11 0.55
16  No CountrySETB | matysek 998 34% 0d 00:02:11h 1 0.16% 0.16% 2 0.50
17  No CountrySETB | Velka cicina vasilko73 998 1% 0d 00:14:35h 0 0.00% 0.00% 1 0.00
18  No CountrySETB | Chleba_24 997 2% 0d 00:11:26h 2 0.32% 0.32% 4 0.50
19  No CountrySETB | Jozo 996 87% 0d 00:03:10h 3 0.47% 0.47% 7 0.43
20  No CountrySETB | skerodlak 996 5% 0d 00:08:02h 1 0.16% 0.16% 3 0.33


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 124 times 124
2 Double Kill (2 kills) 70 times 70
3 Triple Kill (3 kills) 17 times 34
4 Domination (4 kills) 5 times 15
5 Rampage (5 kills) 1 times 4
6 Ownage (7 kills) 1 times 6




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 109 times 60.56% 60.56%
2 Terrorist 60 times 33.33% 33.33%




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