• 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

    It will be set automatically, if you have in database the column: accounts.number, or if you don't have any of these columns: name + number (then id will be used).
  2. slaw

    [MyAAC][Plugin] Gesior Shop System

    So, your problem is with nginx configuration. You need to adjust following line: try_files $uri $uri/ /index.php?$query_string; The ?query_string is important.
  3. slaw

    Canary 3.1.2 database forge_history error

    Cześć, całą linijkę z done_at_date możesz usunąć, bo nie jest używana przez canary najwyraźniej:
  4. slaw

    [MyAAC][Plugin] Gesior Shop System

    Hello, is that localhost or can I reach your website over internet? If so, show me the link, so I can look. If you do not wish to post it publicly, then write me private message. I think you installed wrong gesior shop for your myaac. 6.0.3 is for 1.0+ and 5.0.2 is for 0.8
  5. slaw

    RME edits problem.

    That's because the teleports are saved in different "custom" .otbm, which are loaded after the main map. You can find them in world/custom/ folder. The @Maziajka showed you the way you can disable loading of those custom maps.
  6. slaw

    MyAAC v0.8.21

    There is something wrong with your config.lua, can you post it here? Delete sensitive things like passwords, etc.
  7. slaw

    [MyAAC][Plugin] Gesior Shop System

    It's fixed in latest version. Seems you were using mysql, and not mariadb. #all Information: from now on all plugins are available on the website: https://plugins.my-aac.org/ The threads at OtLand won't be updated with latest versions, as it would require a huge amount of time to update them...
  8. slaw

    Error In create Character with MyAcc

    Read in the FAQ - FAQs – MyAAC (https://my-aac.org/faqs) what to do in case of white page error. Then post the error here.
  9. slaw

    AAC My Acc New Account and Recover

    Yeah something with password. I'm not good at outlook.
  10. slaw

    AAC My Acc New Account and Recover

    There is no cache in myaac 0.8 highscores, so those are loaded live from database.
  11. slaw

    AAC My Acc New Account and Recover

    As I said you need to generate App password here - Account settings: Your browser is not supported. (https://myaccount.google.com/apppasswords) And set that password as smtp_pass.
  12. slaw

    AAC My Acc New Account and Recover

    'smtp_host' => 'smtp.gmail.com', 'smtp_port' => 587, 'smtp_secure' =>'tls', 'smtp_auth' => true,
  13. slaw

    AAC My Acc New Account and Recover

    Set port to 587 and smtp_secure to 'tls'. Any errors now?
  14. slaw

    AAC My Acc New Account and Recover

    Which host are you trying to configure? gmail?
  15. slaw

    AAC My Acc New Account and Recover

    Mail needs to be configured. You need a smtp server. You can either use gmail or use your own host. But its not that easy. The easiest option is gmail. Set smtp_enabled = true, smtp_debug = true For GMail use generated App password - Account settings: Your browser is not supported...
  16. slaw

    GlobalEvent [TFS 1.x] Power Gamers and Online Time for Gesior2012/MyAAC

    I converted this script for myaac, if anyone needs. I did only absolutely minimum so it only works, don't expect any code refactor. system/pages/onlinetime.php https://gist.github.com/slawkens/838f11d6ca640531970740903818c1ea system/pages/powergamers.php...
  17. slaw

    [MYAAC] Guild Error

    Version? 1736981737 I helped him through AnyDesk. For some reason, he didn't had this code in system/pages/guilds/show.php $twig->display('guilds.view.html.twig', array( 'guild' => $guild, 'logo' => $guild_logo, The 'guild' part was missing. It's included in 0.8.21, so he probably...
  18. slaw

    [MYAAC] Guild Error

    What version of the plugin do you guys use? You can see in plugins/guild-wars-old.json
  19. slaw

    [MYAAC] Guild Error

    Does it help when you change the 16 line from? $guild_id = $guild->getId(); To: $guild_id = $context['guild']->getId();
  20. slaw

    [MYAAC] Guild Error

    Do you have this line in system/templates/guilds.view.html.twig: {{ hook('HOOK_GUILDS_AFTER_INVITED_CHARACTERS', { 'guild': guild, 'isLeader': isLeader }) }} ? Also, would be useful to know, what myaac version do you use, you can see that in common.php
Back
Top