Create A Working 2.4.1 Server With A Website menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    liquid-neon's Avatar Member
    Reputation
    15
    Join Date
    Mar 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To execut ethe code to fix the "trainers" error you need to run the code in a mySQL query

    MySQL :: Developer Zone > download "mysql query Browser" > run it:

    1) Host: localhost
    2) User: root
    3) Pass: ascent

    Then run the code using that, note you will have to select a database, once you open & connect on the right hand side you will see a tree menu, double click the database there to select it then paste the code into the top editbox area and click the "execute" button

    Your INTERNAL ip is your routers IP addres (eg 192.168.0.1) and EXTERNAL is your web ip address (google "whats my ip")
    Last edited by liquid-neon; 05-18-2008 at 08:07 AM.

    Create A Working 2.4.1 Server With A Website
  2. #17
    darkword's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOl nice guide i going to try it defi tily out BTW i PM u later i have a request XD

  3. #18
    Kyentei's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    127.0.0.1 DNS
    192.168.1.1 DNS
    81.204.241.148 DNS
    This is what it's been set to right now. whenever I go to localhost/ I go to the right page, whenever I go to kyentei.game-host.org I go to the wrong page. (my router configuration page..lol)

  4. #19
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kyentei View Post
    Code:
    127.0.0.1 DNS
    192.168.1.1 DNS
    81.204.241.148 DNS
    This is what it's been set to right now. whenever I go to localhost/ I go to the right page, whenever I go to kyentei.game-host.org I go to the wrong page. (my router configuration page..lol)
    In DNS In Hosts You put kyentei.game-host.org

  5. #20
    Kyentei's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wampserver isn't working. I can get on kyentei.game-server.org myself now. But the rest isn't working. On my other system I can not connect to the internet website. And every time I try to put WAMPSERVER online, it gives me an error. "Could not execute menu item (internal error) bla bla bla.

    Host is configured:
    Code:
    127.0.0.1  kyentei.game-host.org
    192.168.1.1  kyentei.game-host.org
    81.204.241.148  kyentei.game-host.org
    And in the server files the adress is also set to kyentei.game-host.org. I believe it's only WAMPSERVER that's failing. Although, no one else can connect to my wowserver.

    Maybe this is set wrong (don't know)

    Code:
    <LogonServer Address = "DNS"
                 Port = "8093"
                 Name = "Logon"
                 RealmCount = "1">
    or

    Code:
    <Realm1 Name = "Kyentei"
            Address = " kyentei.game-host.org:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    Last edited by Kyentei; 05-18-2008 at 12:51 PM.

  6. #21
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kyentei View Post

    Maybe this is set wrong (don't know)

    Code:
    <LogonServer Address = "DNS"
                 Port = "8093"
                 Name = "Logon"
                 RealmCount = "1">
    or

    Code:
    <Realm1 Name = "Kyentei"
            Address = " kyentei.game-host.org:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    Ok In Here
    Code:
    <LogonServer Address = "DNS"
                 Port = "8093"
                 Name = "Logon"
                 RealmCount = "1">
    The DNS Part You Put This kyentei.game-host.org

  7. #22
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also When My Wamp Did That I Just Reinstalled It And It Now Works Fine

  8. #23
    Kyentei's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you configure the setting to localhost or, for instance, kyentei.game-server.org ?

  9. #24
    Kyentei's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, that doesn't really matter I guess. Because even my friend (who I already made an account for) can't join by going to kyentei.game-host.org. Kinda strange.. everything's set right

  10. #25
    thelastsurviver123's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great find need to test out ASAP

  11. #26
    allerin's Avatar Member
    Reputation
    16
    Join Date
    Aug 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we get a 101% working public server guide with and without "wamps, hamachi, etc, etc. I have a routier. I have the little website you showed us blah.blah.org. and it's live. I've set my ports to out and both etc, etc.
    I've set my host file right. I have all my information right on the ascent, world, realms, files. I have my realms.wtf right.

    BUT I AM THE ONLY ONE THAT CAN CONNECT TO MY SERVER & I'M ABOUT TO PULL MY ****ING HAIR OUT !

    SOMEONE PLEASE MAKE A 30000000000% working guild on how to go public just for your friends outside of your network to connect to, with every last little godamn detailed information that a monkey can understand !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    and you say
    <LogonServer Address = "DNS"
    Port = "8093"
    Name = "Logon" <--- I have the AC Web Ultimate Repack but it's set to Name = "Default Logon" and if I change it, it doesn't work and start up the servers. And I know 100% without a doubt that's the same repack you have listed.


    OK I set it as just logon this time and the programs worked and server loaded, but I still can't connect with my other computers in my house but this one does just fine, so if those will not connect then I know there is no way in hell my friends cities away will connect...........

    oh and another thing, this repack and build numbers are not 2.4.0, 2.4.1, 2.4.2 at all because I can see the isle of qael'danas but can't get there because of the wall in the water the blizzard put up because of the high amount of low level priests that was swimming there in the ptr. and I sure as hell can't .recall port isle of quel'danas or any other manner of which to get there to even see if mobs, npcs, and what not are there. and other thing is my addon "ATLAS LOOT" will not pull up MGT loot. MGT = Magisters' Terrace. and other sunwell loot.


    and another thing is, when I ran Wamp and the servers ASCENT took a dump saying another program "AKA Wamp" was using the same codes/threads. you did not say if we should run the repacks starting program or some kind of other way to start up the servers and run Wamp at the sametime. can we get a little more into details please, If you can help me get this damn thing up and running I'll rep you for everyday the rest of this year and maybe more.
    Last edited by allerin; 05-19-2008 at 01:55 PM.

  12. #27
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by allerin View Post
    Can we get a 101% working public server guide with and without "wamps, hamachi, etc, etc. I have a routier. I have the little website you showed us blah.blah.org. and it's live. I've set my ports to out and both etc, etc.
    I've set my host file right. I have all my information right on the ascent, world, realms, files. I have my realms.wtf right.

    BUT I AM THE ONLY ONE THAT CAN CONNECT TO MY SERVER & I'M ABOUT TO PULL MY ****ING HAIR OUT !

    SOMEONE PLEASE MAKE A 30000000000% working guild on how to go public just for your friends outside of your network to connect to, with every last little godamn detailed information that a monkey can understand !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    and you say
    <LogonServer Address = "DNS"
    Port = "8093"
    Name = "Logon" <--- I have the AC Web Ultimate Repack but it's set to Name = "Default Logon" and if I change it, it doesn't work and start up the servers. And I know 100% without a doubt that's the same repack you have listed.


    OK I set it as just logon this time and the programs worked and server loaded, but I still can't connect with my other computers in my house but this one does just fine, so if those will not connect then I know there is no way in hell my friends cities away will connect...........

    oh and another thing, this repack and build numbers are not 2.4.0, 2.4.1, 2.4.2 at all because I can see the isle of qael'danas but can't get there because of the wall in the water the blizzard put up because of the high amount of low level priests that was swimming there in the ptr. and I sure as hell can't .recall port isle of quel'danas or any other manner of which to get there to even see if mobs, npcs, and what not are there. and other thing is my addon "ATLAS LOOT" will not pull up MGT loot. MGT = Magisters' Terrace. and other sunwell loot.


    and another thing is, when I ran Wamp and the servers ASCENT took a dump saying another program "AKA Wamp" was using the same codes/threads. you did not say if we should run the repacks starting program or some kind of other way to start up the servers and run Wamp at the sametime. can we get a little more into details please, If you can help me get this damn thing up and running I'll rep you for everyday the rest of this year and maybe more.
    This Repack Is 2.4.x And Yes You Can Get Into Isel Of Quel'danas You Just need The World Port Then make A Recall Port. And If You Are The Only One That Can Connect That Means You Did Something Wrong Make Sure Your Firewall is Not Up And You Put In The Right Ports Here Are The Ports Sorry If These Are Diffrent.

    3724
    8085
    80
    3306
    8129
    8093
    6112
    6881 - 6999
    8050
    3036

  13. #28
    wareman's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im sorry im kinda new to this but whenever I try to execute those lines for trainers in HeidiSQL or MySQL Query Browser I keep getting an error saying Table 'mysql.trainer_spells doesnt exist.

    Can anybody help me out with this I am suppose to be trying to execute it inside of that mysql/db branch right?

    Thanks in advance

Page 2 of 2 FirstFirst 12

Similar Threads

  1. How to create a 2.4.1 server with mall and make it public
    By comonman123 in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 06-06-2008, 09:40 AM
  2. VERY SIMPLE GUIDE for noobs to create a private server with custom EVERYTHING
    By c0ddingt0n in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 05-15-2008, 08:54 PM
  3. Easy and Good Working 2.3.x Private server with Repack
    By Dudey in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 05-05-2008, 05:47 AM
  4. Create a Server with Ascent, Latest Rev.
    By Corosive720 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-30-2007, 04:30 PM
  5. Anyway to make a server with working Black Temple and other High level instances?
    By Polka in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 09-12-2007, 07:03 PM
All times are GMT -5. The time now is 11:13 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