Aqui os dejo la imagen:
codigo php:
Código PHP:
$im = imagecreatefromgif("banners/$_GET[bgr]");
$fuente = 'server.ttf';
imagettftext($im, 12, 0, $sn_p1, $sn_p2, $blanco, $fuente, $servername);
imagettftext($im, 12, 0, $gm_p1, $gm_p2, $blanco, $fuente, $gamemode);
imagettftext($im, 12, 0, $map_p1, $map_p2, $blanco, $fuente, $map);
imagettftext($im, 12, 0, $mxp_p1, $mxp_p2, $blanco, $fuente, $mxp);
imagettftext($im, 12, 0, $ipp_p1, $ipp_p2, $blanco, $fuente, $_GET['server']);
imagegif($im);
imagedestroy($im);
?>
Gracias!