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

    MyAcc problems witch new pages

    Hello. I have a problem adding a new page that would include php. I am trying to make an "Auction system", after creating the page it crashes into it Here is the code that I am trying to use <!--?php require_once 'engine/init.php'; include 'layout/overall/header.php'; $cache = new...
  2. B

    Wywołanie wartości z bazy danych

    Witam Mam problem, chciałbym wywołać wartość liczbową z bazy danych, aczkolwiek cały czas wywala mi błąd w konsoli function getPlayerResets(name) local query = db.storeQuery("SELECT reborns FROM players WHERE name="..db.escapeString(name).."") if query ~= false...
  3. B

    Problem z połączeniem do servera

    Witam Skonfigurowałem server na VPS windows. Problem mój wygląda tak iż nie mogę zalogować się do tego serwera z mojego komputera, ale z maszyny już można. Wstępnie myślałem że to może wina portu 7171/7172, ale obydwa odblokowałem lecz nic nie pomogło. Dodaje mój config.lua, prosiłbym o...
Back
Top