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

    Website Problem

    just found out that i got another bug in the website, this time is when you try to create an account. createaccount.php <?PHP //CREATE ACCOUNT FORM PAGE if($action == "") { $main_content .= '<script type="text/javascript"> var accountHttp; //sprawdza czy dane konto istnieje...
  2. Nux

    Website Problem

    Tnx worked! =) Rep +!
  3. Nux

    Website Problem

    =/, still the same problem,
  4. Nux

    Website Problem

    tibia rules , problem is still the same =/
  5. Nux

    Searching For a Header

    well the size of this, which should fit in this place.
  6. Nux

    Website Problem

    createaccount.php <?PHP //CREATE ACCOUNT FORM PAGE if($action == "") { $main_content .= '<script type="text/javascript"> var accountHttp; //sprawdza czy dane konto istnieje czy nie function checkAccount() { if(document.getElementById("account_name").value=="") {...
  7. Nux

    Website Problem

    tibiarules.php <?PHP if($subtopic == "tibiarules") { $main_content .= '<B>'.$config['server_name'].' Rules</B><BR><TEXTAREA ROWS="25" WRAP="physical" COLS="80" READONLY="true">'; } $main_content .= '1. Names a) Names which contain insulting (e.g. "Bastard"), racist (e.g. "Nigger")...
  8. Nux

    Website Problem

    character.php <?PHP $name = stripslashes(ucwords(strtolower(trim($_REQUEST['name'])))); if(empty($name)) { $main_content .= 'Here you can get detailed information about a certain player on '.$config['server']['serverName'].'.<BR> <FORM ACTION="?subtopic=characters"...
  9. Nux

    Website Problem

    but i have 2 more problems which s the same as the one before. and this one
  10. Nux

    Website Problem

    nvm it worked =) virrageS script worked =)
  11. Nux

    Website Problem

    well it made it abit smaller but its still to long. =/
  12. Nux

    Website Problem

    sure, here it is. <?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 `z_shop_history_item`.`offer_id` =...
  13. Nux

    Website Problem

    i did as you told me but its still the same problem =/
  14. Nux

    Website Problem

    what code which code?
  15. Nux

    Need Little Help Or someone who donate me

    there is already Rl tibia server, in Downloads and its free.
  16. Nux

    Website Problem

    well, take a look at this screenshot what makes that shop thing to be so long that it has to get blocked by the other things?.. and how can i fix it?
Back
Top