PDA

View Full Version : RS Stats Grabber & RS Stat Signatures - PHP SOURCE



Ron
07-22-2007, 03:58 AM
RS Stats Grabber & RS Stat Signatures - SOURCE

Check it out! It has a bunch of features including dynamic signatures (stat sigs), displaying the stats on a webpage, and much more. :)

Old:
Test: http://goons.freepgs.com/FUN/rs_stats_grabber.php
Source: http://goons.freepgs.com/php_scripts.php?p=RuneScape%20Statistics%20and%20S tat%20Signatures

Edit: May 26 2010
New:
Test: http://ronak.comxa.com/runescape/
Source: http://ronak.comxa.com/blog/?p=10

~Ron

Harry
07-22-2007, 01:39 PM
First post? Horry, I use this all the time! Thx!

Ron
07-31-2007, 03:56 AM
Glad you like it. :) I just updated it so it works with all current PHP versions.

Bobarkinator
07-31-2007, 04:39 AM
Ron where have you been?
Nice script.
I am currently learning PHP

Ron
08-01-2007, 02:43 AM
Where have I been? I've been visiting India and I've lost internet a few times (oh no!) and since I can't work on SCAR scripts (my aunt won't let me install anything on the computer), I've moved to PHP scripts. :)

And PHP is a lot of fun and you can do many things with it.

Note: this "site scraping" script is probably illegal since I didn't get Jagex's permission. They have said before that they do not allow people to parse their webpages because it consumes bandwidth, but c'mon... How much would it consume to actually make a difference?

Sp0rky
08-03-2007, 04:10 PM
I saw a Jagex update recently that said fan sites are allowed to make dynamic sigs from the runescape website. They even made a little system so its alot easier.

TravisV10
08-06-2007, 08:43 PM
Cool. I checked out the source code and it looks... long. :D

Ron
08-12-2007, 11:37 PM
sp0rk, yeah the next version will be a class in php and it will use the other system.

born2code, if you understand the code well, then you can strip a bit of it away. The extra code is just there to perform checks. Like if the user doesn't exist, or the page doesn't exist, or the username is invalid, and several other things.

The code is even longer since I added a combat calculator and the experience you need to achieve the next level. :)

Edit May 26 2010:
My new script has been uploaded for a while but has gone through many changes. Not ready to be released but here is the test version. :)
http://ronak.comxa.com/runescape/

Illkillutill
06-30-2010, 07:13 PM
Any chance this is finished? This is what i've been looking for everywhere. Looks great!

Frement
06-30-2010, 10:32 PM
I'm interested, which page you parse?

EDIT: Made this quickly :) http://www.frement.net/srl/rshs/rshs.php?player=zezima

EDIT2: Uploaded the sources also: http://www.frement.net/srl/rshs/source.rar

Ron
07-21-2010, 07:34 AM
I thought I posted the source for this. :) Cool script Frement. I liked how you added the icons of each skill.

The source is now posted.

edit: Unfortunately, the old code was lost because FreePgs website is gone so I had to start over. So far I've perfected the whole data side to retrieving the stats and calculating certain essential things that the next step would be to have it draw an image of all statistics and have it autoupdate using cron.