HLstatsX Community Edition
  • CSTRIKE
  • CSTRIKEGG
  • CSTRIKER
  • Contents
  • Search
  • Forum
  • Help

Banner
  Player Information

Player Profile

Steam Community Avatar
Portugal dogday
Location: Ponta Delgada, Portugal
Steam: STEAM_0:1:529508200
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)
MM Rank: rank
Last Connect:* Tue. Jul. 29th, 2025 @ 00:24:01
Total Connection Time: 0d 10:22:58h
Average Ping:* -
Favorite Server:* .:BIA:. RATS
Favorite Map:* de_rats2k4
Favorite Weapon:* H&K USP .45 Tactical

Statistics Summary

Activity: 89%
Points: 545
Rank: 15
Kills per Minute: 0.15
Kills per Death: 0.3357 (0.35*)
Headshots per Kill: 0.3854 (0.3750*)
Shots per Kill: 44.33
Weapon Accuracy: 14.3% (14%*)
Headshots: 37 (3*)
Kills: 96 (8*)
Deaths: 286 (23*)
Longest Kill Streak: 2
Longest Death Streak: 20
Suicides: 0
Teammate Kills: 10 (0*)

  History dogday's History:
  Events | Sessions | Awards (16) | 
  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
Kills needed: 4 (92%)
Rank history
Recruit


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Supreme AWP Sniper Supremef Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Supreme Fusil Automatique Award of Galil Bronze Glock Supreme Grenade Supreme Combat Knife Award of Lowpinger Supreme M3 Super Supreme Colt M4A1 Supremef P90 Award of Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Award of USP
Global Awards
USP Master


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 dogday 0d 02:19:46h 2025-07-29 00:26:38 47 101 0.47 17 0.36 0 12.2%
2 PiKaMiOlOs 0d 01:20:27h 2024-08-03 00:44:56 19 35 0.54 9 0.47 0 28.3%
3 [APB] Reklama u imenu 0d 00:41:55h 2023-08-24 19:55:24 1 11 0.09 0 0.00 0 12.2%
4 51.77.70.93:27015 0d 04:37:36h 2023-08-17 21:11:07 19 83 0.23 5 0.26 0 12.0%
5 REKLAMA U IMENU! 0d 00:01:41h 2023-07-30 21:22:05 0 0 0.00 0 - 0 0.0%
6 143.42.54.115:27015 0d 00:46:35h 2023-07-29 21:52:28 10 38 0.26 6 0.60 0 12.7%
7 Surf Gateway 4 Ever! 0d 00:03:17h 2023-07-02 20:39:26 0 0 0.00 0 - 0 0.0%
8 I'm a Surf Gateway fan! 0d 00:31:41h 2023-06-10 23:46:08 0 18 0.00 0 - 0 22.1%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 4 times 8
2 Headshot 3 times 3
3 Touch a Hostage 2 times 4
4 Plant the Bomb 2 times 30




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 3 times 60.00%
2 Terrorist 2 times 40.00%




ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_german2_ci,IMPLICIT) and (utf8mb4_unicode_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 = 18927
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstriker'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc