Timeline for Should all stats only exist on MySQL database for my Flash browser RPG?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 12, 2018 at 1:00 | vote | accept | BladePoint | ||
| Mar 10, 2018 at 14:57 | comment | added | BladePoint | I was just wondering if that would be a good way to do it. I'm currently using a free webhost that provides PHP and MySQL to test my game, but once I'm paying for my own hosting, I guess I should pay attention to the number of PHP/MySQL requests that I'm doing. | |
| Mar 10, 2018 at 14:46 | comment | added | DMGregory♦ | What are you worried might be insufficient about it? | |
| Mar 10, 2018 at 14:44 | comment | added | BladePoint | Is PHP enough to securely handle the duel logic? Flash handles the player input, PHP pulls the player and opponent stats from the database, does some math, throws in a random number or two, and returns the result to Flash? | |
| Mar 10, 2018 at 14:30 | comment | added | BladePoint | I figured everything would have to be handled server side including the logic to make things completely secure. I suppose that's how all MMOs do it. Doing things that way is a bit beyond my abilities though. I'm familiar with Actionscript-3, but I'm just starting to learn PHP and MySQL. | |
| Mar 10, 2018 at 14:24 | history | answered | DMGregory♦ | CC BY-SA 3.0 |