HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: 1979
Home Page:
Activity: 71.20% 71.20%
Members: 5 active members (5 total)
Avg. Member Points: 1,042
Total Kills: 52
Total Deaths: 35
Avg. Kills: 10
Kills per Death: 1.49
Kills per Minute: 0.94
Total Connection Time: 0d 00:55:14h
Avg. Connection Time: 0d 00:11:02h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_ob_killbox_gravity_gun
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name sort-ascending.gif Points Activity Time Kills Clan Kills % Deaths Kpd
1  United states[1979] Cap'n crunch berries 1,125 68% 0d 00:05:37h 15 28.85% 28.85% 2 7.50
2  No Country[1979] DENTON 1,043 74% 0d 00:09:25h 10 19.23% 19.23% 8 1.25
3  United states[1979] DENTON (D'R) 1,090 59% 0d 00:22:26h 19 36.54% 36.54% 15 1.27
4  New zealand[1979] Frank Rizzo Thompson III 951 74% 0d 00:16:39h 8 15.38% 15.38% 10 0.80
5  United states[1979] Ninja 1,000 81% 0d 00:01:07h 0 0.00% 0.00% 0 0.00




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