• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Powergamers script

I don't understand, wouldn't you want a powergamers script to show how much experience a player gained in one day (24 hours)? So why would it update (refresh) every 60 minutes? Why not make a cron that does it every night at midnight instead?

Or would this like, work as they're hunting. So one player could be ahead of another for one hour but when the hour changes another player could get ahead? I think I'm confused :p
 
I got this error:


Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\aac\powergamers\powergamers.php on line 50

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\aac\powergamers\powergamers.php on line 125

#
Character
Old / New Experience
Difference

There are currently no players with an experience increasement.


Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\aac\powergamers\powergamers.php on line 149


My tables under powergamers contains the following:
id
oldexperience
newexperience
difference

Anyone know what might be wrong?
 
Last edited:
Back
Top