HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: H.O.P.
Home Page:
Activity: 63.00% 63.00%
Members: 6 active members (6 total)
Avg. Member Points: 1,100
Total Kills: 56
Total Deaths: 16
Avg. Kills: 9
Kills per Death: 3.50
Kills per Minute: 1.87
Total Connection Time: 0d 00:29:59h
Avg. Connection Time: 0d 00:04:59h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_bs_bloodbox
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name Points Activity Time Kills sort-ascending.gif Clan Kills % Deaths Kpd
1  Germany(H.O.P.) Pablò.Ó 1,000 60% 0d 00:00:23h 0 0.00% 0.00% 0 0.00
2  Netherlands(H.O.P.) Makumi 1,000 63% 0d 00:00:10h 0 0.00% 0.00% 0 0.00
3  United states(H.O.P.) Halo Reach Master 980 63% 0d 00:02:56h 0 0.00% 0.00% 1 0.00
4  Netherlands(H.O.P.) Pablo 1,059 58% 0d 00:01:15h 4 7.14% 7.14% 1 4.00
5  Germany(H.O.P.) Kühlwalda 1,185 60% 0d 00:12:04h 24 42.86% 42.86% 2 12.00
6  Poland(H.O.P.) ® ALQ 358 ® 1,374 74% 0d 00:13:11h 28 50.00% 50.00% 12 2.33




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