Your IP : 216.73.216.48
<?php
//$df9dsjds09fjs09fj90sdfjdsv09jds0vc = mysqli_connect('localhost', 'digital', '!D1g1t4l!', 'digital');
//$db=$df9dsjds09fjs09fj90sdfjdsv09jds0vc;
//@mysqli_set_charset($db, 'utf8');
//$students=mysqli_query($db, "SELECT * FROM `students` WHERE `cy`='2021' ORDER BY `i` LIMIT ".$p.", 21");
//$i=0;
//while ($st=mysqli_fetch_row($students))
//{
//$im=imagecreatefromjpeg("./".$st[5]."");
$im=imagecreatefrompng("./v1.png");
$font="./gara.ttf";
$black=imagecolorallocate($im, 0, 0, 0);
$text="Ябадабаду!";
imagettftext($im, 50, 0, 10, 10, $black, $font, $text);
//$text = "на Калин Иванов";
//$bbox = imagettfbbox(130, 0, $font, $text);
//$center_x = (imagesx($im) / 2) - (($bbox[2] - $bbox[0]) / 2);
//imagettftext($im, 130, 0, $center_x, 2450, $black, $font, $text);
//$text = "Нещо друго";
//imagettftext($im, 120, 0, 3500, 2050, $black, $font, $text);
header("Content-Type: image/png");
imagepng($im, "./myimage.png", 0);
sleep(1);
//system("jpeg2pdf.exe -o yes.pdf -m 0 -p A4 -n portrait -z fw -r none -c MIHOVSKI -s MIHOVSKI myimage.jpg", $dont_print);
//$i++;
//$v=$i+$p;
//
//$systemline = system("convert -quality 100 myimage.png myimage".$v.".pdf", $dont_print);
imagedestroy($im);
//}
//$k=2+$p;
//$f=1+$p;
//$prep="myimage".$f.".pdf";
//while ($k<=$v)
// {
// $prep.=" myimage".$k.".pdf";
// $k++;
// }
//$n++;
//$systemline = system("/usr/bin/pdftk ".$prep." cat output myimage.pdf", $dont_print);
//$systemline = system("/usr/bin/ps2pdf14 myimage.pdf newimage".$n.".pdf", $dont_print);
//$systemline = system("rm myimage*.*", $dont_print);
$t=time();
header("location: ./myimage.png?t=".$t."");
?>