new file mode 100644
@@ -0,0 +1,10 @@
+<?php
+
+/// Use this file as an alternative to tracker.php/announce
+/// for TorrentSpy and other /scrape support.
+$_SERVER["PATH_INFO"] = "/announce";
+require("tracker.php");
+exit;
+?>
\ No newline at end of file