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: 49.92% 49.92%
Members: 13 active members (136 total)
Avg. Member Points: 1,000
Total Kills: 4
Total Deaths: 4
Avg. Kills: 0
Kills per Death: 1.00
Kills per Minute: 0.02
Total Connection Time: 0d 02:42:26h
Avg. Connection Time: 0d 00:12:29h
Favorite Server:* csko.cz | DM FFA Only HS
Favorite Map:* de_tuscan
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | kp 1,003 12% 0d 00:35:51h 3 75.00% 75.00% 3 1.00
2  No CountrySETB | Cernoch 1,001 40% 0d 00:05:01h 1 25.00% 25.00% 1 1.00
3  No CountrySETB | bro wydee 1,000 80% 0d 00:03:29h 0 0.00% 0.00% 0 0.00
4  No CountrySETB | babajaga 1,000 77% 0d 00:19:10h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | bilzi 1,000 70% 0d 00:23:14h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | helltexCZ 1,000 67% 0d 00:02:01h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | Petkacz 1,000 59% 0d 00:01:52h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | THEGOAT 1,000 49% 0d 00:24:43h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | babazadvermi 1,000 42% 0d 00:12:06h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | Matesicek 1,000 30% 0d 00:10:16h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | jasemgrut 1,000 27% 0d 00:13:22h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | TvojeMama 1,000 9% 0d 00:00:59h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | crix 1,000 87% 0d 00:10:22h 0 0.00% 0.00% 0 0.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 1 times 1




  Team Selection *

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




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