Hi there!
I want to include a fully functional account system into my game. The player should be able to login into his account, and all achieved scores or "gamerpoints" should be sent to a online webpage.
I know that there is no way around PHP and stuff, but this would be a really great feature and I wonder if there is something like it. Note that I might plan to make commercial use of my project, so I hope that there are brave souls out there who can help with suggestions.
To sum up: the player is able to login ingame and on a website. His highscores are sent from the game to the MySQL database and show up on his profile page.