I did quite some searches on Google, Wiki's, This forum, and any other pages I could find, but I still couldn't find any info on how to retrieve player stats.
Sites like honage.net that have rankings and/or signatures get their data from a webservice or a page call I assume. Now I now S2 is working on their own stats pages, but I'm a programmer myself, and would like to integrate some stats in a website I'm making for some friends.
I don't require any info on how to do it technically and what to code, I'll manage that. I'm just looking for someone that can point me the URL to get the data from, or any link to maybe existing documentation.
Thanks in advance.
Last edited by Dordanov; 09-23-2009 at 07:22 AM.
Reason: Spelling fix
I don't know if anyone has documented it yet. You could use wireshark, filter for http transfer and log in. It's very simple to figure out, just some serialized PHP data that you can request from a few scripts on masterserver.hon.s2games.com.
Well, if they plan on stopping that service they would have to "ban" those specific sites from their servers, as it's hard to identify all those requests from the actual requests the game does.
Unless ofcourse it's a huge site with hundreds of requests a minute.
I won't be making an advanced website with all sort of stats and regular updates, just 1 update a day to fetch data of about 10 players to display in a cached overview.