Jump to content
MakeWebGames

Recommended Posts

Posted

I'm still working on making my game secure, and at the same time, unexploitable for users. So, on that matter, does anyone know how I would go about making it so that if my users refreshed, e.g. during a fight, they would loose the fight? I'm sure you know what I mean. I've tried both searching the forums and google, but as I've mentioned earlier - Search Incompetence FTW.

Anyhows, if anyone would be so kind as to supply me with a link or something, I'd appreciate it!

Regards,

Eruondo.

Posted

There is no definitive solution, however you could have a "step id" on the url, and if already had it the user will loose, same with other hidden fields or similar. However the smartest way to handle it, is that if you reload nothing happen.

Posted

i would add a random capcha that appeares every so often like mt_rand(1, 10) if (rand == 1){//show capch} else {//dont show capch}

pm me if you want more info

Posted

it isn't difficult to make your own version of a verification script...

Considering refreshes on i would say define but that would obviously not work a hidden post wouldn't either i don't think, could use peoples ideas to stop pushing, probably not My way lol. Kind of stumped their mate.

Give me afew hours to research and i may come up with a solution.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...