PHP: Runescape Tools [Release]

Discussion in 'Web Programming' started by peec, Jun 16, 2010.

PHP: Runescape Tools [Release]
  1. Unread #1 - Jun 16, 2010 at 9:20 PM
  2. peec
    Joined:
    Jun 16, 2010
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    1

    peec Newcomer

    PHP: Runescape Tools [Release]

    I can now present my latest work.

    Runescape Tools PHP

    It's a class that is made for php, you include one script in your site and you can use many of the working features. Integrate your site to runescape's features.

    It's easy design and slick API makes it like a dream to use!

    Features:

    * Get Highscore values on specific person.
    * Get Top Highscore on overall, attack or any other skill.
    * Get latest Runescape news.
    * Tools for calculation of combat level, xp to next level and so on!!
    * Account features like creating account, checking if username is available and more.
    * No html output, meaning everything is abstracted to lowest possible level, so you can do the designing.
    * New! GRAND EXCHANGE features, get graphs and item specific features.


    Check examples in example files for more info about usage.

    Download at:
    http://code.google.com/p/runescapetoolsphp/downloads/detail?name=runescapetoolsphp.zip&can=2&q=#makechanges

    Also at SVN:
    http://runescapetoolsphp.googlecode.com/svn/trunk


    Example of usage (Creating account from PHP):

    PHP:
    require_once('runescape.class.php');
    $RS = new Runescape();
    try{
        if (
    $RS->Account()->Create('username','password',$RS->Account()->getCountryByName('Norway'),2,5,1989,'[email protected]')){
            echo 
    "Account created";
        }
    }catch(
    Exception $e){
        echo 
    $e->getMessage();

    }
    ENJOY and if you find bugs or any suggestion, jsut post the issue or suggestion HERE!
     
  3. Unread #2 - Jun 18, 2010 at 8:09 PM
  4. im_a_lawyer
    Joined:
    Oct 19, 2009
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    0

    im_a_lawyer Newcomer

    PHP: Runescape Tools [Release]

    you already posted this in another forum.

    how good are you with php anyways?
     
  5. Unread #3 - Jun 18, 2010 at 8:38 PM
  6. blindkilla
    Joined:
    Jun 22, 2005
    Posts:
    1,896
    Referrals:
    0
    Sythe Gold:
    6
    Discord Unique ID:
    282000633404456960
    Discord Username:
    sogord

    blindkilla Guru
    $25 USD Donor New

    PHP: Runescape Tools [Release]

    Be careful of malicious code. Looks like he just joined and this is his only thread.

    If this is legit it would be helpful to a lot of people who are learning php.
     
  7. Unread #4 - Jun 18, 2010 at 9:53 PM
  8. peec
    Joined:
    Jun 16, 2010
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    1

    peec Newcomer

    PHP: Runescape Tools [Release]

    That's right, I already posted this on another forum, including rsbot.org and other RS communities.. This will help runescape people integrating features to their clan sites and more.

    I have been programming PHP for 7 years now, on hobby and professional basis :)


    I did just join, that is totally correct. I have known of sythe for a while, but I wanted to bring my library to runescape communities, afterall its Runescape based code.

    Yeah, just check for maclicious code, it's opensource and the source is within one file. You wouldn't find any malicious about it.. :) I created this to help the different communities and for my own intrests.

    I hope people will take advantage of my library. And learn the beauty of PHP.
     
  9. Unread #5 - Jun 18, 2010 at 11:40 PM
  10. Jimmy
    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    PHP: Runescape Tools [Release]

    Browsed through it and it looks like it'll work fairly well.

    P.S. Don't use deprecated html tags in your examples. ;)
     
  11. Unread #6 - Jun 19, 2010 at 8:52 PM
  12. Mnemonica
    Joined:
    Jun 16, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    Mnemonica Newcomer
    Banned

    PHP: Runescape Tools [Release]

    Don't make comments without looking at the contents. It's just pointless spam, you contributed nothing.
    peec, nice contribution. It's very simple, functional, and organized. Very professional, even though not a ton of people would find usefulness to it. Some people would like this though, thanks.
    I just looked at the source, cbf with testing it, so I can't report errors :p
     
  13. Unread #7 - Jun 26, 2010 at 4:34 PM
  14. ElivOk
    Joined:
    Sep 24, 2008
    Posts:
    593
    Referrals:
    2
    Sythe Gold:
    0

    ElivOk Forum Addict
    Banned

    PHP: Runescape Tools [Release]

    Looks very good when I've browsed through it, nice share.
     
< Radiant Shells | Starting off with Flash? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site