# Azhar-Ali (29.12.2015 / 19:31)I understand that you need a code that is specified in the file profil.php?
Rom. I needed just it code. Shown user points in user profile. If you have then please share with me.
Here he is:
// рейтинг
$rating = ($user['postforum'] + $user['postguest'] + $user['komm'] + $user['balans'] + $user['karma_plus']) / ($user['karma_minus'] + 100);
// рейтинг
echo '<div class="menu"><img src="../users/img.php?img=' . $rating . '" alt="' . $rating . '" /></div>';
echo '<div class="menu"><span style="color:red"><b>Рейтинг:</b></span> <b><span style="color:black">' . $rating . '</span></b></div>';
// баллы
echo '<div class="menu"><b><span style="color:red">У пользователя</span></b> <b><span style="color:blue">' . $user['name'] . '</span></b> <b>'.$user['balans'].'</b> <img src="../img/m.png" alt="'.$user['balans'].'" /> <span style="color:red"><b>баллов</b></span></div>';