HLstatsX
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 [US]JunkYardDawg
Location: (Unknown)
Steam: STEAM_0:0:34006373
Status: Online
Click here to add as friend
Karma: In good standing
Member of Clan:  US
Real Name: (Unknown)
E-mail Address: (Unknown)
Home Page:
Last Connect:* Thu. 29th Jul. 10:53:36
Total Connection Time: 0d 01:40:29h
Average Ping:* 60 ms (Latency: 30 ms)
Favorite Server:* Fusionhead (New) Jazz Club High-Kill / Low-Gravity
Favorite Map:* dm_snipe_crazy
Favorite Weapon:* Shotgun

Statistics Summary

Activity: -1% -1%
Points: 1,465
Rank: Not active
Kills per Minute: 1.97
Kills per Death: 0.3984 (0.40*)
Headshots per Kill: 0.0455 (0.0455*)
Shots per Kill: 3.11
Weapon Accuracy: 35.6% (36%*)
Headshots: 9 (9*)
Kills: 198 (198*)
Deaths: 497 (497*)
Longest Kill Streak: 5
Longest Death Streak: 12
Suicides: 1
Teammate Kills:* 0

  History [US]JunkYardDawg's History:
  Events | Sessions | Awards (1) | 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 First Class
Private First Class
98% Kills needed: 2 (98%)
Rank history
Recruit Private

  Awards (hover over image to see name)

Ribbons
*total connection hours* 357 ar2 combine_ball crossbow_bolt crowbar grenade_frag latency mostkills physbox physics pistol rpg_missile shotgun slam smg1 smg1_grenade stunstick suicide
Global Awards

  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 [US]JunkYardDawg 0d 01:40:16h 2010-07-29 11:52:26 198 497 0.40 9 0.05 1 35.6%
2 JunkYardDawg 0d 00:00:00h 2010-07-29 10:53:36 0 0 0.00 0 - 0 0.0%
3 [US]unnamed 0d 00:00:13h 2010-07-28 22:02:17 0 0 0.00 0 - 0 0.0%
4 unnamed 0d 00:00:00h 2010-07-28 22:02:03 0 0 0.00 0 - 0 0.0%

  Player Actions *

ERROR
Database Error

Server Address: localhost
Server Username: hlstats_admin

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_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_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
		WHERE
			hlstats_Servers.game = 'hl2mp'
			AND hlstats_Events_ChangeRole.playerId = 19006
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc