HLstatsX Community Edition
  • Contents
  • Search
  • Help

Banner
  Clan Information

Statistics Summary
Clan: *
Home Page:
Activity: 46.50%
Members: 4 active members (34 total)
Avg. Member Points: 2,451
Total Kills: 33,527
Total Deaths: 23,079
Avg. Kills: 8,382
Kills per Death: 1.45
Kills per Minute: 1.59
Total Connection Time: 14d 15:37:19h
Avg. Connection Time: 3d 15:54:19h
Favorite Server:* -=AvJeux # DeathMatch Assault 24/7=-
Favorite Map:* cs_1337_assault
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  SerbiaNaKituMiJasi*** elorank 3,224 12d 07:00:23h 30,694 91.55% 21,307 1.44
2  PolandMetoBMW E61 (PL)***** *** elorank 3,003 2d 04:29:58h 2,451 7.31% 1,551 1.58
3  Albania***The_Dark_Knight*** elorank 2,577 0d 04:02:44h 382 1.14% 221 1.73
4  Iranyasin/*** elorank 1,000 0d 00:04:14h 0 0.00% 0 0.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 522 times 522
2 Double Kill (2 kills) 266 times 266
3 Triple Kill (3 kills) 174 times 348
4 Domination (4 kills) 84 times 252
5 Rampage (5 kills) 48 times 192
6 Mega Kill (6 kills) 37 times 185
7 Ultra Kill (8 kills) 13 times 91
8 Ownage (7 kills) 10 times 60
9 God Like (12+ kills) 7 times 77
10 Killing Spree (9 kills) 5 times 40
11 Monster Kill (10 kills) 3 times 27




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 105 times 51.98%
2 Counter-Terrorist 93 times 46.04%




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