• 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!

Search results

  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?
  16. slaw

    MyAAC v0.8.21

    What version of myaac are you using? You can check in common.php. Sounds like some outdated version.
  17. slaw

    Moving forward

    It's been over 11 years since this statement, has anything changed in the OtLand Admins minds, regarding offering paid scripts etc.? On many discords it's allowed. Also I don't see difference in offering paid services and offering paid/ready scripts.
  18. slaw

    OTSERV 0.6.4 and MYAAC

    Hello, there is something wrong with your config.lua - look for the line saying "pzlocked".
  19. slaw

    Windows MyACC Configlua help

    What I would do is same as @Allynn recommends, copy to another drive ( D: ) or Desktop. Then right click on the folder -> Click properties. And there copy the full path to folder. This way you can ensure there are no errors/typos in your path. Computer systems are very strict when it comes to...
  20. slaw

    Windows MyACC Configlua help

    Are you sure that the config.lua is directly in the canary-main folder, and not in under folder? canary-main/config.lua - this one is searched. Can you post a screenshot from your canary-main folder? Another question - what web server do you use, its not not Windows Subsystem for Linux (WSL)...
Back
Top