Sites Grátis no Comunidades.net

Bem Vindo ao WingsPT



Total de visitas: 3801
teste


/*change your server"s name and host*/
$server["name"] = "MyPT';
$server["host"] = "5.78.79.43';
$server["port"] = "10007';


/*no need to change the further code*/
$connection = @fsockopen($server["host"], $server["port"], $ERROR_NO, $ERROR_STR, (float)1.5);

echo "{$server["name"]} PristonTale server is ';

if($connection)
{
fclose($connection);
echo "online';
}
else
{
echo "offline';
}
?>