Вход Регистрация
Файл: love/index_img.php
Строк: 24
<?php // автор -=ШАХТЕР=-  http://waphp.ru

require'../includes.php';

error_reporting(E_PARSE);
$nk=@$_SERVER['QUERY_STRING'];

$img H.user_inf2($nk,'love_photo');


$W 80;
$H 80;


$getim getimagesize($img);
if (
$getim[2] == || $getim[2] == || $getim[2] == 3) {

if (
$getim[2] == 1)$old imagecreatefromgif($img);
elseif (
$getim[2] == 2$old imagecreatefromjpeg($img);
elseif (
$getim[2] == 3)$old imagecreatefrompng($img);
{
$wn imageSX($old);
$hn imageSY($old);

if(!
$W and !$H)
{
$W $set['w_photo']; // ширина картинки
$H $set['h_photo']; // высота картинки
}

$new imageCreateTrueColor($W$H);
imageCopyResampled($new$old0000$W$H$wn$hn);

// цвет
$color imagecolorallocate($new255255255);

imagestring($new3$W-(strlen(user_inf2($nk,'love_vote_photo'))*10), 2user_inf2($nk,'love_vote_photo'), $color);


imageJpeg($new,null,100);
}
}



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