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

    [ZNOTE] Cache

    Omg, yup, did chown www-data:www-data shop_offer.cache.php and it works fine!
  2. raf

    [ZNOTE] Cache

    I've already added shop pulling offers from database instead of config.php array. Now i'm working on adding, deleting and modifying offers. Adding works, offers also shows but only when i add new one. So whenever i go only on a admin_shop.php page, it doesn't show (cache is not caching). This...
  3. raf

    Function Gesior ACC

    try $config['site']['smtp_host'] = "//smtp.gmail.com"; Also you could try changing port to 587.
  4. raf

    Function Gesior ACC

    Are you sure your mail config is correct ? And that you have necessary dependencies installed?
  5. raf

    Function Gesior ACC

    https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/accountmanagement.php#L364-L445
  6. raf

    GESIOR - Webshop (old shop system)

    UPDATE -- i've stopped working on Gesior, now im working on ZnoteAAC. Webshop will be finished now only for ZnoteAAC.
  7. raf

    [ZNOTE] query with wildcard LIKE %...%

    Both not working for me. Maybe that's because im using AJAX to get that ? Altho, if i dont put % signs, and do it like WHERE `name`='$playername' it's working but only if i type full name.
  8. raf

    ZnoteAcc Convert database (Fatal Error)

    From which AAC you're moving? Conversion of database is not working in 100%, Znote told me he will work on this (gesior -> znote) soon.
  9. raf

    [ZNOTE] query with wildcard LIKE %...%

    I'm trying to get results in znote aac, with operator LIKE %...%, but it doesn't seem to work. $data = mysql_select_single("SELECT * FROM `players` WHERE `name` LIKE '%$playername%' "); I know that ZnoteAAC uses mysqli, but i have no clue how to make it work within mysql_select_single function.
  10. raf

    [ZNOTE] API

    Alright, that helps me already :) I hope Znote will come back to developing this AAC. And improve some stuff! If i do something cool with API, i will post it here. Thank you
  11. raf

    Anyone have a worked Gesior

    To be honest, ZnoteAAC is only worse because of less modifications to it by users. Altho it's alot easier to maintain and expand. Code is commented most of the time and it's easy to read.
  12. raf

    Anyone have a worked Gesior

    Very good, i my self moved to ZnoteAAC :)
  13. raf

    [ZNOTE] API

    Yes i did. I think it's outdated or not 100% working API, because there is player class to fetch info about players, but it doesn't seem to work. I've wrote player fetching too. <?php require_once 'engine/init.php'; protect_page(); admin_only($user_data); session_start(); ob_start()...
  14. raf

    Anyone have a worked Gesior

    ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(-1); If you want PHP to show parse errors, modify your php.ini file with this line: display_errors = on source
  15. raf

    [ZNOTE] API

    i managed to see and try to edit modules/samples/blank.php file, it works. But when i try to use topExperience.php file, it's showing error 500. I've tried to do it this way, no success: $playername = getValue($_GET['name']); if ($playername !== false) { $player =...
  16. raf

    [ZNOTE] API

    Could someone please point me the way, or just explain, how to use ZnoteAAC API ? I'm trying to get player information in json. But i have no idea how to correctly use that API.
  17. raf

    Complete Noob Please Help Basic Questions

    That's your answer, and this is topic for another thread.
  18. raf

    Complete Noob Please Help Basic Questions

    If there is src for that distro you could just compile it for windows.
  19. raf

    Windows Move my server in a dedicated game server

    I could help you set it up. Is your server configured already ? If not, i could help you with that too.
  20. raf

    Linux Hosting on own physical servers (?)

    not at all, go ahead!
Back
Top