Search results

Play Now
  1. Kaori

    Kaori Log Data Server

    base dir = log's base dir so an empty dir is preferred. It doesn't need to read any file. It writes to base directory. btw... 0.9.5 is released. There was a major bug fix on this one.
  2. Kaori

    How long until it isn't free?

    More like obeying than confirming. I'll try to update the ad rules later.
  3. Kaori

    Setting Up Server

    fix your crueldragon ini file, you are not connecting to the DB properly.
  4. Kaori

    33 Weapons

    in KaoriMIM you goto the image first, then Utilities->change offset. save the library and the try.
  5. Kaori

    Kaori Log Data Server

    Feel free to download it here. http://www.kaorimir.com/KaoriMirLogServer/ Let me know if you have trouble.
  6. Kaori

    Real or Fake Offical mir3???

    very professionally typed. good english too.
  7. Kaori

    How long until it isn't free?

    donation for items! bad wemade.
  8. Kaori

    Kaori Log Data Server

    I am looking for logs generated from the old log data server if you have been using it. This is what my EI server logs. 1 0 0 9 1 388 162 Kaori Torch 59720156 1 Jerry 2008-10-25 14:01:16 1 0 0 15 D1116 69 17 MinoCommander MagicBracelet 59720077 0 0 2008-10-25 14:03:25 1 0 0 11 D1116 68 14...
  9. Kaori

    Real or Fake Offical mir3???

    It's real, but I am not sure about the statement "It's totally free"
  10. Kaori

    Legend Of Mir 3 - WeMade

    why did you post in upcoming? moved to chat. yes it's legit. koreans do not learn english by default. it's a teaser page, so don't expect too much.
  11. Kaori

    How to setup a offline server

    http://www.lomcn.co.uk/forum/showthread.php?t=52162 read the server setup guide
  12. Kaori

    npc flashing

    is the npc flashing happened after a long time? or right away? are you using a different exe? maybe the WIL has to be certain type?
  13. Kaori

    question about gifs

    you want to CROP and still be animated? you need animated gif program... old program paint shop pro 6 has an animation shop that can do it.
  14. Kaori

    php & mysql.

    no problems
  15. Kaori

    php & mysql.

    instead of grant all grant select,insert,update on php.* to 'php'@'localhost' identified by 'php'; flush privileges;
  16. Kaori

    php & mysql.

    that's right... line 2 and 3 means you are giving the user php@localhost or [email protected] access with the password php.
  17. Kaori

    php & mysql.

    yes cmd is much easier for that one... you can do those in phpmyadmin login to phpmyadmin as root and then paste those 3 lines in the sql query window.
  18. Kaori

    php & mysql.

    how did you create your db and user? the following will create a database called php, user php with password php login as root mysql -u root -p create database php default character set utf8; grant all on php.* to 'php'@'localhost' identified by 'php' with grant option; grant all on php.* to...
  19. Kaori

    windows activation, XP Home

    you have your own product key? call microsoft.
  20. Kaori

    php & mysql.

    you may need to enable it here by removing the semicolon in the php.ini ;extension=php_mysql.dll