Hi, well I happen to have the following problem (I show a picture):
As you can see I mark this offline server but then if you let people connect and play without problem, web-hosting currently have an e modified file: pages_modules / statics.php in all possible ways, I mean with no-ip and all ports that have open and nothing ...
Currently what I have so:
if ($fp=@fsockopen('1905.sytes.net','55903',$ERROR_NO ,$ERROR_STR,(float)0.5))
{
fclose($fp);
$serstats= "<img src='template/".$core['config']['template']."/images/on.png' alt='Online'>";
}
else
{
$serstats= "<img src='template/".$core['config']['template']."/images/off.png' alt='Offline'>";
}
if ($fp=@fsockopen('1905.sytes.net','55903',$ERROR_NO ,$ERROR_STR,(float)0.5))
{
fclose($fp);
$serstats1= "<img src='template/".$core['config']['template']."/images/on.png' alt='Online'>";
}
else
{
$serstats1= "<img src='template/".$core['config']['template']."/images/off.png' alt='Offline'>";
}
if ($fp=@fsockopen('1905.sytes.net','55903',$ERROR_NO ,$ERROR_STR,(float)0.5))
{
fclose($fp);
$serstats2= "<img src='template/".$core['config']['template']."/images/on.png' alt='Online'>";
}
else
{
$serstats2= "<img src='template/".$core['config']['template']."/images/off.png' alt='Offline'>";
}
I hope I can lend a hand, thanks!
Att: UndMe





