[ Index ] |
|
Code source de b2evolution 2.1.0-beta |
1 <?php 2 /** 3 * This page displays an error message when we have detected referer spam. 4 * 5 * @package evocore 6 */ 7 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); 8 9 header('HTTP/1.0 403 Forbidden'); 10 header('Content-Type: text/html; charset=iso-8859-1'); // no translation 11 12 ?> 13 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 14 <html xmlns="http://www.w3.org/1999/xhtml"> 15 <head> 16 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 17 <title>403 Forbidden - Please stop referer spam.</title> 18 </head> 19 <body> 20 <h1>403 Forbidden</h1> 21 <h2>Please stop referer spam.</h2> 22 <p>We have identified that you have been refered here by a known or supposed spammer.</p> 23 <p>If you feel this is an error, please <a href="<?php global $ReqURI; echo $ReqURI; ?>">bypass this message</a> 24 and leave us a comment about the error. We are sorry for the inconvenience.</p> 25 <p>If you are actually doing referer spam, please note that this website/<?php global $app_name; echo $app_name; ?> no longer records and publishes referers. Not even legitimate ones! 26 While we understand it was fun for you guys while it lasted, please understand our servers cannot take the load of 27 all this cumulated spam any longer... Thank you.</p> 28 <p>Also, please note that comment/trackback submitted URLs will be tagged with rel="nofollow" in order to be ignored by search engines.</p> 29 </body> 30 </html> 31 <?php 32 debug_info(); 33 exit; 34 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |