nach der zile else $status="gesperrt";
einfügen und ersetzen mit
PHP-Code:
$auszahlung mysql_fetch_array(db_query("SELECT auszahl FROM ".$db_prefix."_stats where id=1")); 

    
$im=ImageCreateFromPNG("images/pickerstats.png");
    
$color1=ImageColorAllocate($im,0,0,0);
    
ImageTTFText($im,8,0,5,13,$color1,"css/trebucbd.ttf","User:");
    
ImageTTFText($im,8,0,49,13,$color1,"css/trebucbd.ttf",$name);
    
ImageTTFText($im,8,0,5,25,$color1,"css/trebucbd.ttf","Konto:");
    
ImageTTFText($im,8,0,49,25,$color1,"css/trebucbd.ttf",$status);
    
//ImageTTFText($im,8,0,5,37,$color1,"css/trebucbd.ttf","Guthaben:");
    //ImageTTFText($im,8,0,75,37,$color1,"css/trebucbd.ttf",$stats['kontostand']);
    
ImageTTFText($im,8,0,5,37,$color1,"css/trebucbd.ttf","Auszahlungen:");
    
ImageTTFText($im,8,0,87,37,$color1,"css/trebucbd.ttf",number_format($auszahlung['auszahl'] ,2,",","."));
    
ImageTTFText($im,8,0,60,49,$color1,"css/trebucbd.ttf",$seitenname); 
ggnfs. den text und die position anpassen!

gruß