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

    [ZNOTE AAC] Flags not work on highscores

    I think its something i making worng Because on characterprofile.php its work, but in my highscores not... characterprofile.php http://pastebin.com/wyfrD7Zq
  2. lubunttu

    [OTCLIENT] Error on compile linux

    I've used this commands sudo apt-get install build-essential cmake git-core sudo apt-get install libboost-all-dev libphysfs-dev libssl-dev liblua5.1-0-dev sudo apt-get install libglew1.6-dev libvorbis-dev libopenal-dev libz-dev git clone git://github.com/edubart/otclient.git cd...
  3. lubunttu

    [ZNOTE] New blank page

    Oh so it's from market (9x versions) i trought it was something like a trade offline to 8.6 ots like this: http://megatibia.com.br/?subtopic=tradeoff
  4. lubunttu

    [ZNOTE] New blank page

    bump
  5. lubunttu

    [ZNOTE] Show Marriage on character proffile

    How could i load if player have a marriage and show name in players profille page? Using this marriage system: https://otland.net/threads/marriage-system-8-6-fixed.161590/ <!-- Player Marriage data --> <?php if ($config['country_flags']) { ?> <li><font class="profile_font"...
  6. lubunttu

    [ZNOTE AAC] Flags not work on highscores

    I tryng to put flags before name on highscores but show me img broke (not show the flag) And try make a new option filter = From But not show effect... I need someone pro on PHP to show me what i made wonrg highscores.php http://pastebin.com/zP6179Z2
  7. lubunttu

    [PHP-ZNOTE] Check if is the admin

    Lol, ty... I saw a video in portugueses the guy say codes in HTML work inside php Maybe i understand him worng
  8. lubunttu

    [PHP-ZNOTE] Check if is the admin

    I tried put it: if (is the admin) { Show Admins Options in myaccount.php But when i put it, when i open myaccount.php not show nothing, only a blank page What i made worng? <?php <!-- admin page --> if (is_admin($user_data)) { <h3>Admin Page:</h3> <a...
  9. lubunttu

    [ZNOTE] New blank page

    I used this sql command i had 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=MyISAM DEFAULT CHARSET=utf8...
  10. lubunttu

    [ZNOTE] New blank page

    Where i can found the news SQL commands to import to my new DB?
  11. lubunttu

    [ZNOTE] New blank page

    Does anyone know the answer one of the questions?
  12. lubunttu

    [ZNOTE] New blank page

    cd /var/www/html/znote150/ chmod -R 777 * It's work! Ty... After this there is 2 errors Do you know? Server Information Here you will find all basic information about Znote AAC Cannot find the file config.lua But i putted the right path $config['server_path'] =...
Back
Top