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

    ShadowCores Layout for Znote AAC

    Layout for Znote AAC based on twifysoft.net using bootstrap-3.3.7 Download SS:
  2. Webo

    C++ /atrr skills

    in tfs or otx?
  3. Webo

    Connect Znote to server

    set 127.0.0.1 to localhost in config.lua and sqlType = "sqlite" to sqlType = "mysql"
  4. Webo

    Connect Znote to server

    CREATE TABLE IF NOT EXISTS `znote` ( `id` int(10) NOT NULL AUTO_INCREMENT, `version` varchar(30) NOT NULL COMMENT 'Znote AAC version', `installed` int(10) NOT NULL, `cached` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB; INSERT INTO `znote` (`version`, `installed`) VALUES...
  5. Webo

    AAC znote problem cant open website

    you are hooked into the Internet on what principle wifi router?
  6. Webo

    Failed to load data/npc/playername.xml file was not found

    check the server and let me know if it is ok Release The Forgotten Server 1.2 · otland/forgottenserver · GitHub
  7. Webo

    AAC znote problem cant open website

    the problem lies in the wrong configuration program. xampp starts normally? If you use Windows 8 or 10 check UAC (User Account Control) disable-user-account-control-uac and disable skype/ TeamViewer/ IIS. Here's how you can paste your net statistical TCP: If this does not work, it means that...
  8. Webo

    Failed to load data/npc/playername.xml file was not found

    character size is important if linux
  9. Webo

    10.99 Outfits / Items images

    @Gesior.pl plz update http://outfit-images.ots.me/
  10. Webo

    Building a site for the server secret.pl

    https://www.twitch.tv/glom8ersik
  11. Webo

    [Znote AAC] Change months language

    Config.php here: https://github.com/Znote/ZnoteAAC/blob/master/config.php#L50
  12. Webo

    Building a site for the server secret.pl

    Tomorrow at 18:00 :D @Raggaer so tomorrow will use this https://www.google.com/recaptcha/intro/index.html
  13. Webo

    Building a site for the server secret.pl

    https://www.twitch.tv/weboa1/
  14. Webo

    [bitaac] 1.0.5-beta1

    @Cornex HTTP ERROR 500 why?
  15. Webo

    Website error HTTP 500 NOT FOUND!

    Use this ACC: GITHUB
  16. Webo

    Website error HTTP 500 NOT FOUND!

    TFS version ?
  17. Webo

    Website error HTTP 500 NOT FOUND!

    @Xarly Use this bro https://www.apachefriends.org/pl/index.html
  18. Webo

    [Znote AAC] Change months language

    what you have entered will not work here
  19. Webo

    [Znote AAC] Change months language

    Special thanks to @Znote for help function getClock($time = false, $format = false, $adjust = true) { if ($time === false) $time = time(); // Date string representation $date = "d F Y (H:i)"; // 15 July 2013 (13:50) if ($adjust) $adjust = (1 * 3600); // Adjust to fit your...
  20. Webo

    [Znote AAC] Show outfit on characterprofile

    I have outfiter but do not know how to call the outfit player on characterprofile.php tried to send a message select to the mysql but have something like this...
Back
Top