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

#
(, Mon 11 Dec 2006, 9:11, archived)
# chortle
berry
(, Mon 11 Dec 2006, 9:12, archived)
# Guffaw!
(, Mon 11 Dec 2006, 9:26, archived)
# *snortlehonk*
(, Mon 11 Dec 2006, 9:28, archived)
# that large text thingie you got going there offends my eyes
but I can't figure out why. I think it's the font. MAKE IT COMIC SANS.
(, Mon 11 Dec 2006, 9:13, archived)
#
(, Mon 11 Dec 2006, 9:19, archived)
# hahahaha better :D
(, Mon 11 Dec 2006, 9:30, archived)
#
(, Mon 11 Dec 2006, 9:20, archived)
# How does this text script work?
they drag off as black pngs which confuse me muchly
(, Mon 11 Dec 2006, 9:16, archived)
#
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)