Friend can't connect to my server >.< menu

Shout-Out

User Tag List

Results 1 to 12 of 12
  1. #1
    yukiko's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Friend can't connect to my server >.<

    I've searched the forums and couldn't find anything
    ok so heres the situation.

    i made my server using this guide http://www.mmowned.com/forums/emulat...alot-more.html

    i can get on my server no problem. my friend gets on no problem. But our other friend gets this error. "The information you have entered is invalid"

    I can log on his account and so can our other friend.
    his realmlist is fine we've checked it. tried disabling his firewall. same thing. we are all using vista if it means anything. thank you
    Last edited by yukiko; 03-22-2009 at 02:36 PM. Reason: added information

    Friend can't connect to my server &gt;.&lt;
  2. #2
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had this problem once along time ago and if I can remember correctly it had something to do with the realms.conf file.

    could you post yours here please?

  3. #3
    yukiko's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i have everything right on it. maybe...


    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision rev.1875
    #######################################################################

    #******************************************************************************* *
    #* How to use this config file: *
    #* Config files are in a block->variable->setting format. *
    #* A < signifies the opening of a block, the block name is expected after that. *
    #* After the block name, a space and then the settings sperated by = / ' '. *
    #* *
    #* e.g. *
    #* <block setting="0" someval = "1"> *
    #* *
    #* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    #* of the line, or in shell format (#). *
    #******************************************************************************* */

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "privite play time"
    RealmCount = "1">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    # Name:
    # The name of the realm.
    #
    # Address:
    # The address (and port) of that realm.
    #
    # Icon:
    # The type of realm (PVP, Normal, RPPVP, RP)
    #
    # TimeZone:
    # The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,
    # 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    # Important information below
    #
    # change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
    # This issues come up a lot!
    #
    # Timezone values :
    # 0=Korean 16=China
    # 1=Development 17=CN1
    # 2=United States 18=CN2
    # 3=Oceanic 19=CN3
    # 4=Latin America 20=CN4
    # 5=Tournament 21=CN5
    # 6=Korean 22=CN6
    # 8=English 23=CN7
    # 9=German 24=CN8
    # 10=French 25=Tournament
    # 11=Spanish 26=Test Server
    # 12=Russian 27=Tournament
    # 13=Tournament 28=QA Server
    # 14=Taiwan 29=CN9
    # 15=Tournament 30=TestServer2
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "Ash Bringer"
    Address = "dragonwars.game-host.org:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

  4. #4
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <LogonServer Address = "YOUR_HAMACHI_IP"
    Port = "8093"
    Name = "Ash Bringer"
    RealmCount = "1">

    try this.

  5. #5
    yukiko's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by y2kss66 View Post
    <LogonServer Address = "YOUR_HAMACHI_IP"
    Port = "8093"
    Name = "Ash Bringer"
    RealmCount = "1">

    try this.
    actually i set it up as a none hamachi server. sry forgot to mention that part

  6. #6
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh so the realm is public.

    through a webserver?

  7. #7
    yukiko's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by y2kss66 View Post
    Oh so the realm is public.

    through a webserver?
    yes. public but not really. i'm still working on getting the website working right.
    also would it be possible to run both a mangos fun server and an arcblizzlike server at the same time?
    Last edited by yukiko; 03-22-2009 at 04:22 PM.

  8. #8
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess theoretically but I do not use mangos so I would not really know.

    Mangos
    http://www.mmowned.com/forums/mangos...t-hamachi.html

    ascent
    http://www.mmowned.com/forums/ascent...tion-page.html
    Last edited by y2kss66; 03-22-2009 at 04:41 PM.

  9. #9
    yukiko's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok cool thanks

  10. #10
    Xonic's Avatar Member
    Reputation
    2
    Join Date
    Apr 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a somewhat similar problem. Except my server is stuck at one error.

    Connection failed due to: Can't connect to MySQL server on myserver.servegame.org <10061>

    I have been stuck on this for an hour or 2 and ill tell anyone anything they need to know about what i did to install.
    Please throw me some feedback, thankgs guys.

  11. #11
    yukiko's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xonic View Post
    I have a somewhat similar problem. Except my server is stuck at one error.

    Connection failed due to: Can't connect to MySQL server on myserver.servegame.org <10061>

    I have been stuck on this for an hour or 2 and ill tell anyone anything they need to know about what i did to install.
    Please throw me some feedback, thankgs guys.

    That might be a port error i think i had that too when i first intalled it. try making sure that the require ports are open

  12. #12
    Xonic's Avatar Member
    Reputation
    2
    Join Date
    Apr 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, that might be it. I think i may be using the current port for something else. i cant connect to my router atm though for some reason. ill post back when i check it out. thanks =D

Similar Threads

  1. [Question] Friend can't connect to the server
    By Dothus in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 11-16-2016, 12:46 AM
  2. [Trinity] Friend can't connect to my server, everything seemingly in order
    By drazy in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 01-03-2015, 09:07 PM
  3. Help my friend can not connect to my server
    By rahburt33 in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 06-29-2009, 06:38 PM
  4. My friend can't connect to my server anymore
    By zimonken in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-21-2009, 10:39 AM
  5. Friends can't connect to my server
    By Akisunmaaji in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 04-06-2009, 10:42 AM
All times are GMT -5. The time now is 10:46 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