2) $done=true; } return $img; } $output = (float)shell_exec('python moon2.py'); $output=round($output*100,1); $output="moon at ".$output."%"; $font="/home/sites/astro.xchris.net/htdocs/polaris/georgiab.ttf"; $agenzia=$name=create(70,70,70,255,255,255,$output,5,$font,3); ob_start(); //imagejpeg($name,'',99); imagegif($agenzia); header("Pragma: public"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header('Content-type: image/gif'); header("Content-disposition: inline; filename=ahahah.gif"); // header("Content-disposition: attachment; filename=badge.jpg"); header("Content-Length: " . ob_get_length()); ob_end_flush(); imagedestroy($badge); ?>