Please Join US Now!
It's free and fast.
Join Here
Why Register?
Main Menu
See Indonesia Better
History of Indonesia
Map of Indonesia
Bali Map
CULTURAL SITES: South Sumatra
CULTURAL SITES: Beautiful Borobudur
Beaches: Gorontalo
Beaches: Raja Ampat
Beaches: Kuta Beach - Bali
Beaches: Senggigi Beach-Lombok
Beaches: Amed Beach-Bali
Beaches: Lovina Beach-Bali
Beaches: White Sand Beach
Beaches:Experiencing Paradise in Paradiso
Beaches:Pelabuhan Ratu
MOUNTAINS & LANDSCAPES: Mt. Bromo & Semeru
MOUNTAINS & LANDSCAPES: TOLIRE LAKE, Maluku
MOUNTAINS & LANDSCAPES: Mt. Rinjani
MOUNTAINS & LANDSCAPES: Mt. Gede Pangrango
MOUNTAINS & LANDSCAPES: Ijen Plateau
MOUNTAINS & LANDSCAPES: Mount & Lake Batur- Kintamani,Bali
MOUNTAINS & LANDSCAPES: Puncak Pass
MOUNTAINS & LANDSCAPES: Bukittinggi
MOUNTAINS & LANDSCAPES: Toba Lake
MOUNTAINS & LANDSCAPES: Maninjau Lake
MOUNTAINS & LANDSCAPES: Legendary Tangkuban Perahu
MOUNTAINS & LANDSCAPES: Ujung Kulon National Park
MOUNTAINS & LANDSCAPES: Berastagi in North Sumatra
CULTURAL ACTIVITIES: Tana Toraja
CULTURAL ACTIVITIES: The Dramatic of Kecak Dance in Bali
CULINARY HEAVEN: Feasting on Bali
CULINARY HEAVEN: West Java Specialties
CULINARY HEAVEN: Jogjakarta's Dining Guide
CULINARY HEAVEN: Dining Experience in Metropolitan City
Disclaimer
Related Links
Link to us
Links
iBanner - indoku Official Banner
PHP Security has been installed
If your IP is banned by the script. Please write us an email to solve the problem. Meanwhile don't be afraid if you are not a spammer.

Couldn't find what you are looking for?
Please drop us a message in our Contact us link or click here
This offer is truly free of charge.

Forums
[Guide] Setting Up Audition 3.2 Server
Moderators: The Erfolger, zenderBasic summary Audition Online a game created in korea back in 2005 has became a popular hit over the years it is a f2p game. Audition is based on dancing being one of the biggest dance sensations as DDR is. This game uses arrow keys to function in game you follow the arrow keys as shown for your character to dance. Audition gives you a variety of things Many modes to choose from and many songs. In Audition they have a shop where you can buy your characters clothes to make your character look nice on the dance floor. Although this game may be free the clothes arent you have to buy in game cash to get clothes although some clothes can be bought with cash you get in game the better clothes are bought with bought game cash. It is fair in graphics not much is required for running the game
System Requirments :

How The Game Looks
| This image has been resized. Click this bar to view the full image. The original image is sized 800x600. |

| This image has been resized. Click this bar to view the full image. The original image is sized 800x20. |

| This image has been resized. Click this bar to view the full image. The original image is sized 800x600. |

In This guide you will learn how to create you own Audition Online and how your friends can join you in the fun
First you will need the following before starting Also i recommend you have at least 1 gig of ram
Navicat : navicat8lite_mysql_en.exe
Navicat is used for querying databases and syncing them to server it allows you to edit in game stuff
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
Zend : ZendCore-2.5.0-Windows-x86.exe
Zend is a webserver allowing you to host your own website so others can register and buy items in game
Audition 3.2 Database : Database 3.2.rar
Used to get inside the current version of audition (3.2) cannot log in 3.1 with this
Database Already setup and ready to go place inside data folder in mysql :
http://www.mediafire.com/?dmxxntniey2
Audition 3.2 Server Files : audition3.2.rar
Used To Function with only chinas audition client no other client will be able to connect to it
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)
English Website : English Website.rar
For Registering accounts and buying items inside game
Editing tools Acv Packer and Unpacker : acv pack and unpack.rar
To Unpack and edit your clients data and pack back the new data
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
English loading : English Load.rar
Stuff like loading character status will be in english put this in your script folder in client
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
Step 2 Navicat/Databases:
Install Navicat once done installing navicat click "Connection" on top left hand side of the program
Connection name : Audition
Hostname/Ip address : localhost
Port : 3306
Username : root
Password : root
Then click OK
Double click on the newly made "Audition" connection it will turn on then right click "Audition" then select "New Database" Time to make databases you need to make 6 databases to after you click "New Database" make each 1 by 1

audition
auditionccu
auditionlog
auditionlogin
itemdb
messenger
Now the following names should be listed on the left of navicat. Now you must query the databases Query meaning to insert the file into the database.
Open the "3.2 audition database.rar" you will see 6 files with the same name as the names you just listed on navicat Place those 6 files on your desktop. Now Double Click audition database in navicat it will turn green meaning it is connected now right click it and select "execute batch file" find audition.sql (the files you just took out) and double click it then press ok now it is putting together the database once done click finish.
Do the same for the next 5 databases as you did for audition.
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

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 :
If you want to change stuff i adivse you download photoshop and dds plugin to edit in game dds files to your own. Open the acv unpack / pack .rar to use it put them in your HD (Hard drives Directory Example C:\) To unpack an acv drag and drop the acv onto the acv_unpack.exe.
This then opens the acv you will see a list pop up in cmd line wait till its done then go into your documents and look for decompress. In there are the files you just unpacked you can edit them i advise you have spreadsheet to edit the .slk files (music and all text files in game)
Then after editing you can repack them by opening cmd (Start>Run>type cmd then press enter)
In here to pack the acv Example :
(C:\acv_pack C:\009.acv decompress) then press enter (depending on your hd letter change the (C) to it) The edited acv will end up in your hd directory where you put the acv pack and unpack at
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
[ Edited Sun Dec 07 2008, 12:16AM ]






