:wave:Hi guys! Ziozio123 once again!
Well basically guys I got a BIG Issue, I set up my Account Signup Page perfectly(I assume so) because it brings up the splash page, and also sends the account info to my database where it is recorded, though the only issue is that the accounts dont work until I MANUALLY reload ascent.... sucks I know. So basically I was just wondering if there was a way to automatically reload the ascent server after every account is made so people can actually play.. I have 56 accounts registered in my database but only 2 players play because I restart everynight... Which is kinda making a huge dent seeing as we got lots of people in just 2 nights. So, what I need from you guys is a way to fix it... Please...
PS. 4got to mention I'm using SPORA and WAMP
Code:
<?php
/*
SPORA for Antrix v1.32
Simple Page Of Registration of Accounts for Antrix
It is made in the form of one page with fields of input of the
information of an account and the list of players being on a server.
Original Creation by mirage666 for MaNGOS Categories
Modified for Antrix by Kandyman Burning WoW
*/
="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)
=0; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...