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

    It states "Server Offline" When the Server is Online

    i found out that it takes very long for it to update. any ideas to make it instant?
  2. Tyson12302

    How do i hide Vocation Samples?

    That option is to hide "check to hide your account information" not to hide it in highscores etc.
  3. Tyson12302

    How do i hide Vocation Samples?

    0.3.6
  4. Tyson12302

    How do i hide Vocation Samples?

    I've looked around and found this code. But the samples are still in my highscores. How can i fix this? <?php $disabledCharacters = array( 'sorcerer sample', 'druid sample', 'paladin sample', 'knight sample' ); if(!defined('INITIALIZED')) exit; $list = 'experience'...
  5. Tyson12302

    Solved Cannot add or update a child row: a foreign key constraint fails

    No the ID is 14. How can use the query now?
  6. Tyson12302

    Solved Cannot add or update a child row: a foreign key constraint fails

    When i import this query i get this error ( Cannot add or update a child row: a foreign key constraint fails) Here is what i import INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`...
  7. Tyson12302

    How do i add Shop Offers?

    Yes that worked. But when i go ahead and buy an item on the website it sends me to a white page. Why?
  8. Tyson12302

    How do i add Shop Offers?

    Yeh i just put the pics in the folder with the same names as the shop offers and it still shows as blank.
  9. Tyson12302

    How do i add Shop Offers?

    I got it to work but the images dont show up. Any ideas?
  10. Tyson12302

    How do i add Shop Offers?

    Okey. Another Question what does it mean by itemid1 and itemid2 and also the id?
  11. Tyson12302

    How do i add Shop Offers?

    I have but it was weird since it came up saying that i already had them. Is there a way to use a Query to add them now?
  12. Tyson12302

    How do i add Shop Offers?

    No im using Gesior that Znote AAC is still in my database but i dont use it. I switch between Znote and Gesior but atm im using Gesior
  13. Tyson12302

    How do i add Shop Offers?

    Hmmm how can i add them in here?
  14. Tyson12302

    How do i add Shop Offers?

    I want to add Shop offers but i don't know how. Heres the script <?PHP // ALTER TABLE `z_shop_history_item` CHANGE `offer_id` `offer_id` VARCHAR( 255 ) NOT NULL; // UPDATE `z_shop_history_item`, `z_shop_offer` SET `z_shop_history_item`.`offer_id` = `z_shop_offer`.`offer_name` WHERE...
  15. Tyson12302

    Moderator/Admin on GesiorWebsite

    I've changed from Znote AAC to Gesior AAC. And im facing alot of problems. The first thing is that when im installing the AAC on Step 5 it says "Set Admin Account" is that the account that i will use to be the Admin/Moderator of the Website? When im all done whenever i try and post news it says...
  16. Tyson12302

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    MySQL. Also i got a question is there a good Gesior version for this TFS that has everything?
  17. Tyson12302

    Why doesn't IPN.PHP doesnt work on my website?

    When i type in my browser "myserver.ipn.php" it comes up with a white screen why is this? Here is my ipn.php <?php if (gethostbyaddr($_SERVER['REMOTE_ADDR']) !== 'notify.paypal.com') { exit(); } // Require the functions to connect to database and fetch config values...
  18. Tyson12302

    VIP Status on Website Znote AAC?

    I've looked around for a VIP Status for my website for Znote AAC on Characterprofile, and i only saw some for other AACs is there any for Znote AAC? Thanks
Back
Top