KaoriAMS

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
http://www.kaorimir.com/KaoriAMS/KaoriAMS.zip

Account Register
Password Change
Password Retrieval
Simple Statistics page

this download is for php lovers... running apache+php or iis+php on windows with your JoB server.

it will not run on unix hostings. only windows.

requirement: webserver, php >4.3, windows
instructions: well change all the 00files.php to match your server config.

I will provide support only in this thread.
 
Last edited:

howie

LOMCN Veteran
Veteran
Loyal Member
Jun 7, 2003
310
2
112
UK
Thanks :)
I am using them all, they work well and look good.
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
mine sharing what your problem was and what you did you do to fix your problem?

account stuff wouldnt connect to the sql till i realized the backend address was wrong.
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
If your SQL is with your webserver...
$host = "(local)";
$port = "";

If your SQL is somewhere in your lan...
$host = "192.168.1.2"; // your sql ip addy
$port = "";

If your SQL is somewhere in your lan and using another port...
$host = "192.168.1.2"; // your sql ip addy
$port = "2433";

You might need to put in the username/password. This will be the same username/password as in your !setup.txt
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
the zip file is updated on my 1st post...

added a siggy script :P
siggy script requires GD2 (windows: goto your c:\windows\php.ini and remove the semicolon from ";extension=php_gd2.dll")

if you are upgrading from 1.00, you will need to add $serverName="ktest" to your 00config.php in both backend and the main directories. (change ktest to whatever you use)
add 2 new scripts: siggy3.php and backend\getOnlineCount.php (don't think you will need to change anything there)
add images: 7 banners png files.

to use them... http://whatever/siggy3.php?name=YourName

common problems for siggy script = no GD2. gives you a broken image or no image or I don't know :P
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
v1.20

updated again! re-download the zip in my first post.



  • I have added level and exp into the siggy3.php
  • also added an admin lookup page (char info, item listing, maybe more in the future like ban char/delete char/etc)
  • admin page should be password protected or hidden.
  • Added market.php for displaying your item market on web.
  • Moved stats and on24 pages to backend.
  • Some code cleaning on a few scripts.
 

thebigguy

Dedicated Member
Dedicated Member
Apr 16, 2003
115
0
113
Blackburn
just wondering if ne off use wanted to edit it is it okie to add there name on it but as long as u say it was edited by that person but add created by Kaori though aswell
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
You can edit them any way you like... as long as you keep the copyright line in the 00footer... you can edit out the title, image names, layout, colour, whatever...
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
Wizard said:
Thanks Kaori, work fine but is little bug in /admin home link.
hehe thx... that was a quick addon... so I didn't check the all the links. if you have any other stuff you want to see.. pls post here.. I'll add them if I like them on.

wizard... looking at your stats page... your column type is wrong on the level... you should convert it so it uses SMALLINT. it's displaying 9 as highest level so your level must be using one of the CHAR types :P
 
Last edited:

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
planning to add something like this lol... a little bar graph for 24 hr user count... still needs tweaking.. so maybe you can give me some more ideas...

on24graph.php


the number means peak user count in graph
 

TritoN

LOMCN Veteran
Veteran
Aug 21, 2003
474
1
114
got a problem using AMS on this combination:
2003 server with Apache2 and PHP 4.3.5

iam using same settings as on another machine with IIS6 (working fine) but it doesnt work on the above setup
any clues?