Lopaskurwa
Well-Known Member
- Joined
- Oct 6, 2017
- Messages
- 936
- Solutions
- 2
- Reaction score
- 57
Hello
i'm having problem to show image when server is offline it just not showing. I tried to find some information in google, but it was one big failure all possible code ways gave me the same problem
Result:
Btw, yes i navigate picture correctly
i'm having problem to show image when server is offline it just not showing. I tried to find some information in google, but it was one big failure all possible code ways gave me the same problem
PHP:
if($status['online']){
echo 'Players On-Line:<br>
<a href="' . getLink('online') . '" title="Players Online"><b>'.$status['players'] . '/' . $status['playersMax'].'</b></a>
<br>Uptime:<br>
<b>'.$status['uptimeReadable'].'</b><br>';
}else{
echo "<img src="."images/others/offline.png". $row['image'] . " />";
}
Btw, yes i navigate picture correctly