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

Banner
  Clan Information

Statistics Summary
Clan: Spc
Home Page:
Activity: 85.66%
Members: 6 active members (9 total)
Avg. Member Points: 6,071
Total Kills: 8,922
Total Deaths: 7,100
Avg. Kills: 1,487
Kills per Death: 1.26
Kills per Minute: 0.80
Total Connection Time: 7d 17:43:24h
Avg. Connection Time: 1d 06:57:14h
Favorite Server:* Clanxa.com Xtreme Assassins Standard
Favorite Map:* de_westwood_big
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  United states{Spc} Maximum Blumpkin elorank 11,121 2d 09:24:42h 3,825 42.87% 2,211 1.73
2  United states{Spc} Crim elorank 10,109 3d 10:05:49h 3,739 41.91% 3,053 1.22
3  United states{Spc} snatch elorank 8,051 1d 06:57:16h 1,009 11.31% 1,284 0.79
4  Canada{Spc} BuStY RuStY elorank 4,042 0d 07:42:13h 232 2.60% 285 0.81
5  United states{Spc} Dark Loves Coco elorank 2,066 0d 06:14:52h 94 1.05% 218 0.43
6  United states{Spc} Kenkaniff elorank 1,034 0d 01:18:32h 23 0.26% 49 0.47




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 275 times 275
2 Double Kill (2 kills) 172 times 172
3 Triple Kill (3 kills) 58 times 116
4 Drop the Bomb 34 times -68
5 Spawn with the Bomb 31 times 62
6 Domination (4 kills) 23 times 69
7 Pick up the Bomb 19 times 38
8 Start Defusing the Bomb With a Defuse Kit 16 times 0
9 Plant the Bomb 12 times 180
10 Defuse the Bomb 10 times 150
11 Rampage (5 kills) 8 times 32
12 Mega Kill (6 kills) 3 times 15
13 Touch a Hostage 2 times 4
14 Start Defusing the Bomb Without a Defuse Kit 2 times 0




  Team Selection *

Rank Team sort-descending.gif Joined Percentage of Times %
1 Terrorist 68 times 36.17%
2 Counter-Terrorist 119 times 63.30%




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