Author | Message | Time |
---|---|---|
Laff | we've all seen those flashy signatures you can make from script.war3editor.com right? they somehow get into the battle.net database. does anyone have information on how to access this database and what key fields there are? i'm making a stats bot =D | October 1, 2004, 9:46 PM |
zorm | They more then likely use http://www.battle.net and fetch the information off of it. [url]https://davnit.net/bnet/vL/phpbbs/index.php?topic=3923.0[/url] Is an example of how to do it in php. | October 1, 2004, 10:20 PM |
Laff | haha thanks a lot. i found classes in c# BUILT IN to let me do exactly what this php script does. thanks a lot for pointing me in the right direction! i would never have thought to just get the html from a page and parse it =D | October 5, 2004, 5:59 PM |