b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Source for file _referer_spam.page.php

Documentation is available at _referer_spam.page.php

  1. <?php
  2. /**
  3.  * This page displays an error message when we have detected referer spam.
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package evocore
  10.  */
  11.  
  12. header('HTTP/1.0 403 Forbidden');
  13. ?>
  14.  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16.     <head>
  17.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  18.          <title>403 Forbidden - Please stop referer spam.</title>
  19.     </head>
  20.     <body>
  21.         <h1>403 Forbidden</h1>
  22.         <h2>Please stop referer spam.</h2>
  23.         <p>We have identified that you have been refered here by a known or supposed spammer.</p>
  24.         <p>If you feel this is an error, please <a href="<?php echo $ReqURI ?>">bypass this message</a>
  25.         and leave us a comment about the error. We are sorry for the inconvenience.</p>
  26.         <p>If you are actually doing referer spam, please note that this website/b2evolution no longer records and publishes referers. Not even legitimate ones!
  27.         While we understand it was fun for you guys while it lasted, please understand our servers cannot take the load of
  28.         all this cumulated spam any longer... Thank you.</p>
  29.         <p>Also, please note that comment/trackback submitted URLs will be tagged with rel="nofollow" in order to be ignored by search engines.</p>
  30.   </body>
  31. </html>
  32. <?php
  33.     debug_info();
  34.      exit;
  35. ?>

Documentation generated on Tue, 20 May 2008 01:55:40 +0200 by phpDocumentor 1.4.2