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

Banner
  Sections

  Player Information

Player Profile

Steam Community Avatar
 ♂Dungeon master♂
Location: (Unknown)
Steam: STEAM_0:0:582828380
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 05:59:47h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1% -1%
Points: 1,384
Rank: Not active
Kills per Minute: 0.16
Kills per Death: 1.2826 (-*)
Headshots per Kill: 0.2203 (-*)
Shots per Kill: -
Weapon Accuracy: 15.8% (0%*)
Headshots: 13 (0*)
Kills: 59 (0*)
Deaths: 46 (0*)
Longest Kill Streak: 9
Longest Death Streak: 4
Suicides: 16
Teammate Kills: 0 (0*)

  History ♂Dungeon master♂'s History:
  Events | Sessions | Awards (17) | 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
18% Kills needed: 41 (18%)
Rank history
Recruit


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 ♂Dungeon master♂ 0d 00:00:04h 2021-05-30 05:47:03 0 0 0.00 0 - 0 0.0%
2 Big Floppa 0d 00:10:00h 2021-05-26 13:52:34 6 1 6.00 2 0.33 0 9.3%
3 smith 0d 00:00:00h 2021-05-17 18:21:39 0 0 0.00 0 - 0 0.0%
4 Captain Ricardo 0d 00:04:12h 2021-05-16 07:40:09 2 0 2.00 0 0.00 0 22.3%
5 DogMASTER 0d 00:01:00h 2021-05-12 12:57:16 0 0 0.00 0 - 0 0.0%
6 Wayne 0d 00:01:01h 2021-05-07 12:32:04 0 0 0.00 0 - 0 0.0%
7 ryzen X nitro 0d 00:23:19h 2021-05-06 15:36:18 8 11 0.73 2 0.25 1 14.1%
8 rr5 0d 00:00:01h 2021-04-25 13:29:48 0 0 0.00 0 - 0 0.0%
9 xENom 0d 00:04:27h 2021-04-25 11:57:12 0 0 0.00 0 - 0 0.0%
10 IceTwice 0d 00:29:42h 2021-04-11 13:18:11 6 5 1.20 1 0.17 0 19.7%
11 HeadShot 0d 00:07:35h 2021-04-10 10:03:35 0 0 0.00 0 - 0 0.0%
12 Johnson McFly 0d 00:03:30h 2021-04-10 09:55:58 0 0 0.00 0 - 0 0.0%
13 Cosmos 0d 00:00:17h 2021-03-20 17:56:12 0 0 0.00 0 - 0 0.0%
14 Infernal 0d 00:06:27h 2021-03-20 13:13:01 0 2 0.00 0 - 2 8.0%
15 Dr.Gordon Freeman 0d 00:33:06h 2021-02-24 08:39:49 4 3 1.33 0 0.00 0 6.6%
16 gordonfreemangf2 0d 00:03:39h 2021-02-21 08:51:33 0 0 0.00 0 - 0 0.0%
17 Joe Biden 0d 00:05:26h 2021-02-09 13:53:36 0 0 0.00 0 - 0 0.0%
18 S0nic 0d 00:03:51h 2021-02-07 13:35:40 0 1 0.00 0 - 0 0.0%
19 Sonic: 0d 00:00:49h 2021-02-07 09:17:21 0 0 0.00 0 - 0 0.0%
20 Aldo Raine 0d 00:14:25h 2021-01-29 13:42:54 2 4 0.50 0 0.00 2 19.5%


Page: 1 2




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