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

[GESIOR ACC] WoW by Cronox v2

I suggest read all why i explain edit this lines:
PHP:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title><?PHP echo $title ?></title>
  <meta name="description" content="Tibia is a free massive multiplayer online role playing game (MMORPG)." />
  <meta name="author" content="Gesior" />
  <meta http-equiv="content-language" content="en" />
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <meta name="keywords" content="free online game, free multiplayer game, ots, open tibia server" />
  <link rel="shortcut icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
  <link rel="icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/template.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/ie7.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" />
<link type="text/css" href="http://www.yourip/test/layouts/wowbycronox/css/system.css" rel="stylesheet" />
<link type="text/css" href="http://www.yourip.com/test/layouts/wowbycronox/css/smoothness/jquery-ui-latest.custom.css" rel="stylesheet" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery-latest.min.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery.ui.datetimepicker.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/system.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/wow/js/jquery-ui-1.8.custom.min.js"></script>
<link rel="stylesheet" href="http://www.yourip.com/test/layouts/wowbycronox/css/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery.tipsy.js"></script>
<link rel="stylesheet" type="text/css" href="http://www.yourip.com/test/layouts/wowbycronox/css/tooltip.css" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/tooltip.js"></script>
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jqclock_201.js"></script>
  <script type="text/javascript" src="<?PHP echo $layout_name; ?>/jquery.js"></script>

Look in yout index
and change
http://www.yourip.com/
to
your URl website
 
You who circumvent staff have shame in the face makes a post to site layout all buggy, I'll put here the correction of personal layout.

Go in layout.php and replaces that shit that this code that will put above:

Search For:

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title><?PHP echo $title ?></title>
  <meta name="description" content="Tibia is a free massive multiplayer online role playing game (MMORPG)." />
  <meta name="author" content="Gesior" />
  <meta http-equiv="content-language" content="en" />
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <meta name="keywords" content="free online game, free multiplayer game, ots, open tibia server" />
  <link rel="shortcut icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
  <link rel="icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/template.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/ie7.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" />
<link type="text/css" href="http://www.yourip/test/layouts/wowbycronox/css/system.css" rel="stylesheet" />
<link type="text/css" href="http://www.yourip.com/test/layouts/wowbycronox/css/smoothness/jquery-ui-latest.custom.css" rel="stylesheet" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery-latest.min.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery.ui.datetimepicker.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/system.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/wow/js/jquery-ui-1.8.custom.min.js"></script>
<link rel="stylesheet" href="http://www.yourip.com/test/layouts/wowbycronox/css/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery.tipsy.js"></script>
<link rel="stylesheet" type="text/css" href="http://www.yourip.com/test/layouts/wowbycronox/css/tooltip.css" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/tooltip.js"></script>
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jqclock_201.js"></script>
  <script type="text/javascript" src="<?PHP echo $layout_name; ?>/jquery.js"></script>

Replace with this code:

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title><?PHP echo $title ?></title>
  <meta name="description" content="Tibia is a free massive multiplayer online role playing game (MMORPG)." />
  <meta name="author" content="Gesior" />
  <meta http-equiv="content-language" content="en" />
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <meta name="keywords" content="free online game, free multiplayer game, ots, open tibia server" />
  <link rel="shortcut icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
  <link rel="icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
 
 
<link href="<?PHP echo "$layout_name"; ?>/css/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/template.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/ie7.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/system.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/plugins/smoothness/jquery-ui-latest.custom.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="<?PHP echo "$layout_name"; ?>/css/tipsy.css" type="text/css" />
<link rel="stylesheet" type="text/css"  href="<?PHP echo "$layout_name"; ?>/css/tooltip.css"/>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery-latest.min.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery.ui.datetimepicker.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/system.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery-ui-1.8.custom.min.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery.tipsy.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/tooltip.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jqclock_201.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/jquery.js"></script>
<script>

Is there a correction the next time layout takes shame in the face and put things running. Thanks For Attention I hope you enjoy.
by: Luquinhas Brito
 
You who circumvent staff have shame in the face makes a post to site layout all buggy, I'll put here the correction of personal layout.

Go in layout.php and replaces that shit that this code that will put above:

Search For:

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title><?PHP echo $title ?></title>
  <meta name="description" content="Tibia is a free massive multiplayer online role playing game (MMORPG)." />
  <meta name="author" content="Gesior" />
  <meta http-equiv="content-language" content="en" />
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <meta name="keywords" content="free online game, free multiplayer game, ots, open tibia server" />
  <link rel="shortcut icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
  <link rel="icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/template.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/ie7.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://www.yourip.com/test/layouts/wowbycronox/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" />
<link type="text/css" href="http://www.yourip/test/layouts/wowbycronox/css/system.css" rel="stylesheet" />
<link type="text/css" href="http://www.yourip.com/test/layouts/wowbycronox/css/smoothness/jquery-ui-latest.custom.css" rel="stylesheet" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery-latest.min.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery.ui.datetimepicker.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/system.js">
</script><script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/wow/js/jquery-ui-1.8.custom.min.js"></script>
<link rel="stylesheet" href="http://www.yourip.com/test/layouts/wowbycronox/css/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jquery.tipsy.js"></script>
<link rel="stylesheet" type="text/css" href="http://www.yourip.com/test/layouts/wowbycronox/css/tooltip.css" />
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/tooltip.js"></script>
<script type="text/javascript" src="http://www.yourip.com/test/layouts/wowbycronox/js/jqclock_201.js"></script>
  <script type="text/javascript" src="<?PHP echo $layout_name; ?>/jquery.js"></script>

Replace with this code:

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title><?PHP echo $title ?></title>
  <meta name="description" content="Tibia is a free massive multiplayer online role playing game (MMORPG)." />
  <meta name="author" content="Gesior" />
  <meta http-equiv="content-language" content="en" />
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <meta name="keywords" content="free online game, free multiplayer game, ots, open tibia server" />
  <link rel="shortcut icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
  <link rel="icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
 
 
<link href="<?PHP echo "$layout_name"; ?>/css/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/template.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/ie7.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/css/system.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?PHP echo "$layout_name"; ?>/plugins/smoothness/jquery-ui-latest.custom.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="<?PHP echo "$layout_name"; ?>/css/tipsy.css" type="text/css" />
<link rel="stylesheet" type="text/css"  href="<?PHP echo "$layout_name"; ?>/css/tooltip.css"/>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery-latest.min.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery.ui.datetimepicker.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/system.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery-ui-1.8.custom.min.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jquery.tipsy.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/tooltip.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/js/jqclock_201.js"></script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/jquery.js"></script>
<script>

Is there a correction the next time layout takes shame in the face and put things running. Thanks For Attention I hope you enjoy.
by: Luquinhas Brito


Thanks man you saved ma life :D
 
index.php just below <?PHP
PHP:

Code:
error_reporting( E_ALL );
ini_set( 'display_errors', 0 );
 
Back
Top