How to get your private server Public(the way i help someone) menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to get your private server Public(the way i help someone)

    Hello my name is Aznboy and this fourm will teach you how to make your very own private server. I know that there is alot of guide that is out right now and i have been using some of them but some of them didnt really work. So i decided to make my own guide that helped me to make my very own server to work.
    Dont forget to check out my other fourm:
    A way for you to get your website for your server host free
    How To make a private server

    Requirement
    (For Installer first)
    Mysql
    Mysqldump
    World Installer
    Character Installer
    (Database)
    Mysql
    Ad.exe(for map)
    Winrar
    Any Repack also any Database loader and Complie(Ascent w/e)

    Guide
    1) Download Winrar and Mysql with Ad.exe
    2) Make sure that you have the Repack and the Database loader in.
    3) After this download the Installer with the two Mysql.
    4) Install the Mysql.(Not going to go in detail sorry.)
    5) Install the Database loader.
    How to Log into Heldisql or Navicat or Sysql:
    Host name: 127.0.0.1
    Username: Root
    Password: Whatever you put into the Mysql
    Done and connect
    Setting up your installer
    This is how you will have to set your up to look like:
    Code:
    set user=root
    set pass=password goes here
    set wdb=Your Database (world)	
    set cdb=Your Database (Character)
    And after you do this. Mkae a new folder name it whatever you want. Drag the two installer in there. Create a new folder and name it Database. And get a mysql and mysqldump. And drop that in the Databse. And now drag your sql file into the database also. And when you do name the World databse to World.sql And character will be Character.sql and you will all be set and ready to go. Go into world Installer and push w to install the world. Go to character and push c to install the Character.If you want me to. I will be gladly to make you any installer like donation or any other type.

    Setting up account:
    Go into Heldisql or your loading database area. Go into account. Creat a new one and the first block will say login. Don't add any in there. That is for you account number. Go to the second one and Type in your username. Third type in your password. Fourth Type az for admin a for GM and vp for vip and 0 for normal. Now go to the second to last box and enter 8 to enable TBC.

    Setting up your Ascent conf.
    Logon.conf
    Code:
    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "***"
    Name = "Accounts"
    Port = "3306"
    Type = "1">
    Ascent.conf
    Code:
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "***" Name = "Ascent" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "***" Name = "Accounts" Port = "3306" Type = "1">
    Making your server public
    Make and account at DynDNS.com
    Choose a Dyndns host and Add a host:
    Code:
    Your Server ip name (space) blah.com (anything)
    Wildcard enable
    IP host
    Click the blue one for you ip automatic 
    Done click okay
    Now run:
    C:\WINDOWS\system32\drivers\etc\hosts
    Then you will see something like this:
    Code:
    # Copyright (c) 1993-1999 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1 Serverhost IP
    [Internal IP] Serverhost IP
    [External IP] Serverhost IP
    Now you do the ports:
    If you dont know how look at portforward.com and they will teach you but you will have to open these ports:
    Code:
    3724 - 3724
    80 - 80
    3306 - 3306
    8129 - 8129
    8093 -8093
    6112 - 6112
    6881-6999
    3036 - 3036
    8050 -8050
    After this go into your realm.conf

    Also there is one on the top where it will say 127.0.0.1
    Change that into your realm ip from dyndns.com

    Code:
    <Realm1 Name = "picoswowserver"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "0"
    TimeZone = "1">
    Change that into you IP from dyndns.com

    Now go to your realmlist.wtf and change it to your dyndns.com host

    How to make a restarter: (Credit:Ballwinkle To give him +rep)
    Download:
    Uploading now

    Logon:
    @ECHO OFF
    CLS
    ECHO Server Started &#37;time:~0,5% %date:~1%
    :SERVERLOOP
    cd WS
    logonserver.exe
    ECHO Server Restarted %time:~0,5% %date:~1%
    ECHO.
    GOTO SERVERLOOP
    :END
    Ascent:
    @ECHO OFF
    CLS
    ECHO Server Started %time:~0,5% %date:~1%
    :SERVERLOOP
    cd WS
    ascent.exe
    ECHO Server Restarted %time:~0,5% %date:~1%
    ECHO.
    GOTO SERVERLOOP
    :END
    Save them in notepad and put save as.
    Logon.bat and go to bottom and save them as all file. Same go for ascent but the name is going to be ascent.bat
    And you have you account now Enjoy.
    Last edited by aznboy; 01-23-2008 at 07:22 PM.

    How to get your private server Public(the way i help someone)
  2. #2
    tripleblade3's Avatar Member
    Reputation
    42
    Join Date
    Sep 2007
    Posts
    164
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great Post, even though my server is already public, i had a lot of trouble finding out how to do it and your guide is pretty much perfect.

  3. #3
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehe thanks... +Rep for being my first post and reader ^_^

  4. #4
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So this didnt help anyone get their server public?? If you have anything wrong just post it here and i will try to help you

  5. #5
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Already have my server up, but this is a good, simple guide to setting up your server and getting a launcher up and running.

    Edit: Added reputation to you.

  6. #6
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks.. +Rep back and one more rep til you become a non leacher anymore

  7. #7
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, hehe, thanks.

    Being a lazy leeching lowbie isn't very fun.

  8. #8
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated on how to make a private server. Tell me if i miss anything up there

  9. #9
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmmm... You should put in some info on accounts (GM accounts: az, a, etc.), include an Ascent Restarter program, and tell them to run Ascent.exe/Logonserver.exe.

    PS: Nice update.

  10. #10
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit it to where to make account and also a restarter

  11. #11
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, and I am out of the Lazy Leeching Lowbie group now.

  12. #12
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Congratz fellow happy your not a leacher anymore ?

  13. #13
    Darkfighter's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is much more easy with hamachi

  14. #14
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah well this is to make a private server public without hamachi and if your a noob at making it public then go to hamachi which is easier

  15. #15
    Varanes's Avatar Member
    Reputation
    10
    Join Date
    Nov 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe nice guide

    GOD +rep YOU!

Page 1 of 3 123 LastLast

Similar Threads

  1. {SUPER MARIO GUIDE} How to make your Ascent Server Public Without Hamachi
    By mcimmino92 in forum WoW EMU Guides & Tutorials
    Replies: 27
    Last Post: 07-03-2008, 06:05 AM
  2. [Guide] how to make a private server on the Mac OS
    By KerotheFox in forum WoW EMU Guides & Tutorials
    Replies: 8
    Last Post: 03-02-2008, 01:46 PM
  3. [Video] How To Create Your Private Server by Illidan_000
    By Illidan_000 in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 01-30-2008, 04:39 PM
  4. {GUIDE} How to make your Ascent Server Public Without Hamachi
    By mcimmino92 in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-21-2008, 08:38 AM
  5. Making your private server public public.
    By jimjim in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-18-2007, 03:52 PM
All times are GMT -5. The time now is 03:57 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