• 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

    VIP Status in Character List.

    how does the OTclient work?
  2. Tyson12302

    VIP Status in Character List.

    I've been looking and i couldn't find any solutions. Can i change it from Premium Days to VIP Days?
  3. Tyson12302

    (Geisor) Tibiacom News Ticker missing?

    I been looking at forums for such a long time and i tried all but the News Ticker still doesn't appear. Here are my codes/scripts newsticker.js // status of the news ticker entries (0 = closed / 1 = open) state = new Array("0", "0", "0", "0", "0"); function TickerAction(id) { var line =...
  4. Tyson12302

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

    You can either download a datapack of RL Map or just create your own one.
  5. Tyson12302

    How do i hide Vocation Samples?

    Do the Vocation Samples give the starting items too? Or do they come from mod/creaturesciprts?
  6. Tyson12302

    Whats the difference between SHA1 and PLAIN?

    Ohh. well i dont mind changing then. I will be the only one that has access to the DB and i guess i won't get hacked since its 100 protected. Thanks for the info.
  7. Tyson12302

    Whats the difference between SHA1 and PLAIN?

    So i just figured out that my website only makes Plain passwords. And it would be hard for me to change all pass to SHA1. So i think im going to be using Plain from now on. So what is the difference. I only have access to my database. It is 100% protected so noone can really hack in. What else...
  8. Tyson12302

    How do i add the "Server Offline" option?

    That fixed it!!! :) Really Good Search! Thanks Bro!
  9. Tyson12302

    How do i add the "Server Offline" option?

    Ahh ill just use this Account Maker made by Gesior. Layout by CipSoft GmbH.<br/>Page has been viewed <?PHP echo $page_views; ?> times. Load time: <?PHP echo round($time, 4); ?> seconds, queries: <?PHP echo $SQL->queriesCount; ?> </div> </div> <div...
  10. Tyson12302

    How do i add the "Server Offline" option?

    I get this error Warning: parse_ini_file(cache/serverstatus): failed to open stream: No such file or directory in C:\Users\Tyson\Desktop\UniServer\www\layouts\tibiacom\layout.php on line 406 Server OFFLINE
  11. Tyson12302

    How do i add the "Server Offline" option?

    hmm i think i might be pasting it wrong. Can you paste your layout.php here and see if its the same. If it works for you then i must be pasting it wrong. This is how my looks like Account Maker made by Gesior. Layout by CipSoft GmbH.<br/>Page has been viewed <?PHP echo $page_views...
  12. Tyson12302

    How do i add the "Server Offline" option?

    serverStatus_checkInterval = "303" serverStatus_lastCheck = "1435348960" serverStatus_online = "1" serverStatus_players = "1" serverStatus_playersMax = "1000" serverStatus_uptime = "1h 1m" serverStatus_monsters = "23627" EDIT: This code works but it updates like...
  13. Tyson12302

    How do i add the "Server Offline" option?

    Still says "Offline" when its on heres a pic
  14. Tyson12302

    How do i add the "Server Offline" option?

    Now it shows "Server Offline" but the server is online. Here is how it looks now <?php $server = parse_ini_file('cache/serverstatus'); if (isset($server['serverStatus_online']) and $server['serverStatus_online'] > 0) { $online = $SQL->query('SELECT COUNT(*) FROM players WHERE online >...
  15. Tyson12302

    How do i add the "Server Offline" option?

    Ohh cuz i just wanted to know if there was a way to add echo '<font color="red"><b>Server<br />OFFLINE</b></font>'; on the code to make it work. When i do it the page is white so theres something wrong with it. Heres a other script with the code in it. <?PHP...
  16. Tyson12302

    How do i add the "Server Offline" option?

    I've changed around my layout.php and now everything works fine but when my server is offline it still says 0 Players Offline instead of saying "Server Offline" I tried adding echo '<font color="red"><b>Server<br />OFFLINE</b></font>'; But i don't know where. Where can i add it without moving...
  17. Tyson12302

    It states "Server Offline" When the Server is Online

    That makes it instant now. But i have to be on the page Onlinelist to see the Top Right Box saying how many are online. If im on other pages it just says Players Online without giving me the number
  18. Tyson12302

    It states "Server Offline" When the Server is Online

    Its already on 1.
  19. Tyson12302

    It states "Server Offline" When the Server is Online

    Where do i edit that?
Back
Top