<?php
/*
SPORA (Simple Page Of Registration of Accounts) for Ascent V1.5
Simple Account Signup and Status Page
Original creation by mirage666 for MaNGOS
Modified by Kandyman for Ascent
Modified again by ravenger
*/
="en"; // Select your language, this is the map in the "language" folder
="Server Name!"; // This is the title for your site, displayed in the browser
= "http://www.mmowned.com/forums/images/"; // Directory were your images are
= "wotlk.jpg"; // Insert here your background image, must located in "backgrounds" folder
="localhost"; // Insert your host for the character database
="root"; // Insert your username for the character database
="MySql password"; // Insert your password for the character database
="Char DB(Ascentlogon)"; // Insert your name for the character database
="localhost"; // Insert your host for the logonserver database
="root"; // Insert your username for the logonserver database
="MySql Password"; // Insert your passeword for the logonserver database
="Char DB(Ascentlogon)"; // Insert your name for the logonserver database
= 'CP1251'; // Set database encoding
= "Hamachi IP"; // Server used by your ascent server
= "8129"; // Port used by your ascent server
=0; // This will lock the created account to the IP address (1 - on, 0 - off)
=0; // This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
?>