Просмотр файла book/smile3.php

Размер файла: 2.81Kb
<?
///////////////////////////////////////////////////////////////////////////////////////////
/////        
/////                        Made by   :  АХХХУЕННЫЙ ЧУВАК VANTUZ
/////                          E-mail  :  [email protected]        
/////                        WEB-site  :  http://www.pizdec.ru
/////                        WAP-site  :  http://wap.pizdec.ru
/////                          
/////////////////////////////////////////////////////////////////////////////////////          
include "config.php";
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
function myErrorHandler ($errno, $errstr, $errfile, $errline) {}
set_error_handler("myErrorHandler");
//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
if (getenv("HTTP_X_FORWARDED_FOR"))
 { $ip=getenv("HTTP_X_FORWARDED_FOR"); }
   else { $ip=getenv("REMOTE_ADDR"); }
//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
list($msec,$sec)=explode(chr(32),microtime());
$HeadTime=$sec+$msec;
header("Content-type:text/html; charset=utf-8");
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"><html><head>";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<link rel=\"shortcut icon\" href=\"http://visavi.net/favicon.ico\"><title>VISAVI.NET</title>
<style type=\"text/css\">
body { font-weight: normal; font-size: normal; font-family: georgia; color: #666699; background-color: #CCCCFF }
a:link,a:active,a:visited { text-decoration: underline; color : #0066FF }
a:hover { text-decoration: none; color : #FF0000 }
div { margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px; font-weight: bold;}
div.blue{ background-color: #3333FF; padding-top: 5px; padding-bottom: 5px; padding-left: 4px;  border: 1px solid;  text-align: center;}
a {font-weight: bold;}
div.a {margin: 0px 0px 3px 0px; padding: 0px 0px 1px 0px; border: 1px solid #669999;}
div.b {margin: 0px; border-top: 5px solid #E3E3FC; border-bottom: 5px solid #ACACFA; padding: 5px; vertical-align: middle; }
</style></head>
<body bgcolor=\"#CCCCFF\">";
echo"<div class=\"blue\"><font color=\"#FF0000\">VISAVI.NET</font></div><div>";                                    
print'<br/><img src="sm/s19.gif" alt=""/> :mmm 
	<br/><img src="sm/s20.gif" alt=""/> :oy 
<br/><img src="sm/s21.gif" alt=""/> :lamer 
<br/><img src="sm/s22.gif" alt=""/> :sm 
<br/><img src="sm/s23.gif" alt=""/> :flood
<br/><img src="sm/s24.gif" alt=""/> :ban 
<br/><img src="sm/s25.gif" alt=""/> :oops
<br/><img src="sm/s26.gif" alt=""/> :krut
<br/><img src="sm/s27.gif" alt=""/> :no
<br/><img src="sm/s28.gif" alt=""/> :razor1
	<br/><img src="sm/s29.gif" alt=""/> :razor2
	<br/><img src="sm/s30.gif" alt=""/> :razor3

';
print "<br/><br/><a href=\"smile2.php\">Назад</a><br/><br/><a href=\"$gl\">$zag</a>
</div>
</body>
</html>
";
?>