include ("header.php"); include ("config.inc.php"); $x=file("https://blockchain.info/q/24hrprice"); $y=explode("|",$x[0]); $wert = $y[0]; $wert2 = ($wert/100); $wert2 = ($wert2*$aufpreis); $wert3 = ($wert+$wert2); $wert3 = number_format($wert3, 2, '.', ','); $wert4 = "150.00"; ?>