"Hi-Scores" page allows to scoop on different pages of the big rank table using hyperlinks at the bottom. But those URL are a bit strange :
http://www.planetmule.com/index.php?ore-players=&stats_page=501&ore-players?ore-players=&p=30
example : Link to page 501The page 501 shows up without problem, but I guess those "ore-players" shouldn't be there. I tried to rewrite that URL like this, to test access to page 502 :
http://www.planetmule.com/hi-score-players?stats_page=502&p=5
... but returns 404 error. I guessed the "p" parameters just doesn't exists. I got rid of it. Now it looks like this :
http://www.planetmule.com/hi-score-players?stats_page=502
... and now it works. That URL string concatenation seems a bit "dirty"

I call it "minor" bug since it has currently so effect on client side whatsoever (at least it looks like it has no effect). Just my opinion, but still looks like a bug.
PS : no I'm not a mad bug seeker
I wanted to directly teleport on page 400, that is writing that GET parameter myself, and that's when I found that bug.