• 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][Plugin] List Of Items

    Use this version v3.0, it has been fixed here.
  2. slaw

    [MyAAC][Plugin] Gesior Shop System

    No, you don't need that. You can also write me on discord, so we don't spam this topic: slawkens
  3. slaw

    [MyAAC][Plugin] Gesior Shop System

    Do you have it enabled in plugins/gesior-shop-system/config.php? Look into Paypal IPN history Log in to your PayPal account (https://www.paypal.com/merchantnotification/ipn/history) Also check if you have anything in system/logs/paypal-error.log
  4. slaw

    [MyAAC][Plugin] Gesior Shop System

    Hi. What version of the script? any errors in console?
  5. slaw

    MyAAC v0.8.21

    Hi, it's changed how it works in the 1.0 version, which will be released soon. I am not going to patch it to 0.8. In 1.0, it will be possible to search for numbers - yes, and also there will be a button on the Players page, where you can fast switch to the account. #edit Well, I think I need...
  6. slaw

    OTClient player:getVocation() return always 0

    The vocation is sent in protocolgameparse.cpp void ProtocolGame::parsePlayerInfo(const InputMessagePtr& msg) { bool premium = msg->getU8(); // premium if(g_game.getFeature(Otc::GamePremiumExpiration)) msg->getU32(); // premium expiration used for premium advertisement int...
  7. slaw

    [MyAAC][Plugin] Gesior Shop System

    You can just copy paste it then, it was added in recent versions.
  8. slaw

    [MyAAC][Plugin] Gesior Shop System

    I think you wrote me also on discord, was that you? anyway, you need to disable most popular items, until I post the real fix. For that, open: plugins/gesior-shop-system/config.php $config['enable_most_popular_items'] = true; And replace true with false. Hi, there was small thing I forgot...
  9. slaw

    Database not working

    I helped him via discord. It was problem with configuration, he put some random minus in the config: C:\xampp\apache\conf\extra\httpd-xampp.conf Alias /phpmyadmin- "C:/xampp/phpMyAdmin/" Just removed the "-".
  10. slaw

    [MyAAC][Plugin] Gesior Shop System

    No, its not working. There is, but only for develop (1.0+) version of myaac.
  11. slaw

    [MyAAC][Plugin] Gesior Shop System

    The guild wars plugin is only for newer version of myaac, which is not released yet. It's in the develop branch on github. You will need to install new tool called composer to make it work. News! I've added stripe payment method to the plugin.
  12. slaw

    MyAAC v0.8.21

    It's late, but I will try to describe security vulnerabilities I found recently: 1) XSS in BugTracker You visit bug tracker, hacker can login on your account. This works only if you - as admin - logs into bug tracker and there is malicious report/code from user. The fix is here...
  13. slaw

    [MyAAC][Plugin] Gesior Shop System

    I don't understand with what part are you struggling. You make transaction and points don't come? You don't need that code you posted. What error you get? You can write me on discord: slawkens
  14. slaw

    [MyAAC][Plugin] Gesior Shop System

    You can look into https://www.paypal.com/merchantnotification/ipn/history It will show you status of requests.
  15. slaw

    PHP MY AAC guild wars plugin

    You need to add it manually. The page is: wars
  16. slaw

    AAC AAC not connecting with my SQL

    I think you pasted files in wrong folder, it needs to be in /var/www/html, there is also your default apache2 page you are seeing.
  17. slaw

    Myacc Bans Display Problem

    Hi, this is small bug in AAC itself, the fix is here: https://github.com/slawkens/myaac/commit/764db0c203d1826ffce3a5a78f83a97e56bd0685 Just need to add that "|raw" into the twig template.
  18. slaw

    AAC Server Status on MyAAC

    What server do you use?
  19. slaw

    PHP MY AAC guild wars plugin

    You can pack the .zip with windows explorer as stated in this post: [MyAAC][Plugin][Template] Oni (https://otland.net/threads/myaac-plugin-template-oni.274151/#post-2640703) But, that plugin will not work with 0.8, you will need the develop branch of myaac (0.10+ currently).
  20. slaw

    MyAAC v0.8.21

    Try remove config.local.php and follow the installation again. Do you still have same error?
Back
Top