|
On July 31 2010 17:52 StaR_Robo wrote:Show nested quote +On July 31 2010 17:35 phfantunes wrote: Any chance this could be expanded to LA servers? Do LA players have a separate battle.net address for their profiles or are they on the main US battle.net site? I can easily add them whichever way it is
On the main US site I believe, our servers are still on the US. Link to my profile: http://us.battle.net/sc2/pt/profile/8796/2/Hero/ (the highlight is a small differente on the address, not sure it's important).
Let me know if I can help with anything.
|
woah im surprised i'm on this ranking site
|
|
Then feel free to submit your name.
|
I would like to make list of top 1000 is this even possible here?
|
Props to LunaR for being worldwide rank 5 and US rank 1 for most games played despite only 19 points in diamond. Nice dedication ^^. You can see however, that 'dem asians just play the most, they are rank 1-4 with 362 games played already, might be due to account sharing however.
|
On August 01 2010 12:05 Liquorshot_852 wrote: woah im surprised i'm on this ranking site
Maybe if someone of your division is registered, it can see you division on bnet website.
|
Thank you.
I am missing the per race statistics we had in war3 !
|
I love sanctuary since dowsanctuary
|
On August 01 2010 11:24 phfantunes wrote:Show nested quote +On July 31 2010 17:52 StaR_Robo wrote:On July 31 2010 17:35 phfantunes wrote: Any chance this could be expanded to LA servers? Do LA players have a separate battle.net address for their profiles or are they on the main US battle.net site? I can easily add them whichever way it is On the main US site I believe, our servers are still on the US. Link to my profile: pt/profile/8796/2/Hero/]http://us.battle.net/sc2/pt/profile/8796/2/Hero/ (the highlight is a small differente on the address, not sure it's important). Let me know if I can help with anything. [/b]
Sorry for the delay in replying .. been bug squashing today and the little buggers kept running away from my hammer :p
The /pt/ in your url is just the portuguese language setting when viewing the battle.net site ... the url works equally as well with the /en/ in it. I'll adjust my script to be handle your urls and then it's just a matter of getting people to get details into the database. It looks like your leagues are separate to the North American ones even though they are on the same battle.net server
|
Currently ranked 2370 on the American server, just made it into a Diamond league named Selendis Nu last night
|
StaR_Robo, This might help you. http://www.cybergamer.com.au/sc2/players/ Here is a website which I believe has figured out a way to pull everyone's profile names and full profile URL address. Maybe you can analyze their code and figure out how they did it.
On a related note, I'm not extremely knowledgeable on coding, but I really need to figure out a way to pull profile stats and display them on the front of my website just for my clan members. Do you know how I can do that? My website is www.magogclan.com and my email address is kruelgor [at] yahoo.com
Thank you
|
It seems pretty up to date now.. Well done!... That aussie sight seems to have more though...
|
On August 01 2010 11:24 phfantunes wrote:Show nested quote +On July 31 2010 17:52 StaR_Robo wrote:On July 31 2010 17:35 phfantunes wrote: Any chance this could be expanded to LA servers? Do LA players have a separate battle.net address for their profiles or are they on the main US battle.net site? I can easily add them whichever way it is On the main US site I believe, our servers are still on the US. Link to my profile: http://us.battle.net/sc2/pt/profile/8796/2/Hero/ (the highlight is a small differente on the address, not sure it's important). Let me know if I can help with anything. It's the /2/ that's the important part (rather than /1/ for us servers)
Also, I'd been looking for the la servers, thanks for showing me them! I can see this will explain the "holes" in division numbers I've been looking for on the US servers. I've been running my own automated profile parser, and I'm up to about 150k in US, 60k in EU, 20k in Korea, and then it falls off a cliff. Unfortunately I don't have a website to put my data on (or enough experience to really make a decent one anyway), but I can do some nice stuff with the data at least, that I'll probably post up around tl.net somewhere once I automate that part.
EDIT: Also, if anyone else is doing automated peeling of b.net stuff, do you know why sometimes (especially on kr/sea I've noticed) PEOPLE'S NAMES GET SWAPPED AROUND A LOT. Holy shit it's annoying since names are important to getting profiles. I've resorted to using the matches history hole to confirm names, but of course I can't imagine that working forever.
|
Most of the reason I've delayed extending the information for the last few days has been the data corruption issue that muffley refers to - I don't know what it is but b.net does exactly what he describes and swaps information around.
|
On August 02 2010 06:26 StaR_Robo wrote: Most of the reason I've delayed extending the information for the last few days has been the data corruption issue that muffley refers to - I don't know what it is but b.net does exactly what he describes and swaps information around.
Sounds like an anti-fan-made-rating-list algorithm.
|
Out of curiosity, are you not cascade scanning? I've been spidering for about 17 hours for http://sc2ranks.com and have:
sc_production=> SELECT COUNT(*) as count, region FROM characters GROUP BY region ORDER BY count DESC; count | region --------+-------- 144824 | us 101926 | eu 14830 | sea 13669 | tw 200 | kr (5 rows)
This is with manually entering about 25 names on various regions. If you have an email I can dump a list of character regions/names/bnet_id/the stupid 1 or 2 in the URL and send you them to seed data faster.
What name swap issue were you seeing? I might need to look closer, but I don't recall seeing any information swapping itself.
[edit] Ah speak of the devil, are you talking about say http://tw.battle.net/sc2/zh/profile/79135/2/一抹清风/ladder/1223 where "top" is listed as 1st but he's not in any 1v1 league?
|
On August 02 2010 06:44 Shadowed wrote:Out of curiosity, are you not cascade scanning? I've been spidering for about 17 hours for http://sc2ranks.com and have: Show nested quote + sc_production=> SELECT COUNT(*) as count, region FROM characters GROUP BY region ORDER BY count DESC; count | region --------+-------- 144824 | us 101926 | eu 14830 | sea 13669 | tw 200 | kr (5 rows)
This is with manually entering about 25 names on various regions. If you have an email I can dump a list of character regions/names/bnet_id/the stupid 1 or 2 in the URL and send you them to seed data faster. What name swap issue were you seeing? I might need to look closer, but I don't recall seeing any information swapping itself. It seems like a decent amount of times (I'm doing kr and eu right now, and there's been too many to count) it simply switches the name (and only the name) of 2 people in a division. It's incredibly frustrating, and if the matches history hole didn't exist it would be a larger pain. My plan is to 'confirm' a name and simply hope they never implement name changing or ever recycle profile IDs after a ban.
Here's my localization info for various url requirements. First three are dictionaries (python), just a mapping object, for whatever you're using. Such that the url base is: http://LOCALE_BASE.battle.net/sc2/LOCALE_LANG/profile/id_here/LOCALE_NUM/name_here/
locale_lang = { 'us': 'en', 'sea': 'en', 'eu': 'en', 'tw': 'zh', 'kr': 'ko', 'la': 'en'}
locale_base = { 'us': 'us', 'sea': 'sea', 'eu': 'eu', 'tw': 'tw', 'kr': 'kr', 'la': 'us'}
locale_num = { 'us': 1, 'sea': 1, 'eu': 1, 'tw': 2, 'kr': 1, 'la': 2}
locale_divnoslash = ('us', 'kr', 'tw', 'la' )
|
No, but that's a hell of a thing, haha. The name changing happens only sometimes. That is, if you get a division 4 times, 2-3 will be all correct, while 1-2 will have names scrambled about. If you were to click on a person's name with this problem, it would lead to an error because "page does not exist" since the name would be incorrect.
I've never actually encountered this problem while using a webbrowser, but then again I haven't really tried, as it would be a mild needle-haystack thing.
|
Aha, that must be why I'm seeing random 404s when I do profile scans. This entire armory is held together with duck tape and spaghetti I swear. Some regions requiring trailing slashes and others not requiring it is fun too.
|
|
|
|