Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/01/2011, 05:09
IDRID
 
Fecha de Ingreso: mayo-2010
Mensajes: 118
Antigüedad: 14 años
Puntos: 1
Respuesta: Imagecreatefrompng

Código PHP:
<?php
header
("Content-type: image/png");
$file "http://idrid185.byethost14.com/Private/template.png"
$img imagecreatefrompng($file);
$text_color imagecolorallocate($img35121255);
$texto1 imagestring($img3503"Searching bugs for get the BugBlaster and make LittleBigPlanet 2 Better!"$text_color);

imagepng($img);
imagedestroy($img);
?>
Asi?

Última edición por IDRID; 08/01/2011 a las 05:24