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

Server status 0 players online

SpekkarN

New Member
Joined
Aug 23, 2009
Messages
73
Reaction score
0
I have players on the server but it always say "0 Players online" Any one who now how to fix?

And making quest dont work, We use tfs 0.36 then go to map editor put a chest whereever you want it, then right click, properties and put 2000 as action id, put a number in unique id that will act as a storagevalue and then in those "black boxes" press on it and then search for the item you want to add.

But when i do that the chest is just opening whit the item in it?:/ Like a container.
 
your talking about the website says 0 players online? if so follow below.
1. Go into xampp/htdocs/layouts/tibiacom!
2. Open layout.php
3. Find: if($config['status']['serverStatus_online'] == 1)
4. Change to: if($config['status']['serverStatus_online'] == 0)

5.REP ME++
 
your talking about the website says 0 players online? if so follow below.
1. Go into xampp/htdocs/layouts/tibiacom!
2. Open layout.php
3. Find: if($config['status']['serverStatus_online'] == 1)
4. Change to: if($config['status']['serverStatus_online'] == 0)

5.REP ME++

Alerdy got that line..
When i use
if($config['status']['serverStatus_online'] == 0)
It says 0 players offline
And:
if($config['status']['serverStatus_online'] == 1)
It says Status offline!
 
Code:
<?PHP
if($config['status']['serverStatus_online'] == 1) {
$stat_str = "";
$stat_str .= $config['status']['serverStatus_players']." / ".$config['status']['serverStatus_playersMax']."<br/>";
$stat_str .= "Uptime: ".$config['status']['serverStatus_uptime'];
$stat_str .= "";
echo $stat_str;
}
else
echo '<font color="red"><b>Server<br />OFFLINE</b></font>';
?>

Standard code...
 
Never Help Spekkern Biggest Scammer

1. He is Scammar in Hocke.mine.nu (He is CM there and player donate and he ban they)

2. He is Spoofing (He has No logout zone in Traning place)

3. He is biggest Noob in the World

FucK HOCKE
 
Back
Top