<?
/* _| _| _|_| _|_| _|_| _|_|_|_| _|_|_| _| _/_/_/=_/_/_/=_/_/_/=*/
/* _| _| _| _| _| _| _| _| _| _| _| _| _| _/= _/= _/= */
/* _| _| _| _| _| _| _|_|_| _| _| _| _|_|_| _|_|_| _/= _/= _/= */
/* _| _| _| _| _| _| _| _| _| _| _| _| _| _| _/= _/= _/= */
/* _|_| _| _| _| _| _| _| _| _| _| _|_|_| _|_|_| _/= _/= _/= */
/*mail [email protected] - - - - - - - icq 457773 - - - - - - - - (c) unnamed777*/
if ($mode=='jpg') header("Content-type: image/jpeg"); else
header("Content-type: image/png");
list($sizex, $sizey)=explode('_', $razresh);
$im = imagecreate($sizex, $sizey);
global $fon;
global $r;global $g;global $b;global $fr;global $fg;global $fb;
if (($fr==0)&&($fb==0)&&($fg==0))
if($fon=="white")
{
$bgr = ImageColorAllocate($im, 255,255,255);
}
elseif($fon=="dark")
{
$bgr = ImageColorAllocate($im, 0,0,0);
}
elseif($fon=="red")
{
$bgr = ImageColorAllocate($im, 255,0,0);
}
elseif($fon=="green")
{
$bgr = ImageColorAllocate($im, 0,255,0);
}
elseif($fon=="blue")
{
$bgr = ImageColorAllocate($im, 0,0,255);
}
else
{
$bgr = ImageColorAllocate($im, 0,0,0);
}
else $bgr = ImageColorAllocate($im, $fr,$fg,$fb);
global $cvet;
if (($r==0)&&($b==0)&&($g==0))
if($cvet=="white")
{
$cvet1 = ImageColorAllocate($im, 255,255,255);
}
elseif($cvet=="dark")
{
$cvet1 = ImageColorAllocate($im, 0,0,0);
}
elseif($cvet=="red")
{
$cvet1 = ImageColorAllocate($im, 255,0,0);
}
elseif($cvet=="green")
{
$cvet1 = ImageColorAllocate($im, 0,255,0);
}
elseif($cvet=="blue")
{
$cvet1 = ImageColorAllocate($im, 0,0,255);
}
else
{
$cvet1 = ImageColorAllocate($im, 0,0,0);
}
else $cvet1 = ImageColorAllocate($im, $r,$g,$b);
$vert=14+$sdvig;
imagettftext($im,$size,$ugol,$gor,$vert,$cvet1,"fonts/$font.ttf",$text);
global $end;
if ($mode=='jpg') Imagejpeg($im); else Imagepng($im);
@imagedestroy($im1);
@imagedestroy($im);
/* _| _| _|_| _|_| _|_| _|_|_|_| _|_|_| _| _/_/_/=_/_/_/=_/_/_/=*/
/* _| _| _| _| _| _| _| _| _| _| _| _| _| _/= _/= _/= */
/* _| _| _| _| _| _| _|_|_| _| _| _| _|_|_| _|_|_| _/= _/= _/= */
/* _| _| _| _| _| _| _| _| _| _| _| _| _| _| _/= _/= _/= */
/* _|_| _| _| _| _| _| _| _| _| _| _|_|_| _|_|_| _/= _/= _/= */
/*mail [email protected] - - - - - - - icq 457773 - - - - - - - - (c) unnamed777*/
?>