You see the lines I ahve given you - replace your whole
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
with what I posted in my last post...