Website Login Script for your players 02/22/2012 - Web Development - 7 Replies Hello! I want to release a sample Login Script for players.
Let`s start making the Configurations. Open a Text editor and create a file configuration.php
<?php
// MySQL connect information.
$c_username = "root";
$c_password = "mysql password";
$c_host = "localhost"; //leave this
$c_database = "yourdatabase";
Run MMORPG Whitout Website login ? 07/20/2010 - General Coding - 1 Replies Hello everyone ! I'm not sure if im post it in the good section...
But here is my question...
For playing a game i need each time to login on the website and press Start Game... and the launcher start and the game too...
My question is.... because i have already do it in my old time
How can i save the encryption giving to me for add it to my launcher