I know this forum is for Trackmania 2, but for the older games there aren't many people
creating manialinks anymore or visiting that section of the forum...
I'm adding a simple poker game to my manialink (for Trackmania United Forever)
using PHP 5.2. The idea is that users can buy credits to play with coppers.
Suppose you have a quad like this:
<quad posn="0 0 0" sizen="12 6" style="Bgs1" substyle="BgIconBorder" manialink="buyCreditsForGame"></quad>
with buyCreditsForGame a registered maniacode that charges the user 50 coppers and points to an xml file
with the maniacode:
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<maniacode>
<show_message>
<message>You've bought 5 credits.</message>
</show_message>
</maniacode>
and increment credits by 5, update the jackpot,... Is there a way to check with PHP that the above maniacode
has indeed been executed? Remember: the manialink is for Trackmania United Forever, not for maniaplanet/Trackmania 2.
Greetings,
Jonas