• 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

    TFS 0.X Roulette System (TFS 0.3.6) How do i install

    This is an onUse event, so you register it in actions.xml
  2. slaw

    MyAAC v1.0

    Yeah, available as a plugin: MyAAC Plugins (https://plugins.my-aac.org/plugins/Google+ReCaptcha/2.1) Works with all versions of recaptcha.
  3. slaw

    I have a java script question.

    What you can try yourself is to create a million monsters, then remove them. You will see then the memory usage and (if) there are any leaks :)
  4. slaw

    AAC MyAcc - add server discord

    You can export discord widget in the discord settings. 1. Right click on your server -> Go to Server settings: 2. Navigate to "Widget", here you can copy the iframe: 3. This code you can paste in the correct place of your template.
  5. slaw

    AAC TFS 1.5 MyAAC Gesior Shop System

    Hey! Looking at your website, I see you are using the Certbot SSL certificate. I have high guess, that it may cause problems. Because I did different tests for some peoples, and it's working when using direct IP without the domain and SSL. Can you try installing some paid SSL certificate...
  6. slaw

    MyAAC v1.0

    Check this nginx-sample from myaac: (its located at /etc/nginx/sites-enabled) https://github.com/slawkens/myaac/blob/main/nginx-sample.conf These 3 lines are important, verify if you have the same: location / { try_files $uri $uri/ /index.php?$query_string; }
  7. slaw

    MyAAC v1.0

    I don't know what they changed in PHP 8.4, that makes it doesn't load the config.lua file. But I guess the simplest solution for you would be to change to PHP 8.3, or 8.2. I will test soon the PHP 8.4. #edit Ah okay, so its not PHP 8.4 fault, but your edits :P Then I can sleep normally again.
  8. slaw

    MyAAC v1.0

    It looks like something is wrong with your config.lua. Can u post it? Cover the sensible variables like sqlPassword etc. You can also post a link to github repo, where you downloaded that config.lua
  9. slaw

    MyAAC v1.0

    Are you sure you didn't modify that file? functions.php Because there is automated tool on myaac, that checks if all files are ok, running in the GitHub Actions. From what I can see, there is some error in your functions.php. Can u post the file on pastebin.com? #edit Write me on discord...
  10. slaw

    MyAAC v1.0

    Well, that may be a cause, that you are using the php 8.4, because I never tried that version yet, but I highly doubt. Please turn on development mode, in config.local.php, by changing following line: $config['env'] = 'dev'; So I can look deeply into the error, by visiting your IP.
  11. slaw

    MyAAC v1.0

    And are you sure you are using the 1.0+ version of the myaac? I can see ?account/manage in the error, which suggests me you are using the 0.8 version. Check in file: common.php in the main folder, what version is there (if it's really 1.0). The second question: on what site does the error...
  12. slaw

    MyAAC v1.0

    Are you sure you didn't modify anything in the twig cache file? Show the content of /var/www/html/system/cache/twig/ac/ac3cec028cf7fe3abf12f2a6cd7960fd.php, so I can see what's wrong. Other than that, I suggest clearing the cache in admin panel, or by command: "php aac cache:clear" (executed...
  13. slaw

    Procenty LUA

    zmień 100 na 1000, i będziesz miał 0.1% ;)
  14. slaw

    [MyAAC][Plugin] Gesior Shop System

    If you use canary, then you only need the revscript version, the other one shouldn't be loaded. Anyway, I have just tested the script with canary and it worked flawlessly, maybe there are other members more experienced than me who can tell the cause?
  15. slaw

    [MyAAC][Plugin] Gesior Shop System

    Ah, so you modified the script, that explains a lot. There is no isPlayer in the revscript script. So I don't know where that error comes from. Post the full script that is causing the current error. And with distro, I didn't meant the operating system, but otserv you are using.
  16. slaw

    [MyAAC][Plugin] Gesior Shop System

    Hi! What distro is that? Also does it happen every time script executes, or does it happened only once?
  17. slaw

    AAC How do i make myaac 1.1 work with latest canary (xml database and server status)

    About server status: you can try change in admin panel -> Settings -> Status Set it as follows: About monsters/spells: there is a plugin for loading of them: https://plugins.my-aac.org/plugins/Lua+Monsters/1.0 + https://plugins.my-aac.org/plugins/Lua+Spells/1.0 And items are loaded...
  18. slaw

    AAC My acc

    Hi, you need to configure your nginx in /etc/nginx/sites-enabled. Look at the sample: myaac/nginx-sample.conf at main · slawkens/myaac (https://github.com/slawkens/myaac/blob/main/nginx-sample.conf) Also another question seeing your error on the page: Did you installed the 1.0 previously in...
  19. slaw

    I have the Myacc website I can't find where this problem is, the account name is missing but I can't find where the error is on the website, can anyon

    You've put your question in wrong place - in the thread title, which should be short. That's why your message has been probably cut off. What is missing in your message, it's the myaac version, and what template/layout is that.
  20. slaw

    MyAAC v1.0

    This is wrong approach. You should change the name column to number, and also change in your server to use number instead. But if you really want to use name, and limit it only to numbers, then you need to add following line, into system/pages/account/create Before: // email...
Back
Top