• 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

    How do i move this to the center?

    Heres the full code <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title><?php echo $config['site_title']; ?></title> <link rel="stylesheet" href="layout/css/default.css" type="text/css" /> <link...
  2. Tyson12302

    How do i move this to the center?

    Thanks that worked :). Any ideas on the background and header problem?
  3. Tyson12302

    How do i move this to the center?

    <div class="sidebar"> <div class="inner2"> <?php $status = true; if ($config['status']['status_check']) { @$sock = fsockopen ($config['status']['status_ip'], $config['status']['status_port'], $errno, $errstr, 1); if(!$sock)...
  4. Tyson12302

    How do i move this to the center?

    Is there a way to put this "Online players" to the center? (FIXED) Also how do i change the background/header in this layout? This code gets rid of it <div id="logo"></div> But when i add another image i put the name ID in the code but it doesn't do any thing.
  5. Tyson12302

    How do i insert Onlinelist on the Information Widget

    I want to add Onlinelist on the Information widget. Here > . Here is my code for it. This is named Serverinfo.php in the widget folder. Only my UpTime is always at 0h 0m. how can i change that
  6. Tyson12302

    Anything wrong with this code?

    It is the same as my. i found this in config.php $config['status'] = array( 'status_check' => true, //enable or disable status checker 'status_ip' => '127.0.0.1', 'status_port' => "7171", ); I changed that to true from false, and it didn't work. Also may i see...
  7. Tyson12302

    Anything wrong with this code?

    echo '<font color="red"><b>Sever Offline</b></font>'; ?><br /> If i change the "Server Offline" to Online it changes on the site no matter what i change it to. I don't get why it doesn't read my server status.
  8. Tyson12302

    Anything wrong with this code?

    layout/widgets. The normal serverstatus file is located in the layout file.
  9. Tyson12302

    Anything wrong with this code?

    <div class="mod-tab"> <div class="module"> <div class="module-2"> <div class="module-3"> <div class="module-4"> <div class="module-5 deepest">...
  10. Tyson12302

    I need help with Experience table (Znote AAC)

    You mean my experiencetable.php. The one i copied from your site? I dont have just a experience.php.
  11. Tyson12302

    I need help with Experience table (Znote AAC)

    http://neuofia.zapto.org/sub.php?page=experiencetable
  12. Tyson12302

    I need help with Experience table (Znote AAC)

    I copied the one from tibia.com but i get a blank page.
  13. Tyson12302

    Any working Information.php with "Server Status"

    I've been looking fora working one for days. My only shows online players. I'm looking for one that has both onlinelist players and Server Status/ Im using Znote AAC, Widnest Layout.
  14. Tyson12302

    I need help with Experience table (Znote AAC)

    Is there a Experience.php that is fully made for Znote AAC? Because the layout i got didn't have any. I need this asap. Thanks
  15. Tyson12302

    I get an error when i give shop points to characters

    This comes up when i send points to chars. This shows that i have send the points. but when i look at the char i haven't revived them. Here is a look at how many points i have on the account . As you can see it says i haven't got any, it doesn't even say i have 0. Whats up with this account?
  16. Tyson12302

    How can i make more characters on website (Znote AAC)

    I fixed it. I had a problem in general.php.
  17. Tyson12302

    How can i make more characters on website (Znote AAC)

    The Onlinelist.php is the same as your. I'm not sure what might be the problem. Is the online list only loaded from the onlinelist.php?
  18. Tyson12302

    How can i make more characters on website (Znote AAC)

    Can you post your onlinelist.php and maybe the engine so i can see if im missing anything? Also is that Information box to the right edited? I don't have the Server online Status. I think i might of gotten a old layout.
  19. Tyson12302

    How can i make more characters on website (Znote AAC)

    I tried it with other chars that aren't gods,cms or gms. And it still didnt show.
  20. Tyson12302

    How can i make more characters on website (Znote AAC)

    Could not update, but i forgot to say. I was logged in as "God" does that appear on "Onlinelist"?
Back
Top