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









