Saikou Posted August 12, 2006 Share Posted August 12, 2006 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 Link to comment Share on other sites More sharing options...
fshiu Posted August 13, 2006 Share Posted August 13, 2006 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] Link to comment Share on other sites More sharing options...
Saikou Posted August 13, 2006 Author Share Posted August 13, 2006 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. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now