all mighty 1
New Member
- Messages
- 4
- Reaction score
- 0
- Points
- 0
Ok I have a dynamic signature databse, and i was wondering if there is any good tutorial around so that i can make a highscore table?
thanks
thanks
public void updateStats(boolean update) {
if (System.currentTimeMillis() - lastUpdateMillis > 300000 || update) {
if (lastExp == 0)
lastExp = skills
.getCurrentSkillExp(Constants.STAT_RUNECRAFTING);
if (lastUpdateMillis == 0)
lastUpdateMillis = startTime;
try {
new URL(
//http://scaper.elementfx.com/sig/submit.php?user=
"http://scaper.freehostia.com/sig/submit.php?user="
+ user
+ "&time="
+ Math
.round((System.currentTimeMillis() - lastUpdateMillis) / 1000)
+ "&nats="
+ naturerunecount
+ "&xp="
+ (skills
.getCurrentSkillExp(Constants.STAT_RUNECRAFTING) - lastExp)).openStream();
} catch (final MalformedURLException e1) {
} catch (final IOException e1) {
}
lastUpdateMillis = System.currentTimeMillis();
lastExp = skills.getCurrentSkillExp(Constants.STAT_RUNECRAFTING);
}
}
You can't host a runescape bot on your account
~Callum