diff options
author | gerald <gerald@localhost> | 2001-12-21 23:39:27 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2001-12-21 23:39:27 +0000 |
commit | 028e241fc8a903dc0e30006c3f0b815821ab7302 (patch) | |
tree | 8711f246ac2319290226925b3d8c8f5e3fb36494 | |
parent | 2a98c9ad83924c7c99e64a17e6ba616a059fecab (diff) | |
download | markup-validator-028e241fc8a903dc0e30006c3f0b815821ab7302.zip markup-validator-028e241fc8a903dc0e30006c3f0b815821ab7302.tar.gz markup-validator-028e241fc8a903dc0e30006c3f0b815821ab7302.tar.bz2 |
turned off due to abuse; added blurb to that effect
-rwxr-xr-x | httpd/cgi-bin/traceroute | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/httpd/cgi-bin/traceroute b/httpd/cgi-bin/traceroute index 190f084..9816c0b 100755 --- a/httpd/cgi-bin/traceroute +++ b/httpd/cgi-bin/traceroute @@ -7,7 +7,40 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: traceroute,v 1.2 1998-08-12 22:12:45 gerald Exp $ +# $Id: traceroute,v 1.3 2001-12-21 23:39:27 gerald Exp $ +# + +print <<"EOF"; +Content-Type: text/html + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + +<head> + <title>service discontinued</title> +</head> + +<body> + +<p> + Sorry, the traceroute service that used to be here has been turned off due to + abuse. There are a number of other <a + href="http://www.google.com/search?q=traceroute">traceroute gateways</a> + online, please use one of those instead. (if you are specifically interested + in the route from MIT, see <a + href="http://jis.mit.edu:8001/cgi-bin/traceroute">TraceRoute from MIT</a>.) +</p> + +<hr> +<address> +<a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a><br> +\$Date: 2001-12-21 23:39:27 $ \ +</address> + +</body> +EOF + +exit; # turned off due to abuse; the real script follows: $| = 1; @@ -64,7 +97,7 @@ print <<"EOF"; <hr> <address> <a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a><br> -\$Date: 1998-08-12 22:12:45 $ \ +\$Date: 2001-12-21 23:39:27 $ \ </address> EOF |