[Ascent Guide] 2realms, DynDNS, LAN, ..... all in here ! menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 44
  1. #16
    Fenarth's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can use MySQL 6.0 ? Well nice guide im trying it right now. =)
    Brain=PlayWoW Brain+CRACK=RS "Z" K1nD 0f a Us3l33s letter, BuTT 1 l1k3 1t An3WaY!!! H00rAy f0R "Z"!!!!
    M33t B0b Bf0r3 h3 St0l3 mY CaNdy <-B0b B3f0r3
    Si11y B0b:angel: <-B0b N0w

    [Ascent Guide] 2realms, DynDNS, LAN, ..... all in here !
  2. #17
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fenarth View Post
    I can use MySQL 6.0 ? Well nice guide im trying it right now. =)
    ye you can use that

    grtz

  3. #18
    thebat's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been messing with this for use on a LAN and once I get everything I want configured I would go public.

    I have set up the server all the way to the include the LAN part and stopped there.

    My questions is why if I log on to the server with another machine am I stuck at the realm selection? I select the realm and it does nothing.

  4. #19
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebat View Post
    I have been messing with this for use on a LAN and once I get everything I want configured I would go public.

    I have set up the server all the way to the include the LAN part and stopped there.

    My questions is why if I log on to the server with another machine am I stuck at the realm selection? I select the realm and it does nothing.
    if u wnt to go public make sure you use the dynDNS host or your IP (not 127.0.0.1 or localhost)
    then everything should be working fine... so i guess you did not use the correct IPs maybe..

    grtz

  5. #20
    thebat's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am thinking it's a port issue. I am going to open a few up and see if that will fix the problem.

  6. #21
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebat View Post
    I am thinking it's a port issue. I am going to open a few up and see if that will fix the problem.
    that could also be the problem...

  7. #22
    thebat's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was a port issue . Your guide and db editor rocks!

  8. #23
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebat View Post
    It was a port issue . Your guide and db editor rocks!
    hehe thx, always nice to see good comments

    grtz

  9. #24
    dreed9191's Avatar Member
    Reputation
    3
    Join Date
    Dec 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey,i got a problem when trying to extract the character sql,it says Error occured at:2007-12-18 20:48:23
    Line no.:0
    Error Code: 1049 - Unknown database 'character',any ideas?Oh and btw great guide!

  10. #25
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dreed9191 View Post
    hey,i got a problem when trying to extract the character sql,it says Error occured at:2007-12-18 20:48:23
    Line no.:0
    Error Code: 1049 - Unknown database 'character',any ideas?Oh and btw great guide!
    you execute a batch file right? that is becuz you dont have a database called character... what is your database name? are the world - character and logon databases split up or all in 1 database?

    just right click the batch file => edit (with notepad)
    then you should find lines like this:
    Code:
    ############################################################################
    REM #
    REM #      B A S I C   U S E R   C O N F I G U R A T I O N   A R E A
    REM #
    REM ############################################################################
    set user=root
    set pass=root
    REM  WorldDB  -  is the World Database
    REM If you do not have them seperated then set them to the same values
    set WorldDB=ascentDB
    REM
    the red parts you must edit... user = your database username, pass = your database pass
    the last thing could be different... it can be something like CharDB or something... just check and it has to have the same name as the database you created

    NOTE: instead of importing the DB with the tool.bat you could also use navicat or some other SQLmanager....
    (right click your DB => import => select the SQL file )

    grtz

  11. #26
    dreed9191's Avatar Member
    Reputation
    3
    Join Date
    Dec 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats kinda clear but i still have the problems,i edited the tools.exe and it was correct,this is the 1st time i use SQLylog im more used to navicat,i think i made 2 different DB's but cant be shure,if u can pls post some pics on how 2 DB's should look in SQLylog,or if u have Y!M or Xfire pls give ur id it would be best to chat live,oh and btw got another problem starting the server it says connecting to logon server on "127.0.0.0:8093" => Authenticating => Authentication failed.

  12. #27
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dreed9191 View Post
    thats kinda clear but i still have the problems,i edited the tools.exe and it was correct,this is the 1st time i use SQLylog im more used to navicat,i think i made 2 different DB's but cant be shure,if u can pls post some pics on how 2 DB's should look in SQLylog,or if u have Y!M or Xfire pls give ur id it would be best to chat live,oh and btw got another problem starting the server it says connecting to logon server on "127.0.0.0:8093" => Authenticating => Authentication failed.
    msn: [email protected]

    well i use navicat too :P but tell me what DB are u using?
    you dont have to seperate char/world and logon DB if you only have 1 realm you know... so you can put them all in 1 DB...

    about the authentication failed: did you make sure remotepassword in both config files are same?
    logonserver.conf:
    Code:
    <LogonServer RemotePassword = "yourpassword">
    ascent.conf:
    Code:
    <LogonServer DisablePings = "0"
                 RemotePassword = "yourpassword">
    grtz

  13. #28
    Gorrak94's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey good guide man would +rep but...lost my main account (gorrak) so i cant +rep anymore but ya good guide.

    Have a problem tho my router is d link and i can logon to my server but my downstairs computer and my friend cant (used dynamic dns) there both stuck at "Connecting...Connecting...Connecting...Unable to Connect"

  14. #29
    maridest's Avatar Member
    Reputation
    2
    Join Date
    Aug 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do not get the hole port forwading thing. Can you help me out?

  15. #30
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maridest View Post
    I do not get the hole port forwading thing. Can you help me out?
    you mean you dont know how to forward ports?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 10-05-2007, 02:59 PM
  2. THE VWs all lied here proof of ED not done live
    By joshyo4 in forum Community Chat
    Replies: 11
    Last Post: 05-14-2007, 05:46 PM
  3. Replies: 5
    Last Post: 05-04-2007, 10:16 AM
  4. Who needs Auctioneer Add-on, they're all right here!
    By Krazzee in forum World of Warcraft Guides
    Replies: 1
    Last Post: 09-27-2006, 04:13 PM
All times are GMT -5. The time now is 06:03 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