August 12, 200619 yr I'm working on a new script for a couple of friends of mine, but I'm not used to working with RuneScape stuff in my scripts..I need a simple request to get the stats from the RuneScape high scores. The tricky part is, I need it in PHP. ..So...Anyone feel like helping? O.O
August 13, 200619 yr The page for someone's stats appears to be: http://hiscore.runescape.com/lang/en/af ... 1=username So you get the HTML of this page using curl or whatever, then use regular expressions (or a bunch of string handling functions) to get the stats from it. [sig too big, don't do it again]
August 13, 200619 yr Author Thanks, didn't think about just using the runescape urls...Hm...I'll play around with this and see what I can come up with. Thanks for the linkage. :)
Create an account or sign in to comment