2 similar thread merged.
okay. a quick guide.
KaoriAMS download site is in my siggy.
To use KaoriAMS, you will need:
1. Apache or IIS, a WEB SERVER.
2. PHP, a scripting language.
or
1. XAMPP if you want to combine 1 and 2. (it has apache/php/mysql/other crap)
KaoriAMS should run on the same server as SQL.
now assume you have the above done.
unzip the KaoriAMS files to the right path.
for apache default is C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
for iis default is C:\inetpub\wwwroot
Configuration:
First goto backend folder of kaori ams
Edit 00config.php
change magickey and servername
Edit 00connString.php
change accountDB and gameDB to match yours
change other values if necessary (it uses windows authentication by default)
goto the parent folder
Edit 00config.php
update the magickey to match the one in backend
change backend url to a real one (remove :8888 unless you know how to make apache to use 8888 for backend)
change the other ones to match your server.
Optional:
change 00header and 00footer to match your site.
you can modify anything except the copyright in the 00footer.
Security Issues:
There are known security issues with KaoriAMS. You must keep ADMIN and BACKEND folders hidden (change the names, allow access only on localhost, etc)
Feel free to add reCAPTCHA.
http://recaptcha.net/
Note:
KaoriAMS is originally written for Mir 3 EI. To use this on PtW/JoB, you may have to edit some of the SQL queries in the PHP files.