HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMDUST2
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • PUBNITE
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: SuperBoosT
Home Page:
Activity: 99.00% 99.00%
Members: 1 active members (2 total)
Avg. Member Points: 5,755
Total Kills: 1,821
Total Deaths: 1,727
Avg. Kills: 1,821
Kills per Death: 1.05
Kills per Minute: 0.24
Total Connection Time: 5d 06:05:21h
Avg. Connection Time: 5d 06:05:21h
Favorite Server:* csko.cz | Deathmatch
Favorite Map:* de_dust2
Favorite Weapon:* Steyr Aug
Player Locations

  Members

Rank Name Points sort-ascending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No Country[SuperBOOST]CS-DOWNLOAD 5,755 99% 5d 06:05:21h 1,821 100.00% 100.00% 1,727 1.05




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 153 times 153
2 Double Kill (2 kills) 32 times 32
3 Triple Kill (3 kills) 27 times 54
4 Domination (4 kills) 17 times 51
5 Rampage (5 kills) 7 times 28
6 Mega Kill (6 kills) 3 times 15
7 Ultra Kill (8 kills) 2 times 14
8 Ownage (7 kills) 2 times 12
9 Killing Spree (9 kills) 2 times 16
10 God Like (12+ kills) 2 times 22
11 Monster Kill (10 kills) 1 times 9




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 130 times 73.45% 73.45%
2 Counter-Terrorist 47 times 26.55% 26.55%




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