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

  Sections

  Clan Information

Statistics Summary
Clan: *HS*
Home Page:
Activity: 67.50% 67.50%
Members: 6 active members (17 total)
Avg. Member Points: 586
Total Kills: 17,536
Total Deaths: 18,664
Avg. Kills: 2,923
Kills per Death: 0.94
Kills per Minute: 2.28
Total Connection Time: 5d 08:00:56h
Avg. Connection Time: 0d 21:20:09h
Favorite Server:* Adult Gamers Community - DOD:S Gungame
Favorite Map:* cdc_mario_air_[rm]_[ob1]
Favorite Weapon:* Thompson Submachine Gun
Player Locations

  Members

Rank Name Points Activity Time Kills Clan Kills % Deaths sort-ascending.gif Kpd
1  Denmark[*HS*] V Blueeye. ❤ 484 41% 0d 08:45:45h 793 4.52% 4.52% 1,155 0.69
2  Canada[*HS*] v Foto 400 86% 0d 08:02:17h 685 3.91% 3.91% 1,355 0.51
3  United states[*HS*]"INTIMIDATOR" 784 85% 0d 11:51:53h 1,705 9.72% 9.72% 1,536 1.11
4  Australia[*HS*] Old_Geeza 543 92% 0d 18:34:42h 1,928 10.99% 10.99% 2,351 0.82
5  United states[*HS*] Ryno (^_*) 753 9% 1d 08:23:48h 5,074 28.93% 28.93% 5,224 0.97
6  United states[*HS*] Huichos Tacos 554 92% 2d 00:22:31h 7,351 41.92% 41.92% 7,043 1.04




  Player Actions *

Rank Action sort-descending.gif Achieved Points Bonus
1 Ultra Kill (8 kills) 1 times 7
2 Triple Kill (3 kills) 79 times 158
3 Rampage (5 kills) 29 times 116
4 Ownage (7 kills) 6 times 36
5 Mega Kill (6 kills) 13 times 65
6 Double Kill (2 kills) 211 times 211
7 Domination (4 kills) 45 times 135




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Allies 102 times 29.23% 29.23%
2 Axis 69 times 19.77% 19.77%




ERROR
Database Error

Server Address: localhost
Server Username: agc

Error Diagnostic:
Bad query.

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