[insert_php] include ‘text.php’; echo ‘‘; include ‘picfile.php’; $image = imagecreatefromjpeg(‘templates/love-h-08.jpg’); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image,227,4,49); // Create color…
Goromantic
[insert_php] include ‘text.php’; echo ‘‘; include ‘picfile.php’; $image = imagecreatefromjpeg(‘templates/love-h-07.jpg’); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image,255,255,255); // Create color…
Go[insert_php] include ‘text.php’; include ‘ads1.php’; include ‘giffile.php’; $image = imagecreatefrompng(‘template-gif/bredflower_1.png’); imagealphablending($image, false); imagesavealpha($image, true); $facebook_white = imagecolorallocate($image, 256, 256, 256);…
Go[insert_php] include ‘text.php’; include ‘ads1.php’; include ‘giffile.php’; $image = imagecreatefrompng(‘template-gif/love-heart-book-mn-01.png’); imagealphablending($image, false); imagesavealpha($image, true); $facebook_white = imagecolorallocate($image, 255,221,189); // Create…
Go