MMOCoin

Likes Likes:  0
Results 1 to 10 of 25

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Banned

    Join Date
    Aug 2008
    Location
    Scotland
    Posts
    652
    Post Thanks / Like
    Rep Power
    0
    Reputation
    103
    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.
    Last edited by Avidgamer; 04-04-09 at 04:05 PM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •