من از این کد استفاده می کنم به کارتون اومد بگین تکمیلش رو بفرستم
کد PHP:session_start();
$adid = $_SESSION['adid'];
$Mail = 'mail@domain.com';
$Font = 4;
$Width = ImageFontWidth ($Font) * strlen($Mail);
$Height = ImageFontHeight ($Font);
$IM = ImageCreate ($Width, $Height);
$BG = ImageColorAllocate ($IM, 255, 255, 255);
$TextColor = ImageColorAllocate ($IM, 255, 0, 0);
ImageString ($IM, $Font, 0, 0, $Mail, $TextColor);
ImagePNG ($IM);







پاسخ با نقل قول
