This is an old revision of vanhullek from 2026-04-25 05:54:41..
Query failed: select player.username as username,playerskill.exp as exp,player.clan as clan,clan.tag as tag,player.id as uid,history_short.exp as oldexp,history_short.change as diff from playerskill left join player on playerskill.player=player.id left join clan on player.clan=clan.id left join history_short on player.id=history_short.id where history_short.skill=0 and history_short.type='player' and playerskill.skill=0 and player.testacct='n' order by playerskill.exp desc limit 585,-485 (1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-485' at line 1)