bolter99
Members-
Posts
19 -
Joined
-
Last visited
Reputation
0 NeutralProfile Information
-
Gender
Not Telling
-
~~**Useless Runescape Facts**~~ 75,000+ views! 1k+ Replies!
bolter99 replied to pansynator's topic in General Discussion
Also, I've heard that under the Wise Old Man's bed there is a penguin. I think they are learning to escape from the island in the north west marked "Here be penguins". Also the wise old man steals your runes if u ask him about them. There is a guy just west of draynor bank hiding in the tree that wants stew P.S.What does accept aid do anyways? I think its actually a kalphite ... :s Oh and that rum + bananna thing is part of a quest. -
Tip.It Times Presents: Preaching to the Choir
bolter99 replied to Kiara_Kat's topic in General Discussion
Thumbs up from me, you hit the nail on its head. -
Yeah, or using preg_match etc
-
Heres a messy little code i just knocked up.... it works but i wouldnt recommend using it as it is. It needs a littl work. <? //USAGE: index.php?username=zezima&skill=attack function CCase($string) { $string = strtoupper(substr($string,0,1)).strtolower(substr($string,1,strlen($string))); return $string; } $username = $_GET['username']; $skill = $_GET['skill']; $scores = file_get_contents("http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1=".$username); $scores = str_replace("","\n",$scores); $scores = str_replace("","",$scores); $scores = split("\n",$scores); $i = 0; while ($i if (strpos($scores[$i],$_GET['skill'])>0) { $result = $scores[$i]; $result = substr($result,strpos($result,'.gif">')+6); $result = str_replace("","",$result); $result = str_replace("","",$result); $result = substr($result,strpos($result,$_GET['username'].'">')+2+strlen($_GET['username'])); $result = str_replace("","",$result); $result = str_replace(CCase($_GET['skill'])." ","",$result); $result = str_replace("","|",$result); $result = str_replace(" ","",$result); $result = str_replace(" ","",$result); $result = substr($result,1,strlen($result)); //After all that crap its ready to split once again. In this format: Rank(0),level(1),experience(2) $result = split("\|",$result); } $i++; } echo "Rank: ".$result[0]." "; echo "Level: ".$result[1]." "; echo "Experience: ".$result[2]." "; ?>
-
Yeah, php is the easy option with a little help from javascript. <?php $username = "bolter99"; $highscores = file_get_contents("http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1=".$username); //Then some code here to split up the scores and display them. //Thats the hard part lol. ?>
-
Tip.It Times Presents: The Nightmare of Customer Service
bolter99 replied to oddfaery2's topic in General Discussion
I dont think you should encourage people to post against the rules for their account back on the forums. Thats where the problems with customer services would start lol. PS: More mod would be a lot better, and they should be told not to act stuck up and just be themselves lol. -
Nvm found it :P [/img]
-
Any ideas? Im stumped on this one...
-
Gargoyles, jellies, guards and level 2 men lmao.
-
74, thats higher than ushual. But it can take a few turns to get somthing decent.
-
Before: After:
-
I just got kharils coif I killed 6 brothers and got over 100 kill count. Serious... lol More kill count id say higher your chances are. Im aiming for 106 kill count atm. 43 so far. Ill post a picture of before and after.
-
Spoils for the last 2 days:- Guthan Platebody (my 2nd) Veracs Flail I have all sets exept for kharils (i only have bolt racks for this set lol).
-
Ectophial Spade Guthans Helm Guthans Warspear Guthans Platebody Guthans Platelegs Arhims Hood Arhims Robe Top Arhims Robe Bottom Zamorak Prayer Book Ancient Staff Wizard Boots Cooking Gaunts Noted Prayer Potions 10-20k Gold Rest with 4 Dose prayer potions I can stay there for days.
-
Most of you complain about the games changes... Id like to see you do it lol. Apprieciate the changes made... apprieciate their hard work. You have no idea how difficult it can be to render an image in java.
