hl2paulrs Posted June 2, 2005 Share Posted June 2, 2005 Im looking for a way of looking up every member of my clan and then having them compared to make a top 10 list for every skill. Any1 have anything like that lying around their computer? Link to comment Share on other sites More sharing options...
runesmithie Posted June 2, 2005 Share Posted June 2, 2005 While we're at it, how would I go about putting this feature into a VB .NET program I just posted something! ^_^ to the terrorist...er... kirbybeam. Link to comment Share on other sites More sharing options...
Hannibal Posted June 3, 2005 Share Posted June 3, 2005 That'd depend on how you want to do it. Let me tell you one thing - if you want to look it up whenever someone loads your website, or uses your tool, be prepared to get sued by jagex (since you're leeching off their bandwidth majorly). Instead, keep a database of your own and update that every 2-3 days. For php, you probably want a MySQL database. For VB.NET, I'd say you'd probably want an xml doc, or if that's too hard for you, plaintext. Getting the stats using php should be a piece of cake - if you don't know how to do it, then don't start at all (or try reading some php guides). As for VB.NET... hrm. I think you'll be best off (aka easier, safer, and less failures) using an XMLHTTPRequest object. Use the MSDN library (should be provided with VB.NET, otherwise it's on http://msdn.microsoft.com/library/ ) to find out more. Link to comment Share on other sites More sharing options...
hl2paulrs Posted June 3, 2005 Author Share Posted June 3, 2005 I think i'll take the VB route, can it be done in VB 6? I havent done any .NET . I'll go take a look at that link anyway. Link to comment Share on other sites More sharing options...
runesmithie Posted June 3, 2005 Share Posted June 3, 2005 As for VB.NET... hrm. I think you'll be best off (aka easier, safer, and less failures) using an XMLHTTPRequest object. Use the MSDN library (should be provided with VB.NET, otherwise it's on http://msdn.microsoft.com/library/ ) to find out more. Bleh....took me a whole hour to install that :shock: I just posted something! ^_^ to the terrorist...er... kirbybeam. Link to comment Share on other sites More sharing options...
Darkelf0 Posted June 3, 2005 Share Posted June 3, 2005 yes, for php, i would use xml commands to grab information out of the runescape highscores and then, place it in your mysql database, and then run the top score from that. Link to comment Share on other sites More sharing options...
I_Samot_I Posted June 19, 2005 Share Posted June 19, 2005 http://directory.rs-clans.com Been there done that sign up 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