Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / mail.php
diff --git a/php/skripty/mail.php b/php/skripty/mail.php
new file mode 100644 (file)
index 0000000..b487d3d
--- /dev/null
@@ -0,0 +1,13 @@
+<?php\r
+\r
+$domena = "gmail.com";\r
+$google = "com";\r
+$file = fopen(("http://www.google.".$google."/search?num=100&q=+%22.%40".$domena."%22"), "r");\r
+$text = "";\r
+\r
+while(1) {\r
+  echo(fgetc($file));\r
+  //$text = ($text + fgetc($file));\r
+  }\r
+  \r
+?>\r
This page took 0.104246 seconds and 4 git commands to generate.