b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 6624922 (Thread)

#
if (isset($text)) {
$text = stripslashes($text);
$font = 'times.ttf';
$size = imagettfbbox($font_size, $angle, $font, $text);

$image = imagecreatetruecolor(abs($size[5]), abs($size[6])+ ((abs($size[6]) / 100) * 33));
imagesavealpha($image, true);
imagealphablending($image, false);

$bgcol = imagecolorallocatealpha($image, 255, 255, 255, 127);
$textcol = imagecolorallocate($image, 0, 0, 0);
imagefill($image, 0, 0, $bgcol);

imagettftext($image, $font_size, 0, 0, abs($size[6]), $textcol, $font, $text);
header ('Content-type: image/png');
imagepng($image);
imagedestroy($image);

}
(, Mon 11 Dec 2006, 9:23, archived)
# All becomes clear......
(, Mon 11 Dec 2006, 9:26, archived)
# y0u hav3 61v3n h1m ur 1337 5k1LLz0rz
nooooooes
(, Mon 11 Dec 2006, 9:26, archived)
# My God,
what have I done?

(, Mon 11 Dec 2006, 9:28, archived)
# "Letting the days go by......"
^^*edit*^^
(, Mon 11 Dec 2006, 9:30, archived)
# i've really missed browsing B3ta
i mean, "work".....of course
(, Mon 11 Dec 2006, 9:32, archived)
# Oh Noes
He's up laodedz teh cooedz!
(, Mon 11 Dec 2006, 9:28, archived)