WIUD AM WAUD OPENAIR
FRAUCHWIL, 27 AUGUST 2011
Programm:
20.00 FRANZ
22.00 KATI LILA's
23.00 BUMshankar
24.00 POWER OF HIGH QUALITY FOOD
EINTRITT FREI, KOLLEKTE
BAR MIT BIER, DRINKS UND FOOD
POSTAUTO 898 AB ZOLLIKOFEN BIS ZIEGELEI RAPPERSWIL
PARKPLÄTZE UND ZELTPLATZ VORHANDEN
$size = ($_REQUEST['size']) ? $_REQUEST['size'] : "30";$width=(($size/100)*35)*strlen($_REQUEST['t']);;
$expires = 60 * 60 * 24 * 3;$exp_gmt = gmdate("D, d M Y H:i:s", time() + $expires )." GMT";$mod_gmt = gmdate("D, d M Y H:i:s", time(+ (3600 * -5 * 24 * 365) )." GMT";
@header("Content-type: image/png");@header("Content-Disposition: inline; filename=text.png");@header("Expires: {$exp_gmt}");@header("Last-Modified: Mon, 1.1.1970 00:00:00");@header("Cache-Control: public, max-age={$expires}");@header("Pragma: !invalid");//@header("Content-Length: {$size}");@header("ETag: " . md5( ob_get_contents() ) );
$im = imagecreatetruecolor ($width, $size+10);imagesavealpha($im, true);$trans_colour = imagecolorallocatealpha($im, 0, 0, 0, 127);imagefill($im, 0, 0, $trans_colour);
if ($_REQUEST['hover']){ $color_txt = imagecolorexact ($im, 167, 232, 65);} else { $color_txt = imagecolorexact ($im, 0, 0, 0);}
if ($_REQUEST['menu']){ $color_txt = imagecolorexact ($im, 167, 232, 65); if ($_REQUEST['hover']){ $color_txt = imagecolorexact ($im, 81, 148, 42); }}
ImageTTFText ($im, $size, 0, 5, $size+6, $color_txt, dirname(__FILE__) . "/NerdProof.ttf",$_REQUEST['t']);imagePNG($im);ImageDestroy ($im);
?>