Вход Регистрация
Файл: mlord.ru/shop/sorcerer.php
Строк: 33
<?
// Автор проекта GEARBAKC
// Офф.сайт GEARNET.RU
// http://gearnet.ru/users/1
// Только эксклюзивные скрипты!

require_once('../core/index.php');
require_once(
'../core/func.php');
avt();
$title='Колдун';
require_once(
'../design/head.php');
if(isset(
$_POST['hp'])){
if(
$user['hp']==$user['hp_max']){$err='Вы не нуждаетесь в восстановлении';}
if(
$user['rubin']<2){$err='Не хватает рубинов';}
if(!isset(
$err)){
request("UPDATE `users` SET `hp`=`hp_max`, `rubin`=`rubin`-? WHERE `id`=?", array(2$user['id']));
$_SESSION['msg']='Восстановленно';
header('Location:?');
}else{
$_SESSION['msg']=$err;
header('Location:?');
}}
if(isset(
$_POST['boi'])){
if(
$user['boi']==$user['boi_max']){$err='Вы не нуждаетесь в восстановлении';}
if(
$user['rubin']<3){$err='Не хватает рубинов';}
if(!isset(
$err)){
request("UPDATE `users` SET `boi`=`boi_max`, `rubin`=`rubin`-? WHERE `id`=?", array(3$user['id']));
$_SESSION['msg']='Восстановленно';
header('Location:?');
}else{
$_SESSION['msg']=$err;
header('Location:?');
}}
echo 
'<div class="h2">Восстановление 100% здоровья<br/>Цена: 2 рубина';
echo 
'<form method="post" action="?"><center><input type="submit" value="Восстановить" name="hp"></form></center></div>';
echo 
'<div class="h2">Восстановление 100% боев<br/>Цена: 3 рубина';
echo 
'<form method="post" action="?"><center><input type="submit" value="Восстановить" name="boi"></form></center></div>';
echo 
'<div class="h2">- Настойка, продаваемая у колдуна, активируется
сразу и восстанавливает бои и здоровье вашего персонажа.<br/>
- Выше максимального значения, бои и здоровье не
восстанавливаются.</div>'
;
echo 
'<div class="h2"> <img src="/design/ico/png/left.png"> <a href=/market>Назад</a></div>';
require_once(
'../design/foot.php');
?>
Онлайн: 0
Реклама