• 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

    Poll: Tibia's Report System in an OTS?

    Oh come on... really? I have decided to ignore most of your posts up until now, but give @J.Dre a break, would you? You've done absolutely nothing but attack him in one way or another since you applied to his server. If you don't see the point in any of his ideas, fine, speak your mind about it...
  2. Chris

    PokeNation Discussion Thread

    I'm afraid I have to agree with @axas on this one. Option 3 is probably your best bet. What you have got going for you however, is that your sprites actually fit extremely well with the standards of Tibia, unlike the ones used in other Pokemon servers, which, as mentioned above, are completely...
  3. Chris

    PokeNation Discussion Thread

    I spoke to @Cornex on Skype about this thread just a few minutes ago, and we both agreed this is remarkable! I have absolutely no interest in playing any Tibia or Open Tibia servers, but the fact that you are recreating the pokemon sprites in Tibia's natural perspective, is incredible. Not only...
  4. Chris

    Looking for Help, XAMPP or Gesior Problem

    Try adding the following lines to your httpd.conf (around EnableMMAP or EnableSendfile should be fine) AcceptFilter http none AcceptFilter https none
  5. Chris

    Looking for Help, XAMPP or Gesior Problem

    Yes, this is normal. You could try reversing the comments, i.e. #Listen 0.0.0.0:80 Listen [::]:80 Listen 80 Have you still not checked the error log?
  6. Chris

    Looking for Help, XAMPP or Gesior Problem

    Uh, I've never heard of Skype using port 3306, is it possible that you've manually specified it to use port 3306? If not, you could always specify another port in the settings (see the screenshot in my previous reply) and see if that helps.
  7. Chris

    Looking for Help, XAMPP or Gesior Problem

    Skype uses port 80/443, not 3306 (https://gyazo.com/cd2f8761c7117487c7f3d2a72d12e83b, sorry about it being in Swedish, but I'm on a mac myself so can't provide a better one).
  8. Chris

    Looking for Help, XAMPP or Gesior Problem

    Go to your XAMPP installation path and then /apache/logs and check the error log. Look at the bottom of it to see the most recent errors, should hopefully give you more information on why it crashes.
  9. Chris

    Looking for Help, XAMPP or Gesior Problem

    You should check your error log to see if the server is giving you a reason for why it's crashing. One possible reason could be if you're using Skype as it uses port 80 by default (you can change this in its preferences).
  10. Chris

    Suggestion New set of standards for the OtLand community.

    I have absolutely no desire to play Tibia or any Open Tibia server for that matter, but having been part of Open Tibia from the very beginning, it really does sadden me to watch how it's on its knees, grasping for whatever little air is left. That doesn't necessarily mean that OtLand and / or...
  11. Chris

    [GESIOR] Spliting SQL result into 2 columns.

    You could use the modulus operator, http://codepad.viper-7.com/1qGIV6 or you could split the results array into chunks (using array_chunk), and loop them accordingly, http://codepad.viper-7.com/Ydy4Zj
  12. Chris

    Gesior ACC, Guild logos BUG

    This may be a bit different, depending on the browser you're using, but the general idea is the same. Rightclick on one of the missing images, inspect the element, and check what the URL for it is (in the src attribute of the <img> tag). Do you see any immediate mistakes with it? Rightclick on...
  13. Chris

    [HTML] Moving background

    https://jsfiddle.net/acr22kfs/
  14. Chris

    Team [10.9x] Project: Recruiting Skilled Developers | Paid Opportunities Available

    No, hehe, I've gone with Xaar/Absolute Mango/makr0mango/Chris throughout the years, probably a couple more for less amount of time. I did speak with Zisly a lot a few years back though :-)
  15. Chris

    Team [10.9x] Project: Recruiting Skilled Developers | Paid Opportunities Available

    I would like to take full credit for getting him to stop using Times New Roman. #JustAsBadAsComicSans
  16. Chris

    Re-write of AAC's

    Yes, pandaac is based on Laravel 5.1. I'm pretty certain DevAAC rely on Slim for their API. I can be wrong though. Edit: They do in fact use Slim, but they also use Eloquent (which is a Laravel component).
  17. Chris

    Latestnews.php error gesior acc

    Do you have TeamViewer? It would be a lot easier, and quicker. If so, please send me your credentials through a PM and I'll hop on and have a look.
  18. Chris

    Latestnews.php error gesior acc

    Change line 268 from: $announcements=$SQL->query("SELECT * FROM `a` WHERE id ORDER BY `date` DESC LIMIT 1"); to: $announcements=$SQL->query("SELECT * FROM `a` WHERE id ORDER BY `date` DESC LIMIT 1")->fetchAll(); PS. The table name seems to be just "a", which seems odd to me, but maybe that's...
  19. Chris

    [TFSAccMaker] Announcement!

    Laravel 5.1 is LTS, so that's not an issue. Besides, a framework upgrade doesn't render the AAC unusable, it it still equally as usable. And something Laravel has always been good with between larger versions is that the portability is usually below an hours worth of time. All a framework...
  20. Chris

    Barclays Premier League 2015/16 - Top 5 Discussion

    As a Chelsea fan, actually, as a football fan in general, I've never understood the whole "if you play defensively you're anti-football" scene. It's all about winning the games, isn't it? Whether it's made with a billion goals or 1. You see, I look at it the other way around, if we play...
Back
Top