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: AC
Home Page:
Activity: 10.00% 10.00%
Members: 1 active members (5 total)
Avg. Member Points: 42,228
Total Kills: 12,742
Total Deaths: 5,091
Avg. Kills: 12,742
Kills per Death: 2.50
Kills per Minute: 1.20
Total Connection Time: 7d 09:38:15h
Avg. Connection Time: 7d 09:38:15h
Favorite Server:* csko.cz | Fy
Favorite Map:* fy_buzzwood
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountryAC/DC 42,228 10% 7d 09:38:15h 12,742 100.00% 100.00% 5,091 2.50




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 37 times 37
2 Double Kill (2 kills) 33 times 33
3 Spawn with the Bomb 5 times 10
4 Triple Kill (3 kills) 4 times 8
5 Pick up the Bomb 2 times 4
6 Drop the Bomb 1 times -2




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 6 times 60.00% 60.00%
2 Counter-Terrorist 4 times 40.00% 40.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='fy'
			AND hlstats_Players.clan=498889
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'fy'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc