Where are your timers?

json.php
$url = 'http://bitclockers.com/api.json';
$json = file_get_contents($url);
if ($json !== false) {
$array=json_decode($json,true);
if($array['activeworkers'] >= 500) $array['activeworkers'] = 100;
else $array['activeworkers'] = 1000000;
foreach($array as $key => $value)
echo $key . ': ' . $value . '
';
} else echo 'bad url';
?>
Webpage
Donation War: 12WN4ytHThj2XgPufRBrPgJaEgEYQysCL9
