586
Minichat o MC / Re:[Ayuda] Mc Ramfu V6 Perfiles
« en: 14 de Septiembre de 2009, 22:45:47 pm »
Y para mostrar las coleccion de placas??
Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.
Bueno en mi administracion no sale lo de los karmas, no se por que
Edita el tamaño en la función imagecopy, al igual que la ubicación
<?php
header("Content-type: image/gif");
$habbo = $_GET['habbo'];
$habbo2 = $_GET['habbo2'];
$im = imagecreatefromgif("top.gif");
$white = imagecolorallocate($im, 255, 255, 255);
$black = imagecolorallocate($im, 0, 0, 0);
$home = imagecreatefromgif("http://www.habbo.es/habbo-imaging/avatarimage?user=$habbo&action=wav&direction=3&head_direction=3&img_format=gif&gesture=sml&size=l");
imagecopy($im, $home, 32, -88, 0, 0, 64, 110);
$home2 = imagecreatefromgif("http://www.habbo.es/habbo-imaging/avatarimage?user=$habbo2&action=wav&direction=3&head_direction=3&img_format=gif&gesture=sml&size=l");
imagecopy($im, $home2, 68, -40, 0, 0, 64, 110);
$arm = imagecreatefromgif("top.gif");
imagecopy($im, $arm, 0, 300, 0, 0, 300, 300);
//Create Image
imagegif($im);
imagedestroy($im);
?>
$arm = imagecreatefromgif("top.gif");
imagecopy($im, $arm, 0, 300, 0, 0, 300, 300);
//Create Image
imagegif($im);
imagedestroy($im);
?>