![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
Aqui os dejo la imagen:
![](http://www.habbyte.net/server.php?server=habbyte.no-ip.info:7777&bgr=bg2.gif)
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);
?>
![Corazón](http://static.forosdelweb.com/fdwtheme/images/smilies/love.png)
Gracias!