HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: AUT
Home Page:
Activity: 62.00% 62.00%
Members: 4 active members (4 total)
Avg. Member Points: 1,153
Total Kills: 107
Total Deaths: 85
Avg. Kills: 27
Kills per Death: 1.26
Kills per Minute: 1.97
Total Connection Time: 0d 00:54:22h
Avg. Connection Time: 0d 00:13:35h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_overwatch
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name Points Activity Time sort-descending.gif Kills Clan Kills % Deaths Kpd
1  AustriaмἓÞчϊςŧф [AUT] 2,023 63% 0d 00:24:44h 91 85.05% 85.05% 45 2.02
2  AustriaDon [AUT] 772 70% 0d 00:13:45h 7 6.54% 6.54% 25 0.28
3  Austria[AuT]RePlay 841 58% 0d 00:12:06h 8 7.48% 7.48% 13 0.62
4  AustriaHorsT[AUT] 975 57% 0d 00:03:47h 1 0.93% 0.93% 2 0.50




  Player Actions *





ERROR
Database Error

Server Address: 172.17.0.1
Server Username: ggo

Error Diagnostic:
Bad query.

Server Error: ()

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