HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: DRF
Home Page:
Activity: 59.66% 59.66%
Members: 3 active members (3 total)
Avg. Member Points: 1,243
Total Kills: 81
Total Deaths: 33
Avg. Kills: 27
Kills per Death: 2.45
Kills per Minute: 0.99
Total Connection Time: 0d 01:21:27h
Avg. Connection Time: 0d 00:27:09h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_bs_bloodbox
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name Points Activity Time Kills Clan Kills % Deaths sort-descending.gif Kpd
1  Russian federationAntlion☢☣☆☠ [DRF] 1,824 60% 0d 00:37:10h 64 79.01% 79.01% 20 3.20
2  Russian federationstalker☢☣ ✔♕ • [DRF] 923 60% 0d 00:27:50h 12 14.81% 14.81% 9 1.33
3  UkraineCerberus [DRF] 982 59% 0d 00:16:27h 5 6.17% 6.17% 4 1.25




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