Mira he tratado con un codigo peroooo no me salio nada
Código PHP:
<?php
header("Content-type: image/png");
$servidor = '66.7.212.193';
$puerto = 80;
if($c = @fsockopen($servidor,$puerto))
{
$mensaje='Servidor on-line!';
@fclose($c);
}
else
{
$mensaje='Servidor offline';
}
$banner = imagecreatefromJpeg("http://games.saix.net/images/CounterStrike_banner.jpg");
$colorRojo = ImageColorAllocate($banner, 255, 0, 0);
ImageString($banner, 3, 150, 15, $mensaje, $colorRojo);
$font_width = ImageFontWidth(3);
$string_width = $font_width * (strlen($mensaje));
ImagePng($banner);
?>
y me mostró
No se puede mostrar la imagen “
http://www.zona-fusion.com/PHP/index.php” porque contiene errores.
porfavor ayuda!!!
desde ya
muchisimas Gracias
Atte, PoLiZe
------------------
FusDeHost
Zona-Fusion