Welcome (Login)
  • Contents
  • SourceBans
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: NHS
Home Page:
Activity: 99.00% 99.00%
Members: 1 active members (3 total)
Avg. Member Points: 545,187
Total Kills: 176,249
Total Deaths: 51,862
Avg. Kills: 176,249
Kills per Death: 3.40
Kills per Minute: 0.68
Total Connection Time: 181d 02:04:03h
Avg. Connection Time: 181d 02:04:03h
Favorite Server:* NeonHeights | Main Hub
Favorite Map:* trade_minecraft_neon_v197
Favorite Weapon:* The Sydney Sleeper
Player Locations

  Members

Rank Name Points Activity Time Kills sort-descending.gif Clan Kills % Deaths Kpd
1  .gif-=NHS=- Kwas 545,187 99% 181d 02:04:03h 176,249 100.00% 100.00% 51,862 3.40




  Player Actions *

Rank Action Achieved Points Bonus sort-descending.gif
1 Domination 5 times 25
2 Headshot Kill 11 times 22
3 God Like (12+ kills) 2 times 22
4 Unstoppable (11 kills) 1 times 10
5 Rampage (5 kills) 1 times 4
6 Kill Assist 1 times 2




  Victims of Player-Player Actions *





  Team Selection *

Rank Team Joined sort-ascending.gif Percentage of Times %
1 RED 3 times 42.86% 42.86%
2 BLU 4 times 57.14% 57.14%




ERROR
Database Error

Server Address: localhost
Server Username: mainhub

Error Diagnostic:
Bad query.

Server Error: (1055) Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mainhub.hlstats_Frags_as_res.killsTotal' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

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(18 = 0, 1, 18) * 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='tf'
			AND hlstats_Players.clan=2026
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'tf'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			code desc,
			name desc