Player Information| Player Profile |
|
zeno |
|
| Location: France | |
| Steam: STEAM_0:0:16404767 | |
| Status: Online | |
| 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: | 3d 03:58:27h |
| Average Ping:* | - |
| Favorite Server:* | - |
| Favorite Map:* | |
| Favorite Weapon:* | Unknown |
| Statistics Summary |
||
| Activity: |
|
-1% |
| Points: | 7,639 | |
| Rank: | Not active | |
| Kills per Minute: | 1.60 | |
| Kills per Death: | 1.7201 (-*) | |
| Headshots per Kill: | 0.0274 (-*) | |
| Shots per Kill: | - | |
| Weapon Accuracy: | 0.0% (0%*) | |
| Headshots: | 200 (0*) | |
| Kills: | 7,307 (0*) | |
| Deaths: | 4,248 (0*) | |
| Longest Kill Streak: | 29 | |
| Longest Death Streak: | 11 | |
| Suicides: | 122 | |
| Teammate Kills: | 0 (0*) | |
zeno's History:Events | Sessions | Awards (34) | 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: Brigadier | |
|
|
|
|
Kills needed: 693 (8%) |
| 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 |
| 21 | MICHELINE PRESLE | 0d 00:07:16h | 2014-05-08 16:09:24 | 4 | 7 | 0.57 | 0 | 0.00 | 0 | 0.0% |
| 22 | Fuji | 0d 03:21:22h | 2014-03-08 18:13:47 | 384 | 193 | 1.99 | 3 | 0.01 | 6 | 0.0% |
| 23 | choda | 0d 01:41:49h | 2014-01-31 21:11:33 | 273 | 89 | 3.07 | 20 | 0.07 | 1 | 0.0% |
| 24 | chouda | 0d 00:02:42h | 2014-01-05 21:48:08 | 5 | 4 | 1.25 | 0 | 0.00 | 0 | 0.0% |
| 25 | FOX | 0d 01:17:23h | 2014-01-03 10:58:53 | 141 | 70 | 2.01 | 7 | 0.05 | 3 | 0.0% |
| 26 | le kung fu c'est génial | 0d 02:43:37h | 2013-11-18 20:33:05 | 293 | 124 | 2.36 | 3 | 0.01 | 1 | 0.0% |
| 27 | pied droit d'or | 0d 04:13:22h | 2013-11-11 19:00:20 | 440 | 216 | 2.04 | 5 | 0.01 | 9 | 0.0% |
| 28 | sauce dallas | 0d 03:16:21h | 2013-07-11 23:38:39 | 367 | 184 | 1.99 | 5 | 0.01 | 2 | 0.0% |
Page: 1 2
),
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]



zeno

