• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by slaw

  1. slaw

    MyAAC v1.0

    For sure, its possible! You can add them in the Admin Panel -> Menus, like this: Full Name: Zombie Event <img src="images/new.gif" alt="New"> Just as normal img. Also remember to put the correct file (new.gif) into images/ folder.
  2. slaw

    AAC JavaScript tool to render PNG images from .otbm

    Do you mean this? https://github.com/edceds/otbm-render
  3. slaw

    MyAAC v1.0

    v1.6 has been just released! Changelog: Release MyAAC v1.6 · slawkens/myaac (https://github.com/slawkens/myaac/releases/tag/v1.6)
  4. slaw

    Myacc problem after installation

    When you are logged on admin account, then you can see the link at the bottom of the site.
  5. slaw

    MyAAC - Theme Canary (based on opentibiabr Team work)

    The first problem is caused by PHP upload limits. There are 2 options. 1) Install by command line script. For that enter the myaac dir and execute the plugin:install command. cd /var/www/myaac (or other path where you have installed myaac) php aac plugin:install...
  6. slaw

    Myacc problem after installation

    This is wrong: Alias /site3 "C:/xampp/htdocs3/index" Should be Alias /site3 "C:/xampp/htdocs3". Same with directory.
  7. slaw

    MyAAC v1.0

    I would like to hear your opinions! What kind of customisation would you like to see in highscores page? Checkout this Pull Request (PR): Highscores customization by slawkens · Pull Request #302 · slawkens/myaac (https://github.com/slawkens/myaac/pull/302) Is there something else you would...
  8. slaw

    MyAAC v1.0

    v1.5 has been just released! Full Changelog + download: Release MyAAC v1.5 · slawkens/myaac (https://github.com/slawkens/myaac/releases/tag/v1.5)
  9. slaw

    AAC SMTP not working on LostAccount [MyAAC 0.8.6]

    It has been moved to admin panel -> Settings. Here:
  10. slaw

    AAC My Acc New Account and Recover

    smtp_pass is where you put your password. What does the log says? You can check in system/logs/mailer-error.log
  11. slaw

    MyAAC v1.0

    There is no config.php anymore, it has been moved to admin panel -> Settings. Admin panel you can find: http://localhost/admin
  12. slaw

    MyAAC v1.0

    Use this version: Release MyAAC v1.4 · slawkens/myaac (https://github.com/slawkens/myaac/releases/tag/v1.4) And not the opentibiabr version, because it won't work.
  13. slaw

    MyAAC v1.0

    Change the mysqlSock to empty string -"", it's not the hashing algorithm.
  14. slaw

    MyAAC v1.0

    What server is that? Is your mysql running? Try change in config.lua the mysqlHost to "127.0.0.1". Show me the mysql* part in config.lua.
  15. slaw

    MyAAC v1.0

    Your webserver is probably configured to use older version of php. What webserver do you use? apache2/nginx?
Back
Top