|
On March 06 2013 17:35 Birdie wrote:Show nested quote +On March 06 2013 16:55 Sayle wrote: Could you make the player names into links to their ICCup profiles? Done. Show nested quote +On March 06 2013 17:23 2Pacalypse- wrote: edit: also, you should make some pagination on the site Will do, if and when I add in search capability. I'll add in iCCup-style letter rankings once there are more matches ranked so that it will seem roughly similar to the actual iCCup rankings. I'm pretty confident there is a somewhat major bug in there somewhere, which I'm looking for. Basically there are matches being added which are NOT 1v1s on official maps, so I'll have to find out where those matches are coming from and why my scraper is adding them when it shouldn't be. So how about sorting it by most placed race..
|
looks awesome, good job, Birdie xD I'm not really into ranking systems but I suppose it took a lot of efforts to do that so mad props about that !
|
United Kingdom3685 Posts
Technics doesn't care about ranking systems because he's #1 in every system.
|
On March 06 2013 17:35 Birdie wrote:Show nested quote +On March 06 2013 16:55 Sayle wrote: Could you make the player names into links to their ICCup profiles? Done. Show nested quote +On March 06 2013 17:23 2Pacalypse- wrote: edit: also, you should make some pagination on the site Will do, if and when I add in search capability. I'll add in iCCup-style letter rankings once there are more matches ranked so that it will seem roughly similar to the actual iCCup rankings. I'm pretty confident there is a somewhat major bug in there somewhere, which I'm looking for. Basically there are matches being added which are NOT 1v1s on official maps, so I'll have to find out where those matches are coming from and why my scraper is adding them when it shouldn't be.
Those are 1v1s on non-ladder maps. I am 3-0 on ladder maps, and 3-0 on FMP, and I appear in the ranking with a 6-0 record. I assume that the current filter is taking all 1v1 games.
|
"Finally, note that the system is NOT the same as Fish server's ranking system, and the points bear no relation to Fish."
WHY NOT?
|
Croatia9517 Posts
On March 06 2013 22:35 iFU.pauline wrote: "Finally, note that the system is NOT the same as Fish server's ranking system, and the points bear no relation to Fish."
WHY NOT? Because Fish's ranking system sucks.
|
i suck in both rankings, so it doesnt matter
|
On March 06 2013 22:35 iFU.pauline wrote: "Finally, note that the system is NOT the same as Fish server's ranking system, and the points bear no relation to Fish."
WHY NOT?
I dare say, even if he used the Elo Number (Fish system), the ranks couldn't be compared.
|
Hmm seems it's not updating. At least my ranking.
You're using PHP with curl and cronjob every hour, going trough the match pages of each player?
This is probably a pretty high load on iccup's server at each hour, unless you have direct access to their DB or some API, which I highly doubt. (that would also take a pretty high load, but less) I suggest not updating everything every hour, but having it evenly distributed trough an hour so it lightens the load to the iccup server at the hour mark. Like, make a for loop that runs trough the accounts and make it update each after $one_hour_in_ms/$total_account_number. Or making it update everything in more than an hour.
If I had a page like iccup and limited server power, if it caused problems for my server, I'd probably block the ip of your server. XD
I really like this though.  Dunno how good you are at this, but if you need help with anything let me know, I used to dabble in that stuff a while back.
|
after around 950 or so players the red background is gone, and only the website background is there, and you can see much inside the brackets.
|
On March 07 2013 01:30 art_of_turtle wrote: after around 950 or so players the red background is gone, and only the website background is there, and you can see much inside the brackets.
What browser are you using ? I am using Opera and I have the red background until the end.
|
On March 07 2013 01:02 quirinus wrote:Hmm seems it's not updating. At least my ranking. You're using PHP with curl and cronjob every hour, going trough the match pages of each player? This is probably a pretty high load on iccup's server at each hour, unless you have direct access to their DB or some API, which I highly doubt. (that would also take a pretty high load, but less) I suggest not updating everything every hour, but having it evenly distributed trough an hour so it lightens the load to the iccup server at the hour mark. Like, make a for loop that runs trough the accounts and make it update each after $one_hour_in_ms/$total_account_number. Or making it update everything in more than an hour. If I had a page like iccup and limited server power, if it caused problems for my server, I'd probably block the ip of your server. XD I really like this though.  Dunno how good you are at this, but if you need help with anything let me know, I used to dabble in that stuff a while back.
Thats a very good concern.
|
On March 07 2013 01:02 quirinus wrote:Hmm seems it's not updating. At least my ranking. You're using PHP with curl and cronjob every hour, going trough the match pages of each player? This is probably a pretty high load on iccup's server at each hour, unless you have direct access to their DB or some API, which I highly doubt. (that would also take a pretty high load, but less) I suggest not updating everything every hour, but having it evenly distributed trough an hour so it lightens the load to the iccup server at the hour mark. Like, make a for loop that runs trough the accounts and make it update each after $one_hour_in_ms/$total_account_number. Or making it update everything in more than an hour. If I had a page like iccup and limited server power, if it caused problems for my server, I'd probably block the ip of your server. XD I really like this though.  Dunno how good you are at this, but if you need help with anything let me know, I used to dabble in that stuff a while back. It's not updating because I bugged something while trying to fix another bug and I don't have time to put things back the way they were before. The cron job/php script that scrapes the info from iCCup runs every half an hour, and takes about quarter of an hour to complete, so splitting the load wouldn't do much.
|
[B] Players are given a points ranking based on the system's guess at where their skill is
What? what's the system's guess based on?
|
On March 07 2013 01:33 endy wrote:Show nested quote +On March 07 2013 01:30 art_of_turtle wrote: after around 950 or so players the red background is gone, and only the website background is there, and you can see much inside the brackets. What browser are you using ? I am using Opera and I have the red background until the end.
I fixed the problem. I had stopscript on so it was only showing it up to half, so i just allowed the scripts to run.
|
On March 07 2013 03:20 Kabras wrote:Show nested quote +[B] Players are given a points ranking based on the system's guess at where their skill is
What? what's the system's guess based on? Based on the matches you've played and the points ranking of the players you won and lost against.
|
I have reset the ranking and started scanning again, after hopefully fixing the bug where matches would show up with games that are not on official iCCup maps. It should be up to date in a few hours.
|
Stupid question : Where am I on this list ?
|
After line 954 on the site, the table loses its red background color
|
On March 08 2013 00:02 Darksoldierr wrote: After line 954 on the site, the table loses its red background color What browser are you using?
On March 07 2013 22:04 Reason wrote:Stupid question : Where am I on this list ?  Use Ctrl-F to find your iCCup ID. If it isn't there yet, then the script hasn't caught up to the matches you've played in. It's up to about match 3000 out of more than 14000 matches so it might take another day or so to catch up, I'm not sure.
|
|
|
|
|
|