View file sdark.mobi/clan/storage.php

File size: 2.28Kb
<?php
require_once '../core/system.php';
echo only_reg();
echo ban();
if (isset($_GET['id']) && mysql_result(mysql_query("SELECT COUNT(*) FROM `clan` WHERE `id` = '".intval($_GET['id'])."'"),0) == true){
$clan = mysql_fetch_array(mysql_query("SELECT * FROM `clan` WHERE `id`  = ".intval($_GET['id']).""));
}else{
$_SESSION['err'] = "Ошибка";
header('Location: /');
exit();
}
$header = 'Постройки клана / Хранилище';
require_once H.'core/head.php';

if($clan['storage']==1){$st=200; $mest=0;}
if($clan['storage']==2){$st=400; $mest=3;}
if($clan['storage']==3){$st=700; $mest=6;}
if($clan['storage']==4){$st=1300; $mest=9;}
if($clan['storage']==5){$st=2000; $mest=12;}
if($clan['storage']==6){$st=3300; $mest=15;}
if($clan['storage']==7){$st=5000; $mest=18;}
if($clan['storage']==8){$st=7000; $mest=21;}
if($clan['storage']==9){$st=9800; $mest=24;}
if($clan['storage']==10){$st=14000; $mest=27;}
if($clan['storage']==11){$st=20000; $mest=30;}
if($clan['storage']==12){$mest=33;}
$st=floor($st*0.80);

echo"<div class='foot'><img src='/images/clan/storage.png' height='30' width='30'><font color='EBC958'> Хранилище </font><font color='#CDC9C9'>($clan[storage] ур.)</div></font><hr></font>";
echo"<div class='mli'><div class='empty2'></div><font color='ECE999'>От уровня постройки зависит бонус, прибавляющий свободные лоты к инвентарю игрокам, которые находятся в текущем клане.</font><div class='empty2'></div></div><hr> ";
if($clan['storage']<12 and $user['clan']==$clan['id'] and $user['dolz']=='основатель'){echo" <div class='but-list'><a href=\"/clan/up_storage\"><img src=\"/images/icon/level.png\" > Повысить уровень хранилища <font color='#CDC9C9'>за <img src=\"/images/icon/gold.png\"><font color='white'>$st</font> (<font color='F2F745'>-20%</font>)</font></a></div></div><hr>";//(<font color='F2F745'>-20%</font>)
}
if($clan['storage']>=12){echo"<div class='foot'>Замок максимального уровня!</div><hr>";}
echo"</div><div class='foot'> <font color='E1B63F'>Бонус постройки: <font color='#B1DF3D'>+$mest</font> свободных лотов
</font></font></font></div></div>";
require_once H.'core/foot.php';
?>