[insert_php] include 'text.php'; include 'picfile.php'; $ppath = 'templates/mix-19-18.jpg' ; $image = imagecreatefromjpeg($ppath); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image,255,255,255); // Create color imagealphablending($image, true); list($width, $height) = getimagesize($ppath); if (mb_strlen($tx1) < 8){ $fontSize=35; } else { $fontSize = $width / mb_strlen($tx1) * 0.3;} imagettftext($image, $fontSize,0, 120, 170, $color , $font6, $tx1); imagettftext($image, $fontSize,0, 450, 165, $color , $font6, $tx2); imagettftext($image, $fontSize,0, 180, 633, $color , $font6, $tx2); imagettftext($image, $fontSize,0, 470, 562, $color , $font6, $tx1); imagepng($image, $temp_folder.$fn.'.jpg'); imagedestroy($image); echo ' '; include '2name.php'; include 'vip.php'; [/insert_php]