Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2010
    Posts
    1
    Tokens
    0

    Default Need a Dynamic Runescape Signature generator !! (or if you know how to make one)

    Hi, i am currently working on a Brand new Runescape™ Fansite that will have quite alot of features... but i have come to a problem. I dont know how to make a dynamic Sig Gen so that it connects with runescape Highscores and displays them on a Signature that can be used for fourms of other sites

    If you know of somewhere where i can download on or something then thats great.. please post a comment..

    Also if you know how to make one of these please also leave a comment ...

    Thanks

    Thread moved by scott (Forum Super Moderator) From 'RuneScape'
    Last edited by scott; 26-08-2010 at 11:29 AM.

  2. #2
    Join Date
    Jul 2007
    Location
    UK
    Posts
    2,470
    Tokens
    2,975

    Latest Awards:

    Default

    I think most of them that are made are custom. i dont think anyone has released one.

  3. #3
    Join Date
    Sep 2009
    Location
    Hull
    Posts
    827
    Tokens
    0

    Latest Awards:

    Default

    Would be as easy as an explode() function

    I dont use explode much but its something like

    PHP Code:
    <?php
    $usr 
    "USERNAME";
    $link "http://runescape.com/user/" $usr "";
    $stuff file_get_contents($link);

    $expl explode("<div id=\"header\">"$stuff);
    echo 
    "</div>";
    ?>
    lol I know it wont work but its off top of my head

    Lew.
    Last edited by LMS16; 26-08-2010 at 09:34 PM.
    Im not here to be loved, I love to be hated :-}


  4. #4
    Join Date
    Oct 2007
    Posts
    824
    Tokens
    71

    Latest Awards:

    Default

    I would be able to create one for a fee.

    But basically it's what Lewie said. Use file_get_contents to get the page that has the info and explode it.
    Vouches
    [x][x]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •