Download your WAMP (Apache) server here.
SPORA (Simple Page Of Registration of Accounts) for Ascent
Simple Account Signup and Status Page
Original creation by mirage666 for MaNGOS
Modified by Kandyman for Ascent
Download v1.4
Mirror 1: Filebeam
Screenshot
Live Online Demo
http://burningwow.servegame.com/demo.php
This is a simple page which allows both account creation and shows all players online on the server, all in the one page. There are a few SPORA mods for Ascent floating around, this is yet another one, but people should find this page more complete, organised and simplified. I have made some extra fixes myself, and used the original SPORA files as a base.
Features
+ Account registration (Username, Password and Email Saved)
+ Checkbox for users if wish to enable Burning Crusade or not
+ Account signup and players online all shown on the one page
+ No stat.xml usage
+ Easy to install, no extra SQL scripts needed to be loaded.
+ Shows total number of players online in real time
+ Displays list of all players online with name, race, class and level and zone location
+ Distinguish race icon between males and female genders
+ Ability to sort by either name, class, race, level or location
+ Checks for existing login names upon account creation and prevents duplicate login names
+ Allows blocking registration of excess accounts by ip address (helps protect mass account creation spam)
+ Allows naming of the title of your server in configuration
Configuration settings (found at the beginning of index.php)
To enable SPORA to be accessible, you will be required to be placed all the files as is, in a directory which is accessible by php software. Examples are software such as Apache, XAMPP or WAMP.Code:="en"; // Language ("en" - english, "ru" - russian) ="WoW Server"; // Insert the title of your server here ="127.0.0.1"; // HOST for Character database ="root"; // USER for Character database ="password"; // PASS for Character database ="ascent"; // NAME of Character database ="127.0.0.1"; // HOST for Logonserver database ="root"; // USER for Logonserver database ="password"; // PASS for Logonserver database ="ascent"; // NAME of Logonserver database = 'CP1251'; // Set encoding = "img/"; // Image dir = "127.0.0.1"; // Ascent Server Address = "8129"; // Ascent Server Port =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...
CREDITS:
Kandyman of WoWps
and if you want to add it to any page of your website use what i have editing for it to allow intergration but you do need some knowledge of php and html
http://www.mmowned.com/forums/ascent...r-website.html
Awesome thanks
so how do i set it up now and access my Page?
I am using Warlockian's guide.
what do you mean?
just make sure you have your password correct and logon/character db on both parts of the config page