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

    Windows FREE ssl cert for your domain free or paid

    Well recently i was trying to use certbot and noticed that support for windows was removed. Do not get if it's working or no, so found a workaround. The ssl lasts 3 months according to the website. let's begin. Assuming that you already have a DUC no-ip free dns domain or a paid domain. First...
  2. johnsamir

    AAC ZnoteAAC HELP highlighting boxes inside boxes php

    Hello I Use ZnoteAAC 1.5 I would like that when i hover the mouse in the boxes that contains the info the boxes get highlighted by a specfic color for example orange Outfit Rank Name Vocation Level Points 1 Sorcerersito Master Sorcerer 113 22871213 1 Sorcerersito Master Sorcerer...
  3. johnsamir

    Solved Auto-detect country when accessing register.php

    don't want to select it i want to remove the array in first place and make to autodeted user country to make it the only available option in the list, so player wont be able to change location easily at least 1716404459 everything seems to be working now if i go here...
  4. johnsamir

    Solved Auto-detect country when accessing register.php

    Hello I use ZnoteAcc 1.5 Would like that when a player access to register section it would auto detect his country and will choose it right away, if would be possible to make that country the only available option would be cool so what i've done so far is this check_country.php <?php...
  5. johnsamir

    Solved Old account does not have flags in highscores or character profile.php

    lol yes they were stored in there. thank your for the aclaration problem solved
  6. johnsamir

    Solved Old account does not have flags in highscores or character profile.php

    Hi as title says, don't know the reason about why is this happening, and don't know how to make flags appear on old accounts is there a solution? I use Znoteacc 1.5 with oldschool layout. the issue is strange because on recently made accounts flags works normally. here is an example. how do i...
  7. johnsamir

    Solved [Znoteacc] Checking is everything is correctly before submitting the form while create account.

    yep i long it works, i've been working on this since the morning looks beautiful and useful, as player i dislike to get all those red warning after click on create button always wanted to get them in real time looks like this...
  8. johnsamir

    Solved [Znoteacc] Checking is everything is correctly before submitting the form while create account.

    added found out that maybe something missing 1716337064 Solved had to add a lot of missing libraries like almost 6 they are shown in the picture above also had to change the way that libraries were load like for example in this way ini_set('display_errors', 1); ini_set('display_startup_errors'...
  9. johnsamir

    Solved [Znoteacc] Checking is everything is correctly before submitting the form while create account.

    right i think i found it have updated checkemail function function checkUsername() { const username = document.getElementById('username').value; const usernameError = document.getElementById('username-error'); const usernameSuccess = document.getElementById('username-success')...
  10. johnsamir

    Solved [Znoteacc] Checking is everything is correctly before submitting the form while create account.

    Error checking username. the same for email is because is not accessing to database ? don't want to check if they exists or not just want to review if they are already in use in the database
  11. johnsamir

    Solved [Znoteacc] Checking is everything is correctly before submitting the form while create account.

    Edit talking about for example email checking related to email in the filling form it look like this < !-- <form action="" method="post"> --> <form id="register-form" action="" method="post"> <ul> <li> <b>Account:<br></b> <input type="text"...
  12. johnsamir

    Solved [Znoteacc] Checking is everything is correctly before submitting the form while create account.

    Hello as tittle says. I'm trying to check if everything is okey by this i mean if account has the desired parameters if its on use or not and so on... in register.php at the registration filling form part i've made this <!-- <form action="" method="post"> --> <form id="register-form"...
  13. johnsamir

    [Znote AAC] old school layout

    i know it's different :/
  14. johnsamir

    [Znote AAC] old school layout

    solved already posted the solution too AAC - [php] problem changing title top margin boxes, for all pages (https://otland.net/threads/php-problem-changing-title-top-margin-boxes-for-all-pages.289086/) thank yoi very much bro. latest question would you mind giving the psd files for the words? i...
  15. johnsamir

    Solved [php] problem changing title top margin boxes, for all pages

    Hi in header.php get this function which makes appear the title of the file php in the website as shown here <!-- MAIN CONTENT --> <div class="center_box"> <div class="corner_lt"></div><div class="corner_rt"></div><div class="corner_lb"></div><div...
  16. johnsamir

    Lua would this work? expbonus revscritp as eventcallback

    don't know bro haven't tested yet i think it does work at least got no errors in console forgot to reply since im working on the website these days. my bad
  17. johnsamir

    [Znote AAC] old school layout

    thanks for you reply hey i have a question in header.php get this function which makes appear the title of the file php in the website as shown here <!-- MAIN CONTENT --> <div class="center_box"> <div class="corner_lt"></div><div...
  18. johnsamir

    [Znote AAC] old school layout

    do you have the psd file to make the words or title looks cool like where is says lobrary server info? or what font and size was used? thanks edit: found it Bronzetti Small Capitals
  19. johnsamir

    Solved [php] help getting boxes separated from each other

    problem solved i 've even posted the solution thanks bro
Back
Top