I'm seeing a lot of links like this:
Code: Select all
http://www.somewebgame.net/index.php?dt=cz0xOTgyMDMyNzU2JnBhZ2U9Y2hhci5ldmVudHM,
How are they doing this? And more importantly, why?
For instance, in this one particular game, on the main screen you have links to see info about the location, a list of players in the same location, and resources you can gather at that location. Each one of those has a link like the one above and clicking it changes what you see on the index.php page you are looking at.
I'm guessing that the encrypted string is decrypted somehow and then used to display what's asked for on the page, but how do I go about doing this? And is it to prevent cheaters/exploiters?