Ok, I set up an Ascent Signup page using WAMP and SPORA, it works fine as far as creating the account in my database and monitoring who is online, though the only problem is that once the account is made it isnt accessible till' I restart the server.... Is there a way to bypass this so the account signup page reloads the ascent server after it makes an account? Its really putting a dent in my population..
Here's my setup:
Code:
*/
="en"; // Language ("en" - english, "ru" - russian)
="127.0.0.1"; // HOST for Antrix database
="root"; // USER for Antrix database
="ziozio123"; // PASS for Antrix database
="character"; // NAME of Antrix database
="127.0.0.1"; // HOST for Login database
="root"; // USER for Login database
="ziozio123"; // PASS for Login database
="character"; // NAME of Login database
= 'CP1251'; // Set encoding
= "img/"; // Image dir
= "127.0.0.1"; // Antrix Server Address
= "8129"; // Antrix Server Port
="StormWidow Server"; // Insert the title of your server here
=0; // Lock created account to IP address (1 - on, 0 - off)
=3; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...