HLstatsX Community Edition
  • CSTRIKE
  • CSP
  • Contents
  • Search
  • Help

Banner
  Clan Information

Statistics Summary
Clan: 1
Home Page:
Activity: 46.33%
Members: 9 active members (151 total)
Avg. Member Points: 1,011
Total Kills: 24
Total Deaths: 35
Avg. Kills: 3
Kills per Death: 0.69
Kills per Minute: 0.38
Total Connection Time: 0d 01:03:55h
Avg. Connection Time: 0d 00:07:06h
Favorite Server:* Clanxa.com Xtreme Assassins Standard
Favorite Map:* de_westwood_big
Favorite Weapon:* Steyr Tactical Machine Pistol
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  United states(1)psp Cassie elorank 1,059 0d 00:15:58h 9 37.50% 9 1.00
2  United states(1)SNAPPLEX elorank 1,022 0d 00:07:03h 8 33.33% 3 2.67
3  Australia(1)LeCTroMan elorank 1,009 0d 00:04:58h 2 8.33% 3 0.67
4  United states(1)cybercityd009 elorank 1,009 0d 00:22:35h 2 8.33% 12 0.17
5  United states(1)Paul Biya elorank 1,002 0d 00:09:30h 2 8.33% 6 0.33
6  United states(1)OverpoweringSandwich elorank 1,001 0d 00:02:23h 1 4.17% 2 0.50
7  United states(1)ALIEN9 elorank 1,000 0d 00:00:08h 0 0.00% 0 0.00
8  United states(1)Master Kuni elorank 1,000 0d 00:00:38h 0 0.00% 0 0.00
9  United states(1)=WD= Wobbly Dick elorank 1,000 0d 00:00:42h 0 0.00% 0 0.00




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 6 times 50.00%
2 Counter-Terrorist 6 times 50.00%




ERROR
Database Error

Server Address: localhost
Server Username: clannet_stats

Error Diagnostic:
Bad query.

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