write your names on couples mug

[insert_php]
include ‘text.php’;
include ‘ads1.php’;
include ‘giffile.php’;
$image = imagecreatefrompng(‘template-gif/couple-mug-hg-01.png’);
imagealphablending($image, false);
imagesavealpha($image, true);
$facebook_white = imagecolorallocate($image, 57,57,57); // Create blue color
imagealphablending($image, true); //bring back alpha blending for transperent font
imagettftext($image, 22, 0, 38,254, $facebook_white , $font, $tx1);
imagettftext($image, 22, 0, 200,254, $facebook_white , $font, $tx2);
ob_start();
imagegif($image);
$frames[]=ob_get_contents();
$framed[]=25; // Delay in the animation.
ob_end_clean();
$image = imagecreatefrompng(‘template-gif/couple-mug-hg-02.png’);
imagealphablending($image, false);
imagesavealpha($image, true);
$facebook_white = imagecolorallocate($image, 48,110,122); // Create blue color
imagealphablending($image, true); //bring back alpha blending for transperent font
imagettftext($image, 22, 0, 38,254, $facebook_white , $font, $tx1);
imagettftext($image, 22, 0, 200,254, $facebook_white , $font, $tx2);
ob_start();
imagegif($image);
$frames[]=ob_get_contents();
$framed[]=25; // Delay in the animation.
ob_end_clean();
$image = imagecreatefrompng(‘template-gif/couple-mug-hg-03.png’);
imagealphablending($image, false);
imagesavealpha($image, true);
$facebook_white = imagecolorallocate($image, 184,83,68); // Create blue color
imagealphablending($image, true); //bring back alpha blending for transperent font
imagettftext($image, 22, 0, 38,254, $facebook_white , $font, $tx1);
imagettftext($image, 22, 0, 200,254, $facebook_white , $font, $tx2);
ob_start();
imagegif($image);
$frames[]=ob_get_contents();
$framed[]=25; // Delay in the animation.
ob_end_clean();
$gif = new GIFEncoder($frames,$framed,0,2,0,0,0,’bin’);
$fp = fopen( “giftmp/$fn.gif”, ‘w’ );
fwrite($fp, $gif->GetAnimation());
fclose($fp);
imagedestroy($image);
[/insert_php]

[insert_php]
include ‘2name.php’ ;
include ‘gifvip.php’ ;
[/insert_php]