Вход Регистрация
Файл: test.zfarm.mobi/Animals/animalmoney.php
Строк: 58
<?php
/////////////////////////
/*
Author MyStyle ZomBi.Biz
12/05/2013
*/
/////////////////////////
what(0'animal');
if(isset(
$_GET['animalmoney']) && intval($_GET['animalmoney'])!=NULL && mysql_result(mysql_query("SELECT COUNT(*) FROM `mystyle_amimals_user` WHERE `id` = '".intval($_GET['animalmoney'])."' AND `user` = '".$user['id']."' AND `img_animals` != ''"),0)!=0)
{
$petground=mysql_fetch_array(mysql_query("SELECT * FROM `mystyle_amimals_user` WHERE `id` = '".intval($_GET['animalmoney'])."' AND `user` = '".$user['id']."'"));
$pet=mysql_fetch_array(mysql_query("SELECT * FROM `mystyle_animals` WHERE `img_animals` = '".$petground['img_animals']."'"));
if(isset(
$_GET['yes']))
{
mysql_query("UPDATE `mystyle_user` SET `money` = '".($user['money']+($pet['money']/2))."' WHERE `id` = '".$user['id']."'");
mysql_query("UPDATE `mystyle_amimals_user` SET `time` = NULL, `img_animals` = NULL, `img_corm` = NULL, `col` = NULL, `exp` = NULL, `name` = NULL, `money` = NULL, `img` = NULL WHERE `id` = '".$petground['id']."'");
$text 'Продано.';
$_SESSION['msg'] = $text;

header("Location:?linkanimals");
exit;
}
$money $pet['money']/2;
echo 
'<div>
<div class="feedbackPanel">
<div class="whiteLink">Вы уверены что хотите продать животное за <img width="16" height="16" src="images/zombi/coins.png" alt=""/> '
.$money.'?</div>
<div style="text-align: center;">
<div class="fl" style="width: 49%;">
<a class="btn" href="?animalmoney='
.intval($_GET['animalmoney']).'&amp;yes">
<img width="16" height="16" alt="o" src="/images/icons/tick.png"/>
<span>Подтверждаю!</span>
</a>
</div>
<div class="fr" style="width: 49%;">
<a class="btn" href="?linkanimals">
<img width="16" height="16" alt="o" src="/images/icons/cross.png"/>
<span>Отказываюсь!</span>
</a>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>'
;


}else{

header("Location:?linkanimals");
exit;
}
/////////////////////////
/*
Author MyStyle ZomBi.Biz
12/05/2013
*/
/////////////////////////
?>
Онлайн: 1
Реклама