Так лучше?
@header("content-type: image/png");
$image = imagecreatefrompng ($wwws.\'/8831h/mikelsv_8831h_\'.$input[\'b\'].\'.png\');
ImageColorAllocate($image, 240, 240, 240);
if ($input[\'t\']==\'\') $t = ImageColorAllocate($image, 0, 0, 0);
else $t = ImageColorAllocate($image, 255, 255, 255);
ImageString ($image, 2, 1, 19, $base[\'hosts_all\'], $t);
ImageString ($image, 2, 87, 19, $base[\'hosts\'], $t);
imagepng ($image);
ImageDestroy($image);