HLstatsX Community Edition
  • Contents
  • Search
  • Help

Banner
  Clan Information

Statistics Summary
Clan: 1
Home Page:
Activity: 43.40%
Members: 5 active members (41 total)
Avg. Member Points: 1,180
Total Kills: 11,262
Total Deaths: 17,891
Avg. Kills: 2,252
Kills per Death: 0.63
Kills per Minute: 0.86
Total Connection Time: 9d 02:12:19h
Avg. Connection Time: 1d 19:38:27h
Favorite Server:* -=AvJeux # DeathMatch Assault 24/7=-
Favorite Map:* cs_1337_assault
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Argentina(1)Fullserver elorank 1,763 8d 23:31:27h 11,157 99.07% 17,753 0.63
2  Algeria(1)S400 elorank 1,204 0d 00:57:38h 63 0.56% 47 1.34
3  Germany(1)King elorank 1,032 0d 00:05:32h 13 0.12% 3 4.33
4  Germany(1)Doooom--->>>inik--->>> elorank 951 0d 00:32:53h 4 0.04% 29 0.14
5  Venezuela(1)REVOLUTiON elorank 948 0d 01:04:49h 25 0.22% 59 0.42




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 52 times 52
2 Double Kill (2 kills) 17 times 17
3 Triple Kill (3 kills) 5 times 10
4 Rampage (5 kills) 2 times 8
5 Ownage (7 kills) 2 times 12
6 Domination (4 kills) 2 times 6
7 Ultra Kill (8 kills) 1 times 7
8 Mega Kill (6 kills) 1 times 5




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 27 times 49.09%
2 Terrorist 26 times 47.27%




ERROR
Database Error

Server Address: localhost
Server Username: root

Error Diagnostic:
Bad query.

Server Error: (1055) Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'amx.hlstats_Frags_as_res.killsTotal' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

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