Вход Регистрация
Файл: inc/admin/UpdatePet.php
Строк: 409
<?php
$title
='Редактирование животных';
include_once 
'../system/config.php';
if(
$ku['status']!=3)
{
echo 
"<div class='content'>";
echo 
"<div class='div'>";
echo 
'Так просто ты тут ни чего не узнаешь. Попробуй найти того, кто тебе объяснит.';
include_once 
'../system/foot.php';
echo 
"</div></div>";
}

if(isset(
$_GET['add']))
{
echo
"<div class='rzd2'></div><div class='menuin2'>";
echo
'<div class="title"><a href="/UpdatePet/">Животные</a> / Добавить</div>'
if(isset(
$_POST['ok']))
{
if(isset(
$_FILES['file']))
{
$type $_FILES['file']['type'];
if (
$type!=='image/jpeg' && $type!=='image/jpg' && $type!=='image/gif' && $type!=='image/png'){$err=1;err_game('Это не картинка');}
}
else 
{
$err=1;err_game('Выберите картинку');
}
if(isset(
$_FILES['filecount']))
{
$type $_FILES['filecount']['type'];
if (
$type!=='image/jpeg' && $type!=='image/jpg' && $type!=='image/gif' && $type!=='image/png'){$err=1;err_game('Это не картинка');}
}
else 
{
$err=1;err_game('Выберите картинку');
}
$name=$_POST['name'];
$cena=intval($_POST['cena']);
$count=intval($_POST['count']);
$time_count=intval($_POST['time_count']);
$rating=intval($_POST['rating']);
$img=$_POST['img'];
$money=intval($_POST['money']);
$level=intval($_POST['level']);
$dostup=intval($_POST['dostup']);
$rub=intval($_POST['rub']);
if(
$_POST['value'] == '1')$value 'кг.';
if(
$_POST['value'] == '2')$value 'шт.';
if(
$_POST['value'] == '3')$value 'л.';
$tovar=$_POST['tovar'];
if(
strlen2($name)<1){$err=1;err_game('Слишком короткое название животного');}
if(!
is_numeric($level) || strlen2($level)<1){$err=1;err_game('Неверный уровень доступности');}
if(!
is_numeric($dostup) || strlen2($dostup)<|| $dostup 1){$err=1;err_game('Неверный доступ, ввыедите 0 или 1');}
if(!
is_numeric($money) || strlen2($money)<1){$err=1;err_game('Неверное к-тво монет за единицу прибыли');}
if(!
is_numeric($cena) || strlen2($cena)<1){$err=1;err_game('Неверная цена');}
if(!
is_numeric($count) || strlen2($count)<1){$err=1;err_game('Неверное к-тво прибыли');}
if(!
is_numeric($time_count) || strlen2($time_count)<1){$err=1;err_game('Неверное времья до прибили');}
if(!
is_numeric($rating) || strlen2($rating)<1){$err=1;err_game('Неверный опыт');}
if(!
is_numeric($rub) || strlen2($rub)<|| $rub 1){$err=1;err_game('Неверный доступ, ввыедите 0 или 1');}
if(
strlen2($tovar)<1){$err=1;err_game('Слишком короткое название животного');}
if(
strlen2($img)<1){$err=1;err_game('Неверное имя изображения');}
$time_count=60*$time_count;
if (!isset(
$err))
{
$tmp1 $_FILES['file']['tmp_name'];
$tmp2 $_FILES['filecount']['tmp_name'];
mysql_query("INSERT INTO `kolhoz_pet` SET `name` = '".my_esc($name)."', `cena` = '$cena', `count` = '$count', `time_count` = '$time_count', `rating` = '$rating', `value` = '$value', `rub` = '$rub', `tovar` = '$tovar', `money` = '$money', `level` = '$level', `img` = '$img', `dostup` = '$dostup'");
move_uploaded_file($tmp1$_SERVER['DOCUMENT_ROOT'].'/img/pets/'.$img.'.png');
move_uploaded_file($tmp2$_SERVER['DOCUMENT_ROOT'].'/img/pets/product/'.$img.'.png');
header("location: /UpdatePet/");
}
}
echo 
"<form method="post" enctype='multipart/form-data'>n";
echo 
"Название животного:<br /><input name="name" type="text" maxlength='32' value='' /><br />n";
echo 
"Цена: <label><select name='rub'><option value='1'>Рубины</option><option value='0'> Монеты</option></select></label
><br /><input name="
cena" type="text" maxlength='32' value='0' /><br />n";
echo 
"К-тво прибыли:
<label>
<select name="
value">
<option value="
1">кг.</option>
<option value="
2">шт.</option>
<option value="
3">л.</option></select>
</label>
<br /><input name="
count" type="text" maxlength='32' value=''/><br />n";
echo 
"Вид прибыли:<br /><input name="tovar" type="text" maxlength='32' value=''/><br />n";
echo 
"Опыт:<br /><input name="rating" type="text" maxlength='32' value=''/><br />n";
echo 
"К-тво монет за единицу прибыли:<br /><input name="money" type="text" maxlength='32' value=''/><br />n";
echo 
"Время до прибыли(мин):<br /><input name="time_count" type="text" maxlength='32' value=''/><br />n";
echo 
"Уровень доступности:<br /><input name="level" type="text" maxlength='32' value=''/><br />n";
echo 
"Доступ на ивенты(0-нет / 1-да):<br /><input name="dostup" type="text" maxlength='32' value=''/><br />n";
echo 
"Имя изображения(на англ):<br /><input name='img' type='text' maxlength='32' value=''/><br />n";
echo 
"Изображение растения:<br/><input type='file' name='file' /><br/>n";
echo 
"Изображение продукта:<br/><input type='file' name='filecount' /><br/>n";
echo 
"<input value='Добавить' type='submit' name='ok' /><br />n";
echo 
"</form>n";
echo 
"</div>";
include_once 
'../system/foot.php';
exit;
}

if(isset(
$_GET['edit']) && intval($_GET['edit'])!=NULL && mysql_result(mysql_query("SELECT COUNT(*) FROM `kolhoz_pet` WHERE `id` = '".intval($_GET['edit'])."'"),0)!=0)
{
$edit=mysql_fetch_array(mysql_query("SELECT * FROM `kolhoz_pet` WHERE `id` = '".intval($_GET['edit'])."'"));

if(isset(
$_GET['change_img']))
{
echo
"<div class='rzd2'></div><div class='menuin2'>";
echo
'<div class="title"><a href="/UpdatePet/">Животное</a> / Заменить изображения</div>'

if(isset(
$_POST['ok']))
{
if(isset(
$_FILES['file']) || isset($_FILES['filecount']))
{
    
$type1 $_FILES['file']['type'];
    
$type2 $_FILES['filecount']['type'];
    if (
$type1!='image/jpeg' && $type1!='image/jpg' && $type1!='image/gif' && $type1!='image/png' && $type1!='' || $type2!='image/jpeg' && $type2!='image/jpg' && $type2!='image/gif' && $type2!='image/png' && $type2!='')
    {
        
$err=1;err_game('Это не картинка');
    }
}
else 
{
    
$err=1;err_game('Выберите картинку');
}
$img=$_POST['img'];
if(
strlen2($img)<1){$err=1;err_game('Неверное имя изображения');}
if (!isset(
$err))
{
$tmp1 $_FILES['file']['tmp_name'];
$tmp2 $_FILES['filecount']['tmp_name'];
if(
$tmp1 != '')unlink($_SERVER['DOCUMENT_ROOT'].'/img/pets/'.$edit['img'].'.png');
if(
$tmp2 != '')unlink($_SERVER['DOCUMENT_ROOT'].'/img/pets/product/'.$edit['img'].'.png');
if(
$tmp1 != '')move_uploaded_file($tmp1$_SERVER['DOCUMENT_ROOT'].'/img/pets/'.$img.'.png');
if(
$tmp2 != '')move_uploaded_file($tmp2$_SERVER['DOCUMENT_ROOT'].'/img/pets/product/'.$img.'.png');
mysql_query("UPDATE `kolhoz_pet` SET `img` = '$img' WHERE `id` = '$edit[id]'");

header("Location:/UpdatePet/edit/$edit[id]");
}
}
echo 
"<form method="post" enctype='multipart/form-data'>n";
echo 
"Изображение растения:<br/><input type='file' name='file' /><br/>n";
echo 
"Изображение продукта:<br/><input type='file' name='filecount' /><br/>n";
echo 
"Имя изображения(на англ):<br /><input name="img" type="text" maxlength='32' value='$edit[img]'/><br />n";
echo 
"<input value='Сохранить' type='submit' name='ok' /></form><br />n";
echo 
"</div>";
include_once 
'../system/foot.php';
exit;
}

echo
"<div class='rzd2'></div><div class='menuin2'>";
echo
'<div class="title"><a href="/UpdatePet/">Животные</a> / Редактировать</div>'

if(isset(
$_POST['ok']))
{
$name=$_POST['name'];
$cena=intval($_POST['cena']);
$count=intval($_POST['count']);
$time_count=intval($_POST['time_count']);
$rating=intval($_POST['rating']);
$img=$_POST['img'];
$money=intval($_POST['money']);
$level=intval($_POST['level']);
$dostup=intval($_POST['dostup']);
$rub=intval($_POST['rub']);
if(
$_POST['value'] == '1')$value 'кг.';
if(
$_POST['value'] == '2')$value 'шт.';
if(
$_POST['value'] == '3')$value 'л.';
$tovar=$_POST['tovar'];
if(
strlen2($name)<1){$err=1;err_game('Слишком короткое название животного');}
if(!
is_numeric($level) || strlen2($level)<1){$err=1;err_game('Неверный уровень доступности');}
if(!
is_numeric($dostup) || strlen2($dostup)<|| $dostup 1){$err=1;err_game('Неверный доступ, ввыедите 0 или 1');}
if(!
is_numeric($money) || strlen2($money)<1){$err=1;err_game('Неверное к-тво монет за единицу прибыли');}
if(!
is_numeric($cena) || strlen2($cena)<1){$err=1;err_game('Неверная цена');}
if(!
is_numeric($count) || strlen2($count)<1){$err=1;err_game('Неверное к-тво прибыли');}
if(!
is_numeric($time_count) || strlen2($time_count)<1){$err=1;err_game('Неверное времья до прибили');}
if(!
is_numeric($rating) || strlen2($rating)<1){$err=1;err_game('Неверный опыт');}
if(!
is_numeric($rub) || strlen2($rub)<|| $rub 1){$err=1;err_game('Неверный доступ, ввыедите 0 или 1');}
if(
strlen2($tovar)<1){$err=1;err_game('Слишком короткое название животного');}
$time_count=60*$time_count;
if (!isset(
$err))
{
mysql_query("UPDATE `kolhoz_pet` SET `name` = '".my_esc($name)."', `cena` = '$cena', `count` = '$count', `time_count` = '$time_count', `rating` = '$rating', `value` = '$value', `rub` = '$rub', `tovar` = '$tovar', `money` = '$money', `level` = '$level', `dostup` = '$dostup' WHERE `id` = '$edit[id]'");
header("Location:/UpdatePet/");
}
}
echo 
"<ul>";
echo 
"<li style='padding-bottom:8px'>";
echo 
"<img width='48' height='48' src='img/pets/$edit[img].png' alt='o' class='portrait'> <img width='48' height='48' src='img/pets/product/$edit[img].png' alt='o' class='portrait'>";
echo 
"<div class='small'>";
echo 
"<a href='/UpdatePet/edit/$edit[id]/change_img'>Заменить изображения</a>";
echo 
"</div></li></ul><div style='clear:both'></div>";
echo 
"<form method="post" enctype='multipart/form-data'>n";
echo 
"Название животного:<br /><input name="name" type="text" maxlength='32' value='$edit[name]' /><br />n";
echo 
"Цена: <label><select name='rub'><option value='1'>Рубины</option><option value='0'> Монеты</option></select></label><br /><input name="cena" type="text" maxlength='32' value='$edit[cena]' /><br />n";
echo 
"К-тво прибыли:
<label>
<select name="
value">
<option value="
1">кг.</option>
<option value="
2">шт.</option>
<option value="
3">л.</option></select>
</label><br /><input name="
count" type="text" maxlength='32' value='$edit[count]'/><br />n";
echo 
"Вид прибыли:<br /><input name="tovar" type="text" maxlength='32' value='$edit[tovar]'/><br />n";
echo 
"Опыт:<br /><input name="rating" type="text" maxlength='32' value='$edit[rating]'/><br />n";
echo 
"К-тво монет за единицу прибыли:<br /><input name="money" type="text" maxlength='32' value='$edit[money]'/><br />n";
echo 
"Время до прибыли(мин):<br /><input name="time_count" type="text" maxlength='32' value='".($edit['time_count']/60)."'/><br />n";
echo 
"Уровень доступности:<br /><input name="level" type="text" maxlength='32' value='$edit[level]'/><br />n";
echo 
"Доступ на ивенты(0-нет / 1-да):<br /><input name="dostup" type="text" maxlength='32' value='$edit[dostup]'/><br />n";
echo 
"<input value='Сохранить' type='submit' name='ok' /></form>n";
echo 
"<div><br/>&raquo; <a href='/UpdatePet/del/$edit[id]'>Удалить</a></div>";
echo 
"</div>";
include_once 
'../system/foot.php';
exit;
}

if(isset(
$_GET['del']) && intval($_GET['del'])!=NULL && mysql_result(mysql_query("SELECT COUNT(*) FROM `kolhoz_pet` WHERE `id` = '".intval($_GET['del'])."'"),0)!=0)
{
$del=mysql_fetch_array(mysql_query("SELECT * FROM `kolhoz_pet` WHERE `id` = '".intval($_GET['del'])."'"));
if(isset(
$_GET['ok']))
{
mysql_query("UPDATE `kolhoz_petground` SET `id_pet` = '0' WHERE `id_pet` = '$del[id]'");
unlink("img/pets/$del[img].png");
unlink("img/pets/prodect/$del[img].png");
mysql_query("DELETE FROM `kolhoz_pet` WHERE `id` = '$del[id]'");
header("Location:/UpdatePet/");
}
podtv("/UpdatePet/del/$del[id]/ok","/UpdatePet/");
include_once 
'../system/foot.php';
exit;
}


echo
"<div class='rzd2'></div><div class='menuin2'>";
echo
'<div class="title"><a href="/AdminPanel/">Админка</a> / Животные</div>'


$k_post mysql_result(mysql_query("SELECT COUNT(*) FROM `kolhoz_pet`"),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 `kolhoz_pet` ORDER BY `level` DESC LIMIT $start$set[p_str]");
while(
$post=mysql_fetch_array($q))
{
if(
$post['rub']==0)
{
            
$img="money";
}
else
{
            
$img="ruby";
}
echo 
"<li style='padding-bottom:8px'>";
echo 
"<a href='/UpdatePet/edit/$post[id]/change_img'><img width='48' height='48' src='img/pets/$post[img].png' alt='o' class='portrait'></a>";
echo 
"<div class='small'>";
echo
"<br><a href='/UpdatePet/edit/$post[id]'>".hsc($post['name'])."</a><span class='minor'>, цена: </span><img src='/img/icons/money.png' alt='o'><span class='n'>$post[cena]</span></span>";
echo
"<span class='minor'>, доступно <span class='n'>$post[level]</span> уровня</span> ";
if(
$post['dostup']>0)echo"<br><span>".hsc($post['name'])."</a></span><span class='minor'>, доступно в период <span class='n'>ивентов</span></span></span>";
echo 
'<tr><td class="pr5" width="45%" align="left">Доход <span><img src="/img/icons/money.png" alt="o"><span class="nobr">'.$post['money'].'</span></span>, 
Опыт <img src="/img/icons/new/dostig.png" alt="o"> <span>'
.$post['rating'].'</span><br> 
'
.hsc($post['tovar']).' <span>'.$post['count'].'</span> '.hsc($post['value']).
за <img width="16" height="16" src="/img/ctime.png" alt="o"> <span>'
.time_left_fish($post['time_count']).'</span></td></tr>';
echo 
"</div></li>";

}
echo 
"</ul>";
if (
$k_page>1)str("/UpdatePet/",$k_page,$page); // Вывод страниц
echo "<div>&raquo; <a href='/UpdatePet/add'>Добавить животное</a></div>";
echo 
"</div>";

include_once 
'../system/foot.php';
?>
Онлайн: 1
Реклама