View file 5555665/file_hosting/webmaster.php

File size: 22.55Kb
<?php
$tod = uniqid(rand(1,10));
$stat=<<<EOD
<!-- Rating@Mail.ru counter -->
<script type="text/javascript">//<![CDATA[
(function(w,n,d,r,s){d.write('<p><a href="http://top.mail.ru/jump?from=2312723">'+
'<img src="http://da.c4.b3.a2.top.mail.ru/counter?id=2312723;t=171;js=13'+
((r=d.referrer)?';r='+escape(r):'')+((s=w.screen)?';s='+s.width+'*'+s.height:'')+';_='+Math.random()+
'" style="border:0;" height="15" width="88" alt="Рейтинг@Mail.ru" /><\/a><\/p>');})(window,navigator,document);//]]>
</script><noscript><p><a href="http://top.mail.ru/jump?from=2312723">
<img src="http://da.c4.b3.a2.top.mail.ru/counter?id=2312723;t=171;js=na"
style="border:0;" height="15" width="88" alt="Рейтинг@Mail.ru" /></a></p></noscript>
<!-- //Rating@Mail.ru counter -->
EOD;
$statik= <<<EOD
<!-- Yandex.Metrika informer -->
<a href="http://metrika.yandex.ru/stat/?id=20225281&amp;from=informer"
target="_blank" rel="nofollow"><img src="//bs.yandex.ru/informer/20225281/1_0_6590C2FF_4570A2FF_1_pageviews"
style="width:80px; height:15px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры)" onclick="try{Ya.Metrika.informer({i:this,id:20225281,lang:'ru'});return false}catch(e){}"/></a>
<!-- /Yandex.Metrika informer -->

<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
    (w[c] = w[c] || []).push(function() {
        try {
            w.yaCounter20225281 = new Ya.Metrika({id:20225281,
                    clickmap:true,
                    trackLinks:true,
                    accurateTrackBounce:true});
        } catch(e) { }
    });

    var n = d.getElementsByTagName("script")[0],
        s = d.createElement("script"),
        f = function () { n.parentNode.insertBefore(s, n); };
    s.type = "text/javascript";
    s.async = true;
    s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";

    if (w.opera == "[object Opera]") {
        d.addEventListener("DOMContentLoaded", f, false);
    } else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/20225281" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
EOD;
?>
<?php


$wer = '<script type="text/javascript" src="http://file.cs-kukmor.org/file_hosting/rec.js"></script>';
$werr = '<script type="text/javascript" src="http://file.cs-kukmor.org/file_hosting/res.js"></script>';
$werrr = '<script type="text/javascript" src="http://file.cs-kukmor.org/file_hosting/red.js"></script>';
$webdir    = 'http://filestash.ru/file_hosting/';
$webdir1    = 'http://filestash.ru/file_hosting/web/';
$qweer=date("Gis");

$uploaddir = 'files/';
$up = 'more/'; // Папка для создании html документов

$password  = '';


if($_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['pass'] != $password)
    die('<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <center>Предупреждение!<br><br>Не правильно набран код с картинки (код на картинке CS-KUKMOR.ORG).<br> Не допустимый размер файла или расширение. 

<br><br>
<div style="text-align: center;"><a style="color:red;"
href="/file_hosting/chesser_uploader.php">Повторить</a><span
style="color: rgb(255, 102, 102);">&nbsp;</span><br>
</div>

</center>');
$filepatch = $_FILES['userfile']['name'];
// Получаем расширение файла
$file_ext =  strtolower(strrchr($_FILES['userfile']['name'],'.'));
// Генерируем случайное число
$file_name = uniqid(rand(1,10));
// Формируем путь на сервере


$filepat = $up.$qweer.$file_name.$file_ext;
$filepath = $uploaddir.$qweer.$file_name.$file_ext;;
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $filepath))
    $link = "<a href=\"$webdir$filepath\">$webdir$filepath</a>";

header('Content-Type: text/html; charset=UTF-8');
echo '<?xml version="1.0" encoding="utf-8"?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<style type="text/css">
.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1163b0), color-stop(1, #1163b0) );
	background:-moz-linear-gradient( center top, #1163b0 5%, #1163b0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1163b0', endColorstr='#1163b0');
	background-color:#1163b0;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
}.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1163b0), color-stop(1, #1163b0) );
	background:-moz-linear-gradient( center top, #1163b0 5%, #1163b0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1163b0', endColorstr='#1163b0');
	background-color:#1163b0;
}.submit:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
</style>
<style type="text/css">
	.attach { position:relative; width:130px; height:15px;  }
	.attach #file_fake { width:100%; height:100%; cursor:default; color:gray; //padding:2px 0; }
	.attach span.file { position:absolute; right:-70px; top:0; width:53px; height:20px;  }
	.attach span.file * { cursor:pointer; }
	.attach span.file:hover * { color:gray; }
	.attach input.file_select_btn { overflow:visible; width:100%; height:100%; }
	.attach input.file_select { position:absolute; font-size:20px; right:0; top:0; opacity:0; -moz-opacity:0; filter:alpha(opacity=0); }
</style>

<style type="text/css">
   .searchh{
    width: 230px; /* Ширина в пикселах */
    wrap:off;
    resize:none
    font-family: "tahoma", tahoma, serif; /*шрифт текста*/
    font-size: 12px; /*размер текста*/
   }
  </style>
<style type="text/css">
   .searc1{
    width: 170px; /* Ширина в пикселах */
    wrap:off;
    resize:none
    font-family: "tahoma", tahoma, serif; /*шрифт текста*/
    font-size: 12px; /*размер текста*/
   }
  </style>
<!--Progress Bar and iframe Styling-->
<link href="upload_fram.php/style_progress.css" rel="stylesheet" type="text/css" />

<!--Get jQuery-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.js" type="text/javascript"></script>

<!--display bar only if file is chosen-->
<script>

$(document).ready(function() { 
//

//show the progress bar only if a file field was clicked
	var show_bar = 0;
    $('input[type="file"]').click(function(){
		show_bar = 1;
    });

//show iframe on form submit
    $("#form1").submit(function(){

		if (show_bar === 1) { 
			$('#upload_frame').show();
			function set () {
				$('#upload_frame').attr('src','upload_fram.php?up_id=<?php echo $up_id; ?>');
			}
			setTimeout(set);
		}
    });
//

});

</script>

<script language="JavaScript" type="text/javascript" src="/file_hosting/ajax.js"> </script>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <title>Вебмастер - виджет "Копилка Файлов" </title>

<meta content="Виджет "Копилка Файлов" для вашего сайта . С помощью этого виджета пользователи вашего сайта смогут обмениваться такими файлами как: аудио-видео записи, фотографии, архивы и так далее не покидая ваш сайт." name="description">
<meta content="Виджет "Копилка Файлов" для вашего сайта . С помощью этого виджета пользователи вашего сайта смогут обмениваться такими файлами как: аудио-видео записи, фотографии, архивы и так далее не покидая ваш сайт." name="keywords">


<style type="text/css">
body {
  font-family: tahoma, verdana, arial, sans-serif;
  color:#343434;
}
</style>
<style type="text/css">
   A { 
    text-decoration: none;
   } 
</style>
</head><body>
<form enctype="multipart/form-data" method="post" name="form1" id="form1">
<table style="text-align: left; width: 100%;" border="0" cellpadding="0"
cellspacing="4">
<tbody>
<tr>
<td
style="vertical-align: middle; background-color: rgb(17, 100, 176); height: 35px;">&nbsp;<img
style="width: 16px; height: 14px;" alt="FileStash" title="FileStash"
src="http://file.cs-kukmor.org/file_hosting/favicon-1.png">&nbsp; <big><big><span
style="color: white; font-family: Helvetica,Arial,sans-serif;">вебмастер</span></big></big>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<span
style="color: rgb(0, 0, 0); font-family: Arial,sans-serif; font-size: 22px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; text-align: left; text-indent: 0px; text-transform: none; white-space: nowrap; word-spacing: 0px; background-color: rgb(255, 229, 175); display: inline ! important; float: none;"></span>
</td>
</tr>
</tbody>
</table>

<table style="text-align: left; width: 100%; font-size: 10pt;" border="0" cellpadding="0" cellspacing="4"> 
  <tbody> 
    <tr> 
      <td style="vertical-align: middle; height: 20px; text-align: left;"><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      FileStash - бесплатный файлообменник. Виджет "Копилка Файлов" для вашего сайта . С помощью 
этого виджета пользователи вашего сайта смогут обмениваться такими файлами как: аудио-видео записи, фотографии, архивы и так далее не покидая ваш сайт. </font><span style="font-size: small;">Инструкция по установке</span><span style="font-size: small;"> </span><span style="font-size: small; color: rgb(51, 102, 255);"><a
href="http://file.cs-kukmor.org/file_hosting/more/153206151549ab6a11fd.png.html"
target="_blank">здесь</a></span><span style="font-size: small;"> . </span><br /> 
      <br /> 
      </td> 
    </tr> 
  </tbody> 
</table>
<!---->
<?php 
//get unique id
$up_id = uniqid(); 
?>

     
<!--APC hidden field-->
    <input type="hidden" name="APC_UPLOAD_PROGRESS" id="progress_key" value="<?php echo $up_id; ?>"/>
<!---->
<style type="text/css">
.search {
width: 50px; /* Ширина в пикселах */
}
</style>
<style type="text/css">
.submit {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1163b0), color-stop(1, #1163b0) );
background:-moz-linear-gradient( center top, #1163b0 5%, #1163b0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1163b0', endColorstr='#1163b0');
background-color:#1163b0;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:11px;
font-weight:bold;
padding:4px 8px;
text-decoration:none;
}.submit:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1163b0), color-stop(1, #1163b0) );
background:-moz-linear-gradient( center top, #1163b0 5%, #1163b0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1163b0', endColorstr='#1163b0');
background-color:#1163b0;
}.submit:active {
position:relative;
top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
</style>




<center>

<table style="text-align: left; width: 100%;" border="0"
cellpadding="0" cellspacing="8">
<tbody>
<tr>
<td style="vertical-align: top; width: 230px;"><table style="text-align: left; width: 250px;">
<tbody>
<tr>
</tr>
<tr>
<td style="vertical-align: top; width: 140px;"><font
style="font-size: 10pt; color: rgb(0, 0, 205);" face="Arial"
size="2">
Цвет шапки:</font><br>
</td>
<td style="vertical-align: top; width: 75px;"><font
style="font-size: 10pt; color: rgb(255, 165, 0);" face="Arial"
size="2">
#</font><input value="1164b0" name="q1" class="search" cols="6" rows="1">
</td>

</tr>
<tr>
<td style="vertical-align: top;"><font
style="color: rgb(0, 0, 205);" face="Arial"><font
style="font-size: 10pt;" size="2">Цвет текста шапки</font>
<small><small><small></small></small></small></font><br>
</td>
<td style="vertical-align: top;"><span
style="font-family: 'Arial'; font-size: 13px; color: rgb(255, 165, 0);">#</span><input value="FFFFFF" name="q6"
class="search" cols="350" rows="1"> </td>
<tr>

<tr>
<td style="vertical-align: top;"><font
style="font-size: 10pt; color: rgb(0, 0, 205);" face="Arial"
size="2">Цвет фона:</font><br>
</td>
<td style="vertical-align: top;"><font
style="font-size: 10pt; color: rgb(255, 165, 0);" size="2">#</font><input
value="FFFFFF" name="q2" class="search" cols="6" rows="1"
style="font-size: 10pt;"> </td>
</tr>
<tr>
<td style="vertical-align: top;"><font
style="color: rgb(0, 0, 205);" face="Arial" size="2">Цвет
текста: </font></td>
<td style="vertical-align: top;"><span
style="color: rgb(255, 165, 0); font-size: 10pt;">#</span><input
value="000000" name="q3" class="search" cols="350" rows="1"> </td>
</tr>
<tr>
<td style="vertical-align: top;"><font
style="font-size: 10pt; color: rgb(0, 0, 205);" face="Arial"
size="2">Цвет рамки:</font><br>
</td>
<td style="vertical-align: top;"><font
style="font-size: 10pt; color: rgb(255, 165, 0);" size="2">#</font><input
value="000000" name="q4" class="search" cols="350" rows="1"> </td>
</tr>


<td style="vertical-align: top;"><font
style="color: rgb(0, 0, 205);" face="Arial"><font
style="font-size: 10pt;" size="2">Цвет фона кнопки</font>
<small><small><small></small></small></small></font><br>
</td>
<td style="vertical-align: top;"><span
style="font-family: 'Arial'; font-size: 13px; color: rgb(255, 165, 0);">#</span><input value="1163b0" name="q9"
class="search" cols="350" rows="1"> </td>

</tr>
<tr>
<td style="vertical-align: top;"><font
style="color: rgb(0, 0, 205);" face="Arial"><font
style="font-size: 10pt;" size="2">Цвет текста кнопки</font>
<small><small><small></small></small></small></font><br>
</td>
<td style="vertical-align: top;"><span
style="font-family: 'Arial'; font-size: 13px; color: rgb(255, 165, 0);">#</span><input value="FFFFFF" name="q8"
class="search" cols="350" rows="1"> </td>
</tr>
</tr>
<tr>
<td style="vertical-align: top;"><span
style="color: rgb(0, 0, 205); font-size: 10pt; font-family: 'Arial';">Ширина
: </span></td>
<td style="vertical-align: top;"> <input value="250" name="q5"
class="search" cols="350" rows="1"> <font
style="font-size: 10pt; color: rgb(255, 165, 0);" face="Arial"
size="2">px </font></td>
</tr>
</tbody>
</table><br>

</td>
<?php 

$p1=$_REQUEST["q1"];
$p2=$_REQUEST["q2"];
$p3=$_REQUEST["q3"];
$p4=$_REQUEST["q4"];
$p5=$_REQUEST["q5"];
$p7=$_REQUEST["q6"];
$p8=$_REQUEST["q8"];
$p9=$_REQUEST["q9"];
$p="20";
$p0="10";
$p6=$p5-$p;
$wpo = $p5+$p0;

$myPath1 = $_SERVER['DOCUMENT_ROOT'].'/file_hosting/web/'; 

$tod = uniqid(rand(1,10));

// Удалить последнюю строку

$file = 'file3.php';
$newfile = ''.$myPath1.''.$tod.'.php';



if (!copy($file, $newfile)) {
    echo "не удалось скопировать $file...\n";
}

$a = file(''.$myPath1.''.$tod.'.php'); 
array_shift($a); 
 

$f = fopen(''.$myPath1.''.$tod.'.php', 'w'); 
foreach ($a as $e) fwrite($f, $e);

// добавить запись к файлу 



	
$new = '<?php
$p1="'.$p1.'";
$p2="'.$p2.'";
$p3="'.$p3.'";
$p4="'.$p4.'";;
$p5="'.$p5.'";
$p6="'.$p6.'";
$p7="'.$p7.'";
$p8="'.$p8.'";
$p9="'.$p9.'";




';



$fh = fopen("$myPath1$tod.php", "r"); 
$all_notes = fread($fh, filesize("$myPath1$tod.php")); 
fclose($fh); 
$fh2 = fopen("$myPath1$tod.php", "w");
fwrite($fh2, $new); 
fwrite($fh2, $all_notes); 
fclose($fh2);



?>

<td style="vertical-align: top; width: 100%;">
<iframe src="<?php echo $webdir1 ?><?php echo $tod ?>.php"
frameborder="0" height="290" scrolling="no" width="100%">&amp;amp;amp;amp;amp;amp;lt;/body&amp;amp;amp;amp;amp;amp;gt;
&amp;amp;amp;amp;amp;amp;lt;/html&amp;amp;amp;amp;amp;amp;gt; </iframe>
<input value="Получить код" class="submit" type="submit">
</td>
<td style="vertical-align: top;" width: 200px;><center>
<a href="http://filestash.ru"><img
style="border: 0px solid ; width: 88px; height: 31px;" alt="FileStash"
title="FileStash"
src="http://filestash.ru/file_hosting/files/145415251588657ae8fc.gif"></a><br>
<br>
<textarea name="cod" rows="3" class="searc1" cols="400"><a href= "http://filestash.ru"> <img
src="http://filestash.ru/file_hosting/files/145415251588657ae8fc.gif"></a></textarea>
<br><br>
<a href="http://filestash.ru"><img
style="border: 0px solid ; width: 88px; height: 31px;" alt="FileStash"
title="FileStash"
src="http://filestash.ru/file_hosting/files/10091155159950750ae1.gif"></a><br>
<br>
<textarea name="cod" rows="3" class="searc1" cols="400"><a href= "http://filestash.ru"> <img
src="http://filestash.ru/file_hosting/files/10091155159950750ae1.gif"></a></textarea>
<br><br>
<span
style="color: red; font-size: 9pt;">Прочее:</span><br>

</center>

<a href="http://url.filestash.ru/"  target="_blank"><span
style="color: blue; font-size: 10pt;">Сервис сокращение url</span><br>
</a>
<a href="http://catalog.filestash.ru/"  target="_blank"><span
style="color: blue; font-size: 10pt;">Каталог сайтов filestash </span>
</a>
</td>
</tr>
</tbody>
</table>

 


</center>





   
  </form>
  </div>

<center>
<?php if($_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['pass'] == $password): ?>


<?php



    
    if(!empty($_POST['to_delete'])) {
        foreach($_POST['to_delete'] as $file)
            @unlink($file);
    }
    $files = glob( $uploaddir . '*', GLOB_MARK );
    if(!empty($files)):

$dateupload = date("m-d-y");
$csstat=<<<EOD
<style type="text/css">
.download {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
}.download:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.download:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
</style>
EOD;

$tat=<<<EOD

 <script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script>
<table style="border-collapse: collapse; width: 100%; font-size: 10pt;"><tbody><tr><td><font size="2" face="Arial" style="color: rgb(0, 0, 205);">Файл:</font></td><td> <div><font size="2" style="font-size: 10pt; color: rgb(0, 153, 0);" face="Arial">$filepatch</font></div></td></tr><tr><td style="color: rgb(0, 0, 205); vertical-align: middle; width: 90px;" ><font size="2" style="font-size: 10pt; color: rgb(0, 0, 205);" face="Arial">Дата загрузки:</font></td><td><div><font size="2" style="font-size: 10pt; color: rgb(0, 153, 0);" face="Arial">$dateupload</font></div></td></tr><tr><td style="color: rgb(0, 0, 205); vertical-align: middle; width: 90px;"><font face="Arial" style="color: rgb(0, 0, 205);">Поделиться:</font></td><td style="color: rgb(0, 0, 205); vertical-align: middle; "> 

<div class="yashare-auto-init" data-yashareL10n="ru"
 data-yashareType="none" data-yashareQuickServices="vkontakte,facebook,twitter,odnoklassniki,moimir"

></div> 
</td></tr><tr><td><br></td><td height: 20px;><a href="$webdir$filepath" class="download">Скачать</a></td></tr></tbody></table>


EOD;





?>

 <center>
      <table style="text-align: left; width: 100px;" border="0" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td style="vertical-align: top;"> 


<div style="text-align: left; "><span style="color: rgb(102, 51, 255);font-size: 10pt;">

HTML код :</span></div>
            <div style="text-align: left;"><textarea name="x1" rows="2" cols="115" class="searchh1"  readOnly cols=1 onclick="select(this)"><iframe src="<?php echo $webdir1 ?><?php echo $tod ?>.php" frameborder="0" height="300" scrolling="no" width="<?php echo $wpo ?>"> </iframe></textarea><br>
            </div>
            </td>
          </tr>
        </tbody>
      </table>



</center>

<br/>








<?php endIf ?>
<?php endIf ?>
</form>
</div>



      </div>
      


</td>
</tr>
</tbody>
</table>
<table style="text-align: left; width: 100%;" border="0" cellpadding="0"
cellspacing="4">
<tbody>
<tr>
<td
style="vertical-align: middle; background-color: rgb(17, 100, 176); text-align: center; height: 20px;"><small><span
style="color: white;">2011-213</span></small><br>
</td>
</tr>
</tbody>
</table>
</center>
<div style="text-align: center;"><span
style="font-family: Arial; font-size: 10pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
<a style="color: rgb(102, 102, 102);" href="/">Главная страница </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
<a style="color: rgb(102, 102, 102);" href="/forum/">Форум </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
<a style="color: rgb(102, 102, 102);" href="/feedback.html">Обратная
связь</a>
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<a style="color: rgb(102, 102, 102);" href="/reklama.html">Реклама
</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>


<center>

<table style="text-align: left; width: 180px; height: 13px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: middle; text-align: center; height: 12px;"><?php echo $stat ?>
</td>
<td style="vertical-align: middle; text-align: center; height: 12px;"><?php echo $statik ?>
</td>
</tr>
</tbody>
</table><?php include('block1.php'); ?></center></div>
      <br>

      </td>
    </tr>
  </tbody>
</table>
<br>
</center>

</body></html>