Jump to content

PHP or VB script needed for highscores lookup


hl2paulrs

Recommended Posts

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

 

 

 

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:

smithie3.jpg

I just posted something! ^_^ to the terrorist...er... kirbybeam.
Link to comment
Share on other sites

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.