<style>
.buy {
background-color:#a93005;
border:none;
width:226px;
height:40px;
border-radius:6px;
color:#fff;
border: 1px solid #dadada;
margin:10px 0px 10px 0px;
padding:0px 10px 0px 10px;
cursor:pointer;
}
.buy:hover {
background-color:#08697b;
border:none;
width:226px;
height:40px;
border-radius:6px;
color:#fff;
border: 1px solid #dadada;
margin:10px 0px 10px 0px;
padding:0px 10px 0px 10px;
cursor:pointer;
}
</style>
<div class="all">
<div class="title">
<div style="width:970px; margin:0 auto;">· BOATCLUB.SU - {!TITLE!}</div>
</div>
<div class="content">
<div style="background-color:#f0f0f0; color:#857e7e; width:935px; font-size:18px; padding:10px 10px 10px 10px; border-radius:6px;">
упите одну или несколько ¤хт которые подойдут именно вам.</br>
„ем дороже ¤хта, тем больше она принесет вам прибыль. ѕродавайте билеты на ¤хту и выводите выручку в любое удобное дл¤ вас врем¤.
</div>
[br /]
<?PHP
$_OPTIMIZATION["title"] = "ѕокупка ¤хты";
$usid = $_SESSION["user_id"];
$refid = $_SESSION["referer_id"];
$usname = $_SESSION["user"];
$db->Query("SELECT * FROM db_users_b WHERE id = '$usid' LIMIT 1");
$user_data = $db->FetchArray();
$db->Query("SELECT * FROM db_config WHERE id = '1' LIMIT 1");
$sonfig_site = $db->FetchArray();
# ѕокупка нового дерева
if(isset($_POST["item"])){
$array_items = array(1 => "a_t", 2 => "b_t", 3 => "c_t", 4 => "d_t", 5 => "e_t", 6 => "f_t");
$array_name = array(1 => "јбрикос", 2 => "√руша", 3 => "ѕерсик", 4 => "яблоко", 5 => "Ѕанан", 6 => "јпельсин");
$item = intval($_POST["item"]);
$citem = $array_items[$item];
if(strlen($citem) >= 3){
# ѕровер¤ем средства пользовател¤
$need_money = $sonfig_site["amount_".$citem];
if($need_money <= $user_data["money_b"]){
if($user_data["last_sbor"] == 0 OR $user_data["last_sbor"] > ( time() - 60*20) ){
$to_referer = $need_money * 0.1;
# ƒобавл¤ем дерево и списываем деньги
$db->Query("UPDATE db_users_b SET money_b = money_b - $need_money, $citem = $citem + 1,
last_sbor = IF(last_sbor > 0, last_sbor, '".time()."') WHERE id = '$usid'");
# ¬носим запись о покупке
$db->Query("INSERT INTO db_stats_btree (user_id, user, tree_name, amount, date_add, date_del)
VALUES ('$usid','$usname','".$array_name[$item]."','$need_money','".time()."','".(time()+60*60*24*15)."')");
echo "<center><div class='success'>¬ы успешно купили ".$array_name[$item]."</div></center><BR />";
$db->Query("SELECT * FROM db_users_b WHERE id = '$usid' LIMIT 1");
$user_data = $db->FetchArray();
}else echo "<center><div class='error'>ѕеред тем как докупить ¤хты необходимо продать путевки</div></center><BR />";
}else echo "<center><div class='error'>Ќедостаточно средств дл¤ покупки</div></center><BR />";
}else echo 222;
}
?>
<div style="float:left; border-radius:6px; border:1px solid #08697b; color:#575757; width:460px; height:200px;">
<div style="float:left;width:200px; padding:35px 0px 0px 10px;"><img src="img/shop/1.jpg" width=200/></div>
<div style="float:right; width:240px; text-align:left;">
<h4>Ћќƒ ј <font color="#08697b"><?=$user_data["a_t"]; ?></font> шт.</h4>
<div style="float:left; width:70px;">ѕрибыль:</div>
<div style="float:right; padding:2px 12px 0px 0px;">
<font color="#a93005">17.5</font> руб. / мес¤ц
</br>
<font color="#a93005">0.58</font> руб. / день
</br>
<font color="#a93005">2</font> путевки. / час
<div class="clr3"></div>
</div>
<div class="clr"></div>
<div style="float:left; width:70px;">÷ена:</div>
<div style="float:right; padding:2px 16px 0px 0px;">
<font color="#a93005"><?=$sonfig_site["amount_a_t"]; ?></font> руб.
</div>
<form action="" method="post">
<input type="hidden" name="item" value="1" />
<input type="submit" value=" ”ѕ»“№" class="buy" />
</form>
</div>
</div>
<div style="float:right; border-radius:6px; border:1px solid #08697b; width:460px; height:200px;">
<div style="float:left;width:200px; padding:35px 0px 0px 10px;"><img src="img/shop/2.jpg" width=200/></div>
<div style="float:right; width:240px; text-align:left;">
<h4>—ѕќ–“ Ћќƒ ј <font color="#08697b"><?=$user_data["b_t"]; ?></font> шт.</h4>
<div style="float:left; width:70px;">ѕрибыль:</div>
<div style="float:right; padding:2px 12px 0px 0px;">
<font color="#a93005">54</font> руб. / мес¤ц
</br>
<font color="#a93005">1.8</font> руб. / день
</br>
<font color="#a93005">8</font> путевок. / час
<div class="clr3"></div>
</div>
<div class="clr"></div>
<div style="float:left; width:70px;">÷ена:</div>
<div style="float:right; padding:2px 16px 0px 0px;">
<font color="#a93005"><?=$sonfig_site["amount_b_t"]; ?></font> руб.
</div>
<form action="" method="post">
<input type="hidden" name="item" value="2" />
<input type="submit" value=" ”ѕ»“№" class="buy" />
</form>
</div>
</div>
<div style="float:left; border-radius:6px; margin-top:30px; border:1px solid #08697b; width:460px; height:200px;">
<div style="float:left;width:200px; padding:35px 0px 0px 10px;"><img src="img/shop/3.jpg" width=200/></div>
<div style="float:right; width:240px; text-align:left;">
<h4> ј“≈– <font color="#08697b"><?=$user_data["c_t"]; ?></font> шт.</h4>
<div style="float:left; width:70px;">ѕрибыль:</div>
<div style="float:right; padding:2px 12px 0px 0px;">
<font color="#a93005">167</font> руб. / мес¤ц
</br>
<font color="#a93005">5.5</font> руб. / день
</br>
<font color="#a93005">23</font> путевки. / час
<div class="clr3"></div>
</div>
<div class="clr"></div>
<div style="float:left; width:70px;">÷ена:</div>
<div style="float:right; padding:2px 16px 0px 0px;">
<font color="#a93005"><?=$sonfig_site["amount_c_t"]; ?></font> руб.
</div>
<form action="" method="post">
<input type="hidden" name="item" value="3" />
<input type="submit" value=" ”ѕ»“№" class="buy" />
</form>
</div>
</div>
<div style="float:right; border-radius:6px; margin-top:30px; border:1px solid #08697b; width:460px; height:200px;">
<div style="float:left;width:200px; padding:35px 0px 0px 10px;"><img src="img/shop/4.jpg" width=200/></div>
<div style="float:right; width:240px; text-align:left;">
<h4>я’“ј <font color="#c8960e">★★★★</font> <font color="#08697b"><?=$user_data["d_t"]; ?></font> шт.</h4>
<div style="float:left; width:70px;">ѕрибыль:</div>
<div style="float:right; padding:2px 12px 0px 0px;">
<font color="#a93005">380</font> руб. / мес¤ц
</br>
<font color="#a93005">12</font> руб. / день
</br>
<font color="#a93005">53</font> путевки. / час
<div class="clr3"></div>
</div>
<div class="clr"></div>
<div style="float:left; width:70px;">÷ена:</div>
<div style="float:right; padding:2px 16px 0px 0px;">
<font color="#a93005"><?=$sonfig_site["amount_d_t"]; ?></font> руб.
</div>
<form action="" method="post">
<input type="hidden" name="item" value="4" />
<input type="submit" value=" ”ѕ»“№" class="buy" />
</form>
</div>
</div>
<div style="float:left; border-radius:6px; margin-top:30px; border:1px solid #08697b; width:460px; height:200px;">
<div style="float:left;width:200px; padding:35px 0px 0px 10px;"><img src="img/shop/5.jpg" width=200/></div>
<div style="float:right; width:240px; text-align:left;">
<h4>я’“ј <font color="#c8960e">★★★★★</font> <font color="#08697b"><?=$user_data["e_t"]; ?></font> шт.</h4>
<div style="float:left; width:70px;">ѕрибыль:</div>
<div style="float:right; padding:2px 12px 0px 0px;">
<font color="#a93005">780</font> руб. / мес¤ц
</br>
<font color="#a93005">27</font> руб. / день
</br>
<font color="#a93005">109</font> путевок. / час
<div class="clr3"></div>
</div>
<div class="clr"></div>
<div style="float:left; width:70px;">÷ена:</div>
<div style="float:right; padding:2px 16px 0px 0px;">
<font color="#a93005"><?=$sonfig_site["amount_e_t"]; ?></font> руб.
</div>
<form action="" method="post">
<input type="hidden" name="item" value="5" />
<input type="submit" value=" ”ѕ»“№" class="buy" />
</form>
</div>
</div>
<div style="float:right; border-radius:6px; margin-top:30px; border:1px solid #08697b; width:460px; height:200px;">
<div style="float:left;width:200px; padding:35px 0px 0px 10px;"><img src="img/shop/6.jpg" width=200/></div>
<div style="float:right; width:240px; text-align:left;">
<h4>я’“ј <font color="#c8960e">★★★★★★</font> <font color="#08697b"><?=$user_data["f_t"]; ?></font> шт.</h4>
<div style="float:left; width:70px;">ѕрибыль:</div>
<div style="float:right; padding:2px 12px 0px 0px;">
<font color="#a93005">1600</font> руб. / мес¤ц
</br>
<font color="#a93005">56</font> руб. / день
</br>
<font color="#a93005">222</font> путевки. / час
<div class="clr3"></div>
</div>
<div class="clr"></div>
<div style="float:left; width:70px;">÷ена:</div>
<div style="float:right; padding:2px 16px 0px 0px;">
<font color="#a93005"><?=$sonfig_site["amount_f_t"]; ?></font> руб.
</div>
<form action="" method="post">
<input type="hidden" name="item" value="6" />
<input type="submit" value=" ”ѕ»“№" class="buy" />
</form>
</div>
</div>
<div class="clr"></div>
</br>
</div>
</div>