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

    [ZNOTE] What's worng with my register.php?

    LOL you are a pro, ty you so much!
  2. oliverarrow

    Error when create guild: Guild list is empty. ~ Field 'checkdata' doesn't have a default value

    Looking the way u follow to fix this script i think i found where was my problem: https://otland.net/threads/znote-whats-worng-with-my-register-php.246370/ Could you help me to fix it?
  3. oliverarrow

    [ZNOTE] What's worng with my register.php?

    Looking this topic i think i saaw where is the problem, but idk hwo to fix: https://otland.net/threads/error-when-create-guild-guild-list-is-empty-field-checkdata-doesnt-have-a-default-value.246434/ Dowloading refferal system u need to change ZnoteAAC/engine/function/users.php On users.php...
  4. oliverarrow

    [ZNOTE] What's worng with my register.php?

    My znote aac is 1.5 updated Only register.php is changed, because i'm using this system: https://otland.net/threads/znote-aac-tfs-1-1-referral-system.227199/
  5. oliverarrow

    [ZNOTE] What's worng with my register.php?

    MySQL returned an empty result set (i.e. zero rows). (Query took 0.0640 seconds.) ALTER TABLE `accounts` ALTER COLUMN `flag` SET DEFAULT 'unknown' But: Register Account string(128) "INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `activekey`) VALUES ('10', '2130706433'...
  6. oliverarrow

    Why my marriage system not work?

    TYYY next time i will check all posts
  7. oliverarrow

    Why my marriage system not work?

    bump
  8. oliverarrow

    [ZNOTE] What's worng with my register.php?

    I'm sorry, i don't understand... I'm noob, thats things i did, i tried because i was searching a lot
  9. oliverarrow

    [ZNOTE] What's worng with my register.php?

    Now i really don't know what to do...
  10. oliverarrow

    Why my marriage system not work?

    Lol! But is script is there pal o_O Edit: Now i made some edits to be more higher font
  11. oliverarrow

    What is [0:16:33.246] mysql_real_query(): UPDATE `players` SET `rank_id` = 0, `guildnick` = '', `gui

    Sorry guys, i just was offline! :O Ty so much to help and make me understand what was happen :D
  12. oliverarrow

    Why my marriage system not work?

    bump!
  13. oliverarrow

    [ZNOTE] What's worng with my register.php?

    Register Account string(127) "INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `activekey`) VALUES ('7', '2130706433', '1476081522', '847483406')" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete from database) Field 'flag' doesn't have a default...
  14. oliverarrow

    [ZNOTE] What's worng with my register.php?

    Thank you! But now got a new problem I tried to fix, but nothing work... Type: voidQuery (voidQuery is used for update, insert or delete from database) Field 'flag' doesn't have a default value I tried: 1) SQL command: ALTER TABLE `accounts` CHANGE `flag` `flag` VARCHAR(20) CHARACTER SET...
  15. oliverarrow

    Why my marriage system not work?

    I tried to marriage using this system: https://otland.net/threads/marriage-system-8-6-fixed.161590/ But when i say: Hi, Proceed Show me this error: Error [8:28:51.513] mysql_real_query(): INSERT INTO `marriage_system` (`player_id`, `partner`, `marriage_date`) VALUES ('4', '2', '1476012531')...
  16. oliverarrow

    [ZNOTE] What's worng with my register.php?

    Everytime i register in my znote aac website show me this error string(159) "INSERT INTO `accounts` (`name`, `password`, `email`, `flag`) VALUES ('tests1da1101', 'a786ac6dad5293d8f0d06d13184cc1e4294802c2', '[email protected]', 'br')" (query - SQL error) Type: voidQuery (voidQuery is used...
Back
Top