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

    Linux & Programming/Scripting Services

    providing services is active again :)
  2. averatec

    Masz pomysł na strone? Pisz

    w języku programowania tak... php jest językiem skryptowym, co za tym idzie nigdy nie jest kompilowany do kodu maszynowego, w przypadku php istnieję interpreter który z każdym wykonaniem kodu przetwarza go, podobnie jest z html, najprawdopodobniej kiedyś php będzie kompilowane do kodu...
  3. averatec

    Problem z top 5 players jak zrobić aby nie było widać adminów?

    $SQL->query('SELECT `name`,`level`, `online` FROM players WHERE group_id < 2 ORDER BY `level` DESC LIMIT 7')
  4. averatec

    Zwiekszenie predkosci internetu

    jaki router?
  5. averatec

    Tworzenie strony www na zlecenie

    robi lay "tylko dla Ciebie" z wykorzystaniem grafiki z WoWa i innych stron, także oryginalność i legalność jest znacząco podważona
  6. averatec

    9.86 outfit shower

    To retrieve current mount of player, you need to make another select query. Like this: [sq]SELECT * FROM player_storage WHERE key = 10002011 AND player_id = PLAYER_ID[/code] where 10002011 is reserved key for current mount
  7. averatec

    [TFS 1.X] Pet System - Scripters, I challange you to make it together!

    answer is ssd or caching last used files?
  8. averatec

    session destroy

    array_walk($_SESSION, function(&$value, $key) { if (!in_array($key, array('klucze', 'ktore', 'maja', 'zostac', 'pominiete'))) unset($_SESSION[$key]; });
  9. averatec

    Strona -

    http://tentego.sruu.pl/download
  10. averatec

    Valgrind i TFS

    valgrind --tool=memcheck --leak-check=yes --log-file=valgrind.log ./vestia --config=/tutaj/sciezka/do/configu
  11. averatec

    Which linux is "better" for me?

    debian 7 or debian 8 http://upload.wikimedia.org/wikipedia/commons/1/1b/Linux_Distribution_Timeline.svg as you can see ubuntu is just a fork of debian
  12. averatec

    Linux sucks balls.

  13. averatec

    Problem z doors tfs 1.0 (10.31)

    movements.xml > closingdoor
  14. averatec

    Maptracker

    co to za map tracker?
  15. averatec

    Funckja getHighscoresPoints(cid)

    naucz się może używać jakichkolwiek wcięć function getHighscoresPointsName(cid) local Player_Winner = db.getResult("SELECT `id`, `name` FROM `players` WHERE `points` > 0 AND `points` = '"..getHighscoresPoints(cid).."' ORDER BY points DESC LIMIT 1") if Player_Winner:getID() ~= LUA_ERROR...
  16. averatec

    Outfitter 8.60 - showing outfits on website

    If I remember Gesior said he uses my script, so there's no difference, however you can be independent.
  17. averatec

    ACC dla tfs 1.0 (10.31)

    https://github.com/gesior/Gesior2012/tree/TFS-1.0 naucz sie korzystac z google
  18. averatec

    Orange Text - Channel

    Game::playerTalkToChannel
  19. averatec

    OTList.net - A revolution for Creators & Players!

    when I have time I will provide list of functions and how these functions should behave
  20. averatec

    Skąplikowane problemyz funkcjonowaniem nowych itms (doors)

    a moze tak podmienic items.xml w map edytorze?
Back
Top