PDA

View Full Version : hon.rychlis.cz - All player matches and stats



rychlis
03-05-2011, 10:58 AM
My site (http://hon.rychlis.cz) has been running since September (with some outages) but i didn't really advertise it. After some latest updates, i think it's time to let you guys know it's here.

Features:

Clean design (inspired by good old crontab).
Comprehensive player statistics for each game mode, calculation of TSR, MMR and KD graphs.
All your matches: stats including time (you can select your prefered timezone and date format), game name (colored by maide's script) and ranking effect.
Customizable table sorting and pagination.
Dynamic cache system - after you load your stats once, further requests will be served very quickly. System will load 100 matches first time (progressively, so you don't have to wait so long in front of blank screen), then new matches will be added to the cache as you play!
Links to see match details at thisisnewerth.com, hondamage.com, chatlog and banlog at maide.ca.
You can click on any match to see your hero stats, items and skillbuild.
Stats by hero!
Custom table sorting and pagination.


Check it out http://hon.rychlis.cz/, any feedback appreciated :)

Jofarin
03-05-2011, 12:37 PM
Could you maybe add average stats for the last 100 games? Like the top tables, but only for the last 100 games to compare.

`IMNICE
03-05-2011, 01:10 PM
Spam ftw.

Ahimtar
03-06-2011, 07:41 AM
Exactly what i was looking for. Díky moc! :D

rychlis
03-06-2011, 10:14 AM
Yesterday my server almost collapsed under the load, I've tweaked some webserver settings so it should be ok now.

Spam ftw.
What? :krak:

Could you maybe add average stats for the last 100 games? Like the top tables, but only for the last 100 games to compare.
Good idea, but it's difficult to add it right now because i'm not caching any statistic data, only html output (so I would have to fetch all 100 matches again to calculate this). But i'm planning to focus more on stats and even create some mmr/kd/... graphs anyway, then I will be able to do this. Depends on how much time I will have in the future.

Exactly what i was looking for. Díky moc! :D
Není zač ;)

NiGHTsC
03-06-2011, 09:07 PM
Awesome links to "Detailed stats/Chat/Ban"

devINVISIBLE
03-07-2011, 11:20 AM
Nice site rychlis. I like that info you provide in your match pulldowns. I think you could have a similar effect and gain more screen real estate if you did something akin to a lightbox pop-over (like the hon site does when you look at player info for a match).

What client_requester args (f and match_id) are you using to grab player skill build? I wish S2/KingCthulu would just extend their xml api already. :(

Do you know if the replay parser that maide uses is public right now? I'd like to output the chat log on match pages for my site (http://www.hondamage.com). Check out this forum post (http://forums.heroesofnewerth.com/showthread.php?t=230349) for more details and let me know what you think!

rychlis
03-07-2011, 12:08 PM
Nice site rychlis. I like that info you provide in your match pulldowns. I think you could have a similar effect and gain more screen real estate if you did something akin to a lightbox pop-over (like the hon site does when you look at player info for a match).

What client_requester args (f and match_id) are you using to grab player skill build? I wish S2/KingCthulu would just extend their xml api already. :(

Thanks! I did it this way because I like to have more matches opened at the same time. Match detail is generated by simple script which parses this page (http://www.heroesofnewerth.com/player_pop.php?aid=240230&mid=31458203) (popup page ajax-loaded at official hon replays webpage). It's probably not very reliable, as the page might change in the future, but works right now.


Do you know if the replay parser that maide uses is public right now? I'd like to output the chat log on match pages for my site
I'm not 100% sure but I think maide just downloads whole replay files (megabytes of data) and parse them. He might even have direct access to replay files as he is part of S2 staff now. You should better ask him directly :)


(http://www.hondamage.com). Check out this forum post (http://forums.heroesofnewerth.com/showthread.php?t=230349) for more details and let me know what you think!
This looks truly awesome ;) I'm considering putting link to your site for every match, would you mind getting little more traffic? :)

devINVISIBLE
03-07-2011, 02:01 PM
Thanks! I did it this way because I like to have more matches opened at the same time. Match detail is generated by simple script which parses this page (http://www.heroesofnewerth.com/player_pop.php?aid=240230&mid=31458203) (popup page ajax-loaded at official hon replays webpage). It's probably not very reliable, as the page might change in the future, but works right now.

Ah! I thought you might have been going through the masterserver and I didn't realize that ability history was available from there. I would love their xml api to expose ability/item/kill/death/assist history like it used to when HoN was in beta.


I'm not 100% sure but I think maide just downloads whole replay files (megabytes of data) and parse them. He might even have direct access to replay files as he is part of S2 staff now. You should better ask him directly :)

Yea, I'm pretty sure that's what he does too. I didn't realize he was working with S2 nowadays -- cool. There's a library (S2R2) that'll look at in the near future and play with. Downloading megs of replay files just to grab chat text seems heavier than what I'd like though. We'll see.


This looks truly awesome ;) I'm considering putting link to your site for every match, would you mind getting little more traffic? :)

I'd love the link! I'm on a shared host that gets little to no traffic.

Cheers~

rychlis
03-07-2011, 05:15 PM
I'd love the link! I'm on a shared host that gets little to no traffic.

Cheers~
ok, links to hondamage.com added :)

Zerazar
03-09-2011, 01:03 PM
I would love to be able to see my stats "by hero", so I can easily get a good view over which heroes I'm decent with and so on.

Also looking forward to see the graphs. I love graphs.

rychlis
03-11-2011, 07:16 PM
I would love to be able to see my stats "by hero", so I can easily get a good view over which heroes I'm decent with and so on.

Also looking forward to see the graphs. I love graphs.
Graphs are online now! Will work on stats by hero now :)

Lust
03-12-2011, 11:45 AM
It has potential so I'd like to make a few suggestions:
1) Instead of coloring red and green for legion and hellbourne, how about coloring for win and loss instead? Being able to see winning and losing streaks easily by color is MUCH MUCH more useful than seeing which team you were on.
2) Those particular red and green shades hurt the eyes badly. I'd say use milder shades, such as the ones on http://thisisnewerth.com, that do not rape the eye.
3) Can you make the table sortable by clicking the column name? Also related to this, would be useful to split K/D/A column into 3 if sortable.

rychlis
03-14-2011, 12:49 PM
It has potential so I'd like to make a few suggestions:
1) Instead of coloring red and green for legion and hellbourne, how about coloring for win and loss instead? Being able to see winning and losing streaks easily by color is MUCH MUCH more useful than seeing which team you were on.
Well as far as i know it was always working like you suggested - colors indicate whether you won or lost.

2) Those particular red and green shades hurt the eyes badly. I'd say use milder shades, such as the ones on http://thisisnewerth.com, that do not rape the eye.
OK, i've made optional checkbox for milder colors (a lot brighter), do you find it better?

3) Can you make the table sortable by clicking the column name? Also related to this, would be useful to split K/D/A column into 3 if sortable.
Yeah i want to make tables sortable when I finish hero stats, this will come :)

Lust
03-14-2011, 10:24 PM
Thank you for replying to the feedback.


Well as far as i know it was always working like you suggested - colors indicate whether you won or lost.
I can see that now, but when I suggested that I was sure I saw some red matches with +MMR gain and some green ones with -MMR. If it wasn't like that, maybe it just refreshed bad that particular time. Never mind it then, it's working as you said now.


OK, i've made optional checkbox for milder colors (a lot brighter), do you find it better?
Yes, by using the checkbox, the table is a lot easier to read. Although brighter is not the best word to use here (think of normal sun compared to brighter sun), maybe lighter or desaturated, but what word you use for it is not a real issue as long as it does the job. :)


Yeah i want to make tables sortable when I finish hero stats, this will come :)Looking forward to this then.


Keep up the good work.

devINVISIBLE
03-14-2011, 10:58 PM
Nice work. The charts are cool. Perhaps a better name for the checkbox is "lighter colors".

rychlis
03-15-2011, 10:16 AM
Ok, i've changed it to "lighter colors". I'm not a native speaker as you could probably notice :)
Thanks for feedback!

rychlis
03-15-2011, 06:31 PM
Thank you for replying to the feedback.


I can see that now, but when I suggested that I was sure I saw some red matches with +MMR gain and some green ones with -MMR. If it wasn't like that, maybe it just refreshed bad that particular time. Never mind it then, it's working as you said now.


I've fixed a bug that caused that all matches from which you've disconnected/was kicked were colored red, even if your team won after you left. That's most probably the reason you saw some won matches colored red :)

DrRisan
03-15-2011, 07:15 PM
GRAPHS, YES! (BOOKMARKED!):
http://gyazo.com/c0d4121a733367ede3b61111b9ae5b37.png

rychlis
03-17-2011, 10:08 AM
Had a lot of time lately, so I finally finished heroes stats :)
Tables are now sortable as well + matches table can be paginated. I'm going to load ALL your matches to the table, that's why I added pagination.

Lust
03-20-2011, 10:58 AM
Grats dude, I'm using it as my main stats checking site.
Hope it won't go down :)

Lust
03-21-2011, 06:55 AM
Erm, I found a quite inconvenient thing.
It only shows like 120 out of my 350+ MM matches.

Can it show all? -_-

spamilator
03-21-2011, 07:08 AM
Wow, awesome site, best I have seen so far! Looks extremely well coded and designed, keep it up!

Edit: Did you write the side in ruby?

rychlis
03-21-2011, 06:49 PM
Erm, I found a quite inconvenient thing.
It only shows like 120 out of my 350+ MM matches.

Can it show all? -_-
Yeah I was working on that for some time, and finished it today! Just reload your page few times after it loads (you can see the progress at bottom).

Wow, awesome site, best I have seen so far! Looks extremely well coded and designed, keep it up!

Edit: Did you write the side in ruby?

Thanks :) It's written in pure PHP.

Snuffeldjur
03-26-2011, 12:21 PM
Good stuff, although I can't seem to get the graphs to show very often =(.

rychlis
03-27-2011, 02:00 AM
Good stuff, although I can't seem to get the graphs to show very often =(.

One of your matches got really weird (this one (http://replays.heroesofnewerth.com/match_replay.php?mid=28235799), replay didn't save properly) and made my script freak out & quit processing all your others mathces.
I've fixed it, it should now just ignore such matches (there shouldn't be too many of them) and process the rest :)

Edit: I've circumvented broken ability history in replays, match detail will at least show what is available.

pr4wn3r
03-28-2011, 02:41 AM
awsome site there!
just one thing, when u click on "stats", some numbers are shown in dark green or very light green, what do the colours mean? and could u maybe change the very light green? very hard to read that on a white background, gives me eyecancer ;)

Zarkov
03-30-2011, 08:49 AM
Love the site.
At Maide's site you could see which players the selected player had played the most with, win/loss ratio etc. Is that possible to implement?

pr4wn3r
03-31-2011, 01:49 PM
you mean which hero, and it is already implimented!
just click on "heros" under ur name (where it says stats/graph/heros)

Zarkov
03-31-2011, 05:17 PM
No I don't ? I mean which other accounts the player had played the most with. But thanks for calling me an idiot.

rychlis
03-31-2011, 06:04 PM
awsome site there!
just one thing, when u click on "stats", some numbers are shown in dark green or very light green, what do the colours mean? and could u maybe change the very light green? very hard to read that on a white background, gives me eyecancer ;)
Thanks. Green/very light green numbers indicate good stats (higher than average). I've changed these colors a bit, should be less annoyin now ;) (note: reload cached css with ctrl+f5 if you see no changes)

Love the site.
At Maide's site you could see which players the selected player had played the most with, win/loss ratio etc. Is that possible to implement?
Yeah i thought about it, it'd possible for me to implement, but i don't have much time lately (finally NOT unemployed :)). Puttin this on my TODO list, it might come in like 2 weeks.

pr4wn3r
04-01-2011, 01:48 AM
No I don't ? I mean which other accounts the player had played the most with. But thanks for calling me an idiot.

first of all, i did not call you an idiot. or can u see that anywhere in my post?
i just understood you wrong there, just ddnt know what ya mean, remebered now!
but no need to feel attacked, wasnt my intention!

RaPoZaUm
04-01-2011, 10:26 AM
Just dropped by to say how awesome your site is...
Thank you. Keep up the good work!

n0ah_
04-01-2011, 08:58 PM
Very, very good job. This is crontab 2.0, you actually improved it!

The only tiny issue I have with your site is that I don't understand what kind of TSR you are using. With the TSR mod I'm at around 5.50 TSR in ranked games and around 4.60 TSR in the old pubs, and with your TSR calculations there isn't that much of a difference between ranked and public TSR: 4.80 MMR and 4.45 PSR. The CK/CD on both is around the same, but in ranked I have around 3x the amount of wards per game and improved K:D. I hope this ended up coming out making sense, it's quite late. :|

In the end it matters nothing, your site is still brilliant, but your TSR seems to barely account for wards placed.

pr4wn3r
04-02-2011, 05:46 AM
his tsr matches my tsr ingame, its matches the TSR mod that is around on the forum...

oh and thanx for changing the colour, i had so much light green in it, ma whole screen was green xDDD

Grootie
04-02-2011, 09:48 AM
I really like your stat site, but at the bottom it says "no new matches 2.4.2011 15:44:00 All matches loaded!". But when i click "Heroes" at the top it says "Some matches are not yet loaded."

What causes this?

ImmortalTecz
04-02-2011, 06:07 PM
How come slither has higher play rate on my account than myrmidon, even though it says I have played myrmidon more games.

rychlis
04-02-2011, 07:14 PM
How come slither has higher play rate on my account than myrmidon, even though it says I have played myrmidon more games.
Percentual play rate is based on total time in seconds you played that hero. And you played some very long games with slither and a lot of short games with myrmidon, so even you got more games with myrm, the sum of their lengths is still lower.


I really like your stat site, but at the bottom it says "no new matches 2.4.2011 15:44:00 All matches loaded!". But when i click "Heroes" at the top it says "Some matches are not yet loaded."

What causes this?
Firstly, there is a HUGE traffic right now, mostly because of this thread (http://forums.heroesofnewerth.com/showthread.php?t=241209). This causes that loading of all matches takes more time. To be honest I'm a bit surprised the server did survive the load (about 6000 hits every day from 1000 unique IP's).
Secondly, stats for heroes/graphs and matches for the table are loaded through two different scripts currently. So when you see "All matches loaded!", it means all matches in the table are loaded, but doesn't necessarily mean stats data for graphs/heroes are loaded as well. I've rephrased the message in graphs section to reflect this.
I'm planning to merge this two loading scripts into one nicer (and quicker) script, not sure when I finish it.

GoldMath
04-03-2011, 08:05 AM
Awesome stats site, thanks for you job!

Can you add a stats like :
- Victory % by game mode;
- K+A/D ratio graph ?

``
04-03-2011, 10:01 AM
Awesome site!
a very very minor complaint -> bd mode icon is a bit off, part of it is transparent

rychlis
04-03-2011, 11:16 AM
Awesome stats site, thanks for you job!

Can you add a stats like :
- Victory % by game mode;
- K+A/D ratio graph ?
I can do both of these, putting them on my todo list :)

Awesome site!
a very very minor complaint -> bd mode icon is a bit off, part of it is transparent
True, i've edited the icon, now it looks much more like in-game.

MrAwesome
04-03-2011, 07:58 PM
I was wondering if you can put in rating ranking list (or rank number) for each of the ranked, causal, and public. I'm more interested for causal for a clanmate.

Foxy_
04-03-2011, 09:15 PM
Ohhhh oh my god this website is brilliant

everything is done the way I always wish it would be. brilliant work mate!
timezone/format/great mouseovers etc... love it love it.

Leo
04-05-2011, 08:36 AM
Keep up the good job , you did very well so far. Thank you!

Omorashi
04-09-2011, 06:29 AM
Really a great site.

A friend of mine introduced me to it a couple of days ago, and i have used it frequently since.

I found a odd thing though. My :vood: play is so bad that i only win 9.1% of the games which leads to him being placed as the most winning hero when I sort my hero stats by wins. It looks like the list is only sorted by the first number since the 100% comes just before the 0%.

Regarding the suggestion with K+A/D could it then be multiple graphs in the same plot? So there is one for (K+A)/D K/D and A/D?

And a last suggestion: The Rating column is very useful, but it dosent reflect the true gain from the hero. If the rating gain/loss could be related to the average account or mean match rating of the games played with the hero it would be possible to relate it to the change in rating gain/loss for you that depends on account rating. I dont know if that was undetstandable but as an example:
- If I play 10 (6 wins 4 losses) games with :witc: with a average MMR of 1500 and have a rating gain of +40 = im good with :witc:.
- If I play 10 (6 wins 4 losses) games with :magm: with a average MMR of 1700 and have a rating gain of +10 = im above average with :magm:.
- If I win 5 matches with mean(MMR)=1700 and loose 5 matches with mean(MMR)=1500 I get a rating gain of -75 = I completely suck at that hero, lets say :vood: :P

So when i analyse which hero Im best at I would simply say WS, but is that true? This will of course only affect accounts that vary in MMR/ accounts that are new and are gaining MMR.

I am not saying my suggestion is fail proof either, but with the rating system S2 are using it is hard to ajust. Especially if you are ranging in 1500 - 1700 rating (thats where the rating gain/loss changes from 20+/- to 5+/- respectively).

To finish off: once again - Awesome site!

BattleHungeR
04-10-2011, 01:53 PM
awesome work !

Shadrik
04-11-2011, 10:50 AM
Awesome site, love all the links and stats. Thanks a lot!

Ch1cken
04-11-2011, 06:24 PM
Im afraid if we introduce to many people to this site its going to crash.

Rosicky7
04-12-2011, 10:38 AM
This site is awesome. It gives the stats analytics at the depth that I always wished would be available! It's incredible. Thank you. :)

One question though -- how long does it take to pull new match info into the performance graphs and individual hero stats? I see my matches from last night in the overview, but they aren't graphed or pulled into the hero stats yet. just curious!

Decency
04-13-2011, 03:00 PM
This is a great site man, we appreciate it. =)

My feature request is an "average rating" column for all of the players in the game. This can be based off current ratings if necessary, but ideally you'd calculate it and store it.

Thanks again!

rychlis
04-13-2011, 05:34 PM
Finally got some time to respond, thank you all for feedback!

I was wondering if you can put in rating ranking list (or rank number) for each of the ranked, causal, and public. I'm more interested for causal for a clanmate.
I could make a ladder of players in the system (about 7k at this time), but many players would be missing... and I think someone is already running such ladder, not sure where it is.


I found a odd thing though. My :vood: play is so bad that i only win 9.1% of the games which leads to him being placed as the most winning hero when I sort my hero stats by wins. It looks like the list is only sorted by the first number since the 100% comes just before the 0%.

Thanks for the report, I've fixed it. Heroes table is cached and recalculated every time you play a new game, so you will have to play one more to see this fixed :)


Regarding the suggestion with K+A/D could it then be multiple graphs in the same plot? So there is one for (K+A)/D K/D and A/D?

I'm planning to do fully configurable graphs, where you would be able to choose almost any stats to track (ka/d,k/d,a/d,gpm,wards,..). But I can't promise any ETA yet.


And a last suggestion: The Rating column is very useful, but it dosent reflect the true gain from the hero. If the rating gain/loss could be related to the average account or mean match rating of the games played with the hero it would be possible to relate it to the change in rating gain/loss for you that depends on account rating. I dont know if that was undetstandable but as an example:
- If I play 10 (6 wins 4 losses) games with :witc: with a average MMR of 1500 and have a rating gain of +40 = im good with :witc:.
- If I play 10 (6 wins 4 losses) games with :magm: with a average MMR of 1700 and have a rating gain of +10 = im above average with :magm:.
- If I win 5 matches with mean(MMR)=1700 and loose 5 matches with mean(MMR)=1500 I get a rating gain of -75 = I completely suck at that hero, lets say :vood: :P

So when i analyse which hero Im best at I would simply say WS, but is that true? This will of course only affect accounts that vary in MMR/ accounts that are new and are gaining MMR.

I am not saying my suggestion is fail proof either, but with the rating system S2 are using it is hard to ajust. Especially if you are ranging in 1500 - 1700 rating (thats where the rating gain/loss changes from 20+/- to 5+/- respectively).

Well, rating is there only to indicate which hero gave/lost you most rating, which it does accurately. Of course, this doesn't always reflect which hero you are best/worst with, but for that there is the winning percentage column :)

This site is awesome. It gives the stats analytics at the depth that I always wished would be available! It's incredible. Thank you. :)

One question though -- how long does it take to pull new match info into the performance graphs and individual hero stats? I see my matches from last night in the overview, but they aren't graphed or pulled into the hero stats yet. just curious!
They are loaded right now, there were some issues on S2 servers that days which affected my site, I guess that's why it didn't load immediately.

This is a great site man, we appreciate it. =)

My feature request is an "average rating" column for all of the players in the game. This can be based off current ratings if necessary, but ideally you'd calculate it and store it.

Thanks again!
You are welcome :)
Average rating is a tough one. Ratings of players (in the beginning of match) are not stored anywhere (or at least they are not accessible through the xml requester). So to calculate them accurately I would have to download all matches of every player in all of your matches = up to 9*(total games played)^2 more data to store.
Or I could use current ratings (ratings in time of parsing the match) as you suggest. which would only require me to load other players stats, not matches (much less data). But this would be really inaccurate for older matches. I'll see what i can do.

Decency
04-13-2011, 08:31 PM
I just mentioned it because I know Maide's site kept it for previous matches, I assume he just stored a single variable per match. That was when it was possible to download large amounts of games quickly, though, so he might have kept his updated in real time whereas yours is updated on call.

colondee
04-14-2011, 10:59 AM
díky

Lust
04-16-2011, 05:17 AM
Is the site down? It didn't work all day yesterday and doesn't work today either.
I had a 5 winning streak before it was down, and after I had like a 6-7 losing streak :<

rychlis
04-16-2011, 07:12 AM
Is the site down? It didn't work all day yesterday and doesn't work today either.
I had a 5 winning streak before it was down, and after I had like a 6-7 losing streak :<

Weird, it's not down, at least for me it worked every time I tested it (many times both today and yesterday). Sometimes it took few more seconds more to load because of traffic load spikes, but it always loaded.

Maybe my server provider has some problem with international connectivity, did my site stop working for anyone else out of Czech republic?

edit: according to stats there was no drop of visits tomorrow (and 97% of my visitors are from other countries), so it's probably some problem at your end (or your ISP). What error does your internet browser say when you try to visit the site?

Lust
04-16-2011, 08:43 AM
http://i.imgur.com/frDkj.png

Started like 2 days ago. Every other site with works fine.
I even tried random .cz sites and everything but http://hon.rychlis.cz/ works >.>

If I pm you my IP, can you do something like check connectivity between your server and my IP?

MrAwesome
04-18-2011, 02:04 AM
Finally got some time to respond, thank you all for feedback!

I could make a ladder of players in the system (about 7k at this time), but many players would be missing... and I think someone is already running such ladder, not sure where it is.


To my knowledge there is one top mmr list (http://www.fiendnetwork.com/player-statistics.html) but it is not updated. I'm just looking for a full ladder list, thats all.

`paper
04-18-2011, 05:22 AM
i think in the hero stats page, you need to have a separate column that you can sort win% instead of having it as a part of wins

Treslo
04-18-2011, 04:27 PM
Make sure you add a TRIM to your user input on the player name input element. Currently it won't identify a user if there is a trailing character after a name.

MrAwesome
04-22-2011, 05:54 PM
Can you make some tabs of recent stats with a dropdown selecting 25, 50, 100, etc? The tab can apply to ranked, causal, and public games. For public games, include no stat games. This would be perfect knowing how well I do in no stat inhouses.

koffiedik
04-23-2011, 07:01 PM
Cool site, really nice made. It's smooth and fast. Just donated, i appreciate your work in this.

Mania
04-24-2011, 05:24 PM
Yeah, nice site :) I'm beginning to use it more. Btw PM'ed you ;)

Lust
04-24-2011, 10:02 PM
I have another useful suggestion mate:
-from heroes view click a hero and you get the same list as stats view, but only the matches played with that hero.

For example I click Kraken. I get a list of my Kraken matches. I can now sort my Kraken matches by column to see where did I get my most gpm or xpm as Kraken for example.

DaTom
05-01-2011, 01:57 AM
Can't access to the website.

rychlis
05-03-2011, 08:27 PM
Cool site, really nice made. It's smooth and fast. Just donated, i appreciate your work in this.
Thanks! You are the first one to donate btw :)

I won't have much time this month, uni exams are coming, but after that I'm planning some major improvements. Stay tuned :cool:

insi
05-04-2011, 08:53 AM
really good site!
the only thing i "miss" is the part where you can see how often you played with certain players. i think maide had this or some other site. was really cool to able to see how your win % was with friends and so on :)

nevertheless, keep going, great site there!

Kurshu
05-08-2011, 06:17 PM
The sorting is currently bugged just incase you did not know.

rychlis
05-08-2011, 11:52 PM
The sorting is currently bugged just incase you did not know.
Sorting on your statspage works for me, please tell me which browser you are using and how exactly are you trying to sort it (which table and column)?

HonkHonkBear
05-10-2011, 10:12 PM
Is there a way to add an average MMR stat?

Brannock
05-11-2011, 08:47 PM
Do you think you could add a filter for matches played? I'd like to be able to see all my :noma: matches, for example.

PeeKaaay
05-13-2011, 03:08 AM
I found a odd thing though. My :vood: play is so bad that i only win 9.1% of the games which leads to him being placed as the most winning hero when I sort my hero stats by wins. It looks like the list is only sorted by the first number since the 100% comes just before the 0%.



still there, but it seems as if you check only the first two numbers now...

heroes sorted by win :
84%
50%
20%
100%
0%

rychlis
05-14-2011, 04:32 AM
still there, but it seems as if you check only the first two numbers now...

heroes sorted by win :
84%
50%
20%
100%
0%

Oh, weird I didn't notice that :)
I've fixed it now. Refresh your browser with cache removal (ctrl+f5) if it doesn't work straightaway.

rychlis
05-14-2011, 09:00 AM
Do you think you could add a filter for matches played? I'd like to be able to see all my :noma: matches, for example.
It was quite easy and you're at least third one to want this feature, so I made it :)

After your page is loaded, just click on any hero and the table will filter, pagination and sorting should work without problem even when there is hero filtered. Press the "Cancel hero filter" above table to cancel the filter :)

If it doesn't work, refresh your browser with cache removal (ctrl+f5). I've tested it in chrome and firefox as usual.

GoldMath
05-15-2011, 12:34 PM
New feature idea : Add a "% of Game Mode played" coupled with my previous suggestion, "Victory % by Game Mode" can be a nice indication.
Will be great before the "TSR, MMR, Matches, Wins,..." panel in a new column. ;)


PS: Also made a little donation for you^^

Brannock
05-16-2011, 10:10 PM
It was quite easy and you're at least third one to want this feature, so I made it :)

It is excellent! Thank you.

Pupp3tMast3r
05-16-2011, 10:36 PM
How about comparing players? I want to see which one of my friends I win the most with and which one I lose the most with etc.

MrOffence
05-18-2011, 04:12 PM
Is there a way to add an average MMR stat?

i would luv that too :) not the effect of +/- but the overall mmr of all players from game ;p

Kazamy
05-19-2011, 04:24 PM
I am already using ur site for a pretty long time now - great work - hope u can keep it up :) cheer

Ape3000
05-20-2011, 06:15 AM
I like your site very much. However, I'd like to have these features implemented on the "Heroes tab":
- New column: Rating per games played ratio. Ie. Avarage rating change (in one match).
- The colums "K", "D", "A", "W": Decimal accuracy. There is no reason to round these.
- New column: APM for each hero.

Keep up the good work.

TonyJ
05-21-2011, 11:17 PM
is there anyway I can be linked directly to the replays page instead of thisisnewerth crap?

ExaltedTwo
05-22-2011, 09:06 AM
A way to display the current clan would be cool
Otherwise, very nice site :)

edit: I just noticed that in a recent game of mine (40767756) your site displays 513 experience per minute, while every other site, including official stats, says it was 694. Maybe some bug in your site?

Jooku
05-25-2011, 03:13 AM
Good job on this, I use this site very often!

However, sorting heroes by win percentage still doesn't work. Sorting integers works but the system doesn't understand decimals. For example:

100%
80%
40%
20%
66,7%
33,3%
0%

tsunami70875
05-26-2011, 12:55 AM
hey, nice job with the site!
i'm frequently getting a "XML requester exception", and then stats stop loading.
anything I can do to fix it?

rychlis
05-26-2011, 04:31 AM
hey, nice job with the site!
i'm frequently getting a "XML requester exception", and then stats stop loading.
anything I can do to fix it?
XML requester is a S2's service i'm using to get all matches data. It had some problems lately, caused by DDOS attacks (http://forums.heroesofnewerth.com/showthread.php?t=266632)

GarudaOmega
05-29-2011, 12:41 PM
Awesome site. A little addicting too lol. It's fun looking at the stats of all my friends.

I have a suggestion: The average stats of every block of 50 or 100 games from when the first game was played. I read earlier to do 100 recent games would require the system to re-fetch the data, I'm not good at coding but the blocks of average stats can be calculated and cached into the user's computer like the rest of the match stats correct? That would be useful in keeping track of improvement.

Eg: Someone has played 499 games. They would have average stats for each 50-block (9 blocks) and for each 100-block (4 blocks). When that person hits 500 it would update making the 10th 50-block and the 5th 100-block. Sounds like a lot of interface design now that I think about it, however it would be a great tool for almost everyone.

im12watisdis
06-01-2011, 03:20 AM
Is the result limited at 250 matches for anyone else? I had a break from hon for like a month or two and it doesn't seem to take the games before that break

rychlis
06-02-2011, 04:59 PM
Is the result limited at 250 matches for anyone else? I had a break from hon for like a month or two and it doesn't seem to take the games before that break

It's not limited, but xml requester (http://xml.heroesofnewerth.com) (which is where i get all data from) is not working properly since the ddos attacks and breaks the matches loading process. Didn't see a word from S2 about when it's going to be fixed, bumping this thread (http://forums.heroesofnewerth.com/showthread.php?t=265635) might get their attention.

rychlis
06-02-2011, 05:22 PM
Good job on this, I use this site very often!

However, sorting heroes by win percentage still doesn't work. Sorting integers works but the system doesn't understand decimals. For example:

100%
80%
40%
20%
66,7%
33,3%
0%
This should be now *finally* totally fixed :)

pballer
06-04-2011, 03:52 AM
Hey, just wanted to say how much i've enjoyed your site over the past few months. As of my matches of 6/3/11, however, the list of matches has not been updating to include them. My stats update appropriately, but the matches don't show up on the list. Just wanted to let you know in case you weren't aware.

ApexUltima
06-04-2011, 10:05 PM
The site is broken now :(

Brannock
06-05-2011, 04:47 PM
Yeah, the site hasn't updated matches at all since May 22nd. HoN's site itself has the replays up, so there's some sort of reading error going on I assume.

DemKy
06-06-2011, 12:30 PM
fix plz :(

Best site ever :/

Scydow
06-20-2011, 09:39 PM
Give us our stats! Best site for information out there!

theli
06-21-2011, 01:58 AM
Give us our stats! Best site for information out there!

this depends on S2 only, when xml.heroesofnewerth.com will work, all stat sites will work too

Tresdyn
06-24-2011, 07:20 PM
site needs fixin' still.....

_3_
06-24-2011, 07:22 PM
fix~!~!~~~!

theli
06-25-2011, 04:10 AM
site needs fixin' still.....

fix~!~!~~~!

hilarious how many people can't read and understand that nothing can be done by stat site owners to 'fix' ... this entirely depends on when S2 restore their stats api

vedouci
06-28-2011, 01:42 PM
BUMP

S2 tards fix ur stats xml FFS

Kapsville
06-30-2011, 02:33 PM
So, when can we expect S2 to bring back those stats? I mean it almost took 1 month, yet. FIX THIS S2!!

theli
07-01-2011, 09:14 AM
So, when can we expect S2 to bring back those stats? I mean it almost took 1 month, yet. FIX THIS S2!!

i doubt S2 read this thread, try ranting in GD

ApexUltima
07-04-2011, 04:04 PM
FEATURE REQUEST:

This used to be a feature on Maide stats.

Being able to see your win rate with different players in Matchmaking!

This would be greatly appreciated :) Thanks.

07-07-2011, 01:36 PM
hey rychlis check this out

http://forums.heroesofnewerth.com/showpost.php?p=13880229&postcount=76

Wukis
07-20-2011, 05:18 AM
time to fix your website!

Mr`X
07-20-2011, 05:37 AM
time to fix your website!

Talking with respect when doing a request usually gives better results :rolleyes:

Anyway, im also hoping on the site getting fixed since its definitely the best stat site out there :)

Wukis
07-20-2011, 05:50 AM
i meant no disrespect!

rychlis
07-20-2011, 08:24 AM
I can't do anything about it, S2 planned to restore XML during/soon after the maintenance, but that didn't happen for some reason. Last info I found is this post: http://forums.heroesofnewerth.com/showpost.php?p=13947847&postcount=9

bUkKiTz
07-20-2011, 11:19 AM
I can't do anything about it, S2 planned to restore XML during/soon after the maintenance, but that didn't happen for some reason. Last info I found is this post: http://forums.heroesofnewerth.com/showpost.php?p=13947847&postcount=9

Hmm, that sucks. Oh well, hope it's restored soon.

tw0dice
07-29-2011, 05:14 PM
rychlis, xml is back.

GoldMath
07-29-2011, 05:16 PM
XML back, but your "heroes" tab look buggy with many wrong calculate data

rychlis
07-29-2011, 05:42 PM
Great, finally!

XML back, but your "heroes" tab look buggy with many wrong calculate data
Could you please name where exactly is something wrong?

It seems that lot of old matches are no longer in xml (probably lost) and I have them cached for heroes stats but not in matches table. So hero tab can sometimes take more matches in account than what you see in matches table...

GoldMath
07-29-2011, 06:07 PM
Could you please name where exactly is something wrong?
See ;)
http://data.imagup.com/12/1126642718.jpg

Scud2k
07-30-2011, 04:23 PM
also, if you wanna plot graphs it returns almost exclusively

"Loading matches...Stat reset detected, not yet implemented :("
even though the tracked player never had a stat reset.

interestingly the graphs still work for some of my mates, but 6/10 get this message.

keep up the good work mate your site rocks.

rychlis
07-30-2011, 04:46 PM
Yeah, there are some issues with graph/heroes caused by S2's XML bug (most probably). I've placed a little hack into my code, which should circumvent the issue and load stats.

Another bug is that XML doesn't support AR (it is now a separate gamemode in 2.1), which is causing blank icons in mode column. I'll try to fix that as well

edit: AR icons are now fixed (i just assume that if the match has no gamemode in xml, it is AR)

TheBabyJesus
07-30-2011, 11:58 PM
<3 this site.

galuf
07-31-2011, 05:33 AM
very nice stuff dude

GarudaOmega
08-01-2011, 07:54 AM
finally xml servers back!!! love this site.

s4ms3milia
08-01-2011, 01:32 PM
Dis site so good.

Rosicky7
08-03-2011, 01:43 PM
The damage chart option is now gone when I view my stats... I kind of liked that feature! Any plans to get it up again?

Thanks again for this site, it's great! So glad XML is back up.

devINVISIBLE
08-04-2011, 12:29 PM
rychlis, I've updated www.hondamage.com (http://www.hondamage.com) to work in lieu of the xml api being down. If you'd be so kind, I'd appreciate the cross-site reference again. Thanks and cheers! :D

rychlis
08-04-2011, 02:49 PM
rychlis, I've updated www.hondamage.com (http://www.hondamage.com) to work in lieu of the xml api being down. If you'd be so kind, I'd appreciate the cross-site reference again. Thanks and cheers! :D

Good work, the link is already back there ;)

Ko`gan
08-07-2011, 08:12 PM
Hi,

I've been using your site but have encountered a little problem.

My friend and I both started playing in the same time (~January). Still, on your website I can't load more previous matches than May.

It is stucked here : (generated 8.8.2011 01:58:13 [0.218s] (cached... no new matches 8.8.2011 02:00:33 Loading old matches (48%) [0.387s + xml(53): 48.441s])), and it has taken a long time to generate it.

But, on my friend stats, I had the stats much more quickly, and they go back till february.

Note: Even on my "My stats" pages on my profile of newerth, it seems to bug if I go back too much.

Beside from that, this tracker is awesome. I just leave this post here to know if it's normal or not.

Link to my profile http://hon.rychlis.cz/ko%60gan/#stats


Thanks.

rychlis
08-11-2011, 08:59 AM
Hi,

I've been using your site but have encountered a little problem.

My friend and I both started playing in the same time (~January). Still, on your website I can't load more previous matches than May.

It is stucked here : (generated 8.8.2011 01:58:13 [0.218s] (cached... no new matches 8.8.2011 02:00:33 Loading old matches (48%) [0.387s + xml(53): 48.441s])), and it has taken a long time to generate it.

But, on my friend stats, I had the stats much more quickly, and they go back till february.

Note: Even on my "My stats" pages on my profile of newerth, it seems to bug if I go back too much.

Beside from that, this tracker is awesome. I just leave this post here to know if it's normal or not.

Link to my profile http://hon.rychlis.cz/ko%60gan/#stats


Thanks.

Well, S2 removed stats of matches before May 20. (approximately), so I can't load any older matches.

It is stucked because when I get your matches history from S2's XML requester, it still lists all your matches, even before 5/20. So I'm trying to load these matches every time but it fails because they are no longer there. I will fix this when I have some time so it won't get stuck like that.

edit: The reason your friend has all matches loaded is most probably because he has loaded them all on my site before S2 removed old matches.

Ko`gan
08-11-2011, 07:36 PM
Well, S2 removed stats of matches before May 20. (approximately), so I can't load any older matches.

It is stucked because when I get your matches history from S2's XML requester, it still lists all your matches, even before 5/20. So I'm trying to load these matches every time but it fails because they are no longer there. I will fix this when I have some time so it won't get stuck like that.

edit: The reason your friend has all matches loaded is most probably because he has loaded them all on my site before S2 removed old matches.

Weirdly enough, it's not the case. I discovered this site, and viewing the time it took to load my matches I decided to load these of my friend (Who didn't know about this site). And I saw them "loading" progressively.

Not that I don't believe you or anything, just saying. Sad they removed the previous stat then :/

Thanks for the reply anyway.

GoldMath
08-11-2011, 09:34 PM
hey rychlis, what about new features stuff ? ;)

Sepherie1
08-12-2011, 11:04 AM
Hey. I am getting this error when I try and load my latest matches:
(cached... no new matches 12.8.2011 10:57:23 BUG: Last MIDs mismatch! [0.122s + xml(2): 1.893s])

rychlis
08-12-2011, 11:34 AM
Weirdly enough, it's not the case. I discovered this site, and viewing the time it took to load my matches I decided to load these of my friend (Who didn't know about this site). And I saw them "loading" progressively.

Not that I don't believe you or anything, just saying. Sad they removed the previous stat then :/

Thanks for the reply anyway.
I can't tell for sure if you don't tell me your friend's nickname :) (you can just PM me)

But It is probably caused by another XML weirdness I discovered yesterday (again, this is service made by S2, I can't fix it, only circumvent bugs) - when I'm requesting matches history, for some people it returns ALL of their matches (even before 5/20, your matches for example (http://xml.heroesofnewerth.com/xml_requester.php?f=ranked_history&opt=aid&aid[]=3277148)), for others it only returns those matches which details are available as well (so no matches before 5/20, which is the correct behavior, example (http://xml.heroesofnewerth.com/xml_requester.php?f=ranked_history&opt=aid&aid[]=222172)). I'm going to make a thread in about all XML issues, I hope I get some response FINALLY. Last thread about XML issues got locked for some reason :(

So I guess your friend belongs to the latter group and XML returns correct matches history for him.


hey rychlis, what about new features stuff ? ;)

It's a work in progress, it got postponed a lot because of XML downtime & issues, I don't want to give any ETA yet :P

For all of you which got your matches loaded before XML downtime and they disappeared from the matches history table (but are still visible in the graphs section and called into account for heroes stats): These matches are in my database and will reappear after I rework the cache system in about a week. Unfortunately, I didn't store all data: mode (AP/BD/BP/...), APM and name (for public games) are lost :(

edit: cache rework i was talking about will fix your stats as well, Sepherie1

toofast
08-13-2011, 11:50 PM
Do you know what happened to my stats. If you look at my casual games, i seem to miss a few days of games. Like it just randomly stopped recordiing, and started again today. So my mmr is now out of sync.

DemKy
08-19-2011, 03:24 AM
is it working ?

I'm at 1630mmr, but http://hon.rychlis.cz/ show me at 1540mmr.
><

rychlis
08-19-2011, 07:28 AM
My site is working as it should, S2's XML is broken again...

Last math in XML is from 8/16 (GMT time), new matches are not there so all stats are old now.

edit: Bump this thread if you care (reasonably) http://forums.heroesofnewerth.com/showthread.php?t=321613

Ko`gan
08-25-2011, 06:18 AM
I can't tell for sure if you don't tell me your friend's nickname :) (you can just PM me)

But It is probably caused by another XML weirdness I discovered yesterday (again, this is service made by S2, I can't fix it, only circumvent bugs) - when I'm requesting matches history, for some people it returns ALL of their matches (even before 5/20, your matches for example (http://xml.heroesofnewerth.com/xml_requester.php?f=ranked_history&opt=aid&aid[]=3277148)), for others it only returns those matches which details are available as well (so no matches before 5/20, which is the correct behavior, example (http://xml.heroesofnewerth.com/xml_requester.php?f=ranked_history&opt=aid&aid[]=222172)). I'm going to make a thread in about all XML issues, I hope I get some response FINALLY. Last thread about XML issues got locked for some reason :(

So I guess your friend belongs to the latter group and XML returns correct matches history for him.


I sent you a PM a few days ago, I don't know if you received it.

Thanks for the explanation.

BadaBing
09-04-2011, 07:57 PM
XML is _finally_ running again! Do you need to do something on your end or will the games eventually catch up?

merAch
09-17-2011, 11:34 PM
my stats are perma botched it seems. Is there any way to fix that?

rychlis
09-18-2011, 06:32 AM
XML is _finally_ running again! Do you need to do something on your end or will the games eventually catch up?


my stats are perma botched it seems. Is there any way to fix that?

Stats for some matches took a long time (almost a minute) to fetch from the XML (http://xml.heroesofnewerth.com), I've adjusted settings of my site so it waits longer for results. Your stats now work again.

yoonie
09-21-2011, 10:49 PM
I was having an xml requester error yesterday, and today when i search for myself i get "user not found". =(

More s2 problems? Best stats site ever btw =)

GoldMath
09-23-2011, 09:33 PM
Hey rychlis you gonna make some updates/new features for your website ? Keep it up! ;)

dakuth
09-27-2011, 12:51 AM
Hey rychlis you gonna make some updates/new features for your website ? Keep it up! ;)

All I ask is that graphs work again :( Plsplspls.

_hayt_
09-27-2011, 05:08 AM
I really would like to see a K+A:D graph and TSR graph.

just to see one self improve over time (or getting worse :P )

and maybe sth. like TSR per hero (dont know if this is possible)

shouldnt be too hard to do ^^

greetz
Ricci

rychlis
09-27-2011, 05:07 PM
Well I'm pretty busy to do all the updates as I planned before :(

I've at least added K+A/D to the KD graph and made some fixes (again, it got stuck when there were too many matches missing in S2's XML) to the graph data loader so it works for you again, dakuth. TSR graph would be a lot harder to calculate, maybe later...

GoldMath
09-28-2011, 02:32 AM
K+A:D Graphic ! Oh Yeah!
You can Add a Zoom Function to your ToDo! :D

_hayt_
09-29-2011, 05:39 AM
wooo nice... that was fast ^^ (well should not have been too hard :P )

vy`Ze
10-02-2011, 10:45 AM
Graphs aren't correct for me, i have never been above 1800 and my KD is higher than 1.35 for a long time.

y_uNOdie
10-08-2011, 08:30 PM
There is something rreally wierd for me when I try to view myself (y_unodie). Whenever I play a new match, an old match shows up and I get the (correct) rating for the match that I just played leading to things like this:

10.9.2011 02:00:58 60272722 D CH B 27m Glacius 3 3 4 18 7 189 120 112 7 -4 MMR 1740 -> 1736
7.9.2011 21:17:18 60062218 D CH B 61m Puppet Master 16 11 16 272 8 535 344 99 0 -4 MMR 1744 -> 1740
7.9.2011 20:07:06 60052839 D CH B 33m Drunken Master 2 9 1 116 4 308 211 97 0 -4 MMR 1730 -> 1726
7.9.2011 03:14:05 59970328 D CH B 54m Wretched Hag 9 8 9 207 13 482 285 118 0 +5 MMR 1716 -> 1721
All those 4 matches were wins, played in a row and played today, and I played different heroes. The matches that show are old matches but the rating is changed to match my current MMR-value. So yeah, it' really bugged atm.
Are you still updating this site?

rychlis
10-09-2011, 12:23 PM
There is something rreally wierd for me when I try to view myself (y_unodie). Whenever I play a new match, an old match shows up and I get the (correct) rating for the match that I just played leading to things like this:

All those 4 matches were wins, played in a row and played today, and I played different heroes. The matches that show are old matches but the rating is changed to match my current MMR-value. So yeah, it' really bugged atm.
Are you still updating this site?
Thanks for the notice, I'm fixing bugs I find, but I'm naturally not able to check stats of every player. I've tweaked some settings, your page is updated now, it still hangs on checking new matches for some reason (all matches are there however), ill fix that later.


Graphs aren't correct for me, i have never been above 1800 and my KD is higher than 1.35 for a long time.
Were you at least near 1800? I'm not sure if this is the case but I suspect it's caused by issues which happened after the F2P introduction (and few other times i think) when many MMR, Kills/Deaths/Assists didn't count in stats but the match itself got recorded. It's kinda hard to find out what's wrong :/

stopnewbs
10-30-2011, 08:50 PM
Not sure if you're aware of this already, but I get an xml error when trying to load my matches (http://hon.rychlis.cz/stopnewbs/ (http://hon.rychlis.cz/stopnewbs/))

It says "(cached... no new matches 31.10.2011 01:44:51 (xml requester exception) [XML (http://xml.heroesofnewerth.com/xml_requester.php?f=match_stats&opt=mid&mid[]=59123446&mid[]=59085287&mid[]=59079515&mid[]=59055004&mid[]=59014669&mid[]=59008218&mid[]=59006379&mid[]=59003818&mid[]=59002158&mid[]=58976022)] "

ArthasDK
11-01-2011, 03:55 AM
nice site , i use it frequently for stats and what not !!!! thank you rychlis

ArthasDK
11-01-2011, 04:08 AM
nice site , i use it frequently for stats and what not !!!! thank you rychlis

Decretium
11-26-2011, 07:46 AM
its cool

DirecTwiX
11-28-2011, 06:31 PM
Graphs aren't correct for me, i have never been above 1800 and my KD is higher than 1.35 for a long time.

Same problem...

Rosicky7
12-05-2011, 10:16 AM
Is HoN's XML down again? Because I'm not getting any updates past December 2nd...

theli
12-05-2011, 01:49 PM
it does have problems (s2's xml) ..

Maide
12-06-2011, 02:47 PM
We are aware of the issue, and are working towards a resolution. We currently have no ETA when the service will be available again, however, we do expect to have it up and running soon.

DoctorZ
12-12-2011, 08:43 PM
damn its my favourite stat site :C hope its back up soon

ArthasDK
12-13-2011, 11:05 PM
me 2

MrTrixy
12-21-2011, 07:30 PM
We are aware of the issue, and are working towards a resolution. We currently have no ETA when the service will be available again, however, we do expect to have it up and running soon.

Any updates on the XML outage being resolved?

sqnk
01-03-2012, 08:01 AM
Still no xml info from S2 ?

OsianII
01-03-2012, 08:17 AM
Yesterday I asked the question about xml during honcast podcast. No ETA avaliable.

GARYCOOPER
01-05-2012, 07:16 PM
Any other places to build graphs from MMR?

cin9uLar
02-15-2012, 03:28 PM
Any other places to build graphs from MMR?


try http://beta.honrec.com

Niwi
04-16-2012, 11:49 AM
Thanks for ruining such wonderful sites S2. Please fix XML.

MrSnowman
05-11-2012, 04:40 AM
Oh man... Why isn't it fixed yet? It's been forever now. Someone need to start sending hate-mail.

Lvk
06-05-2012, 09:07 AM
Hi,

It's been i dunno, but i guess a year now that xml is broken.
You guys always said that you had more important things to work on, but can you save some time and take a look at this please?
I guess many players liked to see, compare their stats on the web.
it's been a while we have no news about it.

If possible can someone give me some news about it?

att,

Karon
06-05-2012, 09:16 AM
I agree. It's awesome compare match stats between matches too, because we can see what is going wrong and do better next time.

News?

Furlan
06-05-2012, 03:30 PM
It would be good to see again my stats. So I can check where im going wrong or which is my best hero and so many other stuffs that help players in the evolution of playing HoN.

Never saw that applications working anymore. :blac:

Lvk
06-14-2012, 10:54 AM
UP!!

Kapsville
10-29-2012, 06:44 AM
As the official stats are up again, will this page be updated aswell? It was one of my favourite....