Change the IP to what, I may ask?
Here's my Config file :
(The Main Bit)
Code:
/*********************************
** MAIN SERVER CONFIGURATION ***
*********************************/
$port = "8129"; // Ascent Server Port - used for server status (online/offline)
$server = "127.0.0.1"; // Ascent Server Address
$realmlist = "127.0.0.1"; // realmlist
$wowdb="world"; //enter wow database - world (looking up items table)
$chardb="logon";//enter character database, if don't exist enter same as $wowdb - logon (looking up accounts, characters table)
$commondb="forum";//CMS database
$domainurl="http://localhost";//enter domain URL here (url to web site not forum)
$dhost="localhost";
$duser="root";
$dpass="ascent";
I dont know what to change tbh.
Bookmarks