Kaori ams

Mu online season 21 - grand opening

Baldasor

Dedicated Member
Dedicated Member
Jan 3, 2008
179
0
43
Web Kaori

Hello, since there is done the Web Kaori? This Web that contains statistics of the servant, to create account etc.
Thank you.

I sit it for my Englishman but I am Spanish.
 

Alecs

SPQR
VIP
Jan 10, 2009
3,519
3
1,415
360
Europa
Re: Web Kaori

i do not understand you but i think you want the AMS, you can download it in kaori's site
 
Upvote 0

FireWire

Dedicated Member
Dedicated Member
Mar 8, 2009
26
0
27
Re: Web Kaori

Look for Member "Kaori" or look in the Mir3 Section. Unimportend where you find her name you can Click on it.

than look in her profil at her signatur.

There you find what you looking for :)
 
Upvote 0

Zordon

Golden Oldie
Golden Oldie
Apr 26, 2008
1,176
20
125
Manchester, UK
Ok, I don't get how this is all supposed to work.

A): How do I set up the files, what info needs to be put into the kaori ams files??

B): How do i get them "hosted" using xampp???

Also, I've used this info for trying to get my server live, tried my net ip and it wont connect.

For Future Reference for all

SQL

TBL_PUBIPS
127.0.0.1 localhost MIR3

TBL_SELECTGATEIPS
Sting 91.84.20.13 7100 MIR3

mud3\mir3server\HolleyDBSvr\HolleyDBSvr.exe
IP Set in here - 127.0.0.1

mud3\mir3server\HolleyDBSvr\!serverinfo.txt
127.0.0.1,91.84.20.13:7200

Mud3\mir3server\GameGate\SelGate\Config.ini
ServerAddr=127.0.0.1
ServerPort=5100
GateAddr=127.0.0.1
GatePort=7100

C:\Mud3\mir3server\GameGate\RunGate\Config.ini
ServerAddr=127.0.0.1
ServerPort=5010
GateAddr=0.0.0.0
GatePort=7200

C:\Mud3\mir3server\?????\RegServer.exe
LocalIP=192.168.0.25
RegPort=7010
SQLIP=127.0.0.1
Username=**********
Password=**********
MapName=0
Map_X=160
Map_Y=230
LoginPort=7000
LoginSrvPort=5500
LoginSrvIP=127.0.0.1

C:\Mud3\Setup\!runaddr.txt
127.0.0.1

C:\Mud3\Setup\!servertable.txt
0 127.0.0.1 7200

C:\Mud3\Setup\!Setup.txt
Game IP - 127.0.0.1
Hero IP - 127.0.0.1
DBAddress - 127.0.0.1
MsgAddress - 127.0.0.1
IDSAddress - 127.0.0.1
LogAddress - 127.0.0.1

I think that is everywhere where I could find an IP that someone might have changed...

That is from Sting.. and it works
__________________

Can someone Sticky this so hopefully, no-one need ask the question again.

I've tried DYNDNS, doesn't work!! Any help appreciated guys.
 
Last edited:
Upvote 0

FireWire

Dedicated Member
Dedicated Member
Mar 8, 2009
26
0
27
Re: Web Kaori

if you use a translator web engine like Yahoo Bablefish than pls Translate word by word not in a full sentence

word by word is better to understand if the engine translate full sentences its getting more and more no sence :)
 
Upvote 0

Alecs

SPQR
VIP
Jan 10, 2009
3,519
3
1,415
360
Europa
Re: Web Kaori

Baldasor if you need help with any translation i'll help you.

---------------------------------------------------------

Baldasor si necesitas ayuda con la traducción yo te puedo ayudar.
 
Upvote 0

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
265
Canada
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.
 
Last edited:
Upvote 0