Файл: spoil.php
Строк: 32
<?php
include("files/ini.php");
include("files/data.php");
$ref=rand(1,3);
$ref2=rand(1,3);
$a1 = mysql_query("select * from `spoilact` WHERE `idmob`='$id' LIMIT 1 ");
$b=mysql_num_rows($a1);
if($b==1){ mysql_query("INSERT INTO `battle_log` VALUES ('', '".$time." - Вы уже заспойлили этого моба!', '".$log."')"); header ("Location: ataka.php?&startan=$startan&id=$id"); exit; }
if($udata37==""){include_once("files/zag.php");echo'Вы находитесь не в окрестностях!';include_once'files/down.php';exit;}
$random=rand(1,4);
if($random==4){ mysql_query("INSERT INTO `battle_log` VALUES ('', '".$time." - Спойл непрошел!', '".$log."')"); header ("Location: ataka.php?&startan=$startan&id=$id"); exit; }
else{
$a = @mysql_query("select * from `okrestnosti` WHERE `mob4`='$udata37' and `mob7`<('".time()."'-'300') and `id`='$id' ");
if (mysql_affected_rows()==0)
{
include_once"files/zag.php";
echo"Ошибка!";
include_once"files/down.php";exit;
}
mysql_query("INSERT INTO `spoilact` VALUES ('', '".$id."', '".$log."')");
$udata16=$udata16-30;
mysql_query("UPDATE `users` SET `udata16`='$udata16' WHERE `udata0`='$log'");
mysql_query("INSERT INTO `battle_log` VALUES ('', '".$time." - Спойл прошел успешно!', '".$log."')"); header ("Location: ataka.php?&startan=$startan&id=$id"); exit;
}
?>