HLstatsX Community Edition
  • Contents
  • Search
  • Help

Banner
  Clan Information

Statistics Summary
Clan: __
Home Page:
Activity: 37.66%
Members: 3 active members (21 total)
Avg. Member Points: 1,827
Total Kills: 4,873
Total Deaths: 3,308
Avg. Kills: 1,624
Kills per Death: 1.47
Kills per Minute: 1.38
Total Connection Time: 2d 10:47:31h
Avg. Connection Time: 0d 19:35:50h
Favorite Server:* -=AvJeux # DeathMatch Dust2 24/7=-
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  RussiaH*I LOV3 BLOndinok*lala1337*___ elorank 3,484 2d 10:37:02h 4,869 99.92% 3,302 1.47
2  Russia52rus__________________________ elorank 1,000 0d 00:06:04h 0 0.00% 0 0.00
3  France.#V00dqaaa____ elorank 998 0d 00:04:25h 4 0.08% 6 0.67




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 534 times 534
2 Double Kill (2 kills) 87 times 87
3 Triple Kill (3 kills) 45 times 90
4 Domination (4 kills) 26 times 78
5 Rampage (5 kills) 12 times 48
6 Mega Kill (6 kills) 10 times 50
7 God Like (12+ kills) 9 times 99
8 Ownage (7 kills) 8 times 48
9 Ultra Kill (8 kills) 4 times 28
10 Killing Spree (9 kills) 2 times 16
11 Unstoppable (11 kills) 1 times 10




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 55 times 56.70%
2 Counter-Terrorist 40 times 41.24%




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