• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Vanderlay

    Looking for a professional PHP scripter

    I don't think you know the difference between a real programming language and a scripting language.
  2. Vanderlay

    Looking for a professional PHP scripter

    PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php @HalfAway beat me to it.
  3. Vanderlay

    Looking for a professional PHP scripter

    Well, PHP is a scripting language.
  4. Vanderlay

    Give a Nickname to User Above!

    Raywind
  5. Vanderlay

    [Php] scandinavian letters

    You can also use HTML codes. ä - ä Ä - Ä å - å Å - Å ö - ö Ö - Ö
  6. Vanderlay

    PHP/json problem

    You are in the Open Tibia Support section. You are asking for direct support on how to load specific data from the League of Legends API. Its not even a general programming question. This thread should be closed imo.
  7. Vanderlay

    Solved making a website

    You need to code it yourself. Based on your question you probably don't even know what the word programming means. Seach for: HTML, CSS, PHP on google and learn more about what they do.
  8. Vanderlay

    PHP/json problem

    235hilp3sl is a value set from the index "name". To access it, use $array[19306628]['summonerId']['pages']['name'];
  9. Vanderlay

    [SWEDEN] Vanderlay 10.41 - Customs, RL Map

    Still up! Currently working on custom content!
  10. Vanderlay

    Scripter And a Developer

    And a post count of 1, misspelled words and some incorrect sentences. He probably don't even have money to pay the people.
  11. Vanderlay

    pandaac | TFS 1.0 and Avesta | Best released AAC

    As taken from Stackoverflow: Be sure to configure the 'default' key in app/config/database.php For postgres, this would be 'default' => 'postgres', Follow what he said here: http://stackoverflow.com/questions/25329302/laravel-error-pdoexception-could-not-find-driver-in-postgresql
  12. Vanderlay

    pandaac | TFS 1.0 and Avesta | Best released AAC

    You need to type: composer create-project pandaac/pandaac . --stability=dev You probably typed: composer create-project root/pandaac . --stability=dev
  13. Vanderlay

    pandaac | TFS 1.0 and Avesta | Best released AAC

    Whats your issue?
  14. Vanderlay

    FelonyAAC official discussion and showoff thread

    "//in OOP version you'd use ORM, ActiveRecord, or whatever else instead of pure query" This is just so wrong. That doesn't define OOP, its just methods of how to handle data. Its totally fine to use pure queries using MySQL-I and it could still be OOP.
  15. Vanderlay

    FelonyAAC official discussion and showoff thread

    It might be wrapped around a object but the way its used, it would be the same to just include a file with its functions. The entire point of OOP has been ignored in this file.
  16. Vanderlay

    FelonyAAC official discussion and showoff thread

    Felonyaac.php seems to be. https://github.com/FelonyPHP/Felonyaac/blob/master/src/Felonyaac.php
  17. Vanderlay

    GlobalEvent Last Man Standing Event [TFS 1.X [1.0/1.1]]

    Interval is set in milliseconds so 5000 is 5 seconds.
  18. Vanderlay

    FelonyAAC official discussion and showoff thread

    Why are you making a function based library instead of a OOP one?
Back
Top