I own a text based game, it is the first website I've created from scratch with php/html. Recently my players have found that they can just leave an auto-refresher on certain pages and just keep increasing their stats. I've realised that there are a number of pages that they can leave the auto-refresher on and simply become incredibly strong by cheating.
I want to know if there's any ways of preventing auto-refreshers while not affecting gameplay. Captcha codes could be used but they would seriously make the game unplayable as they'd be on pretty much every page.
Best thing I can think of is a way to simply prevent the refreshing so the only way that the user can earn the reward is by clicking the button.
At the moment I use POST, is it possible to prevent POST from working if it's just a refresh?