C+WinSock IRC Bot and few other useless programs i've found on my freeshell account...
[mirrors/Programs.git] / php / speedtest-defunct.php
diff --git a/php/speedtest-defunct.php b/php/speedtest-defunct.php
new file mode 100755 (executable)
index 0000000..b7734fc
--- /dev/null
@@ -0,0 +1,10 @@
+<h1>SpeedTest</h1>
+<?php
+//this is not working because of caching...
+
+if( isset($_GET["time"]) ) {
+    $time = ((microtime() - $_GET["time"])/1000000)-1;
+} else {
+    for($i=0;$i<8000000;$i++) { echo("a"); }
+}
+?>
\ No newline at end of file
This page took 0.094012 seconds and 4 git commands to generate.