I made this guide on my forum. kingsofwarcraft :: Index
First download wampserver: http://garr.dl.sourceforge.net/sourc...Server2.0c.exe
Then install it... just next next next all the time![]()
Download SPORA 1.5: MEGAUPLOAD - The leading online storage and file delivery service
You need Winzip or Winrar to unzip SPORA.
Unzip spora to the "www" folder in wamp. it is located here C:\wamp\www C is a harddrive.
open includes and edit "Config" in notepad
<?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
*/
$lang="en"; // Select your language, this is the map in the "language" folder
$title="Title"; // This is the title for your site, displayed in the browser
$img_base = "images/"; // Directory were your images are
$bg = "wotlk.jpg"; // Insert here your background image, must located in "backgrounds" folder
$host="IP"; // Insert your host for the character database
$user="root"; // Insert your username for the character database
$password="MySQLpass"; // Insert your password for the character database
$db="logonDB"; // Insert your name for the character database
$hostr=" IP "; // Insert your host for the logonserver database
$userr="root"; // Insert your username for the logonserver database
$passwordr="MySQLpass"; // Insert your passeword for the logonserver database
$dbr="logonDB; // Insert your name for the logonserver database
$database_encoding = 'CP1251'; // Set database encoding
$server = "IP"; // Server used by your ascent server
$port = "8129"; // Port used by your ascent server
$lock_acc=1; // This will lock the created account to the IP address (1 - on, 0 - off)
$lock_reg=1; // This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
?>
The red needs to be edited and you can choose to edit the blue.
If you use hamachi then use the hamachi IP there.
You gotta click on the icon down to the right and press "Start all services" and when the icon turns yellow you click on "Put online" Now try to set your ip in the webbrowser.
If you have a hostname then you can use the hostname in the webbrowser.