3f1ad5199fcca3b65554ca3d128e60f0ffceec68
[atutor.git] / mods / wiki / fragments / zero_pagerank.php
1 <?php
2    header("Status: 200 Intermediate Page");
3    ($url = $_REQUEST["url"])
4    or ($url = implode("+", $_GET))
5    or ($url = $_SERVER["QUERY_STRING"])
6    or ($url = "unknown-destination");
7 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
8 <html>
9 <head>
10   <title>Zero PageRank</title>
11   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
12   <meta name="description" content="filters suspect external URLs to prevent any Google ranking bonus if listed on a Wiki">
13
14   <!-- the magic: -->
15   <meta name="robots" content="NOINDEX, NOFOLLOW, CACHE, NOARCHIVE">
16
17 </head>
18 <body bgcolor="#ddddff" text="#000000" style="font:Verdana,sans-serif 19pt;">
19
20  <h1>Zero PageRank</h1>
21  
22  <p>The link to <a class="spam" href="<?php echo $url;?>"><?php echo $url;?></a> was
23  identified as possible <a href="http://www.usemod.com/cgi-bin/mp.pl?WikiSpam">WikiSpam</a>
24  and therefore is filtered through this page, which prevents indexing by
25  search engines and thus hinders spammers to achieve their (anyhow minimal)
26  Google page ranking bonus.</p>
27
28  
29  <p><hr noshade="noshade"><small>this page was brought to you by the
30  <a href="http://ewiki.berlios.de/">ewiki</a> (hypertext management system)
31  project </small></p>
32  
33 </body>
34 </html>