Try allocating the white color like this instead, and see if that does any better for you...
$textcolor = imagecolorallocate($dst_thumb, 255,255,255);
imagettftext ($dst_thumb, 8, 0, 2, $dest_height-4, $textcolor, "/home/sites/home/web/steve/core/barmeno.ttf", "www.ess-thing.com");