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

  Sections

  Clan Information

Statistics Summary
Clan: PHX
Home Page:
Activity: 99.00% 99.00%
Members: 1 active members (2 total)
Avg. Member Points: 625
Total Kills: 34,503
Total Deaths: 40,926
Avg. Kills: 34,503
Kills per Death: 0.84
Kills per Minute: 2.74
Total Connection Time: 8d 18:13:43h
Avg. Connection Time: 8d 18:13:43h
Favorite Server:* Adult Gamers Community - DOD:S Gungame
Favorite Map:* cdc_ghettomcdonalds_b2
Favorite Weapon:* Spade Entrenchment Tool
Player Locations

  Members

Rank Name Points Activity Time Kills Clan Kills % Deaths Kpd sort-ascending.gif
1  United states-=PHX=- SirFraggedALot 625 99% 8d 18:13:43h 34,503 100.00% 100.00% 40,926 0.84




  Player Actions *

Rank Action sort-descending.gif Achieved Points Bonus
1 Ultra Kill (8 kills) 4 times 28
2 Triple Kill (3 kills) 154 times 308
3 Rampage (5 kills) 31 times 124
4 Ownage (7 kills) 11 times 66
5 Mega Kill (6 kills) 7 times 35
6 Killing Spree (9 kills) 3 times 24
7 Double Kill (2 kills) 401 times 401
8 Domination (4 kills) 73 times 219
9 Bomb Planter Killed 2 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Axis 108 times 25.84% 25.84%
2 Allies 101 times 24.16% 24.16%




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