Файл: sell.php
Строк: 75
<?php
include_once("files/zag.php");
include_once("files/ini.php");
$polz=mysql_query("SELECT * FROM `users` WHERE `udata0`='$log' AND `udata1`='$pas' LIMIT 1");
if(mysql_num_rows($polz)==0){
header ("Location: index.php?error");
echo'<div class="p">Ошибка! Пользователь с таким логином и паролем не зарегистрирован, или пароль/логин неверен! <a href="index.php">На главную</a><br>';exit;
}else{
if($vesh==$udata12){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata11){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata10){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata13){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata40){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata45){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata46){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata84){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata81){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata80){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata79){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata78){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
if($vesh==$udata77){echo"<small>Одетую вещь продать нельзя.</small>"; include_once"files/down.php";exit;}
///////////////////////////////////////////////////////////////////////////////////////////
if($tip=="vesh"){
echo "<form action="sellvesh2.php?&id=$id&vesh=$vesh&num=$num" method="post">Количество:<br/>";
echo "<input name="kol" maxlength="10" title="*N" emptyok="true"/><br/>";
echo '<input type="submit" value="Продать" /></form>';
include_once"files/down.php";
exit;
}
if($tip=="vesh2"){
echo "<form action="sellvesh2.php?&id=$id&vesh=$vesh&num=$num" method="post">Количество:";
echo "<input name="kol" maxlength="10" title="*N" emptyok="true"/><br/>";
echo '<input type="submit" value="Продать" /></form>';
echo "</body></html>";
include_once"files/down.php";
exit;
}
if($tip!=="vesh"){
$qi = mysql_query("SELECT * from `item` WHERE `uda7`='".$log."' and `id`='".abs(intval($id))."' ");
if (mysql_affected_rows()==0)
{
echo "Вещь не сущствует!<br/>";
}
while($row=mysql_fetch_array($qi))
{
$udatak=$row['uda1']/4;
$udata8=$udata8+$udatak;
mysql_query("UPDATE `users` SET `udata8`='$udata8' WHERE `udata0`='$log'");
$date=date("d.m.y");
$time=date("H:i");
mysql_query("INSERT INTO `zametki` VALUES ('', 'Вы продали вещь $vesh в магазине за $udatak ', 'Система', '".$time."/".$date."', '".$log."')");
mysql_query("DELETE FROM `item` WHERE `id`='".$id."'");
$udatak = number_format($udatak);
echo "Продано за $udatak<br/>";
}
}
}
include_once"files/down.php";
echo "</body></html>";
?>