Heya, I just made a Account registration website, it works ofc, but it says
'' SveaWoW offline '' and it isnt displaying any characters in the list, please help me! Here is my Wamp config file,
Code:
<?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="SveaWoW Account registration site"; // This is the title for your site, displayed in the browser
$img_base = "images/"; // Directory were your images are
$bg = "mjauuu.jpg"; // Insert here your background image, must located in "backgrounds" folder
$host="localhost"; // Insert your host for the character database
$user="root"; // Insert your username for the character database
$password="root"; // Insert your password for the character database
$db="archemu"; // Insert your name for the character database
$hostr="localhost"; // Insert your host for the logonserver database
$userr="root"; // Insert your username for the logonserver database
$passwordr="root"; // Insert your passeword for the logonserver database
$dbr="characters"; // Insert your name for the logonserver database
$database_encoding = 'CP1251'; // Set database encoding
$server = "sveawow.servegame.org"; // Server used by your ascent server
$port = "8130"; // Port used by your ascent server
$lock_acc=0; // This will lock the created account to the IP address (1 - on, 0 - off)
$lock_reg=0; // This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
?>
I dont know the Database password,the logon password or anything. What is the default Password and Database name ect.
Thx
+ rep to the one who helps me