Вход Регистрация
Файл: autoritet.php
Строк: 76
<?
define
('ROOT','../');
define('GCMS',true);
///стоимость рейтинга
$balls_autoritet=50;
/////////////////////
require_once (ROOT.'system/power.php');
$func->aut();
$sql $db -> query("SELECT * FROM `users` WHERE `id` = '".$id."' LIMIT 1");
if(
$sql->num_rows>0){
$user=$sql->fetch_assoc();
switch(
$do){
case 
'buy':
$diz -> head('Рейтинг '.$func->famname($user['id'],0));
$diz -> title('Рейтинг '.$func->famname($user['id'],0));
if (!isset(
$_POST['submit'])) {
echo 
'<div class="fon">Стоимость одной единицы рейтинга составляет '.$balls_autoritet.' балл(ов)<br/>
За один раз можно приобрести не более 999 единиц рейтинга.
<hr>
Введите необходимое количество единиц рейтинга<br/>
<form action="?do=buy&id='
.$user['id'].'" method="post">
<input type="text" name="ed" maxlength="3" required/><br />
<input type="submit" name="submit" value="Прибавить"/>
</form></div>'
;
}else{
$kol=intval(abs($_POST['ed']));
if(
$ya['balls']>=$kol*$balls_autoritet){
if(
$kol>=and $kol<=999){
$kol_balls=$kol*$balls_autoritet;
$db -> query("UPDATE `users` SET `autoritet` = autoritet+'".$kol."' WHERE `id` = '".$user['id']."'");
$db -> query("UPDATE `users` SET `balls` = balls-'".$kol_balls."' WHERE `id` = '".$ya['id']."'");
echo 
'<div class="fon">Рейтинг был добавлен.</div>';
}else echo 
'<div class="fon">Можно приобрести не менее 1 и не более 999 едениц рейтинга за раз.</div>';
}else echo 
'<div class="fon">У вас недостаточно баллов.</div>';
header('Refresh: 3, url='.ROOT.'my/autoritet.php?do=buy&id='.$user['id']);
}
echo 
'<div class="levo"><a href="'.ROOT.'id'.$user['id'].'" class="levo_tuch">'.$diz -> img('back.png').' Назад</a></div>';
echo 
'<div class="levo"><a href="'.ROOT.'" class="levo_tuch">'.$diz -> img('home.png').' На главную</a></div>';
#####Копирайт#######
$diz -> out($msg);
break;
default:
echo 
'<div class="fon"><a href="'.ROOT.'my/autoritet.php?do=buy&id='.$user['id'].'">
<div style="text-align: center; z-index: 2; width: 174px; border: 1px solid #ADADAB; height: 17px; margin-top: 8px;"> '
;
if ( 
$user['autoritet'] >= &&  $user['autoritet'] <= 100 ){
$length=174/100*$user['autoritet'];
echo 
'<div style="position: absolute; margin-top: -2px; text-align: center; z-index: 2; width: 174px; height: 17px; padding: 2px; color: #FFFFFF;">
<span style="color:#8C9497;">'
.$user['autoritet'].'%</span></div>
<div style="position: absolute; width: 174px; background-color: #FBFBFB; z-index: 1;height: 17px;">
</div><div style="position: absolute; width: '
.$length.'px; background-color: #ADBFCB; z-index: 1;height: 17px;"></div>';
}
if ( 
$user['autoritet'] > 100 &&  $user['autoritet'] < 200 ){
$length=(174/100*$user['autoritet'])/2;
echo 
'<div style="position: absolute; margin-top: -2px; text-align: center; z-index: 2; width: 174px; height: 17px; padding-top: 2px; color: #FFFFFF;">
<span class="white">'
$user['autoritet'] .'%</span></div>
<div style="position: absolute; width: 174px; background-color: #73a8c7; z-index: 1;height: 17px;">
</div><div style="position: absolute; width: '
.$length.'px; background-color: #064a91; z-index: 1;height: 17px;"></div>';
}
if ( 
$user['autoritet'] >= 200){
echo 
'<div style="position: absolute; margin-top: -2px; text-align: center; z-index: 2; width: 174px; height: 17px; padding-top: 2px; color: #FFFFFF;">
<span style="color:#A0976B">'
.$user['autoritet'].'%</span></div>
<div style="position: absolute; width: 174px; background-color: #EEE8C9; z-index: 1;height: 17px;">
</div><div style="position: absolute; width: 174px; background-color: #D8D0A5; z-index: 1;height: 17px;"></div>'
;
}
echo 
'</div></a></div>';
}
} else 
header('location: '.ROOT.'id'.$id);
?>
Онлайн: 1
Реклама