Downloads
------------------
------------------
Au1.7 Game Client In Parts
------------------------
RapidShare
-------------
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Links By matrixane
-----------------------
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Download MySQL from MySQL AB :
---------------------------------
needed to make a server
To view the content, you need to sign in or register
Download MySQL Control Center from:
------------------------------------
used to manage and edit server
To view the content, you need to sign in or register
Au V1.7 Server files
---------------------
To view the content, you need to sign in or register
Xamp
-------------
Used for setting up website
To view the content, you need to sign in or register
Au1.7 Website Files
------------------------
Web files for signup,etc..
To view the content, you need to sign in or register
Server Setup
------------------
------------------
Install MySQL 5.0
Run Congifurations wizard Click Standard Congifurations
click next then uncheck Modify Security settings
Next then excute
Install MySQL Control Center
Open MySQL Control Center
Create new connection ctrl+N
Name: localhost
Host Name: localhost
User Name: root
Password

Create 3 database audition, auditionlog, auditionlogin.
Press Ctrl+Q
Open audition database then load query from
AU1.7/db/audition.sql
Open auditionlog database then load query from
AU1.7/db/auditionlog.sql
Open auditionlogin database then load query from
AU1.7/db/auditionlogin.sql
Congifurations For Server Online and Offline
--------------------------------
127.0.0.1(offline) Wan-IP(online)
Find Your Wan IP
-----------------
To view the content, you need to sign in or register
Edit IP Address in AccountServer\Data\serverlist.ini
[ServerGroup]
ServerGroupCount = 1
ServerGroup1 = RZ
[CommunityServer]
ServerIP = 127.0.0.1<- Change to wan-ip for online leave alone for Offline
[ServerConnection]
DBAgentIP = 127.0.0.1
Edit IP Address in GameServer\Data\serverinfo.ini
[ServerConnection]
AccountServerIP = 127.0.0.1<-Change to wan-ip for online leave alone for Offline
DBAgentServerIP = 127.0.0.1
ServerID = 101
Edit IP Address in Gateway\Data\serverinfo.ini
[ServerInfo]
ServerGroupID = 1
ServerID = 11
ServerName = GatewayServer1
[ServerConnection]
AccountServerIP = 127.0.0.1<-Change to wan-ip for online leave alone for Offline
Run Audition Server with this order
1. GameDBAgent\DBAgentPay.exe
2. LoginDBAgent\DBAgentPay.exe
3. GatewayServer.exe
3. AccountServer.exe
4. AuditionGameServerD.exe
WebServer Setup
------------------
First install Xamp
go to C:\Program Files\xampp\htdocs
Delete everything in this folder and add the AuWebfiles in
now open up to C:\Program Files\xampp\htdocs\audition\include
open config.inc with notepad
Edit so it looks like this you can change gold & aumb to whatever you like
then file save<?php
$db_host = 'localhost';
$db_user = 'root';
$db_pwd = '';
$AU_db = 'audition';
$AUlogin_db = 'auditionlogin';
$pconnect = 0;
$conn = mysql_pconnect($db_host, $db_user, $db_pwd) or trigger_error(mysql_error(),E_USER_ERROR);
$gold = '100000'; <--amount of gold given after player joins
$aumb = '100000';<--amount of cash given after player joins
$level = '1'; <--Starting level for new players
$pop = '';
$AuExp = '0'; <--Starting exp for new players
?>
to access your webserver put this in to your browser
To view the content, you need to sign in or register
To view the content, you need to sign in or register
<-- if you want your friends to joinPlaying The Game
-------------------
I use because I play both offline and trying to play online with some friends. just add this into your game files double click it insert the ipadress and game will start
To view the content, you need to sign in or register
Last edited: