Your current bandwidth reading is:
1) { printf ("%.2f",$mbps); echo " Mbps
"; } else { printf ("%.2f",$kbps); echo "kbps
"; } ?>
1) { echo "which means you can download at " . $msec . " MB/sec. from our servers."; } else { echo "which means you can download at " . $ksec . " KB/sec. from our servers."; } ?>
$max_in_array) { $bar_scale = 400/$kbps; } else { $bar_scale = 0.267; } foreach(array_keys($services) as $service) { if (($service > $kbps) && $you_out == False) { $bar_size = $kbps * $bar_scale; $you_bar_height = $bar_height + 5; echo "\n"; echo "\n"; echo "\n"; echo ""; echo "\n"; $you_out = True; } $name = $services[$service]["name"]; $image = $services[$service]["image"]; $bar_size = $service * $bar_scale; echo "\n"; echo "\n"; echo "\n"; echo ""; echo "\n"; } if ($you_out == False) { $bar_size = $kbps * $bar_scale; $you_bar_height = $bar_height + 5; echo "\n"; echo "\n"; echo "\n"; echo ""; echo "\n"; } ?>
$kbps kbpsYOU
$service kbps$name
$kbps kbpsYOU

Retest     Close