Вход Регистрация
Файл: ewar/itemImage.php
Строк: 18
<?

    
include("includes/config.php");
    
    
$id = (int) $_GET['id'];
    
$smith = (int) $_GET['smith'];
    
    if (
$smith or $smith 7) {
    
        
$smith 1;
    
    }
    
    
$dest_image imagecreatetruecolor(50,50);
    
    
imagesavealpha($dest_imagetrue);
    
    
$trans_background imagecolorallocatealpha($dest_image000127);
    
    
imagefill($dest_image00$trans_background);
    
    
$a imagecreatefrompng("img/items/$id.png");
    
$smith $b imagecreatefrompng("img/items/smith/$smith.png") : '';
    
    
imagecopy($dest_image$a00005050);
    
    
$smith imagecopy($dest_image$b00005050) : '';
    
    
header('Content-Type: image/png');
    
    
imagepng($dest_image);
    
imagedestroy($a);
    
    
$smith imagedestroy($b) : '';
    
    
imagedestroy($dest_image);

?>
Онлайн: 1
Реклама