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

layout tibia.com problem

Dorianek

Member
Joined
Nov 29, 2018
Messages
247
Reaction score
10
Location
Poland
Code:
<?PHP
if(count($config['site']['worlds']) > 1)
$whoisonlineworld = '?subtopic=whoisonline';
else
$whoisonlineworld = '?subtopic=whoisonline&world=0';
?>
<div id="PlayersOnline" onClick="window.location='<?PHP echo "$whoisonlineworld"; ?>'">
          <?PHP

36908
 
the message says that: layout.php

above I pasted a script in which something is wrong

When I press the visible Get Premium in a circle, the page directs me to the list of online players

only happens if you click something other than a normal home, eg if I come to the website, everything is ok. and if I enter the Account or forum, support, then something like that is displayed on the right side
 
Back
Top