[insert_php] include 'text.php'; include 'picfile.php'; $ppath = 'templates/heart-tree-10-2018.jpg' ; $image = imagecreatefromjpeg($ppath); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image,237,224,234); // Create color $color2 = imagecolorallocate($image,233,38,42); // Create color imagealphablending($image, true); list($width, $height) = getimagesize($ppath); if (mb_strlen($tx1) < 4){ $fontSize=25; } elseif (mb_strlen($tx1) < 7){ $fontSize=25; } else { $fontSize = $width / mb_strlen($tx1) * 0.2;} imagettftext($image, $fontSize,0, 358, 190, $color2 , $font8, $tx1); imagettftext($image, $fontSize,0, 359, 190, $color , $font8, $tx1); imagepng($image, $temp_folder.$fn.'.jpg'); imagedestroy($image); echo ' '; include '1name.php'; include 'vip.php'; [/insert_php]