Team FoxTare Source Games Stats
  • CSS
  • DODS
  • HL2MP
  • Contents
  • Search
  • Forum
  • Help

Banner
  Sections

  Player Information

Player Profile

Steam Community Avatar
 The Fog
Location: (Unknown)
Steam: STEAM_0:1:239139162
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* (Unknown)
Total Connection Time: 0d 12:31:24h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: 34% 34%
Points: 1,855
Rank: Not active
Kills per Minute: 0.12
Kills per Death: 1.2609 (-*)
Headshots per Kill: 0.2644 (-*)
Shots per Kill: -
Weapon Accuracy: 16.4% (0%*)
Headshots: 23 (0*)
Kills: 87 (0*)
Deaths: 69 (0*)
Longest Kill Streak: 5
Longest Death Streak: 5
Suicides: 31
Teammate Kills: 0 (0*)

  History The Fog's History:
  Events | Sessions | Awards (40) | Chat
  Search Find other players with the same name


  Miscellaneous Statistics

Player Trend
Player Trend Graph
Forum Signature


forum sig image

bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image


  Ranks

Current rank: Private
Private
74% Kills needed: 13 (74%)
Rank history
Recruit


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 The Fog 0d 02:06:44h 2022-05-26 16:45:51 57 40 1.43 17 0.30 8 27.2%
2 Iósua Mac Suibhne 0d 01:55:16h 2021-06-20 15:50:40 0 0 0.00 0 - 0 0.0%
3 Vixen♔ 0d 00:51:10h 2020-11-16 11:38:09 8 4 2.00 2 0.25 2 22.6%
4 Vixen 0d 00:29:19h 2020-10-05 09:34:52 0 0 0.00 0 - 0 16.7%
5 Fusilier Vixen 0d 01:37:31h 2020-09-04 11:35:19 6 3 2.00 2 0.33 1 26.1%
6 Ubergruppenfuhrer Fuchsin 0d 00:30:20h 2020-09-01 16:14:37 2 1 2.00 0 0.00 7 9.3%
7 Secretary Vixen 0d 02:53:40h 2020-07-12 13:03:59 13 21 0.62 2 0.15 10 15.4%
8 Sekretär Füchsin 0d 00:52:20h 2020-07-11 13:52:37 1 0 1.00 0 0.00 0 85.7%
9 Captain Vixen 0d 01:15:04h 2020-07-09 19:46:02 0 0 0.00 0 - 3 14.0%




ERROR
Database Error

Server Address: localhost
Server Username: foxtare_hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='

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,
			hlstats_Frags_as_res.killsTotal,
			hlstats_Frags_as_res.deathsTotal,
			ROUND(hlstats_Frags_as_res.killsTotal / IF(hlstats_Frags_as_res.deathsTotal = 0, 1, hlstats_Frags_as_res.deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Events_ChangeRole.playerId = 708
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'dods'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc