Hello there!
I'm a little frustrated because i focused on this problem for long hours and i haven't found any way to solve it yet.
I'm following this guide: Online High Score Table (AJAX, PHP, MySQL)
https://www.scirra.com/tutorials/346/on ... -php-mysql
This tutorial is great, really well done. But theres a thing that makes me worry. Since the project uses Ajax to send the data, is there a way to secure these data?
Anyone who access the javascript file will be able to find the URL patch. He'll access: 'savescore.php?name=jhondoe&score=999'.
Is there a way to make this highscores table more secure?
I hope someone could lend me a hand. Thanks a lot!