Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 32 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Dynamic Sig
PostPosted: November 1st, 2004, 5:16 pm 
I was wondering how you call the details from the Runescape server (If you're willing to tell me).

Thanks!


Top
  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: November 1st, 2004, 5:16 pm 

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: November 1st, 2004, 6:09 pm 
Runite Member
User avatar
Offline

Joined: October 8th, 2004, 3:10 pm
Posts: 325
RS Name: Rangerchunge
RS Status: P2P
it's a script thats gets your lvls/xp direct from the highscore table's ;)
but i very much doubt anyone will tell you what script and how its done :P

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 10th, 2004, 12:08 pm 
Steel Member
Offline

Joined: November 10th, 2004, 12:05 pm
Posts: 45
Location: uk but from mauritius
RS Name: nitr021
RS Status: Classic
<?php
$fp = fsockopen("hiscore.runescape.com", 80, $errno, $errstr, 30);
$out = "GET /aff/runescape/hiscorepersonal.cgi?username=zezima HTTP/1.1\r\n";
$out .= "Host: hiscore.runescape.com\r\n";
$out .= "Connection: Close\r\n\r\n";
fwrite($fp, $out);
while (!feof($fp)) {

echo strip_tags($fp);
echo "\n";

echo fgets($fp, 128);
}

fclose($fp);

?>

thats wot i got so far i just need to find the strings for the skills i think its something to do with preg match


Top
 Profile  
 
 Post subject:
PostPosted: November 10th, 2004, 4:50 pm 
Site Owner
User avatar
Offline

Joined: September 9th, 2004, 7:39 pm
Posts: 3498 ca
RS Name: mike12088
RS Status: P2P
Clan Name: Bits and Bytes
Well for starters you are not allowed to write stuff on the highscores, you can only read from highscores, so you cant use fwrite()... but I hope you understand Im not just gonna tell you how to do it...


Top
 Profile  
 
 Post subject:
PostPosted: November 11th, 2004, 12:30 am 
Steel Member
Offline

Joined: November 10th, 2004, 12:05 pm
Posts: 45
Location: uk but from mauritius
RS Name: nitr021
RS Status: Classic
ty i was wondering why it was going wrong


Top
 Profile  
 
 Post subject:
PostPosted: November 11th, 2004, 10:51 pm 
Black Member
Offline

Joined: November 6th, 2004, 2:24 pm
Posts: 73
Location: Playing Halo on my Xbox.
Whats this all about anywayz?

_________________
Image
Proud member of the top 2500 overall in Runescape


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: November 11th, 2004, 10:51 pm 
Black Member

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: November 12th, 2004, 12:40 am 
Steel Member
Offline

Joined: November 10th, 2004, 12:05 pm
Posts: 45
Location: uk but from mauritius
RS Name: nitr021
RS Status: Classic
coding pages to retrieve stats from runescape.
here is wot i got now i need to find a way to just grab some parts of the line.

mike how would you do it preg_match or substr? just tell me wot function and ill try work it out


Last edited by nitr021 on December 2nd, 2004, 4:02 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: November 12th, 2004, 2:48 pm 
Runite Member
User avatar
Offline

Joined: November 8th, 2004, 4:05 pm
Posts: 503
Location: QLD, Brisbane
RS Status: P2P
Wish you luck on completeing that code :)

_________________
Image
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 12th, 2004, 2:49 pm 
Steel Member
Offline

Joined: November 10th, 2004, 12:05 pm
Posts: 45
Location: uk but from mauritius
RS Name: nitr021
RS Status: Classic
when i do finish the script i am posting it and let everyone use it


Top
 Profile  
 
 Post subject:
PostPosted: November 12th, 2004, 2:51 pm 
Runite Member
User avatar
Offline

Joined: November 8th, 2004, 4:05 pm
Posts: 503
Location: QLD, Brisbane
RS Status: P2P
does it work in the signature area?

_________________
Image
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 12th, 2004, 2:53 pm 
Steel Member
Offline

Joined: November 10th, 2004, 12:05 pm
Posts: 45
Location: uk but from mauritius
RS Name: nitr021
RS Status: Classic
im working on the script that gets the stats of runescape


Top
 Profile  
 
 Post subject:
PostPosted: November 12th, 2004, 2:55 pm 
Runite Member
User avatar
Offline

Joined: November 8th, 2004, 4:05 pm
Posts: 503
Location: QLD, Brisbane
RS Status: P2P
Yeah i know what your doing but where would i put it to use the script?

_________________
Image
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 12th, 2004, 2:58 pm 
Steel Member
Offline

Joined: November 10th, 2004, 12:05 pm
Posts: 45
Location: uk but from mauritius
RS Name: nitr021
RS Status: Classic
on a .php but it won't retrieve anything as its not totaly working thats only to connect thats it. here is wot im working on http://icefuzion.com/area51


Top
 Profile  
 
 Post subject:
PostPosted: November 12th, 2004, 3:02 pm 
Runite Member
User avatar
Offline

Joined: November 8th, 2004, 4:05 pm
Posts: 503
Location: QLD, Brisbane
RS Status: P2P
Ok, good luck again. Hope to see you complete this coding

_________________
Image
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 19th, 2004, 12:11 pm 
Steel Member
Offline

Joined: November 10th, 2004, 12:05 pm
Posts: 45
Location: uk but from mauritius
RS Name: nitr021
RS Status: Classic
ok done here is my signature that i made
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies. Forum Index » RSBandB » RuneScape Bits & Bytes Site » Dynamic Sig Go to page 1, 2, 3  Next
Page 1 of 3 [ 32 posts ]

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to: