Learn how to make a public wow server,website,latest patch 2.3.0 menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Learn how to make a public wow server,website,latest patch 2.3.0

    Download all this First:-
    K, these are the Files you need to download first.
    1. A Brain afcourse (sorry i dont have a download link for that, but google is your best friend [IMG]http://www.************/forum/images/smilies/tongue.gif[/IMG] ) Jk.
    2. The Ac-web repack 7.3 download here
    3. the heidisql Database, download here
    4. Download an Antrix Website, I like this simple one Download here
    5. Download the Wamp server here
    If You dont want to have heidisql you can downloade sqlyoq here
    ore navicat Here

    I will recommend you to make a folder and put all 4 things inside, dont put your brain there, or you will never be able to make a server.

    First Step :- (Installing the Server)
    1. Launch the Ac-web repack and Install it in C:/ hard drive.
    2. After that go in your Ac-web folder, which you just installed and Copy the Folder Mapextract EnUs if you live in U.sA, or the EnGb if you live in europe.
    3. Then Go to your Main WOW Folder and Paste it there.
    4. Right Click on it and Click Extract here.
    5. When it has Extracted, from the same WOW folder Run Ad.exe.
    6. This will take around 15-20 Minutes, to finish.
    7. After it is Done, from the same WoW folder Copy the "Maps" folder.
    8. Then go in the Ac-web Folder/Ascent Folder and Paste it there.
    If You dont wana do it you can go to This link
    Step 2:- (Creating a Host)

    1. Open DynDNS -- Dynamic DNS, E-Mail Delivery and Other Services
    2. Sign up an Account.
    3. When you signed in, click on "Add Hosts Services".
    4. Put the Host name you want.
    5. Then check "Wildcard".
    6. Service type:- Host with "Ip address".
    7. In Ip address below it click "Auto Detect".
    8. Make Sure Mail Routing is "Uncheked".
    9. Then Click on Create Host.
    10. Then Close that Website.
    STEP 3:-(Updating the Host)

    1. Go in your C:// Hardrive.
    2. Then Open "Windows" Folder
    3. Click on "System 32".
    4. Click on Drivers,
    5. And then Open E.t.c.
    6. Inside you might find 4-5 files.
    7. You have to Open "Hosts" with notepad or wordpad.
    8. Now Minimize it.
    9. Open Start Menu, and Click on "Run"
    10. As you open "Run" type "Cmd"
    11. Now, as the Black Window Appears, type "Ipconfig"
    12. Now scroll Up, and look at your Internel Ip.
    13. It is Usually written after Ipv4 Address-------
    14. Once you get it, Minimize your cmd.
    15. Open your "Hosts" file again.
    16. In the Bottom End it will be written:- Code:
      127.0.0.1 localhost
    17. Now go to Lines Below and Type this:- Code:
      127.0.0.1 (The Host Name)
      (Put the Internel Ip here which you found from cmd) (The Host Name)
      (Put externel Ip here.) (The Host name)
    18. Now you Might be wondering what externel Ip is.
    19. Well go on WhatIsMyIP.com and you will get it.
    20. save the Hosts File and Close it.
    STEP 4:-(Releasing the Ports)

    1. Maximize the CMD, which you minimized in Step 4.
    2. Now as i told the Internel Ip, is at top written in front of IPv4 address.
    3. Instead of that, find Default gateway, and copy the address written in front of it.
    4. Open your Browser, and paste it there, example my deafault gateway is 10.0.0.1, so i will type that in my internet explorer.
    5. Now as the page comes, go in Port Forwarding and forward these ports.
    Tcp ---- UdP

    3036----3036
    3724----3724
    6881----6999
    8129----8129
    2093----2093
    6112----6112
    8050----8050
    8245----8245
    3306----3306
    80 ---- 80

    6. Once you have Done that, close it.
    STEP 5:-(Making your Server, Public)

    1. Close everything, and open the Ac-web Folder in your C" Drive and Open Ascent Folder.
    2. Now you will see realms.conf, you have to open that with Notepad.
    3. Now erase everything inside, and copy paste this thing:- The Things marked in Red is what you have to edit. Code:
      #######################################################################
      # Ascent Realms Configuration File
      # Last updated at revision 446 by Burlex
      #######################################################################

      /********************************************************************************
      * 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 = "logon"
      RealmCount = "2">

      #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
      # 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 = "YOUR REALM NAME"
      Address = "YOUR EXTERNAL IP:8129"
      Icon = "PVP"
      Colour = "1"
      Population = "1.0"
      TimeZone = "1">

      <Realm2 Name = "YOUR server name NAME - Local"
      Address = "127.0.0.1:8129"
      Icon = "PVP"
      Colour = "1"
      Population = "1.0"
      TimeZone = "1">
    4. Now once again, your Externel ip is what you can find from WhatIsMyIP.com.
    5. Now to Update your Server to the lastest rev and Patch, open logonserver.conf with notepad and erase everything inside, and copy paste the following stuff. Code:
      #######################################################################
      # Ascent Realms Configuration File
      # Last updated at revision 446 by Burlex
      #######################################################################

      /********************************************************************************
      * 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 (#). *
      ********************************************************************************/

      # 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 = "ascent"
      Name = "logon"
      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.3.0 was build 7561.
      #

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

      # 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">
    6. Now save this and Close it.
    7. Go in your Main WOw Folder, and open your realmlist.
    8. Erase everything inside and instead copy paste the following thing. Code:
      Set realmlist 127.0.0.1
    STEP 6:- (Installing a Website)
    1. Alright, now you have to Open the "Wamp" Server i told you to Download in the very first Step.
    2. Install it.
    3. Now if it has been Installed you might see it in your bottom right of the Desktop tray, where you can see your msn and all stuff.
    4. Left Click it and click on Online.
    5. Now make sure it is "Yellow" colored.
    6. If it is then right click again and when you move your mouse up, you might see "www directory"
    7. Open it and delete eveything inside.
    8. Now copy that Ascent Website i told you to download and paste it in the "www directory"
    9. Click on Extract here.
    10. Once all the Contents are outside, in the "www directory" folder, open it and edit the red Stuff. Code:
      <?php
      /*
      SPORA for Antrix v1.32
      Simple Page Of Registration of Accounts for Antrix

      It is made in the form of one page with fields of input of the
      information of an account and the list of players being on a server.

      Original Creation by mirage666 for MaNGOS Categories

      Modified for Antrix by Kandyman Burning WoW

      */

      $lang="en"; // Language ("en" - english, "ru" - russian)
      $host="127.0.0.1"; // HOST for Antrix database
      $user="root"; // USER for Antrix database
      $password="ascent"; // PASS for Antrix database
      $db="ascent"; // NAME of Antrix database
      $hostr="127.0.0.1"; // HOST for Login database
      $userr="root"; // USER for Login database
      $passwordr="ascent"; // PASS for Login database
      $dbr="logon"; // NAME of Login database
      $database_encoding = 'CP1251'; // Set encoding
      $img_base = "img/"; // Image dir
      $server = "127.0.0.1"; // Antrix Server Address
      $port = "8129"; // Antrix Server Port
      $title="Your Server name"; // Insert the title of your server here
      $lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
      $lock_reg=0; // Registration only one (or more) account from one IP address
      // 0 - not limit, 1 - one acc, 2 - two acc, etc...


    Save and Close it.


    STEP 7:-(Cheking if everything is working)

    1. Now to check if your website is working, in your browser put the host name you created from DynDNS -- Dynamic DNS, E-Mail Delivery and Other Services, like mine is D2-Link Forums.
    2. To check if your Server is working for you, go in the Ac-web folder and click on control panel, and then click Launch Server.
    3. Then login with the Username and Password "admin" without "".
    4. To check if your Server is Working Public tell your friends to set their realmlist to your "Externel Ip", and login with the info they used to make an account on your Website.


    ORGINAL=http://www.************/forum/wow-private-server-info-help/9277-learn-how-make-public-world-warcraft-server-website-latest-patch-2-3-0-a.html
    Last edited by Respawn; 01-22-2008 at 11:50 AM.

    Learn how to make a public wow server,website,latest patch 2.3.0
  2. #2
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I Think it is a full guide

  3. #3
    Equ1N0X's Avatar Contributor
    Reputation
    148
    Join Date
    Mar 2007
    Posts
    1,197
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So basically download AC-web's pack, change confs, make host, and start website? Mostly common knowledge, but such a detailed guide hasnt been poste din a while, +1rep

  4. #4
    Intel's Avatar Member
    Reputation
    7
    Join Date
    Dec 2007
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    man this is not ur work this is my friends work on a differ fourm u copy and paister

  5. #5
    Xeneth's Avatar Member
    Reputation
    157
    Join Date
    Oct 2007
    Posts
    534
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quit posting Guides on how to set up AC-WEB REPACK.

    They have their own ****ing site. *explodes* *xeneth confetti everywhere*


  6. #6
    join's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i like the guide +rep!!!


  7. #7
    rodbh08's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Learn how to make a public wow server,website,latest patch 2.3.0

    I am connecting to my server from a remote pc but, I keep getting the realmlist screen in which I need to choose the server to connect, I am getting loading world and sent me back to the screen to choose realm... I forwarded all the ports... I set the conf files according to this guide but, I have the same issue... What should I do to fix it?


    I have a DSL modem and a router after it, I did the port-forwarding in both of them

    I did it!!!!

    In the listen port I placed the server's router ip and worked XD
    Last edited by rodbh08; 01-16-2008 at 12:22 PM.

  8. #8
    join's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    plz... some help maybey? well i think this is a little strange but i got no Default Gateway its only say "Default Gateway.........: " like that, well i am from sweden so i dont know if i got a "no normal computer" like the amerikan or whatever name it is but i can figure out what "Default Gateway" is on swedish.

    well what ever what am i going to do?


  9. #9
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Intel View Post
    man this is not ur work this is my friends work on a differ fourm u copy and paister
    Hawe i sed then it wos mine if you read it say ORGINAL then it is a link

  10. #10
    lawgen's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys.. hope all is well. I downloaded the ac ultimate repack and could not find a .sql file to put into the mysql database. Is there something I am missing , or it that file not included in the repack. thanks in advance and very detailed guide I must say.

    Ciao

  11. #11
    Gef's Avatar Member
    Reputation
    3
    Join Date
    Mar 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry, i'm a noob, i know...

    But, What is the heidisql Database needed for?

  12. #12
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To actually store accounts and data for the WoW server... Im not sure why ac-web repack hasn't got sql for database...


  13. #13
    Gef's Avatar Member
    Reputation
    3
    Join Date
    Mar 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pigpoo View Post
    To actually store accounts and data for the WoW server... Im not sure why ac-web repack hasn't got sql for database...
    Sorry, but can someone explain me how to configure it?

    I'm so lost

    PD. Sorry by my bad english, i'm spanish.

  14. #14
    dcarz's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look you need a program like Navicat or SQLyog... look at google after this.
    When you have it Install and run it, create a database and slect "restore SQl from dump" select the Database you want and execute it. thats it...

    change your .config files...

    Hope it helps.

  15. #15
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now i hawe udated som sqlyog and navicat can be downloaded

Page 1 of 2 12 LastLast

Similar Threads

  1. How To Make a Public Server
    By Glorianglorre in forum WoW EMU Guides & Tutorials
    Replies: 17
    Last Post: 07-12-2009, 01:19 PM
  2. How to make 2.4.3 server's public (non Hamchi)
    By Pieterkii in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 04-21-2009, 02:22 AM
  3. How to Make Ascent Server 2.3.3+ and How to make it public with hamachi
    By Joonak in forum WoW EMU Guides & Tutorials
    Replies: 25
    Last Post: 03-06-2008, 04:29 PM
  4. Replies: 12
    Last Post: 01-25-2008, 10:25 PM
  5. WoW Emu Section (How to Make Your Own WoW Server)
    By Errage in forum Suggestions
    Replies: 8
    Last Post: 08-21-2007, 11:53 PM
All times are GMT -5. The time now is 01:46 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search