This is my wamp config:
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
*/
="en"; // Select your language, this is the map in the "language" folder
="Endless PvP" // This is the title for your site, displayed in the browser
= "C:wamp/www/images/misc/"; // Directory were your images are
= "wotlk.jpg"; // Insert here your background image, must located in "backgrounds" folder
="Ascent"; // Insert your host for the character database
="root"; // Insert your username for the character database
="ascent"; // Insert your password for the character database
="logon"; // Insert your name for the character database
="Ascent"; // Insert your host for the logonserver database
="root"; // Insert your username for the logonserver database
="ascent"; // Insert your passeword for the logonserver database
="logon"; // Insert your name for the logonserver database
= 'CP1251'; // Set database encoding
= "localhost"; // 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...
?>
my server goes online but when i go to it it says:
Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\www\includes\config.php on line 13
wut did i do wrong ='[