Player Information| Player Profile |
|
°•.ιмperιoм.•° |
|
| Location: Eugies, Belgium | |
| Steam: STEAM_0:1:30229210 | |
| 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: |
|
| Last Connect:* | (Unknown) |
| Total Connection Time: | 0d 16:38:04h |
| Average Ping:* | - |
| Favorite Server:* | - |
| Favorite Map:* | |
| Favorite Weapon:* | Unknown |
| Statistics Summary |
||
| Activity: |
|
-1% |
| Points: | 9,414 | |
| Rank: | Not active | |
| Kills per Minute: | 1.95 | |
| Kills per Death: | 2.2837 (-*) | |
| Headshots per Kill: | 0.5719 (-*) | |
| Shots per Kill: | - | |
| Weapon Accuracy: | 0.0% (0%*) | |
| Headshots: | 1,114 (0*) | |
| Kills: | 1,948 (0*) | |
| Deaths: | 853 (0*) | |
| Longest Kill Streak: | 19 | |
| Longest Death Streak: | 7 | |
| Suicides: | 20 | |
| Teammate Kills: | 0 (0*) | |
°•.ιмperιoм.•°'s History:Events | Sessions | Awards (3) | Chat
Find other players with the same name
Miscellaneous Statistics| Player Trend |
|
|
| Forum Signature | |
|
bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image |
|
Ranks| Current rank: First Lieutenant | |
|
|
|
|
Kills needed: 52 (74%) |
| Rank history |
|
Awards (hover over image to see name)| Ribbons |
|
| Global Awards | |
Aliases| Rank | Name | Time | Last Use ![]() |
Kills | Deaths | K:D | Headshots | HS:K | Suicides | Accuracy |
| 1 | °•.ιмperιoм.•° | 0d 02:19:58h | 2015-07-05 00:41:48 | 309 | 151 | 2.05 | 250 | 0.81 | 2 | 0.0% |
| 2 | !mperi0m | 0d 02:43:02h | 2015-06-17 19:12:03 | 419 | 140 | 2.99 | 324 | 0.77 | 5 | 0.0% |
| 3 | Mini G3ant V3rt | 0d 04:10:37h | 2014-07-11 22:12:54 | 544 | 229 | 2.38 | 328 | 0.60 | 5 | 0.0% |
| 4 | [NoStress] !mperi0m | 0d 00:48:03h | 2014-03-11 11:01:51 | 49 | 34 | 1.44 | 19 | 0.39 | 1 | 0.0% |
| 5 | Eléonore | 0d 01:25:22h | 2014-01-06 19:25:38 | 124 | 39 | 3.18 | 102 | 0.82 | 0 | 0.0% |
| 6 | !mper!om | 0d 04:38:41h | 2014-01-02 19:17:14 | 456 | 230 | 1.98 | 91 | 0.20 | 6 | 0.0% |
| 7 | Alors Bernard !? | 0d 00:32:21h | 2014-01-02 18:41:03 | 47 | 30 | 1.57 | 0 | 0.00 | 1 | 0.0% |
),
new TableColumn
(
'rolecount',
'Joined',
'width=10&align=right&append=+times'
),
new TableColumn
(
'percent',
'%',
'width=10&sort=no&align=right&append=' . urlencode('%')
),
new TableColumn
(
'percent',
'Ratio',
'width=20&sort=no&type=bargraph'
),
new TableColumn
(
'killsTotal',
'Kills',
'width=10&align=right'
),
new TableColumn
(
'deathsTotal',
'Deaths',
'width=10&align=right'
),
new TableColumn
(
'kpd',
'K:D',
'width=10&align=right'
)
),
'code',
'rolecount',
'name',
true,
9999,
'roles_page',
'roles_sort',
'roles_sortorder',
'roles',
'desc',
true
);
// OPTIMIZATION: compute kills/deaths per role with grouped subqueries instead of temporary tables
$kills_by_role_sql = "
SELECT killerRole AS role, COUNT(*) AS killsTotal
FROM hlstats_Events_Frags
WHERE killerId = $player
GROUP BY killerRole
";
$deaths_by_role_sql = "
SELECT victimRole AS role, COUNT(*) AS deathsTotal
FROM hlstats_Events_Frags
WHERE victimId = $player
GROUP BY victimRole
";
$db->query("SELECT COUNT(*) FROM hlstats_Events_ChangeRole WHERE hlstats_Events_ChangeRole.playerId = $player");
list($numrolejoins) = $db->fetch_row();
$result = $db->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($numrolejoins = 0, 1, $numrolejoins) * 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 = $player
AND
(
hidden <> '1'
OR hidden IS NULL
Items marked "*" above are generated from the last 28 days.
Go to: Player Rankings
You are currently viewing the basic version of this page, please enable JavaScript and reload the page to access full functionality.
Generated in real-time by HLstatsX Community Edition 1.7.0
All images are copyrighted by their respective owners.
[Admin]
Generated in real-time by HLstatsX Community Edition 1.7.0
All images are copyrighted by their respective owners.
[Admin]



°•.ιмperιoм.•°

