Setting Up 3.25 ~ [Little Guide]

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    Member xCooKieZx is offline
    MemberRank
    Dec 2008 Join Date
    Germany x3Location
    57Posts

    Setting Up 3.25 ~ [Little Guide]

    Little Guide how to set up 3.25 ~
    [just edited by Slickone so dun be mad Dx im 2 lazy </3]


    SQLyog : SQLyog
    SQLyog is used for querying databases and syncing them to server it allows you to edit in game stuff

    ServerFiles : ServerFiles
    sowwie i forqet them 1st time Dx

    Database 3.25 : DataBase
    Database for 3.25

    Website : English Website.rar
    For Registering accounts and buying items inside game

    3.2 ~ 3.25 ManualPatch :
    MegaUpload
    MediaFire Part1
    MediaFire Part2


    Quote Originally Posted by slickone View Post
    Setting up your Audition 3.2 server
    Mysql 5.0 : mysql-essential-5.0.51a-win32.msi

    Its something that allows you to host a server that is ment for online purposes on your pc saving all its history and allowing you to set up a server that others can connect to


    Audition Patcher info :
    Auweb1.rar
    The info you want to show in your patcher (name of server and ip must be edited)

    Freda : freda.rar
    Allows other people to connect to your pc and see your server (patcher info is needed)

    Hexer : Hexer.rar
    Simple hexer can be used to edit patcher to your ip

    Default Patcher has 127.0.0.1 ip : Default Patcher.rar

    Hjsplit needed to put the client together to 1 part : RapidShare: 1-Click Webhosting


    Client 3.2 Chinese Non Edited Download all links Then combine with hjsplit then install client :

    AUDITION_SETUP071030.exe.001
    AUDITION_SETUP071030.exe.002
    AUDITION_SETUP071030.exe.003
    AUDITION_SETUP071030.exe.004
    AUDITION_SETUP071030.exe.005
    AUDITION_SETUP071030.exe.006
    AUDITION_SETUP071030.exe.007
    AUDITION_SETUP071030.exe.008
    AUDITION_SETUP071030.exe.009
    AUDITION_SETUP071030.exe.010
    AUDITION_SETUP071030.exe.011
    AUDITION_SETUP071030.exe.012
    AUDITION_SETUP071030.exe.013
    AUDITION_SETUP071030.exe.014
    AUDITION_SETUP071030.exe.015
    AUDITION_SETUP071030.exe.016
    AUDITION_SETUP071030.exe.017
    AUDITION_SETUP071030.exe.018
    AUDITION_SETUP071030.exe.019
    AUDITION_SETUP071030.exe.020
    AUDITION_SETUP071030.exe.021
    AUDITION_SETUP071030.exe.022
    AUDITION_SETUP071030.exe.023



    Step 1 MySQL :

    After you have Downloaded all of the following lets start off with mysql

    Install mysql keep click next typical or complete installment doesnt matter keep clicking till you get to the end where it will ask for security password uncheck it then finish the installment. Once finished installing go to the command line Start > All Programs > MySQL > Command Line. Enter the following into the command line





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

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

    Flush Privileges; <--- press enter
    GRANT ALL PRIVILEGES ON *.* TO 'audition-kr'@'localhost' <-- after that press enter
    IDENTIFIED BY 'modoaudition' WITH GRANT OPTION;

    UPDATE mysql.user
    SET PASSWORD=OLD_PASSWORD('modoaudition')
    WHERE USER='audition-kr'
    AND HOST='localhost';


    GRANT ALL PRIVILEGES ON *.* TO 'Audition'@'localhost' <-- after that press enter
    IDENTIFIED BY 't3audition' WITH GRANT OPTION;

    UPDATE mysql.user
    SET PASSWORD=OLD_PASSWORD('t3audition')
    WHERE USER='Audition'
    AND HOST='localhost';




    Step 2 SQLyog/Databases:


    Hostname/Ip address : localhost
    Port : 3306
    Username : root
    Password : root


    Then click Connect

    right click and press create database
    u need this 6 ones~



    audition
    auditionccu
    auditionlog
    auditionlogin
    itemdb
    messenger


    Right click every database and press 4 evryone: import Batch File
    and select the right ***.sql file from database files ~


    Quote Originally Posted by slickone View Post
    Setting up your Audition 3.2 server

    Step 3 Connection to patcher:

    Now open Freda.rar and auweb1.rar and place it on desktop. Default in auweb1 is 127.0.0.1(in both files) change the ip in both the files inside the folder auweb1 then in region.txt put the name you would like your server to be named as default is Audition online

    Double Click freda a box will show up :
    click (S) on top left side then (O) for (P) put 9801 for (W) locate your auweb1 folder for (D) go inside auweb1 folder and select region.txt



    [Befor go to next step..
    execute the ManualPatch20071214.exe and install then go on~]

    Step 4 Hexing Patcher:

    Open Hexer.rar and Defaultpatcher.rar and place on desktop drag and drop audition patcher onto the hexer program and it will open up in hex

    Click Search>Find then put 127 it will then show you the ip inside the patcher (on the right in the box) change 127.0.0.1 to your ip thier is 2 ips that need to be changed The first is http:// 127.0.0.1 (for website purposes) then the 2nd one connects to freda http:// 127.0.0.1:9801 (for ppl to connect to your pc)


    When editing in hex DO NOT EVER HIT SPACE OR BACKSPACE BECAUSE IT WILL DMG THE FILE
    Example change the first one like :

    http://79.181.21.69
    2nd one like :
    http://79.181.21.69:9801

    Once done editing save the file close hexer. Open freda then open your patcher.exe and see if your servers name pops up that means you did it correctly.


    Step 5 Setting up Server and database ip :

    To set up server to your own ip you must go opened audition3.2 server and go inside the folder named "Audition game server" in it contains a folder named "data" go inside data. Once inside data find the ini file named "serverinfo" there you will see :

    Change All the 127.0.0.1 to your ip <---
    If you dont know what your ip is goto What Is My IP Address? - IP Address Lookup, Info, Speed Test, and more

    [ServerConnection]
    DBAgentServerIP = 127.0.0.1 <----
    DBAgentServerIP2 = 127.0.0.1 <-----
    MessengerServerIP = 127.0.0.1 <-----
    itemDBServerIP = 127.0.0.1 <-----
    ServerID = 1


    Then save it.

    Now open navicat then double click auditionccu and double click serverlist change the ipaddres to yours press tab then close navicat.



    Step 6 Setting up the client :

    After you have downloaded the client

    For those who do not know how to use hjsplit its very simple and better to use than raring because raring has the chance of currupting at any time specially when the file is large

    To use hjsplit open the hjsplit.exe click join select the first file of the client you download (exe.001) then it will make an output in same directory that 001 was located (make sure all the clients files are together) then it will take awhile so be patiant then once its done you will see the setup exe then install the game. Be Sure To Put Your New Patcher In Your Newly Installed Client




    Step 7 Optional Editing your clients data :



    Step 8 Installing zend web server :

    Simple Just keep clicking next let it install and fill out the details as you go along put the port number you wish to use if you want it other then default port 80 example port 81 if you do put port 81 you will need to edit your patcher again if your planing on putting web on left side of patcher (in the window) you will need to hex and put :81 at the end of your ip to view site.

    After installing : What zend does is it lets you host your own website online through your computer so as for this you will need audition website to make accounts and buy items open "English Website.rar" extract the folder open the folder you will see lots of files in it now look for Zends folder (inside program files) go in it double click "apache2" folder then "htdocs" folder delete anything that is inside htdocs.

    Now put all the files from English Website folder inside htdocs folder to test if it worked type in your ip inside a web browser the website should pop up.

    Now you can create accounts and buy items in web
    There is a certain way to buy items in web

    All you have to do is go in game click the COLLECTION button (CART LOOKING THING) on the items you want to buy. Check website login Shop. You will see the list of items your just bought now click Buy >> Then Go to Fashion Mall inside the game and check your Gift Box.


    Step 9 Starting Server :
    Now your almost done yay :drinks_no you must start the exes in order go inside your audition server folder and in order start the servers :

    LoginDB.exe
    GameDB.exe
    MessengerDB.exe
    ItemDB.exe
    Messenger.exe
    Login.exe
    AuditionGameServer.exe


    Now make sure freda is up and client is ready with your edited patcher. Run the patcher and see if your server name shows up if it does double click it then click play (make sure you have registered an account to go in game with) You should be all set and ready to go
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    sry that just edited Dx
    i was 2 lazy to write it by my own Dx

    but hope it helps ~


    *files by: huuduyen ; Slickone ; an finally myself o__o*
    Last edited by xCooKieZx; 21-04-09 at 03:46 PM.


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

    Re: Setting Up 3.25 ~ [Little Guide]

    hmm I might re write a whole new guide for audi soon if I have time for 3.25 with some other stuff.

  3. #3
    Bumiayu Berdebu Fou Gilang is offline
    MemberRank
    Mar 2008 Join Date
    Yogyakarta (ID)Location
    414Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    haha
    thx
    at least we just need to insert the dbs' =]

  4. #4
    Account Upgraded | Title Enabled! opexone78 is offline
    MemberRank
    Oct 2008 Join Date
    216Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    hi there, thx for server files....
    well i think my server already run well...
    i have my web register work also...
    but when i enter my client and puting my account, something say like i put wrong id / password and then the client closed....
    HELP!?

    ---------------------------------------------------------------------------------------------------------------------
    sedih bener kalau ngga bisa seting server ini, adekku telah menunggu lama server ini!

  5. #5
    Member xCooKieZx is offline
    MemberRank
    Dec 2008 Join Date
    Germany x3Location
    57Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    Quote Originally Posted by opexone78 View Post
    hi there, thx for server files....
    well i think my server already run well...
    i have my web register work also...
    but when i enter my client and puting my account, something say like i put wrong id / password and then the client closed....
    HELP!?

    ---------------------------------------------------------------------------------------------------------------------
    sedih bener kalau ngga bisa seting server ini, adekku telah menunggu lama server ini!
    maybe wornq id? xDD

  6. #6
    Enthusiast yokmu is offline
    MemberRank
    May 2008 Join Date
    29Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    cookiez this theree linked close you help new link write please
    Freda : freda.rar -> OK
    English Client -> Download OK
    Default Patcher has 127.0.0.1 ip : Default Patcher.rar -> Do not Download New Link Please
    Hexer : Hexer.rar -> Do not Download New Link Please
    Audition Patcher info : Auweb1.rar -> Do not Download New Link Please

  7. #7
    Apprentice oknoproblem6 is offline
    MemberRank
    Jan 2009 Join Date
    20Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    Hmmm the ones in the quotes are dead =.=

    I got them from some other website, but it'll be better if you re-upload them to FileFront or something so others can download

  8. #8
    Apprentice 4njar is offline
    MemberRank
    Jul 2005 Join Date
    JakartaLocation
    9Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    hey I got Problems Here


    I`dont know what is mean T_T

    Can you help me T_T
    sorry for my bad english T_T

  9. #9
    Member xCooKieZx is offline
    MemberRank
    Dec 2008 Join Date
    Germany x3Location
    57Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    Quote Originally Posted by 4njar View Post
    hey I got Problems Here


    I`dont know what is mean T_T

    Can you help me T_T
    sorry for my bad english T_T
    it let u choose ur character name?o__o

    Quote Originally Posted by yokmu View Post
    cookiez this theree linked close you help new link write please
    Freda : freda.rar -> OK
    English Client -> Download OK
    Default Patcher has 127.0.0.1 ip : Default Patcher.rar -> Do not Download New Link Please
    Hexer : Hexer.rar -> Do not Download New Link Please
    Audition Patcher info : Auweb1.rar -> Do not Download New Link Please
    maybe watchinq in other thread?-___-
    i alrdy reuped soem linsk not client but the other stuff

  10. #10
    Bumiayu Berdebu Fou Gilang is offline
    MemberRank
    Mar 2008 Join Date
    Yogyakarta (ID)Location
    414Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    i think that "name problem" means you should change your nickname
    if the game cant, change it via db

    hope it helps =]

  11. #11
    Apprentice vandox is offline
    MemberRank
    Dec 2008 Join Date
    14Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    Hello ^^
    Please someone from the forum can explain this tutorial?
    Well, I tried here at home and could not connect to server =X

  12. #12
    Bumiayu Berdebu Fou Gilang is offline
    MemberRank
    Mar 2008 Join Date
    Yogyakarta (ID)Location
    414Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    ermh
    i've tried this servers
    and got kind of problem sometimes: dc when play normal mode
    then the gameserver said something about error /user.cpp
    can you explain why? 0_o

  13. #13
    Member xCooKieZx is offline
    MemberRank
    Dec 2008 Join Date
    Germany x3Location
    57Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    Quote Originally Posted by Fou Gilang View Post
    ermh
    i've tried this servers
    and got kind of problem sometimes: dc when play normal mode
    then the gameserver said something about error /user.cpp
    can you explain why? 0_o
    uhm i dunno o__o
    the server an all stuff for 3.25 works fine for me
    i dont qot any problems o__o
    but maybe ..
    some thinq wronq in it i rlly dunno Dx

  14. #14
    Apprentice papa2 is offline
    MemberRank
    Feb 2009 Join Date
    11Posts

    Re: Setting Up 3.25 ~ [Little Guide]

    pictures, and to help answered, "how to solve, sir, that will be enabled.↓ T_T
    http://www.wantup.com/images/322_dddd.jpg
    Audition Offline Version 3.25
    Last edited by papa2; 07-04-09 at 09:16 AM.

  15. #15
    Apprentice papa2 is offline
    MemberRank
    Feb 2009 Join Date
    11Posts

    Re: Setting Up 3.25 ~ [Little Guide]


    At the game login finished not be able to choose Server had broken through.↑



Page 1 of 3 123 LastLast

Advertisement