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

  Sections

  Clan Information

Statistics Summary
Clan: DK
Home Page:
Activity: 83.50% 83.50%
Members: 2 active members (5 total)
Avg. Member Points: 569
Total Kills: 17,541
Total Deaths: 16,502
Avg. Kills: 8,771
Kills per Death: 1.06
Kills per Minute: 2.00
Total Connection Time: 6d 02:17:48h
Avg. Connection Time: 3d 01:08:54h
Favorite Server:* Adult Gamers Community - DOD:S Gungame
Favorite Map:* dod_home-sweet-home_final
Favorite Weapon:* Thompson Submachine Gun
Player Locations

  Members

Rank Name Points Activity Time Kills Clan Kills % Deaths Kpd sort-descending.gif
1  DenmarkSpeedy [DK] 643 95% 4d 07:26:56h 12,306 70.16% 70.16% 10,001 1.23
2  DenmarkBreum [DK] 495 72% 1d 18:50:52h 5,235 29.84% 29.84% 6,501 0.81




  Player Actions *

Rank Action Achieved Points Bonus sort-descending.gif
1 Double Kill (2 kills) 148 times 148
2 Triple Kill (3 kills) 61 times 122
3 Domination (4 kills) 27 times 81
4 Rampage (5 kills) 16 times 64
5 Ownage (7 kills) 9 times 54
6 Mega Kill (6 kills) 7 times 35
7 Monster Kill (10 kills) 2 times 18
8 Ultra Kill (8 kills) 2 times 14
9 Killing Spree (9 kills) 1 times 8
10 Bomb Planter Killed 2 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Axis 137 times 33.25% 33.25%
2 Allies 27 times 6.55% 6.55%




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(165 = 0, 1, 165) * 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=44
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'dods'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			killsTotal desc,
			name desc