View file tama/help.php

File size: 3Kb
<?
include ("modules/info.php");
include ("modules/header_nocache.php");

if (!@$_GET["whatab"]) {
?>
<a href="help.php?whatab=avtolog">&#x0410;&#x0432;&#x0442;&#x043E;&#x043B;&#x043E;&#x0433;&#x0438;&#x043D;</a><br/>
<a href="help.php?whatab=live">&#x041E; &#x0436;&#x0438;&#x0437;&#x043D;&#x0438;</a><br/>
<a href="help.php?whatab=die">&#x041E; &#x0441;&#x043C;&#x0435;&#x0440;&#x0442;&#x0438;</a><br/>
<a href="help.php?whatab=senks">&#x041F;&#x043E;&#x0436;&#x0435;&#x043B;&#x0430;&#x043D;&#x0438;&#x044F;</a><br/>
<a href="index.php">&#x041D;&#x0430;&#x0437;&#x0430;&#x0434;</a>
<?
}
else
{
if (@$_GET["whatab"]=="avtolog") {
echo "&#x0412;&#x044B; &#x0441;&#x043C;&#x043E;&#x0436;&#x0435;&#x0442;&#x0435;
&#x0438;&#x0437;&#x0431;&#x0435;&#x0436;&#x0430;&#x0442;&#x044C;
&#x0431;&#x044E;&#x0440;&#x043E;&#x043A;&#x0440;&#x0430;&#x0442;&#x0438;&#x0438;
&#x043F;&#x0440;&#x0438; &#x0432;&#x0445;&#x043E;&#x0434;&#x0435;, &#x0435;&#x0441;&#x043B;&#x0438;
&#x043F;&#x043E;&#x0441;&#x0442;&#x0430;&#x0432;&#x0438;&#x0442;&#x0435; &#x0437;&#x0430;&#x043A;&#x043B;&#x0430;&#x0434;&#x043A;&#x0443; <b>http://putnik.net.ru/tama/entry.php?login=&#x0412;&#x0430;&#x0448;&#x0435;_&#x0438;&#x043C;&#x044F;&amp;password=&#x0412;&#x0430;&#x0448;_&#x043F;&#x0430;&#x0440;&#x043E;&#x043B;&#x044C;</b><br/>
<a href=\"help.php\">&#x041D;&#x0430;&#x0437;&#x0430;&#x0434;</a>";
}
if (@$_GET["whatab"]=="live") {
echo "&#x041F;&#x0438;&#x0442;&#x043E;&#x043C;&#x0435;&#x0446;
&#x0436;&#x0438;&#x0432;&#x0435;&#x0442; 60 &#x043B;&#x0435;&#x0442;
(1 &#x0433;&#x043E;&#x0434; = 3 &#x0447;&#x0430;&#x0441;&#x0430;),
&#x043F;&#x043E;&#x0441;&#x043B;&#x0435; &#x0447;&#x0435;&#x0433;&#x043E;
&#x043E;&#x0442;&#x043F;&#x0440;&#x0430;&#x0432;&#x043B;&#x044F;&#x0435;&#x0442;&#x0441;&#x044F;
&#x0432; &#x043C;&#x0438;&#x0440; &#x0438;&#x043D;&#x043E;&#x0439;<br/>
<a href=\"help.php\">&#x041D;&#x0430;&#x0437;&#x0430;&#x0434;</a>";
}
if (@$_GET["whatab"]=="die") {
echo "&#x0415;&#x0441;&#x043B;&#x0438; &#x043E;&#x0434;&#x0438;&#x043D;
&#x0438;&#x0437; &#x043F;&#x0430;&#x0440;&#x0430;&#x043C;&#x0435;&#x0442;&#x0440;&#x043E;&#x0432;
&#x043F;&#x0440;&#x0435;&#x0432;&#x044B;&#x0441;&#x0438;&#x0442; 150% &#x0438;&#x043B;&#x0438;
&#x0441;&#x0442;&#x0430;&#x043D;&#x0435;&#x0442; &#x043D;&#x0438;&#x0436;&#x0435; 0%,
&#x0442;&#x043E; &#x0442;&#x0430;&#x043C;&#x0430;&#x0433;&#x043E;&#x0447;
&#x0443;&#x043C;&#x0440;&#x0435;&#x0442;<br/>
<a href=\"help.php\">&#x041D;&#x0430;&#x0437;&#x0430;&#x0434;</a>";
}
if (@$_GET["whatab"]=="senks") {
echo "&#x0421;&#x043E; &#x0432;&#x0441;&#x0435;&#x043C;&#x0438;
&#x043F;&#x043E;&#x0436;&#x0435;&#x043B;&#x0430;&#x043D;&#x0438;&#x044F;&#x043C;&#x0438;
&#x043F;&#x043E; &#x0440;&#x0430;&#x0431;&#x043E;&#x0442;&#x0435;
&#x043F;&#x0438;&#x0442;&#x043E;&#x043C;&#x0446;&#x0430;
&#x043F;&#x0438;&#x0441;&#x0430;&#x0442;&#x044C; &#x043D;&#x0430; [email protected]<br/>
<a href=\"help.php\">&#x041D;&#x0430;&#x0437;&#x0430;&#x0434;</a>";
}

}


include ("modules/wup_link.php");
include ("modules/footer.php");
?>