Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RSParse v1.0

Featured Replies

I just got bored and created a stat parser for runescape.

 

 

 

This displays all user stats over level 30.

 

 

 

Example

 

 

 

Screenshot:

 

 

 

screenshot_thumb.gif

 

(Click to Enlarge)

 

 

 

[hide=Click to view code]

<?php

##############################

#RSParse created by Uzegonemad2

#Do whatever you want with this baby, just please

#leave the original copyright in place

##############################



$username = $_GET['user'];



$skillName = array("Total", "Attack", "Defense", "Strength", "Hitpoints", "Ranging", "Prayer", "Magic", "Cooking", "Woodcutting", "Fletching", "Fishing", "Firemaking", "Crafting", "Smithing", "Mining", "Herblore", "Agility", "Thieving", "Slayer", "Farming", "Runecraft", "Hunting", "Construction");



if($username == ''|| !isset($username)) {

echo 'please enter a username.
syntax: filename.php?user=username';

}

else

{

$getData = "http://hiscore.runescape.com/index_lite.ws?player=".$username;

$data = file_get_contents($getData);

$skill = explode("\n",$data);

?>

</pre><table border="0" cellpadding="0" cellspacing="6">NameRankLevelXP".$skillName[$x]."---".$skillName[$x]."".$skillRank."".$skillDivided[1]."".number_format($skillDivided[2])."</table>";<br><br>}<br><br

[/hide]

 

 

 

edit: removed the download link and posted the actual code.

I r not going to click that link. :?

"A time comes when silence is betrayal" MLKJ

 

Speak your mind, but be civil.

Get mad, but do not rage.

Do unto others as you would want done to yourself.

 

"]doughnutt.jpg

 

Follow the doughnut to my blog! :D

thats all well and good , but php files dont exactly run on every computer so its rather useless to 99.9% of users

I like to fart silently but deadly in movie theaters
Ard Choille says (11:41 PM):

I wouldn't dare tell you what to do m'dear

  • Author

Well to be honest, most php files are created to be run on servers, not local computers :P

 

 

 

edit: with regards to Doughnuts post.. I've removed the download link and am just supplying the code. i realized it's easier to just display the code with a hide tag rather than putting it up as a zip.

Nice and simple but I don't see a use for most people here other than perhaps implementing it into another script.

612d9da508.png

Mercifull.png

Mercifull <3 Suzi

"We don't want players to be able to buy their way to success in RuneScape. If we let players start doing this, it devalues RuneScape for others. We feel your status in real-life shouldn't affect your ability to be successful in RuneScape" Jagex 01/04/01 - 02/03/12

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.