• 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!

Website Bugs gensior 8.6 im new just started need as much help as possible.

erick119061

New Member
Joined
Jun 20, 2014
Messages
15
Reaction score
0
1. bug: The top 10 dont pop up and the top 10 guilds dont pop out.?
a317vo.png

2.when i click download tab this pops up?
27wuau.png

3. the server isnt found? how i fix that?
2usxtet.png


thanks for all that help hopefully i will learn and help u back thanks
 
1: is not bug if there are more characters
2: make new file called download.php and add it to (if gesior2012) htdocs/page.(or add it next to pages)
PHP:
<?php
    // CONFIG STARTS HERE by ARCHEZ
    // FOR GESIOR AAC ONLY!
 
    //GUIDE:
    // LINES COMMENTED WITH (//) MUST NOT BE CHANGED.
    ## LINES COMMENTED WITH (##) _CAN_ BE CHANGED.
 
#    TURN IT ON or OFF - with TRUE as ON and FALSE as OFF!
    $downloads['on'] = true;
 
    // DONT MOVE //
    $c1 = $config['site']['darkborder'];
//    $c2 = $config['site']['lightborder'];
    $c3 = $config['site']['vdarkborder'];

#    Server client version (i.e. 854)
    $downloads['client_version'] = '854';
 
#    IP Changer from OTCHANGER.NET
    $downloads['ip_enabled'] = true;
 
    // DONT MOVE //
    $downloads['windows'] = 'http://tibiaclient.com/files/tibia'.$downloads['client_version'].'.exe';
    $downloads['linux'] = 'http://tibiaclient.com/files/tibia'.$downloads['client_version'].'.tgz';

#    Tibia Loader from OTSERVLIST.ORG
#    // ENABLE TIBIA LOADER DOWNLOAD? (yes = true / no = false)
    $downloads['otservlist'] = true;
#    // YOUR IPC (unique download number to get coins on otservlist)
    $downloads['ipc'] = '387206';
 

    // DONT MOVE //
    $downloads['ipchanger'] = 'http://otchanger.net/Files/IPChanger/ipchanger';
    $downloads['link'] = 'http://otservlist.org/ipc/';

    // CONFIG ENDS HERE by ARCHEZ
    $main_content .= '<table border="0" cellspacing="1" cellpadding="4" width="100%">
        <tr bgcolor="'.$c3.'"><td colspan="1" class="white"><center><b>Disclaimer</b></center></td></tr>
        <tr bgcolor="'.$c1.'"><td>When downloading the tibia client, you agree that the use of the software is at your sole risk.
        The software and any related documentation is provided "as is" without warranty of any kind.
        The entire risk arising out of use of the software remains with you.
        In no event shall '.$config['site']['worlds']['0'].' be liable for any damages to your computer or loss of data.</td></tr>
        </table><br />';
        if($downloads['on'] == true)
    {
        $main_content .= '
        <table border="0" cellspacing="1" cellpadding="4" width="100%">
        <tr bgcolor="'.$c3.'"><td colspan="2" class="white"><center><b>Clients</b></center></td></tr>
        <tr bgcolor="'.$c1.'"><td width="50%"><center><a href="'.$downloads['windows'].'">Windows</a></center></td><td><center><a href="'.$downloads['linux'].'">Linux</a></center></td></tr>
        </table>';
        if($downloads['ip_enabled'] == true)
            $main_content .= '
        <br />
        <table border="0" cellspacing="1" cellpadding="4" width="100%">
        <tr bgcolor="'.$c3.'"><td colspan="2" class="white"><center><b>IP Changer</b></center></td></tr>
        <tr bgcolor="'.$c1.'"><td width="50%"><center><a href="'.$downloads['ipchanger'].'.zip">.ZIP</a></center></td><td><center><a href="'.$downloads['ipchanger'].'.rar">.RAR</a></center></td></tr>
        </table>';
     
        if($downloads['otservlist'] == true)
                $main_content .= '
                <br />
                <table border="0" cellspacing="1" cellpadding="4" width="100%">
                <tr bgcolor="'.$c3.'"><td colspan="1" class="white"><center><b>Tibia Loader</b></center></td></tr>
                <tr bgcolor="'.$c1.'"><td width="50%"><center><a href="'.$downloads['link'].''.$downloads['ipc'].'">Tibia Loader, click here!</a></center></td></tr>
                </table>';
    }
            else
                    $main_content .= 'Downloads... plain text.';
?>
3: that's not a bug its an image inform you that u have to add ur server to https://gamelus.com/list/tibia
 
Last edited:
Back
Top