SC2 Ranks (site) - Page 24
Forum Index > SC2 General |
Shadowed
United States679 Posts
| ||
yenta
Poland1142 Posts
On September 29 2010 11:37 Shadowed wrote: Was a bug with it, try again and it should work. Working well now, will test it on multiple splices of characters later. Updating in 19 hits instead of 1900+/day will at least give you less logs to read ![]() | ||
Nilrem
United States3684 Posts
| ||
Apolo
Portugal1259 Posts
15 T 5 P 0 Z ![]() | ||
kojinshugi
Estonia2559 Posts
On September 29 2010 22:28 Apolo wrote: Just a fun fact Yes, I'm sure plenty of "fun" will ensue from that little factoid ![]() | ||
Shadowed
United States679 Posts
Rankings with all the search features you have on sc2ranks, as well as the "go to page X" you can click on any rank to go to that teams page, which will show info like you see on http://sc2ranks.com/team/4124848 Character profiles that lists all teams with some sort of toggle so you don't get a list of 500 teams, that leads back to the team page. Listing for achievements earned and looking at achievement rankings. The ability to look at match history, team history as well. You'll be able to save character profiles and you can look them up by character code, if for some reason they aren't in the database yet they can be added by battle.net url. Profiles that are saved will probably get some sort of fast tracked updating, if you save a profile it will do full profile updates every 12 hours or something along those lines. The main goal is something that looks good, graphics and everything are going to be targeted with the iPhone 4s retina (hate that word) display so you don't see ugly grainy icons. An iPad specific version that can show a lot more information, and an Android app are also planned. | ||
TexSC
United States195 Posts
I don't know if this is crucial information, but just an FYI! | ||
Shadowed
United States679 Posts
| ||
Jayrod
1820 Posts
| ||
Koshi
Belgium38797 Posts
I visit your site almost daily to check on my progress, because I love the graph that shows your point history and your ranking history. Sadly, it rarely updates for me. I play 2-3 games a day and my graph only updates once every 2 weeks. I used to think it was because I wasn't high ranked enough, but my friend who is in platinum gets his profile updated every day, if he played a game. I regularly check people their profile and I see that they also get updates every day or at least every time they play. Am I just unlucky here or is there something else wrong? Regards. EDIT: http://www.sc2ranks.com/team/4958404 | ||
qazadex
Australia473 Posts
On October 05 2010 18:44 Koshi wrote: Shadowed, I visit your site almost daily to check on my progress, because I love the graph that shows your point history and your ranking history. Sadly, it rarely updates for me. I play 2-3 games a day and my graph only updates once every 2 weeks. I used to think it was because I wasn't high ranked enough, but my friend who is in platinum gets his profile updated every day, if he played a game. I regularly check people their profile and I see that they also get updates every day or at least every time they play. Am I just unlucky here or is there something else wrong? Regards. EDIT: http://www.sc2ranks.com/team/4958404 There's a button to refresh your character on your page. | ||
Krafty
Canada109 Posts
| ||
Koshi
Belgium38797 Posts
On October 05 2010 19:00 qazadex wrote: There's a button to refresh your character on your page. I know, But I want my graph to upgrade daily or at least every 3 days. I like to track my progress, even though it has little value. Some people get a new data input each day, even on a much lower level than I am. I got 1 inputs 5 weeks ago, 2 inputs 4 weeks ago and 2 inputs last week. And when there were 2 inputs in the same week it was on consecutive days. | ||
Grrbrr.404
Germany91 Posts
i wonder if someone is interested in a parser class that i wrote today. Code + Show Spoiler + <?php include('classes/sc2ranks.php'); $sc2ranks = new Sc2Ranks("team-sct.de"); //api key $sc2ranks->addPlayer("eu", "Grrbrr", "811"); $sc2ranks->addPlayer("eu", "Kilzhar", "469"); $sc2ranks->performRequest(); foreach ($sc2ranks->Players as $Player) { echo "<pre>"; print_r($Player); echo "</pre>"; } ?> Output is a 'Player' Object for each requested player: + Show Spoiler + Player Object ( [Id] => 234261 [BnetId] => 325547 [Name] => Grrbrr [Code] => 811 [Region] => eu [AchievmentPoints] => 1070 [Points] => 1146 [UpdatedAt] => 2010-09-26T15:06:14Z [RegionRank] => 4411 [FavouriteRace] => terran [WorldRank] => 14702 [Losses] => 90 [Wins] => 116 [DivisionName] => Division Akilae Lima [DivisionRank] => 62 [WinRatio] => 0.56 [League] => diamond ) Should i publish? shadowed you may want to have it for publication? Greetings | ||
SzaszaG
Hungary120 Posts
On October 05 2010 21:12 Koshi wrote: I know, But I want my graph to upgrade daily or at least every 3 days. I would also like to see the Graphs and Team history updating quicker, cause with "Queue refresh" you can force your ELO and Placement in like 10-20 hours to show the exact amount... But the Graph has its own will, and gonna Update Randomly as it wants. (sometimes going Backwards also, hiding what it had already showed once.) | ||
yenta
Poland1142 Posts
On October 05 2010 21:51 Grrbrr.404 wrote: Hi, i wonder if someone is interested in a parser class that i wrote today. Code + Show Spoiler + <?php include('classes/sc2ranks.php'); $sc2ranks = new Sc2Ranks("team-sct.de"); //api key $sc2ranks->addPlayer("eu", "Grrbrr", "811"); $sc2ranks->addPlayer("eu", "Kilzhar", "469"); $sc2ranks->performRequest(); foreach ($sc2ranks->Players as $Player) { echo "<pre>"; print_r($Player); echo "</pre>"; } ?> Output is a 'Player' Object for each requested player: + Show Spoiler + Player Object ( [Id] => 234261 [BnetId] => 325547 [Name] => Grrbrr [Code] => 811 [Region] => eu [AchievmentPoints] => 1070 [Points] => 1146 [UpdatedAt] => 2010-09-26T15:06:14Z [RegionRank] => 4411 [FavouriteRace] => terran [WorldRank] => 14702 [Losses] => 90 [Wins] => 116 [DivisionName] => Division Akilae Lima [DivisionRank] => 62 [WinRatio] => 0.56 [League] => diamond ) Should i publish? shadowed you may want to have it for publication? Greetings Are you using the mass player api when making calls? If yes it would save me some trouble if you would publish it. | ||
Crt
247 Posts
the list isn't the same. | ||
JiYan
United States3668 Posts
| ||
StuBob
United States373 Posts
My profile does not have a graph -.- How do you get one? | ||
BlasiuS
United States2405 Posts
On October 06 2010 01:36 Crt wrote: how is sc2ranks different from the top 200 list released by battle net ? the list isn't the same. battle.net's list is arranged according to hidden MMR. sc2ranks.com's list is arranged according to ladder rating. | ||
| ||