(Guide) 100% How To Set Up Your Own 3.1 Server With Client

Page 1 of 34 12345678911 ... LastLast
Results 1 to 15 of 505
  1. #1
    Account Upgraded | Title Enabled! slickone is offline
    MemberRank
    Jun 2006 Join Date
    North carolinaLocation
    663Posts

    Setting Up Audition 3.1 Client Guide/3.2 Coming Soon

    Audition 3.1 And 3.2 Server Guide




    Chapter One - >HOW TO SET UP SERVER<


    Chapter Two - >NEEDED DOWNLOADS AT BOTTOM<



    Chapter One



    Step One Setting Up MySql
    ----------------------------------------------------------------------------------------------------
    Install Mysql on your pc go through the process of installing it keep clicking next till you get to configuration. Then select standard configuration then next and next again. Uncheck modify security settings because it makes life simpler. Now after you install mysql you must create a user so that mysql can connect to the (Sever exes). To create a user goto "start" "all programs" and look at the folder marked "mysql". In it will show command line click it then it says Enter a password just press "enter" insert this stuff into that window ----->




    GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost'
    --> IDENTIFIED BY 'root' WITH GRANT OPTION; <--- after ; click enter

    UPDATE mysql.user
    --> SET PASSWORD=OLD_PASSWORD('root')
    -->WHERE USER='root'
    -->AND HOST='localhost'; <--- after ; click enter

    After you press enter it will then query 1 row
    (After that do)

    ->flush privileges; <---after ; click enter

    Now you have set up mysql with user root and pw root connecting to the server Exes that are in this thread

    ---------------------------------------------------------------------------------------------------



    Step Two Querying DataBases
    ---------------------------------------------------------------------------------------------------
    Next step install Navicat and put the user name (root) pw (root) and host (localhost) then if you did it right it should let you create and connect to it now you must make 6 dbs



    To make the dbs (audition database files) right click (Connection's name) then new database Insert the Name of each database separately one by one

    1. audition
    2. auditioncc
    3. auditionlog
    4. auditionlogin
    5. itemdb
    6. messenger


    To query the sql files (Dbs) you must open the db by double clicking. Then right click the db name and click "execute batch file" find the sql files and start the query Example execute batch file from audition (find audition.sql then start)

    --------------------------------------------------------------------------------------------------



    Step Three Setting Up Your Server On Your Own Ip
    -----------------------------------------------------------------------------------------

    First off if you want to host a private server for audition like mine you need to edit your ips. The ips that need to be edited are

    1. Auditionccu>Serverlist>IpAddr> Inside the column put your current LAN ip address

    2. Your Serverinfo in the AuditionGameServer shown below -

    AuditionGameServer data folder ServerInfo.ini -

    [ServerConnection]
    DBAgentServerIP2 = 71.68.66.3 <--- Edit to your own ip
    MessengerServerIP = 71.68.66.3 <--- Edit to your own ip
    itemDBServerIP = 71.68.66.3 <--- Edit to your own ip
    ServerID = 1

    Then as for region and Server ip connection. Change all the files that have ips in them to your own with your own region name

    Using ChinaGpModels login tool i added it to Mediafire I set it up for you already.
    All you need to do is extract the files.

    Open aspweb click ( "file" (S) ) Then Click (O) A window will appear ( (W) = Folder Name ) Click the browse tab ---> |...| to search for Auweb folder (its with the stuff i uploaded in freda) click ok ( (D) = Region.txt ) Again click browser tab and find region.txt you will find it in your Auweb folder click ok.

    To Edit Your Region Name with its ip -
    " "Your Region Goes Here" auconnectps:"YourIp Goes Here" "
    "#"


    An Example :
    "Ragezone auconnectps:78.182.169.123"
    "#"

    auconnectps.ini <-- That file must have your ip in it (its inside Auwebfolder)

    After making sure your region is correct make sure the port is 9801 (P) <-- . Then click ok then your good to go if someone has a patcher with your ip it will be recorded in freda once they open it =)



    -------------------------------------------------------------------------------------------------


    Step Four Hexing Patcher
    First of all hexing is very simple but easy to mess up the exe. I added hexer in one of my uploads. To edit patcher open the patcher.exe in hexer then click find then look for http: (default patcher in here is 127.0.0..1 so ull see http://127.0.0..1) edit only the ip to your own and at the end of it :9801

    Example : [url=http://127.0.0.1:9801]cPanel
    Last edited by slickone; 16-12-08 at 12:16 PM.


  2. #2
    Apprentice kelvin84 is offline
    MemberRank
    Mar 2006 Join Date
    HongKongLocation
    11Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    can also login with version 3.2
    add this 01.07.01.cn in ur DB auditionlogin (version)

    and also change settings at LoginServer\data\ServerInfo.ini

    [CLIENTVERSION]
    Version = 01.07.01.cn

  3. #3
    Apprentice yangxin123 is offline
    MemberRank
    Nov 2007 Join Date
    8Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    good man
    thanks!!!

  4. #4
    OLDER BRO matrixane is offline
    MemberRank
    Nov 2005 Join Date
    ArgentinaLocation
    1,187Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    Nice Guide And Share Buddy. 10 +

  5. #5
    Valued Member RabbitSpazz is offline
    MemberRank
    Jul 2006 Join Date
    The NetherlandsLocation
    145Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    Very nice :O
    \Thx ill try it out :3

  6. #6
    Valued Member RabbitSpazz is offline
    MemberRank
    Jul 2006 Join Date
    The NetherlandsLocation
    145Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    Errmm when I do it with mysql 5.0 I get this error ERROR 1147: Table audition.1 doesnt exist when I try to open audition db...

  7. #7
    Member ChinaGpModel is offline
    MemberRank
    Nov 2007 Join Date
    50Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    THX for this

  8. #8
    ex visor Aaron is offline
    MemberRank
    May 2007 Join Date
    MichiganLocation
    4,028Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    It's nice, but I can't understand chinese D:<

  9. #9
    Omega iNs@nE is offline
    MemberRank
    Jun 2006 Join Date
    HereLocation
    9,537Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    Added to the sticky thread.

  10. #10
    Member ChinaGpModel is offline
    MemberRank
    Nov 2007 Join Date
    50Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    Navicat MySQL and mysqlcc

    which better?

  11. #11
    Enthusiast trangteen is offline
    MemberRank
    Dec 2005 Join Date
    thaiLocation
    47Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    Auditionloginserver

    user : 123456 passwd 123456 pass

    nick [GM]Slick not pass



    AuditionLoginserver

    help [2007-11-26 01:05:46.637] user login error : 1
    [2007-11-26 01:06:03.662] User[127.0.0.1]... packetProc Error [ 70, 0, 2, 1 ]
    [2007-11-26 01:06:46.634] user login error : 1
    [2007-11-26 01:08:00.650] user login error : 1
    [2007-11-26 01:08:34.158] User[127.0.0.1]... packetProc Error [ 70, 0, 2, 1 ]
    [2007-11-26 01:13:23.624] user login error : 1
    [2007-11-26 01:15:00.634] user login error : 1
    [2007-11-26 01:16:39.156] user login error : 1
    [2007-11-26 01:16:48.309] User[127.0.0.1]... packetProc Error [ 64, 0, 2, 1 ]



    AuditionAgentDBServer

    Error requestChannelInfo

  12. #12
    Account Upgraded | Title Enabled! slickone is offline
    MemberRank
    Jun 2006 Join Date
    North carolinaLocation
    663Posts
    the proc error i really have no clue what it is juss restart ur game client and it should work =) but the stuff i gave u im 100% positive u can log in u must have missing something in guide

    Quote Originally Posted by ChinaGpModel View Post
    Navicat MySQL and mysqlcc

    which better?
    well its good to have both i like mysqlcc because less problems happen with it so query dbs with mysqlcc and use navicat to edit stuff in game =)

    Quote Originally Posted by RabbitSpazz View Post
    Errmm when I do it with mysql 5.0 I get this error ERROR 1147: Table audition.1 doesnt exist when I try to open audition db...
    hehe as long as u queryed the dbs into mysqlcc u can open up navicat and edit the table easily and very simple thas what i do but getting the table doesnt exist means ur using a mysql ver that isnt compatible with the db but if ur feeling lazy lol juss get navicat instead of reinstalling trust me it works ^^ good luck man =)

  13. #13
    Member angelfish is offline
    MemberRank
    Jun 2006 Join Date
    shanghaiLocation
    84Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    thanks ,it's good Guide~~~

  14. #14
    Account Upgraded | Title Enabled! slickone is offline
    MemberRank
    Jun 2006 Join Date
    North carolinaLocation
    663Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    no problem man glad to help

  15. #15
    Apprentice dc5118964 is offline
    MemberRank
    Nov 2007 Join Date
    6Posts

    Re: (Guide) 100% How To Use 3.1 Server And Get In

    I can't Shopping



Page 1 of 34 12345678911 ... LastLast

Advertisement