take the quotes and the extra spaces out from the line - make it like so...
PHP Code:
// imagestring($img, $fontsize,0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); // LINE1
imagettftext($img, $fontsize, 0,$left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color,"/home/qtss/bbs.metallifukinca.com/html/verdana.ttf", $output); // LINE2