Cmd Prompt's messed up menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    dragoonus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Cmd Prompt's messed up

    Okay so I copied my friend's Conf files for the AC-Web Ultimate Repack and put them in my conf files and I should have them put right. Then I started up the server and it keeps saying in my Ascent Cmd "Attempting to connect to logon server...connecting to logon server 127.0.0.1:8093...authenticating...authenticating failed.

    Whats my problem guys? anyone help? I Should be back on to check this by 6 or so EST on 12/23/07

    Cmd Prompt's messed up
  2. #2
    Dragonscale's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ur friends stuff is ****ed..
    Don't advertise in your signature.

  3. #3
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I lol'd

    Yes your mates stuff is scre*** Like Dragonscale said.

    And do you have MySQL set up and everything?

    Might be an idea for you to check out some of the guides around here and create your own instead of using your mates.


  4. #4
    dragoonus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    err

    Well a lot of these guides seem to not work for me...and my friends stuff works for his server which works...i have vista...may that be a problem?

  5. #5
    dragoonus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump...someone please help and explain

  6. #6
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol add me on msn [email protected] many people have this problem i will fix it for you
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  7. #7
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to have your mysql username and password written correctly in both ascent.conf and logonserver.conf

    The thing is when you copied your friends conf files , his database accounts were there and not yours. Since your mysql account is different than your friend it will cause an error as ascent and the logonserver cant find that mysql account no where in your pc.

    Further more you would need to fix thoes .conf files and set it up properly according to your mysql



    In Ascent.conf

    Code:
     <WorldDatabase Hostname = "localhost" Username = "root" Password = "scrolllock" Name = "zouls" Port = "3306" Type = "1">
    Code:
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "scrolllock" Name = "zouls" Port = "3306" Type = "1"> 

    The yellow ones are your world database, meaning everything that supposed to be about the world and not the character goes there.

    /Username most of the times is root
    /Password is up to you to what password you put in when you installed mysql
    /Name is the name of the database you created.

    The green are your character database , meaning accounts , character , guild and everything else that has to do with your character's.

    /Username same as above
    /Password same as above
    /Name same as above

    Sometimes both world and character databases are put into the same database , and that would equal same username and same password and same database name.

    Logonserver.conf

    Code:
     <LogonDatabase Hostname = "localhost"
    Code:
                  Username = "root"
                  Password = "scrolllock"
                  Name     = "zouls"
                  Port     = "3306"
                  Type     = "1"> 

    Everything in orange you put in the same stuff you put in for your character information in the ascent.conf

    /Username by now you should know what this means
    /Password by now you should know what this means
    /Name by now you should know what this means


    Make sure you have your conf set up properly like I said here , and remember is everything with your mysql information not your friends.



    ========================

    Also another cause for this error could be your ascent.conf and logonserver.conf remote password.

    Logonserver.conf remote password look for this

    Code:
     # WorldServer Setup
    #
    #    This directive controls the password used to authenticate with the worldserver.
    #    It must be the same between the two configs. If it is not, your server will
    #    not register.
    #
    #    Default: "change_me_logon"
    #
    Code:
    <LogonServer RemotePassword = "zouls"> 



    Ascent.conf remote password look for this

    Code:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Setup
    #
    #    DisablePings   
    #        This directive controls whether pings will be sent to the logonserver to check
    #        if the connection is still "alive". Expect problems if it is disabled.
    #        Default: 0
    #
    #    RemotePassword
    #        This directive controls the password used to authenticate with the logonserver.
    #        It must be the same between the two configs. If it is not, your server will
    #        not register.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    Code:
    <LogonServer DisablePings = "0"
                 RemotePassword = "zouls">



    Both the remote password MUST BE THE SAME for both ascent.exe and logonserver.exe work properly and for both to connect to each other

    Last edited by ~SaiLyn~; 12-23-2007 at 07:03 PM.

Similar Threads

  1. Messed up somethin, need a lil help
    By Cici in forum World of Warcraft General
    Replies: 2
    Last Post: 03-27-2007, 04:34 PM
  2. mess with flight master Daelyshia
    By jackus in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 01-07-2007, 10:08 PM
  3. Will having regular WoW mess this up?
    By Kensai in forum World of Warcraft General
    Replies: 3
    Last Post: 12-25-2006, 06:22 AM
  4. What I found messing around in IF
    By chaosrevenge in forum World of Warcraft General
    Replies: 9
    Last Post: 06-16-2006, 09:59 AM
All times are GMT -5. The time now is 11:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search