Runescape Bits & Bytes https://www.rsbandb.com/forums/ |
|
Dynamic Sig https://www.rsbandb.com/forums/viewtopic.php?f=27&t=322 |
Page 1 of 3 |
Author: | Bigbro69 [ November 1st, 2004, 5:16 pm ] |
Post subject: | Dynamic Sig |
I was wondering how you call the details from the Runescape server (If you're willing to tell me). Thanks! |
Author: | Adbot [ November 1st, 2004, 5:16 pm ] |
Post subject: | Register and login to get these in-post ads to disappear |
Author: | Lucy [ November 1st, 2004, 6:09 pm ] |
Post subject: | |
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 ![]() |
Author: | nitr021 [ November 10th, 2004, 12:08 pm ] |
Post subject: | |
<?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 |
Author: | Mike [ November 10th, 2004, 4:50 pm ] |
Post subject: | |
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... |
Author: | nitr021 [ November 11th, 2004, 12:30 am ] |
Post subject: | |
ty i was wondering why it was going wrong |
Author: | Gamer001 [ November 11th, 2004, 10:51 pm ] |
Post subject: | |
Whats this all about anywayz? |
Author: | Adbot [ November 11th, 2004, 10:51 pm ] |
Post subject: | Register and login to get these in-post ads to disappear |
Author: | nitr021 [ November 12th, 2004, 12:40 am ] |
Post subject: | |
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 |
Author: | Savior [ November 12th, 2004, 2:48 pm ] |
Post subject: | |
Wish you luck on completeing that code ![]() |
Author: | nitr021 [ November 12th, 2004, 2:49 pm ] |
Post subject: | |
when i do finish the script i am posting it and let everyone use it |
Author: | Savior [ November 12th, 2004, 2:51 pm ] |
Post subject: | |
does it work in the signature area? |
Author: | nitr021 [ November 12th, 2004, 2:53 pm ] |
Post subject: | |
im working on the script that gets the stats of runescape |
Author: | Savior [ November 12th, 2004, 2:55 pm ] |
Post subject: | |
Yeah i know what your doing but where would i put it to use the script? |
Author: | nitr021 [ November 12th, 2004, 2:58 pm ] |
Post subject: | |
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 |
Author: | Savior [ November 12th, 2004, 3:02 pm ] |
Post subject: | |
Ok, good luck again. Hope to see you complete this coding |
Author: | nitr021 [ November 19th, 2004, 12:11 pm ] |
Post subject: | |
ok done here is my signature that i made ![]() |
Page 1 of 3 | All times are UTC - 7 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |