$img = imagecreatefrompng("{$CONF['path']}/images/ranking.png");
$color1 = imagecolorallocate($img, 0, 0, 0);
$color2 = imagecolorallocate($img, 0, 0, 0);
header ("Content-type: image/png");
imagestring($img, 2, 80, 75, $TMPL['tot_pv_0_daily'], $color1);
imagestring($img, 2, 80, 90, $TMPL['unq_in_0_daily'], $color1);
//imagestring($img, 2, 80, 84, "{$TMPL['average_rating']}/5", $color1);
imagestring($img, 5, 75 - ((strlen($TMPL['rank']) - 1) * 4), 50, $TMPL['rank'], $color2);
imagepng($img);
$color1 = imagecolorallocate($img, 0, 0, 0);
$color2 = imagecolorallocate($img, 0, 0, 0);