Monkuar Posted February 2, 2012 Share Posted February 2, 2012 Is there anyway to have users play flash games on my forum and if they win/etc, send them Forum Gold? Wouldn't it be easy to hack it though by just changing the data being sent from the flash app with tamper data? I want to put a poker flash game on my site, and if users play poker/etc and if they win, I want to run a mysql query to update there account with more "Forum gold" If you will, and I want the poker flash game to have correspond and work with the amount of Forum Gold that they have? Would this have to be custom coded by me If I learn actionscript? OR is there anything out like this that I can use? Quote Link to comment https://forums.phpfreaks.com/topic/256265-flash-games/ Share on other sites More sharing options...
scootstah Posted February 2, 2012 Share Posted February 2, 2012 You would have to encrypt the data being sent to avoid tamper data. There are lots of discussion on the matter, Google around. Quote Link to comment https://forums.phpfreaks.com/topic/256265-flash-games/#findComment-1313716 Share on other sites More sharing options...
spiderwell Posted February 2, 2012 Share Posted February 2, 2012 flash and php can pass variables to each other, so shouldnt be too hard to do, i dont think you can see what pages are called from within a flash file in its swf format, especially if you lock it on final export. it should be enough to discourage chancers and casual attempts. Quote Link to comment https://forums.phpfreaks.com/topic/256265-flash-games/#findComment-1313720 Share on other sites More sharing options...
Monkuar Posted February 2, 2012 Author Share Posted February 2, 2012 You would have to encrypt the data being sent to avoid tamper data. There are lots of discussion on the matter, Google around. Not sure what to google for? can u give me a good idea Quote Link to comment https://forums.phpfreaks.com/topic/256265-flash-games/#findComment-1313722 Share on other sites More sharing options...
scootstah Posted February 2, 2012 Share Posted February 2, 2012 You would have to encrypt the data being sent to avoid tamper data. There are lots of discussion on the matter, Google around. Not sure what to google for? can u give me a good idea https://www.google.com/search?q=flash+avoid+tamper+data&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a Quote Link to comment https://forums.phpfreaks.com/topic/256265-flash-games/#findComment-1313732 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.