Вход Регистрация
Файл: public_html/modules/train.php
Строк: 77
<?php
$root 
$_SERVER['DOCUMENT_ROOT'];
include_once (
$root.'/core/base.php');
falseauth();
$header "Тренировка";
include_once (
$root.'/core/head.php');
if(isset(
$_GET['train']))
{
    
$type fl($_GET['type']);
    if(!
in_array($type,[1,2,3])) redirect('/train');
    
$types = [null'power_train''health_train''block_train'];
    if(
$u[$types[$type]] >= 100redirect('/train''Максимальное улучшение!');
    
$cost getTrainCost($u[$types[$type]]+1);
    if((
$u[$types[$type]]+1) % 10 == 0$curr 'gold';
    else 
$curr 'silver';
    
$db->query("UPDATE `users` SET `".$curr."` = `".$curr."` - '".$cost."', `".$types[$type]."` = `".$types[$type]."` + '1' WHERE `id` = '".$u['id']."'");
    
redirect('/train''Улучшение успешно!');
}
echo 
'<div class  = "notice_container"><div class  = "gborder notice_alert alert-success">
        Сила ('
.$u['power_train'].' ур. из 100 ур.)</div></div><div class  = "b">
        <table width="100%"> 
            <tbody><tr> 
                <td width="50px" valign="top"> 
                    <img width="40px" src="/images/train/str.png"> 
                </td> 
                <td valign="top">
                    <font color="white"><big>Бонус к силе: '
.(5*$u['power_train']).' <font color="lime"> +5</font></font></big>
                    <div class="txt">
                         Даёт дополнительные параметры к силе 
                    </div></br>
                     <div class="txt">
                        '
.($u['power_train'] < 100 '<a href="/train/1"><input type="submit" value="Улучшить за '.getTrainCost($u['power_train']).' '.(($u['power_train']+1) % 10 == 'гемов' 'серебра').'"></a>' 'Максимальное улучшение').'
                    </div>
                </td>
            </tr> 
        </tbody></table><br>
</div>'
;
echo 
'<div class  = "notice_container"><div class  = "gborder notice_alert alert-success">
        Здоровье ('
.$u['health_train'].' ур. из 100 ур.)</div></div><div class  = "b">
        <table width="100%"> 
            <tbody><tr> 
                <td width="50px" valign="top"> 
                    <img width="40px" src="/images/train/health.png"> 
                </td> 
                <td valign="top">
                    <big><font color="white">Бонус к здоровью: '
.(5*$u['health_train']).' <font color="lime"> +5</font></font></big>
                    <div class="txt">
                         Даёт дополнительные параметры к здоровью 
                    </div></br>
                                        <div class="txt">
                        '
.($u['health_train'] < 100 '<a href="/train/2"><input type="submit" value="Улучшить за '.getTrainCost($u['health_train']).' '.(($u['health_train']+1) % 10 == 'гемов' 'серебра').'"></a>' 'Максимальное улучшение').'
                    </div>
                </td>
            </tr> 
        </tbody></table><br>
</div>'
;
echo 
'<div class  = "notice_container"><div class  = "gborder notice_alert alert-success">
        Защита ('
.$u['block_train'].' ур. из 100 ур.)</div></div><div class  = "b">
                    <table width="100%"> 
            <tbody><tr> 
                <td width="50px" valign="top"> 
                    <img width="40px" src="/images/train/def.png"> 
                </td> 
                <td valign="top">
                  <big>  <font color="white">Бонус к защите: '
.(5*$u['block_train']).' <font color="lime"> +5</font></font></big>
                    <div class="txt">
                          Даёт дополнительные параметры к защите
                    </div></br>
                                        <div class="txt">
                        '
.($u['block_train'] < 100 '<a href="/train/3"><input type="submit" value="Улучшить за '.getTrainCost($u['block_train']).' '.(($u['block_train']+1) % 10 == 'гемов' 'серебра').'"></a>' 'Максимальное улучшение').'
                    </div>
                </td>
            </tr> 
        </tbody></table><br>
</div>'
;
include_once (
$root.'/core/foot.php');
Онлайн: 0
Реклама