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

  Sections

  Clan Information

Statistics Summary
Clan: *HS*
Home Page:
Activity: 63.66% 63.66%
Members: 6 active members (17 total)
Avg. Member Points: 580
Total Kills: 17,576
Total Deaths: 18,701
Avg. Kills: 2,929
Kills per Death: 0.94
Kills per Minute: 2.28
Total Connection Time: 5d 08:18:04h
Avg. Connection Time: 0d 21:23:00h
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 sort-ascending.gif Kills Clan Kills % Deaths Kpd
1  Canada[*HS*] v Foto 400 79% 0d 08:02:17h 685 3.90% 3.90% 1,355 0.51
2  Denmark[*HS*] V Blueeye. ❤ 484 35% 0d 08:45:45h 793 4.51% 4.51% 1,155 0.69
3  United states[*HS*]"INTIMIDATOR" 746 96% 0d 12:09:01h 1,745 9.93% 9.93% 1,573 1.11
4  Australia[*HS*] Old_Geeza 543 85% 0d 18:34:42h 1,928 10.97% 10.97% 2,351 0.82
5  United states[*HS*] Ryno (^_*) 753 2% 1d 08:23:48h 5,074 28.87% 28.87% 5,224 0.97
6  United states[*HS*] Huichos Tacos 554 85% 2d 00:22:31h 7,351 41.82% 41.82% 7,043 1.04




  Player Actions *

Rank Action sort-descending.gif Achieved Points Bonus
1 Triple Kill (3 kills) 71 times 142
2 Rampage (5 kills) 26 times 104
3 Ownage (7 kills) 4 times 24
4 Mega Kill (6 kills) 13 times 65
5 Double Kill (2 kills) 193 times 193
6 Domination (4 kills) 41 times 123




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Allies 93 times 29.25% 29.25%
2 Axis 62 times 19.50% 19.50%




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(157 = 0, 1, 157) * 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