HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: *
Home Page:
Activity: 63.50% 63.50%
Members: 8 active members (8 total)
Avg. Member Points: 932
Total Kills: 23
Total Deaths: 71
Avg. Kills: 3
Kills per Death: 0.32
Kills per Minute: 0.36
Total Connection Time: 0d 01:03:22h
Avg. Connection Time: 0d 00:07:55h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_cigsub_ggo_v2
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name Points Activity Time Kills sort-descending.gif Clan Kills % Deaths Kpd
1  Russian federation***Killer(RUS)Yurok 616 58% 0d 00:33:10h 12 52.17% 52.17% 50 0.24
2  United statesjebner***** 1,045 57% 0d 00:13:02h 11 47.83% 47.83% 11 1.00
3  Spainbrigada*** 1,000 67% 0d 00:03:00h 0 0.00% 0.00% 0 0.00
4  Russian federation***-=G@RblNbl4=-*** 1,000 71% 0d 00:00:21h 0 0.00% 0.00% 0 0.00
5  No Country***J.O.K.E.R*** 1,000 73% 0d 00:00:24h 0 0.00% 0.00% 0 0.00
6  Russian federationЙоГуРт***** 965 60% 0d 00:11:14h 0 0.00% 0.00% 1 0.00
7  United kingdomcatherine***** 943 58% 0d 00:01:22h 0 0.00% 0.00% 4 0.00
8  GermanyPULLE**** 888 64% 0d 00:00:49h 0 0.00% 0.00% 5 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=77
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc