Jump to content

PHP POST Execution time


DarkenedHeart

Recommended Posts

A plugin for firefox allows anyone to change any value which is being posted by php.

 

For example if a flash game was to submit a score to the database it would POST the data from the game to a php file which will then save that score. Using this plugin you can edit that score before it reaches the php file.

I notice that something called ibparcade seems to have a prevention method for this, it seems that it detects the length of time it has taken to post the score and if it is longer than it should be the score is not saved.

 

Anyone know how has this been done?

Forgive me if i am being Noobish, its not like me but it is fairly late.

 

 

Thanks.

Link to comment
Share on other sites

ok, the scores are being posted from flash based games (forget about changing anything in the flash, i know that is not necessary) into the php file. I have seen many sites prevent this plugin by some how recording how long it has taken for that data to post and then showing an error if it was too long.

These game are only simple single player flash based games. Nothing special.

 

What i need, is some method to do this myself. is there anyway i can get the total time taken for the POST to occur?

 

 

Link to comment
Share on other sites

what if someone had a busy hub just for a short while???

 

apps that do this cheating do not take long to perform their (very simple) task so I think you should look more into comparing teh data sent from both (more?) participants - timing IMO is not the solution to your problem there are other issues involved here...

 

If the thing you are looking to do is not completely evident then look for a different solution that would serve the same function but IS evident.  The advantage of checking more than one data packet is that you can actually compare and see if someone is cheating - instead of inferring that they are just becasue it took 33 milliseconds longer than usual...

Link to comment
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.