HLstatsX Community Edition
  • HL2DM_1
  • HL2DM_2
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany Karlo Aralo
Location: Breitscheid, Germany
Steam: STEAM_0:0:3796024
Status: (Unknown)
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 14:05:35h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1% -1%
Points: 2,851
Rank: Not active
Kills per Minute: 1.16
Kills per Death: 1.1850 (-*)
Headshots per Kill: 0.0000 (-*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 980 (0*)
Deaths: 827 (0*)
Longest Kill Streak: 15
Longest Death Streak: 7
Suicides: 41
Teammate Kills: 0 (0*)

  History Karlo Aralo's History:
  Events | Sessions | Awards (0) | 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: Master Chief
Master Chief
80% Kills needed: 20 (80%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant


  Awards (hover over image to see name)

Ribbons
Connection Time - Supreme Supreme 357 Supreme AR2 Supreme Combine Ball Supreme Xbow Supreme Crowbar Supreme Grenade Supreme Headshotter Supreme Lowpinger Most Kills - Supreme Supreme Physbox Supreme Physics Supreme Pistol Supreme RPG Supreme Shotgun Supreme Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards


  Псевдонимы

Rank Ник Время Был в использовании Убийств Смертей КПД Хедшотов Соотн. sort-descending.gif Самоубийств Точность
1 Captain Aralo 0d 00:04:41h 2020-10-08 10:59:07 4 4 1.00 0 0.00 1 0.0%
2 Finja 0d 12:17:07h 2019-01-02 15:58:13 964 801 1.20 0 0.00 24 0.0%
3 Karlo Aralo 0d 00:13:33h 2024-05-04 12:46:30 6 20 0.30 0 0.00 1 0.0%
4 [DEU]Finja 0d 01:26:01h 2018-12-09 10:59:36 6 2 3.00 0 0.00 14 0.0%
5 [DEU]Captain Aralo 0d 00:04:13h 2020-10-08 11:03:20 0 0 0.00 0 - 1 0.0%




ERROR
Database Error

Server Address: localhost
Server Username: byxue_hl2f_stats

Error Diagnostic:
Bad query.

Server Error: (1226) User 'byxue_hl2f_stats' has exceeded the 'max_queries_per_hour' resource (current value: 185000)

Last SQL Query:
		SELECT
			IFNULL(hlstats_Teams.name, hlstats_Events_ChangeTeam.team) AS name,
			COUNT(hlstats_Events_ChangeTeam.id) AS teamcount,
			ROUND(COUNT(hlstats_Events_ChangeTeam.id) / IF(0 = 0, 1, 0) * 100, 2) AS percent
		FROM
			hlstats_Events_ChangeTeam
		LEFT JOIN
			hlstats_Teams
		ON
			hlstats_Events_ChangeTeam.team = hlstats_Teams.code
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeTeam.serverId
		WHERE
			hlstats_Teams.game = 'hl2dm_2' 
			AND hlstats_Servers.game = 'hl2dm_2' 
			AND hlstats_Events_ChangeTeam.playerId = 150842 
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
		GROUP BY
			hlstats_Events_ChangeTeam.team
		ORDER BY
			teamcount desc,
			name desc