• 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. Chris

    [TFSAccMaker] Announcement!

    Both obviously have their advantages and disadvantages, but dismissing Laravel, or any other framework for that matter, because you aren't aware of how they work is ludicrous. As @Cornex mentioned, Laravel in this case, offers eager loading for queries, which eliminates the n+1 issue that I'm...
  2. Chris

    Znote or Gesior?

    pandaac has no connection to Smarty ;-) It uses the native Laravel template engine, Blade.
  3. Chris

    pandaac: The Resurrection

    I figured I may as well open up a TeamViewer session for anyone who's interested in following along with the development :) m05-589-013 (ended) TeamViewer version 10
  4. Chris

    pandaac: The Resurrection

    It originates from the very early days of Open Tibia, before there were any websites for the servers. You all shared the same account (111111/tibia I believe it was?) and could only pick between three characters, Hurz (knight), Hurzel (paladin) and Hurzine (mage). Eventually custom accounts came...
  5. Chris

    pandaac: The Resurrection

    Haha, a lot of people still read it as Panda AAC. The reason I didn't, is simply because I like naming my projects (although I'm the worst at coming up with good names), pandaac is a wordplay of pandas and AAC. This makes it a bit unique, but still keeps in touch with that old tradition of...
  6. Chris

    pandaac: The Resurrection

    I am aware of this. ;-) What I have done is, if only one world is defined, it won't display the world selection, but if multiple worlds are defined, you will be able to select between them. Plan is to support multiple distrobutions eventually, and not just TFS.
  7. Chris

    pandaac: The Resurrection

    Make it look and work the same way as the original Tibia.com website. Within reason, anyway (e.g. the world selection on account creation is a bit different because no one is going to have enough worlds to warrant their exact system).
  8. Chris

    pandaac: The Resurrection

    The plan is to mimic Tibia.com as much as possible ;-) @Eldora I've now added both reCAPTCHA and character cooldowns. It may take a few minutes before all of it is registered through packagist, but once it does, you need to run a composer update to get the latest files, and then migrate the new...
  9. Chris

    pandaac: The Resurrection

    Hehe, why thank you. It's far from complete, but we're slowly getting there.
  10. Chris

    pandaac: The Resurrection

    https://demo.pandaac.io
  11. Chris

    pandaac: The Resurrection

    Thank you very much :-)
  12. Chris

    pandaac: The Resurrection

    I'll add the ability to use Google's reCAPTCHA (https://www.google.com/recaptcha/intro/index.html) and a cooldown for character creation. Will post here once it's up and ready.
  13. Chris

    [Netherlands] [Highrate] Faloria 7.4 OPENS 4/7 18.00 GMT+2 [Custom client]

    There is now a lost account interface for those of you whom are lucky enough to have already lost your account. ;- )
  14. Chris

    [Netherlands] [Highrate] Faloria 7.4 OPENS 4/7 18.00 GMT+2 [Custom client]

    You may now download the client.
  15. Chris

    [Netherlands] [Highrate] Faloria 7.4 OPENS 4/7 18.00 GMT+2 [Custom client]

    You may now sign up for an account in preparation for the launch the 4th of July. Make sure you use a real email address when signing up as it will send you a confirmation email with your account details. You will also need a real email address for the lost account interface to work once it's in...
  16. Chris

    pandaac: The Resurrection

    I'm afraid not. I've been addicted to ARK lately & been busy with real life work.
  17. Chris

    pandaac: The Resurrection

    Absolutely buddy, I'll send you a PM with my Skype.
  18. Chris

    How do i add the "Server Offline" option?

    All right, well let me know if you change your mind. Happy to help over TeamViewer as mentioned previously.
  19. Chris

    How do i add the "Server Offline" option?

    Okay, try $server = parse_ini_file(realpath(__DIR__.'/../../cache/serverstatus'));
  20. Chris

    How do i add the "Server Offline" option?

    I'm not using a layout.php file, I'm using a standalone php file, outside of gesior. It is possible that you're getting a notice/warning and it's being surpressed though. Try adding error_reporting(E_ALL); ini_set('display_errors', true); just below <?php.
Back
Top