Ascent 2.3.3+ Server Setup With Pics menu

Shout-Out

User Tag List

Page 8 of 22 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 316
  1. #106
    Hess's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but how and where can i update it there are no files included for it and please poeple dont use MySQL 5.0 use MySQL 4.1 is better mayby a little old but it still works better than MySQL 5.0 is full of bugs and unfinished stuff

    Ascent 2.3.3+ Server Setup With Pics
  2. #107
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well there ARE updates included they are (already told before like 10000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000) times before that they are in

    Ascent3353/SQL/

    please before typing something make 100% you are sure... cause this proves me that you didnt read all pages of this guide...

  3. #108
    Hess's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes i believe you but still ik get the error the first that whas the mailbox now this so i will look for it

  4. #109
    Hess's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still i get the error from banned_names still dont no how to fix it i tryed what you said spartansp but still dont work

  5. #110
    wondoman's Avatar Member
    Reputation
    4
    Join Date
    Aug 2006
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great guide Victory...a pointer for your next guides
    (for your images) when you Ctr+V them into paint
    size em down so you dont have the big white part on it.
    other than that awsome!
    XD METAL :icon_headbang: HEAD

  6. #111
    Magerockslol's Avatar Member
    Reputation
    19
    Join Date
    Sep 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AH! Whenever I open logonserver.exe it shows an error then closes in 0.05 milliseconds lol. Ascent.exe is ok but the logonserver is screwed.

    Logonserver
    ********************************************************************************/

    # LogonDatabase Section
    #
    # These directives are the location of the `realms` and `accounts`
    # tables.
    #
    # LogonDatabase.Host - The hostname that the database is located on
    # LogonDatabase.Username - The username used for the mysql connection
    # LogonDatabase.Password - The password used for the mysql connection
    # LogonDatabase.Name - The database name
    # LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
    # LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
    #

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "root"
    Name = "ascentlogon""
    Port = "3306"
    Type = "1">


    # Host Directive
    #
    # This is the address that the realmlist will listen on.
    # To listen on all addresses, set it to 0.0.0.0
    # Default: 127.0.0.1 (localhost)
    #
    # Note: ISHost is the interserver communication listener.
    #

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

    # Server console logging level
    #
    # This directive controls how much output the server will
    # display in it's console. Set to 0 for none.
    # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    # Default: 3
    #

    <LogLevel Screen = "0"
    File = "-1">

    # Account Refresh Time
    #
    # This controls on which time interval accounts gets
    # refreshed. (In seconds)
    # Default = 600
    #

    <Rates AccountRefresh = "600">

    # Accepted Build Range Setup
    #
    # These two directives set up which clients will be
    # allowed to authenticate with the realm list.
    #
    # Set these to the same builds that the server was
    # compiled for.
    #
    # As of the last update, version 2.1.1 was build 6739.
    #

    <Client MinBuild = "6739"
    MaxBuild = "9999">

    # 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"
    #

    <LogonServer RemotePassword = "ascent">
    This is my ascent thing if you need that too
    <WorldDatabase Hostname = "127.0.0.1" Username = "root" Password = "root" Name = "ascent" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "127.0.0.1" Username = "root" Password = "root" Name = "ascentlogon" Port = "3306" Type = "1">
    AND realms
    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "ascentlogon"
    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)
    #
    # Colour:
    # Realm colour in realm list display.
    #
    # TimeZone:
    # Time zone the realm is in.
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "(My wow server name)"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">
    can anyone help?

  7. #112
    Nallman's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This database is not uploading into the sql properly, it gets to about 60kb then it quits... does anyone else have this problem?

  8. #113
    redhat's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i load the things up all fine i pick the realm but then it stays at connected and does not go into the realm i get this Sql query failed due to [Table 'ascentlogon.mailbox_insert_queue' doesn't exist], query: [SELECT * FROM mailbox_insert_queue]

  9. #114
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hess View Post
    yes i believe you but still ik get the error the first that whas the mailbox now this so i will look for it
    its on the SQL folder... DAMN NOW IM SO PISSED OF here is a F*** link to the SQL Download it on atachment 1

    Originally Posted by Hess View Post
    still i get the error from banned_names still dont no how to fix it i tryed what you said spartansp but still dont work
    DAMN ANOTHER SQL MORE....attachment 2

    Originally Posted by Magerockslol View Post
    AH! Whenever I open logonserver.exe it shows an error then closes in 0.05 milliseconds lol.
    already replied in the other thread

    Originally Posted by Nallman View Post
    This database is not uploading into the sql properly, it gets to about 60kb then it quits... does anyone else have this problem?
    No no one having this problem you should check your database manager...

    Originally Posted by redhat View Post
    i load the things up all fine i pick the realm but then it stays at connected and does not go into the realm i get this Sql query failed due to [Table 'ascentlogon.mailbox_insert_queue' doesn't exist], query: [SELECT * FROM mailbox_insert_queue]

    DAMN 1 MORE TIME JUST EXECUTE BATCH FILE OF THIS!!!!
    atachment1
    Attached Files Attached Files

  10. #115
    Joker zero's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I do step 9 it says this
    Code:
    [Err] 1050 - Table 'account_data' already exists
    [Err] -- ----------------------------
    -- Table structure for account_data
    -- ----------------------------
    CREATE TABLE `account_data` (
      `acct` int(30) NOT NULL,
      `uiconfig0` blob,
      `uiconfig1` blob,
      `uiconfig2` blob,
      `uiconfig3` blob,
      `uiconfig4` blob,
      `uiconfig5` blob,
      `uiconfig6` blob,
      `uiconfig7` blob,
      `uiconfig8` blob,
      PRIMARY KEY  (`acct`),
      UNIQUE KEY `a` (`acct`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

  11. #116
    Cun's Avatar Banned
    Reputation
    57
    Join Date
    May 2007
    Posts
    330
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, how do I get this online?

  12. #117
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    to make it online first you must forward ports, then you need to go into dyndns or no-ip.com and make a dynamic ip there... after done with that you need to go into your windows/drivers/etc folder and edit with notepad the file named hosts and add the following
    127.0.0.1 localhost
    publicip Dynamicdns
    to get public ip type on google whats my ip and the one that appears is your publicip ta da
    configure realms.conf so it connects you to your dyndns and youre ready

  13. #118
    Cun's Avatar Banned
    Reputation
    57
    Join Date
    May 2007
    Posts
    330
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I have a no-ip account
    I've done the windows/drivers/etc thing
    How do I configue realms.conf?

  14. #119
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <Realm1 Name = "SPDB"
    Address = "YourDNS:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

  15. #120
    nether drake's Avatar Member
    Reputation
    13
    Join Date
    Apr 2007
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great , good job
    I have 38 Title do you have more...?

Page 8 of 22 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. Guide How To Make Ascent 2.3.x Server +pic +publick Non-hamachi +repack!
    By ddinek in forum WoW EMU Guides & Tutorials
    Replies: 360
    Last Post: 12-16-2008, 06:55 PM
  2. How to make 2.4.3 private server :D [WITH PICS!]
    By Cradin in forum World of Warcraft Guides
    Replies: 5
    Last Post: 09-02-2008, 12:57 PM
  3. How to make your ascent server public!Noob Guide with pics!
    By ludde_193 in forum WoW EMU Guides & Tutorials
    Replies: 31
    Last Post: 07-25-2008, 05:38 AM
  4. Herleybob - Ascent 2.3.0 Server Setup
    By Herleybob in forum WoW EMU Guides & Tutorials
    Replies: 543
    Last Post: 04-09-2008, 05:58 PM
  5. Fast Guide: How to do after downloading: Ascent Server Setup
    By Arthas117 in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-24-2007, 10:45 AM
All times are GMT -5. The time now is 11:54 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