HELP ME! I am having server porlbems. menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    HELP ME! I am having server porlbems.

    Im having problems running my server and getting it live.
    These are the codes:

    This is what i got:
    <LogonDatabase Hostname = "127.0.0.1"
    Username = "root"
    Password = "panex"
    Name = "ascent"
    Port = "3306"
    Type = "1">




    <Listen Host = "0.0.0.0"
    ISHost = "0.0.0.0"
    RealmListPort = "3724"
    ServerPort = "8093">






    <LogonServer RemotePassword = "root"
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">




    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "2">


    <Realm1 Name = "JDWOW TEST"
    Address = "24.169.227.247:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">




    <Listen Host = "0.0.0.0"
    WorldServerPort = "8129">






    PLease tell me what im doin wrong. Thats exactly as it reads.
    Email me or pm me.

    Help me and if i can i will you


    I have all the ports open but im not sure if i have everything in the C:/windows/system32/drivers/etc/hosts file so please post what i need in the hosts file.

    HELP ME! I am having server porlbems.
  2. #2
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Elaborate on these problems.

  3. #3
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problems

    The mysql works and the apache works but when i start up the logonsever and such it gives me a connection error.

  4. #4
    Kiyoshi's Avatar Member
    Reputation
    28
    Join Date
    Jun 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    <LogonDatabase Hostname = "DynDNS"
    Username = "root"
    Password = "panex"
    Name = "ascent"
    Port = "3306"
    Type = "1">
    Also make sure the remote password in the logonserver.conf and world.conf are the same.

  5. #5
    Orimos's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you need to put the ip address for the realm in all the spote where "127.0.0.1" and "0.0.0.0" are
    so it should look like this
    Code:
    <LogonDatabase Hostname = "24.169.227.247"
    Username = "root"
    Password = "panex"
    Name = "ascent"
    Port = "3306"
    Type = "1">
     
     
     
     
    <Listen Host = "24.169.227.247"
    ISHost = "24.169.227.247"
    RealmListPort = "3724"
    ServerPort = "8093">
     
     
     
     
     
     
    <LogonServer RemotePassword = "root"
    AllowedIPs = "24.169.227.247/24"
    AllowedModIPs = "24.169.227.247/24">
     
     
     
     
    <LogonServer Address = "24.169.227.247"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "2">
     
     
    <Realm1 Name = "JDWOW TEST"
    Address = "24.169.227.247:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">
     
     
     
     
    <Listen Host = "24.169.227.247"
    WorldServerPort = "8129">

    Dang it [Cloud] was before me
    Last edited by Orimos; 07-09-2008 at 03:40 PM.

  6. #6
    Kiyoshi's Avatar Member
    Reputation
    28
    Join Date
    Jun 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You don't have to put listenhost to your DNS, it is supposed to remain the same.

  7. #7
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thankyou for the help and i was wondering do you know how to change te database password because everytime i do it i get an error when i try to start the server again.

    By the way i +rep you both for helping me, please do the same to me.

  8. #8
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now its problems with port 3724 and thats in the hostfile so what should be in that.

  9. #9
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i think i got it, fdoes the host go like this:
    127.0.0.1 (Dynamic DNS)
    (Internal IP) (Dynamic DNS)
    (External IP) (Dynamic DNS)

  10. #10
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Is this how the host file goes?

    Ok i think i got it, fdoes the host go like this:
    127.0.0.1 (Dynamic DNS)
    (Internal IP) (Dynamic DNS)
    (External IP) (Dynamic DNS)

  11. #11
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now i get an error saying port 3724 could not be hooked and the port is open.

  12. #12
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now i got this:

    <LogonDatabase Hostname = "24.169.227.247"
    Username = "root"
    Password = "panex"
    Name = "ascent"
    Port = "3306"
    Type = "1">


    <Listen Host = "24.169.227.247"
    ISHost = "24.169.227.247"
    RealmListPort = "3724"
    ServerPort = "8093">


    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "24.169.227.247/24"
    AllowedModIPs = "24.169.227.247/24">



    <LogonServer Address = "24.169.227.247"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">


    <Realm1 Name = "JDWOW"
    Address = "24.169.227.247:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">


    <Listen Host = "24.169.227.247"
    WorldServerPort = "8129">



    Im still getting errors starting the server. So please check it and tell me what i need to change.

  13. #13
    Kiyoshi's Avatar Member
    Reputation
    28
    Join Date
    Jun 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try doing everything in this guide:

    http://www.mmowned.com/forums/ascent...user-easy.html

  14. #14
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now i get an error saying can not connect to mysql on 24.169.227.247. So now what do i do.

  15. #15
    Chrisspitz's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stop using your dyn dns to connect to your mysql server
    Use 127.0.0.1 and your username and password

    In logonserver.conf all the ip's in there should be 127.0.0.1 same goes for your world.conf

    in realms.conf change the information of your realm as in the name, then change the ip, but dont change the port thats already there :8093 I think.. Keep that, but put your dns ip there

Page 1 of 2 12 LastLast

Similar Threads

  1. HELP ME! I am having server porlbems.
    By joshd35171 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-09-2008, 01:08 PM
  2. [Help]Wierdest picture i have on my server and need help fast
    By aznboy in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 01-05-2008, 02:03 PM
  3. i need help please help me set up my server
    By routezer0 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-01-2007, 11:38 AM
  4. Replies: 1
    Last Post: 04-16-2007, 05:10 PM
  5. Can somone help me with a privet server please?
    By Mike3667 in forum World of Warcraft General
    Replies: 0
    Last Post: 11-17-2006, 05:39 PM
All times are GMT -5. The time now is 06:31 AM. 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