Файл: inc/mycellar.php
Строк: 641
<?
/* #### #####
################################################
################################################
## Автор: ##
## Bimax, он же Макс Панасюк ##
####----------------------------------------####
## Контакты: ##
## ICQ: 200-304 ##
## @mail: max-myha@mail.ru ##
## Skype: max_brodu ##
####----------------------------------------####
## Анкеты ВМ: ##
## ProfiWM.COM/us102 ##
## Bymas.Ru/id3887 ##
## Version 1.0 ##
## Мод платный, запрещено дарить/продавать ##
## без разришения автора, т.е меня ##
################################################
################################################
*/
function product($id){$product=mysql_fetch_array(mysql_query("SELECT * FROM `plant` WHERE `id` = '$id'"));$prod=$product;return "".$prod['name']."";}function pprod($id){$product=mysql_fetch_array(mysql_query("SELECT * FROM `plant` WHERE `id` = '$id'"));$prod=$product;return "".$prod['money']."";}function specian($id){$specian=mysql_fetch_array(mysql_query("SELECT * FROM `specian` WHERE `id` = '$id'"));$spec=$specian;return "".$spec['name']."";}function sspec($id){$specian=mysql_fetch_array(mysql_query("SELECT * FROM `specian` WHERE `id` = '$id'"));$spec=$specian;return "".$spec['cena']."";}
if(isset($_GET['rec']) && intval($_GET['rec'])!=NULL){if(mysql_result(mysql_query("SELECT COUNT(*) FROM `myrecept` WHERE `id_recipe` = '".intval($_GET['rec'])."' and `id_user` = '".$ku['id']."'"),0)==0){
$rec=mysql_fetch_array(mysql_query("SELECT * FROM `recipe` WHERE `id` = '".intval($_GET['rec'])."'"));
mysql_query("INSERT INTO `myrecept` (`id_recipe`, `id_user`, `name`, `product_1`, `product_2`, `product_3`, `product_4`, `product_5`, `product_6`, `product_7`, `koll_1`, `koll_2`, `koll_3`, `koll_4`, `koll_5`, `koll_6`, `koll_7`, `spec_1`, `spec_2`, `spec_3`, `kolls_1`, `kolls_2`, `kolls_3`, `time`, `count`, `type`, `mast`, `money`, `rating`) VALUES ('".intval($_GET['rec'])."', '".$ku['id']."', '".$rec['name']."', '".$rec['product_1']."', '".$rec['product_2']."', '".$rec['product_3']."', '".$rec['product_4']."', '".$rec['product_5']."', '".$rec['product_6']."', '".$rec['product_7']."', '".$rec['koll_1']."', '".$rec['koll_2']."', '".$rec['koll_3']."', '".$rec['koll_4']."', '".$rec['koll_5']."', '".$rec['koll_6']."', '".$rec['koll_7']."', '".$rec['spec_1']."', '".$rec['spec_2']."', '".$rec['spec_3']."', '".$rec['kolls_1']."', '".$rec['kolls_2']."', '".$rec['kolls_3']."', '".$rec['time']."', '0', '".$rec['type']."', '".$rec['mast']."', '".$rec['money']."', '".$rec['rating']."')");}
$id_recept = intval($_GET['rec']);
echo "<div class='event'><h1> Рецепт</a></div>";echo "<div class='content'>";echo "<div class='block'>";
if(isset($_GET['izm']) && intval($_GET['izm'])!=NULL){echo '<center><div class="feedback"><span class="major"> Изменение состава:<br />В разработке</span></a></div></center>';}
if(isset($_GET['time_izm'])){echo '<center><div class="feedback"><span class="major"> Изменение времени:<br />В разработке</span></a></div></center>';}
if(isset($_GET['sostav'])){echo '<center><div class="feedback"><span class="major"> Добавление составляющих:<br />В разработке</span></a></div></center>';}
echo '<div><img width="16" height="16" src="images/icons/last_recipes.png" alt="o"><a href="?mycellar&history_recipe"> Последние приготовленные</a></div>';echo '<div><img width="16" height="16" src="images/icons/recipe_book.png" alt="o"><a href="?mycellar&list_recipe"> Выбрать из книги рецептов</a></div>';
$recept=mysql_fetch_array(mysql_query("SELECT * FROM `myrecept` WHERE `id_recipe` = '".$id_recept."' and `id_user` = '$ku[id]'"));
$kol_r=mysql_result(mysql_query("SELECT COUNT(*) FROM `cellar` WHERE `id_user` = '$ku[id]' AND `id_recipe` = '0'"),0);
$pmoney = (pprod($recept['product_1'])*$recept['koll_1']) + (pprod($recept['product_2'])*$recept['koll_2']) + (pprod($recept['product_3'])*$recept['koll_3']) + (pprod($recept['product_4'])*$recept['koll_4']) + (pprod($recept['product_5'])*$recept['koll_5']) + (pprod($recept['product_6'])*$recept['koll_6']) + (pprod($recept['product_7'])*$recept['koll_7']) + (sspec($recept['spec_1'])*$recept['kolls_1']) + (sspec($recept['spec_2'])*$recept['kolls_2']) + (sspec($recept['spec_3'])*$recept['kolls_3']);
$portion = ($kol_r-$recept['count']);$money=$pmoney*$portion;
if(isset($_GET['buy_one'])){if($ku['money']>=$pmoney){
mysql_query("UPDATE `myrecept` SET `count` = `count` + '1' WHERE `id_recipe` = '".$id_recept."' and `id_user` = '".$ku['id']."' LIMIT 1");
mysql_query("UPDATE `kolhoz_user` SET `money` = '".($ku['money']-$pmoney)."' WHERE `id` = '$ku[id]'");
}else{$nm=$pmoney-$ku['money'];$_SESSION['no_money']=$nm;}header("Location:?mycellar&rec=".$id_recept."");exit;}
if(isset($_GET['buy_all'])){if($ku['money']>=$money){
mysql_query("UPDATE `myrecept` SET `count` = `count` + '".$portion."' WHERE `id_recipe` = '".$id_recept."' and `id_user` = '".$ku['id']."' LIMIT 1");
mysql_query("UPDATE `kolhoz_user` SET `money` = '".($ku['money']-$money)."' WHERE `id` = '$ku[id]'");
}else{$nm=$money-$ku['money'];$_SESSION['no_money']=$nm;}header("Location:?mycellar&rec=".$id_recept."");exit;}
if(isset($_GET['cell'])){$all_cell=$kol_r-($kol_r-$recept['count']);$mcell = $all_cell*$portion;
if($recept['count']!=0){if($ku['money']>=$mcell){
$q=mysql_query("SELECT * FROM `cellar` WHERE `id_user` = '$ku[id]' AND `id_recipe` = '0' LIMIT $all_cell");
while($post=mysql_fetch_array($q)){
mysql_query("UPDATE `cellar` SET `id_recipe` = '".$recept['id_recipe']."', `time` = '".($recept['time']+$time)."', `type` = '".$recept['type']."' WHERE `id` = '$post[id]' LIMIT 1");}
mysql_query("UPDATE `myrecept` SET `count` = `count` - '".$all_cell."' WHERE `id_recipe` = '".$recept['id_recipe']."' and `id_user` = '".$ku['id']."' LIMIT 1");
mysql_query("UPDATE `kolhoz_user` SET `last_recipe` = '".$recept['id_recipe']."' WHERE `id` = '$ku[id]'");
mysql_query("INSERT INTO `history_recipe` SET `id_recipe` = '".$recept['id_recipe']."', `id_user` = '$ku[id]'");
}else{$_SESSION['no_money']=$mcell-$ku['money'];}header("Location:?mycellar");exit;}else{echo "У вас нет порций";}}echo "<h3>Рецепт: <span>".$recept['name']."</span> </h3>";echo '<ul>';
echo (empty($recept['product_1'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_1'])."</span>: <span class='title'>".$recept['koll_1']."</span> <a href='?mycellar&rec=".$id_recept."&izm=1'>[изменить]</a></li>");echo (empty($recept['product_2'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_2'])."</span>: <span class='title'>".$recept['koll_2']."</span> <a href='?mycellar&rec=".$id_recept."&izm=2'>[изменить]</a></li>");
echo (empty($recept['product_3'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_3'])."</span>: <span class='title'>".$recept['koll_3']."</span> <a href='?mycellar&rec=".$id_recept."&izm=3'>[изменить]</a></li>");echo (empty($recept['product_4'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_4'])."</span>: <span class='title'>".$recept['koll_4']."</span> <a href='?mycellar&rec=".$id_recept."&izm=4'>[изменить]</a></li>");
echo (empty($recept['product_5'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_5'])."</span>: <span class='title'>".$recept['koll_5']."</span> <a href='?mycellar&rec=".$id_recept."&izm=5'>[изменить]</a></li>");echo (empty($recept['product_6'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_6'])."</span>: <span class='title'>".$recept['koll_6']."</span> <a href='?mycellar&rec=".$id_recept."&izm=6'>[изменить]</a></li>");
echo (empty($recept['product_7'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_7'])."</span>: <span class='title'>".$recept['koll_7']."</span> <a href='?mycellar&rec=".$id_recept."&izm=7'>[изменить]</a></li>");echo (empty($recept['spec_1'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_1'])."</span>: <span class='title'>".$recept['kolls_1']."</span> <a href='?mycellar&rec=".$id_recept."&izm=7'>[изменить]</a></li>");
echo (empty($recept['spec_2'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_2'])."</span>: <span class='title'>".$recept['kolls_2']."</span> <a href='?mycellar&rec=".$id_recept."&izm=7'>[изменить]</a></li>");echo (empty($recept['spec_3'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_3'])."</span>: <span class='title'>".$recept['kolls_3']."</span> <a href='?mycellar&rec=".$id_recept."&izm=7'>[изменить]</a></li>");
echo '<div><img width="16" height="16" src="images/icons/clock.png" alt="o"> Время:<span class="title"> '.time_left($recept['time']).' </span><a href="?mycellar&rec='.$id_recept.'&time_izm">[изменить]</a></div>'; echo '</ul>';echo '<div class="pb"><div class="pt"><img width="16" height="16" src="images/icons/addition.png" alt="o"> Запасов: ';
if($recept['count']==0)echo "<span class='major'>недостаточно.</span>";elseif($recept['count']<=$kol_r) echo "<span class='title'>".$recept['count']."</span> порц."; else echo "<span class='title'>достаточно.</span>";
/* #### #####
################################################
################################################
## Автор: ##
## Bimax, он же Макс Панасюк ##
####----------------------------------------####
## Контакты: ##
## ICQ: 200-304 ##
## @mail: max-myha@mail.ru ##
## Skype: max_brodu ##
####----------------------------------------####
## Анкеты ВМ: ##
## ProfiWM.COM/us102 ##
## Bymas.Ru/id3887 ##
## Version 1.0 ##
## Мод платный, запрещено дарить/продавать ##
## без разришения автора, т.е меня ##
################################################
################################################
*/
if($recept['count']<=$kol_r-2)echo '</div><div><img width="16" height="16" src="images/icons/money.png" alt="o"><a href="?mycellar&rec='.$id_recept.'&buy_one"> Докупить состав на 1 порций</a> (<img width="16" height="16" src="images/icons/money.png" alt="o"><span> '.$pmoney.'</span>, <img width="16" height="16" src="images/icons/ruby.png" alt="o"><span> 0</span>)</div>';
if($kol_r-$recept['count']>=1)echo '<div><img width="16" height="16" src="images/icons/money.png" alt="o"><a href="?mycellar&rec='.$id_recept.'&buy_all"> Докупить состав на <span> '.$portion.'</span> <span>порций</span></a> (<img width="16" height="16" src="images/icons/money.png" alt="o"><span> '.$portion*$pmoney.'</span>, <img width="16" height="16" src="images/icons/ruby.png" alt="o"><span> 0</span>)</div></div>';
echo '<div><img width="16" height="16" src="images/icons/plus.png" alt="o"><a href="?mycellar&rec='.$id_recept.'&sostav"> Добавить составляющих</a></div><ul><li><img width="16" height="16" src="images/icons/last_recipes.png" alt="o"><a href=""> Идеальный состав</a></li></ul><div><img width="16" height="16" src="images/icons/tick.png" alt="o"><a href="?mycellar&rec='.$id_recept.'&cell"> Поставить</a></div>';echo "</div></div>";include_once 'inc/foot.php';}
if(isset($_GET['mycellar']) && isset($_GET['sell']) && intval($_GET['sell'])!=NULL && mysql_result(mysql_query("SELECT COUNT(*) FROM `cellar` WHERE `id` = '".intval($_GET['sell'])."' AND `id_user` = '$ku[id]' AND `id_recipe` != '0'"),0)!=0){
$cellar=mysql_fetch_array(mysql_query("SELECT * FROM `cellar` WHERE `id` = '".intval($_GET['sell'])."' AND `id_user` = '$ku[id]' AND `id_recipe` != '0'"));
$recipe=mysql_fetch_array(mysql_query("SELECT * FROM `recipe` WHERE `id` = '$cellar[id_recipe]'"));$money=$recipe['money'];$rat=$recipe['rating'];
if(isset($sc_act))$rat_sc_act=$rat*2;if(isset($drakon_act))$rat_drakon_act=(($rat/100)*300);
if(isset($school_act))$rat_school_act=$rat*2;$ratt=$rat_sc_act+$rat_drakon_act+$rat_school_act;
if($ratt==0)$rat=$rat;else $rat=$ratt;$money=floor($money);if(isset($dexp))$rat=$rat*2;
mysql_query("UPDATE `kolhoz_user` SET `rating` = '".($ku['rating']+$rat)."' WHERE `id` = '$ku[id]'");
mysql_query("UPDATE `kolhoz_user` SET `money` = '".($ku['money']+$money)."' WHERE `id` = '$ku[id]'");
mysql_query("UPDATE `kolhoz_user` SET `umoney` = '$money' WHERE `id` = '$ku[id]'");
if(isset($mc) && $mc['nalog']>0){$nmoney=floor(($money/100)*$mc['nalog']);
mysql_query("UPDATE `kolhoz_user` SET `money` = '".($ku['money']+$money-$nmoney)."' WHERE `id` = '$ku[id]'");
mysql_query("UPDATE `collective` SET `money` = '".($mc['money']+$nmoney)."' WHERE `id` = '$mc[id]'");
mysql_query("INSERT INTO `collective_cash` SET `id_user` = '$ku[id]', `id_collective` = '$mc[id]', `count` = '$nmoney', `type` = 'money', `time` = '$time'");}
mysql_query("UPDATE `cellar` SET `id_recipe` = '0' WHERE `id` = '".intval($_GET['sell'])."' LIMIT 1");
$_SESSION['rating']=$rat;update_mc($rat);header("Location:?mycellar&");exit;}
if(isset($_GET['history_recipe'])){echo "<div class='event'><h1><a href='?mycellar'>Погреб</a> / Последние заготовки</h1></div>";echo "<div class='content'>";echo "<div class='block'>";
$k_post = mysql_result(mysql_query("SELECT COUNT(*) FROM `history_recipe` WHERE `id_user` = '$ku[id]'"),0);
if ($k_post==0){echo "Список пуст...";}$k_page=k_page($k_post,4);$page=page($k_page);$start=4*$page-4;$q=mysql_query("SELECT * FROM `history_recipe` WHERE `id_user` = '".$ku['id']."' LIMIT $start, 4");
echo "<ul>";if ($k_page>1)str("?mycellar&history_recipe&",$k_page,$page);
while($post=mysql_fetch_array($q)){$recept=mysql_fetch_array(mysql_query("SELECT * FROM `myrecept` WHERE `id_recipe` = '".$post['id_recipe']."'"));
echo '<div style="padding-bottom:8px;">';echo "<h3><span><a href='?mycellar&rec=".$recept['id_recipe']."'>".$recept['name']."</a></span></h3>";
echo (empty($recept['product_1'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_1'])."</span>: <span class='title'>".$recept['koll_1']."</span></li>");echo (empty($recept['product_2'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_2'])."</span>: <span class='title'>".$recept['koll_2']."</span></li>");
echo (empty($recept['product_3'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_3'])."</span>: <span class='title'>".$recept['koll_3']."</span></li>");echo (empty($recept['product_4'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_4'])."</span>: <span class='title'>".$recept['koll_4']."</span></li>");
echo (empty($recept['product_5'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_5'])."</span>: <span class='title'>".$recept['koll_5']."</span></li>");
echo (empty($recept['product_6'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_6'])."</span>: <span class='title'>".$recept['koll_6']."</span></li>");echo (empty($recept['product_7'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_7'])."</span>: <span class='title'>".$recept['koll_7']."</span></li>");
echo (empty($recept['spec_1'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_1'])."</span>: <span class='title'>".$recept['kolls_1']."</span></li>");
echo (empty($recept['spec_2'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_2'])."</span>: <span class='title'>".$recept['kolls_2']."</span></li>");echo (empty($recept['spec_3'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_3'])."</span>: <span class='title'>".$recept['kolls_3']."</span></li>");
echo '<div><img width="16" height="16" src="images/icons/clock.png" alt="o"> Время:<span class="title"> '.time_left($recept['time']).' </span></div>'; echo '<div><img width="16" height="16" src="images/icons/last_recipes.png" alt="o"> Кулинарное мастерство:<span class="title"> '.$recept['mast'].' </span></div>';
echo "</div>";}echo "</ul>";if ($k_page>1)str("?mycellar&history_recipe&",$k_page,$page);include_once 'inc/foot.php';}
if(isset($_GET['new_cellar']) && isset($_GET['ok']) && mysql_result(mysql_query("SELECT COUNT(*) FROM `cellar` WHERE `id_user` = '$ku[id]'"),0)<40){
$cena=cpg(mysql_result(mysql_query("SELECT COUNT(*) FROM `cellar` WHERE `id_user` = '$ku[id]'"),0));if($ku['rubies']>=$cena){
mysql_query("INSERT INTO `cellar` SET `id_user` = '$ku[id]'");
mysql_query("UPDATE `kolhoz_user` SET `rubies` = '".($ku['rubies']-$cena)."' WHERE `id` = '$ku[id]'");
}else{$rm=$cena-$ku['rubies'];$_SESSION['no_rubies']=$rm;}header("Location:?mycellar");
/* #### #####
################################################
################################################
## Автор: ##
## Bimax, он же Макс Панасюк ##
####----------------------------------------####
## Контакты: ##
## ICQ: 200-304 ##
## @mail: max-myha@mail.ru ##
## Skype: max_brodu ##
####----------------------------------------####
## Анкеты ВМ: ##
## ProfiWM.COM/us102 ##
## Bymas.Ru/id3887 ##
## Version 1.0 ##
## Мод платный, запрещено дарить/продавать ##
## без разришения автора, т.е меня ##
################################################
################################################
*/
}elseif(isset($_GET['new_cellar']) && mysql_result(mysql_query("SELECT COUNT(*) FROM `cellar` WHERE `id_user` = '$ku[id]'"),0)<40){
echo '<div class="event"><h1>Подтверждение</h1></div><div class="content"><div class="block"><ul class="block"><li><span class="title">Вы уверены?</span></li><li class="pt"><img alt="" width="16" height="16" src="images/icons/tick.png"> <a href="?mycellar&new_cellar&ok"><span> Да, подтверждаю</span></a></li><li><img alt="" width="16" height="16" src="images/icons/cross.png"> <a href="?mycellar"><span> Нет, отказываюсь</span></a></li></ul></div>';include_once 'inc/foot.php';}
if(isset($_GET['clean_cellars']) && isset($_GET['ok'])){
mysql_query("UPDATE `cellar` SET `id_recipe` = '0', `time` = '$time', `type` = '0' WHERE `id_user` = '$ku[id]'");
mysql_query("UPDATE `kolhoz_user` SET `last_recipe` = '0', `count_cellar` = '".($ku['count_cellar']+1)."', `time_cellar` = '".($time+(3600*24))."'".($ku['time_cellar']>$time?"":null)." WHERE `id` = '$ku[id]'");
$_SESSION['cp']=1;header("Location:?mycellar");exit;}elseif(isset($_GET['clean_cellars'])){
echo '<div class="event"><h1>Подтверждение</h1></div><div class="content"><ul class="block"><li><span class="title">Вы уверены?</span></li><li class="pt"><img alt="" width="16" height="16" src="images/icons/tick.png"> <a href="?mycellar&clean_cellars&ok"><span> Да, подтверждаю</span></a></li><li><img alt="" width="16" height="16" src="images/icons/cross.png"> <a href="?mycellar"><span> Нет, отказываюсь</span></a></li></ul>';include_once 'inc/foot.php';}
if(isset($_GET['list_recipe'])){echo "<div class='event'><h1><a href='?mycellar'>Погреб</a> / Книга рецептов</h1></div>";echo "<div class='content'>";echo "<div class='block'>";$k_post = mysql_result(mysql_query("SELECT COUNT(*) FROM `recipe`"),0);
if ($k_post==0){echo "Список пуст...";}$k_page=k_page($k_post,4);$page=page($k_page);$start=4*$page-4;$q=mysql_query("SELECT * FROM `recipe` LIMIT $start, 4");
echo "<ul>";if ($k_page>1)str("?mycellar&list_recipe&",$k_page,$page);
while($recept=mysql_fetch_array($q)){$rec=mysql_fetch_array(mysql_query("SELECT * FROM `myrecept` WHERE `id_recipe` = '".$recept['id']."' and `id_user` = '$ku[id]'"));
echo '<div style="padding-bottom:8px;">';echo '<h3><span><span><a href="?mycellar&rec='.$recept['id'].'">'.$recept['name'].'</a></span></span></h3>';
echo (empty($recept['product_1'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_1'])."</span>: <span class='title'>".$recept['koll_1']."</span> </li>");echo (empty($recept['product_2'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_2'])."</span>: <span class='title'>".$recept['koll_2']."</span> </li>");echo (empty($recept['product_3'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_3'])."</span>: <span class='title'>".$recept['koll_3']."</span> </li>");
echo (empty($recept['product_4'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_4'])."</span>: <span class='title'>".$recept['koll_4']."</span> </li>");echo (empty($recept['product_5'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_5'])."</span>: <span class='title'>".$recept['koll_5']."</span> </li>");echo (empty($recept['product_6'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_6'])."</span>: <span class='title'>".$recept['koll_6']."</span> </li>");
echo (empty($recept['product_7'])?"":"<li><img width='16' height='16' src='images/icons/tomato.png' alt='o'><span> ".product($recept['product_7'])."</span>: <span class='title'>".$recept['koll_7']."</span> </li>");echo (empty($recept['spec_1'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_1'])."</span>: <span class='title'>".$recept['kolls_1']."</span></li>");echo (empty($recept['spec_2'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_2'])."</span>: <span class='title'>".$recept['kolls_2']."</span></li>");echo (empty($recept['spec_3'])?"":"<li><img width='16' height='16' src='images/icons/addition.png' alt='o'><span> ".specian($recept['spec_3'])."</span>: <span class='title'>".$recept['kolls_3']."</span></li>");
echo '<div><img width="16" height="16" src="images/icons/clock.png" alt="o"> Время:<span class="title"> '.time_left($recept['time']).' </span></div>';
echo '<div><img width="16" height="16" src="images/icons/last_recipes.png" alt="o"> Кулинарное мастерство:<span class="title"> '.@$recept['mast'].' </span><span class="minor">(<span>Идеальный</span>)</span></div>'; echo "</div>";}echo "</ul>";if ($k_page>1)str("?mycellar&list_recipe&",$k_page,$page);echo "</div>";include_once 'inc/foot.php';}
if(isset($_GET['buy_specian'])){echo "<div class='event'><h1>Магазин специй</h1></div>";echo "<div class='content'>";echo "<div class='block'>";
$k_post = mysql_result(mysql_query("SELECT COUNT(*) FROM `specian`"),0);if ($k_post==0){echo "Список пуст...";}$k_page=k_page($k_post,$set['p_str']);$page=page($k_page);$start=$set['p_str']*$page-$set['p_str'];
$q=mysql_query("SELECT * FROM `specian` ORDER BY `id` ASC LIMIT $start, 10");echo "<ul>";while($post=mysql_fetch_array($q)){$count=100;$cena=floor(($post['cena']/$post['count'])*150);$cena=floor($cena);
echo "<li style='padding-bottom:8px'><div><img width='16' height='16' src='images/icons/addition.png' alt='o'> ".hsc($post['name'])."<span class='small minor'>, <span>100</span> шт., цена: <img width='16' height='16' src='images/icons/money.png' alt='o'><span> $cena</span></span></div></li>";
}echo "</ul>";if ($k_page>1)str("?buy_specian&",$k_page,$page);echo "</div></div>";include_once 'inc/foot.php';}
echo "<div class='event'><h1>Погреб <a href='?mycellar&reflesh=".rand(99999,99999999)."'><img width='16' height='16' src='images/icons/refresh.png' alt='o'></a>";echo"</h1></div>";echo "<div class='content'>";echo "<div class='block'>";
if($ku['last_recipe']!=0 && mysql_result(mysql_query("SELECT COUNT(*) FROM `recipe` WHERE `id` = '$ku[last_recipe]'"),0)!=0)$lp=mysql_fetch_array(mysql_query("SELECT * FROM `recipe` WHERE `id` = '$ku[last_recipe]'"));
if($ku['scarecrow_time']>$time)echo "<li><img width='16' height='16' src='images/icons/scarecrow.png' alt='o'> <a class='epic' href='?shop=scarecrow'>Пугало</a><span class='minor'> на <span>".time_left($ku['scarecrow_time']-$time)."</span></span></li>";
if($ku['time_shmel']>$time)echo "<li><img width='16' height='16' alt='o' src='images/icons/heli1n.png'> <a class='epic' href='?shop=helicopter&1'>Шмель</a><span class='minor'> на <span>".time_left($ku['time_shmel']-$time)."</span></span></li>";
if($ku['time_yastreb']>$time)echo "<li><img width='16' height='16' alt='o' src='images/icons/heli2n.png'> <a class='epic' href='?shop=helicopter&2'>Ястреб</a><span class='minor'> на <span>".time_left($ku['time_yastreb']-$time)."</span></span></li>";
if($ku['time_drakon']>$time)echo "<li><img width='16' height='16' alt='o' src='images/icons/heli3n.png'> <a class='epic' href='?shop=helicopter&3'>Дракон</a><span class='minor'> на <span>".time_left($ku['time_drakon']-$time)."</span></span></li>";
echo "<img width='16' height='16' src='images/icons/refresh.png' alt='o'><a href='?mycellar&reflesh=".rand(99999,99999999)."'> Обновить</a>";echo "<ul>";$q=mysql_query("SELECT * FROM `cellar` WHERE `id_user` = '$ku[id]'");
while($post=mysql_fetch_array($q)){echo "<li>";if($post['id_recipe']!=0 && mysql_result(mysql_query("SELECT COUNT(*) FROM `recipe` WHERE `id` = '$post[id_recipe]'"),0)!=0)$recipe=mysql_fetch_array(mysql_query("SELECT * FROM `recipe` WHERE `id` = '$post[id_recipe]'"));
echo "<li><img width='48' height='48' src='".(!isset($recipe)?""."images/cellar/polka_empty.png":"images/cellar/".$post['type'].".png")."' alt='o' class='portrait'>";echo "<div></div><div>";
if(isset($recipe)){$lp=mysql_fetch_array(mysql_query("SELECT * FROM `recipe` WHERE `id` = '$ku[last_recipe]'"));
if($post['time']<=$time){echo "<span class='title'>".hsc($recipe['name'])."</span><br /><img width='16' height='16' src='images/icons/money.png' alt='o'><a href='?mycellar&sell=$post[id]'> Продать</a>";}else{
echo "<div class='minor'>";if($post['time']>=$time){
echo "<span class='title'>".hsc($recipe['name'])."</span> (Будет готово через ".time_left($post['time']-$time).")<br />";}}}else{echo "<span>";
if($ku['last_recipe']!=0 && mysql_result(mysql_query("SELECT COUNT(*) FROM `recipe` WHERE `id` = '$ku[last_recipe]'"),0)!=0)$lp=mysql_fetch_array(mysql_query("SELECT * FROM `recipe` WHERE `id` = '$ku[last_recipe]'"));
echo "".(isset($lp)?"<span class='title'> Пустая полка</span><br /><a href='?mycellar&rec=".$ku['last_recipe']."'><img width='16' height='16' src='images/cellar/cellar_put.png' alt='o'> Заготовить <span>".hsc($lp['name'])."</span></a>, <a href='?mycellar&list_recipe'><span>выбрать</span></a>":"<a href='?mycellar&list_recipe'> Заготовить</a>")."";echo "</span>";}
if(isset($recipe))unset($recipe);echo "</div><div style='clear:both'></div></li>";}
if(mysql_result(mysql_query("SELECT COUNT(*) FROM `cellar` WHERE `id_user` = '$ku[id]'"),0)<40)echo "<li><img width='48' height='48' src='images/cellar/polka_empty.png' alt='o' class='portrait'><div><span class='title'>Новая полка</span></div><div><img width='16' height='16' src='images/icons/cart.png' alt='o'> <a href='?mycellar&new_cellar'>Купить</a> за <span class='title'><img width='16' height='16' src='images/icons/ruby.png' alt='o'><span>".cpg(mysql_result(mysql_query("SELECT COUNT(*) FROM `cellar` WHERE `id_user` = '$ku[id]'"),0))."</span> рубинов</span></div><div style='clear:both'></div></li>";
if($ku['last_recipe']!=0 && mysql_result(mysql_query("SELECT COUNT(*) FROM `recipe` WHERE `id` = '$ku[last_recipe]'"),0)!=0)$lp=mysql_fetch_array(mysql_query("SELECT * FROM `recipe` WHERE `id` = '$ku[last_recipe]'"));
echo "<img width='16' height='16' src='images/cellar/cross.png' alt='o'> <a href='?mycellar&clean_cellars'> Очистить полки</a></li></ul>";echo '<li><img width="16" height="16" src="images/cellar/last_recipes.png" alt="o"/><a href="?mycellar&history_recipe"> Последние заготовки</a></li><li><img width="16" height="16" src="images/cellar/recipe_book.png" alt="o"/> <a href="?mycellar&list_recipe"> Книга рецептов</a></li>';echo '<li><img width="16" height="16" src="images/cellar/rules.png" alt="o"/> <a href="?mycellar&info">Описание</a></li><br />';echo '<li><img width="16" height="16" src="images/icons/addition.png" alt="o"/> <a href="?mycellar&buy_specian">Магазин специй</a></li>';
if(isset($_GET['info'])){echo "<div class='content'>";echo '<div><ul class="small"><li><strong class="title">Погреб</strong> - это место, где можно заготовить продукцию из овощей и других растений, выращенных на грядках или купленных в магазине. Для приготовления чего-либо необходимо указать состав и время приготовления, после чего поставить заготовку (банку с указанными ингредиентами) на полку в погребе.<br/><br/>
Закатывая банки в погребе, вы можете:<br/>
- Зарабатывать монеты;<br/>
- Получать опыт;<br/>
- Повышать кулинарное мастерство;<br/>
- Открывать новые рецепты;<br/><br/>
Каждые 1000 очков кулинарного мастерства дают вам один дополнительный рубин в обменнике.<br/><br/>
Погреб доступен с 10-го уровня, на котором вам дают 4 стартовые полки.<br/>
Количество полок можно увеличивать так же, как количество грядок и загонов.<br/><br/>
По истечении срока приготовления полученную продукцию можно продать.<br/>
За продажу дается опыт и монеты, можно получить кулинарное мастерство и есть шанс узнать новые рецепты.<br/>
Кулинарное мастерство будет даваться только в случае, если состав рецепта и время приготовления были ближе к идеальным, чем прошлые заготовки по этому рецепту.<br/><br/>
<strong class="title">Открыть рецепт</strong> можно покупая специи, спрашивая у других игроков, делая больше заготовок.<br/><br/>
<strong class="title">Авторские рецепты</strong> - это рецепты, открыть которые можно только самостоятельно, сделать такие рецепты, не имея их у себя в кулинарной книге, нельзя.<br/><br/>
<strong class="title">Идеальный рецепт</strong> всегда даёт одинаковое, максимально возможное для этого рецепта, количество опыта и прибыли.<br/>
Кроме того, рецепт идеален, когда комбинация максимальной прибыли и комбинация максимального опыта совпадают.<br/><br/>
<strong class="title">Очистка полок</strong> полезна в том случае, если Вы случайно заготовили не по тому рецепту или передумали и решили заготовить по другому рецепту. Полки можно очищать бесплатно в любой момент без ограничений.</li></ul></div></div>';
echo "</div>";}echo "</div>";include_once 'inc/foot.php';
/* #### #####
################################################
################################################
## Автор: ##
## Bimax, он же Макс Панасюк ##
####----------------------------------------####
## Контакты: ##
## ICQ: 200-304 ##
## @mail: max-myha@mail.ru ##
## Skype: max_brodu ##
####----------------------------------------####
## Анкеты ВМ: ##
## ProfiWM.COM/us102 ##
## Bymas.Ru/id3887 ##
## Version 1.0 ##
## Мод платный, запрещено дарить/продавать ##
## без разришения автора, т.е меня ##
################################################
################################################
*/
?>