Файл: aura.php
Строк: 141
<?
include_once 'sys/inc/start.php';
include_once 'sys/inc/compress.php';
include_once 'sys/inc/sess.php';
include_once 'sys/inc/home.php';
include_once 'sys/inc/settings.php';
include_once 'sys/inc/db_connect.php';
include_once 'sys/inc/ipua.php';
include_once 'sys/inc/fnc.php';
include_once 'sys/inc/user.php';
$set['title']='Аура';
include_once 'sys/inc/thead.php';
title();
aut(); // форма авторизации
if (!isset($user)){
echo 'Вы не зарегистрированы';
include_once 'sys/inc/tfoot.php';
exit;
}
echo "<div class='p_t'>";
echo '<b>Аура обитателя</b> - Это показатель активности пользователя, цвет ауры зависит от рейтинга обитателя.<br />Приведем список цветов ауры, и сколько нужно иметь рейтинга чтобы ее заработать:</div>';
echo "</div>";
echo '
<div class="p_m"><b style="color: black;">Аура 0</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px; "><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 0 до 20 % рейтинга аура не присваивается.</div><div class="p_t"><b style="color: gray;">Аура 1</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px; text-align: center; background-image:url(/style/aura/1.png);background-repeat: no-repeat;"><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 20 до 10 % рейтинга аура показывается серым цветом.</div><div class="p_m"><b style="color: yellow;">Аура 2</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px; text-align: center; background-image:url(/style/aura/2.png);background-repeat: no-repeat;"><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 10 до 20 % рейтинга аура показывается желтым цветом.</div>
<div class="p_t"><b style="color: #39ff0;">Аура 3</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px; text-align: center; background-image:url(/style/aura/3.png);background-repeat: no-repeat;"><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 20 до 40 % рейтинга аура показывается cветло-зеленым цветом.</div>
<div class="p_m"><b style="color: #c11ae6;">Аура 4</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px; text-align: center; background-image:url(/style/aura/4.png);background-repeat: no-repeat;"><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 40 до 60 % рейтинга аура показывается cиреневым цветом.</div>
<div class="p_t"><b style="color: #02d9d3;">Аура 5</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px; text-align: center; background-image:url(/style/aura/5.png);background-repeat: no-repeat;"><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 60 до 100 % рейтинга аура показывается голубым цветом.</div>
<div class="p_m"><b style="color: #f37a0c;">Аура 6</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px; text-align: center; background-image:url(/style/aura/6.png);background-repeat: no-repeat;"><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 100 до 150 % рейтинга аура показывается оранжевым цветом.</div>
<div class="p_t"><b style="color: #ff00;">Аура 7 (максимальная)</b> - <b><div style="width:20px; height:20px; display:inline-block; padding-top:4px;padding-left:1px;text-align: center; text-align: center; background-image:url(/style/aura/7.png);background-repeat: no-repeat;"><img src="/style/themes/'.$set[set_them].'/user/'.$user['pol'].'.png" alt="" class="icon"/></div> '.$user['nick'].'</b>, от 150 % рейтинга аура показывается красным цветом.</div>
';
include_once 'sys/inc/tfoot.php';
?>