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

Banner
  Clan Information

Statistics Summary
Clan: BOT
Home Page:
Activity: 91.50%
Members: 2 active members (2 total)
Avg. Member Points: 3,223
Total Kills: 379
Total Deaths: 470
Avg. Kills: 190
Kills per Death: 0.81
Kills per Minute: 0.56
Total Connection Time: 0d 11:14:33h
Avg. Connection Time: 0d 05:37:16h
Favorite Server:* Clanxa.com Xtreme Assassins Standard
Favorite Map:* de_oC2
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[BOT] Spork elorank 4,667 0d 07:23:11h 297 78.36% 326 0.91
2  United states[BOT] JERRY elorank 1,779 0d 03:51:22h 82 21.64% 144 0.57




  Player Actions *

Rank Action Achieved sort-ascending.gif Points Bonus
1 Domination (4 kills) 4 times 12
2 Start Defusing the Bomb Without a Defuse Kit 4 times 0
3 Defuse the Bomb 5 times 75
4 Plant the Bomb 7 times 105
5 Pick up the Bomb 8 times 16
6 Start Defusing the Bomb With a Defuse Kit 10 times 0
7 Triple Kill (3 kills) 12 times 24
8 Drop the Bomb 13 times -26
9 Spawn with the Bomb 17 times 34
10 Double Kill (2 kills) 51 times 51
11 Headshot 96 times 96




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 33 times 62.26%
2 Terrorist 19 times 35.85%




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