HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Clan Information

Statistics Summary
Clan: s7k
Home Page:
Activity: 100.00%
Members: 7 active members (13 total)
Avg. Member Points: 1,019
Total Kills: 29
Total Deaths: 61
Avg. Kills: 4
Kills per Death: 0.48
Kills per Minute: 0.13
Total Connection Time: 0d 03:42:50h
Avg. Connection Time: 0d 00:31:50h
Favorite Server:* ¦»css-QUAD.ru«¦ | 0 | Public server de_dust2 only
Favorite Map:* de_dust2
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  .gifЪ elorank 1,084 0d 01:25:07h 17 58.62% 21 0.81
2  .gifdeadnote elorank 1,030 0d 00:36:11h 1 3.45% 6 0.17
3  .gifVeljkovici elorank 1,010 0d 00:56:36h 9 31.03% 29 0.31
4  .gifUSER elorank 1,007 0d 00:12:31h 2 6.90% 4 0.50
5  .gifVIM elorank 1,002 0d 00:23:02h 0 0.00% 1 0.00
6  .gifBaNDIT;) elorank 1,000 0d 00:06:37h 0 0.00% 0 0.00
7  .gifsaniok elorank 1,000 0d 00:02:46h 0 0.00% 0 0.00




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 11 times 27.50%
2 Terrorist 8 times 20.00%




ERROR
Database Error

Server Address: 127.0.0.1
Server Username: www973_ustats

Error Diagnostic:
Bad query.

Server Error: (1055) Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'www973_stats.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='css'
			AND hlstats_Players.clan=3
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc