Просмотр файла gta/fuck_attack.php

Размер файла: 6.46Kb
  1. <?php
  2. #####################################################
  3. # mod by -=LesNIK=- #
  4. # icq 366244181 #
  5. # Официальный сайт мода http://wenz.net.ru #
  6. # все ответы на вопросы и помощь по скрипту #
  7. # вы можете получить только там! #
  8. # #
  9. # Вы не имеете право вносить #
  10. # свои изменения в данный мод!#
  11. # #
  12. # Уважайте труд автора! #
  13. #####################################################
  14.  
  15.  
  16. include "ini.php";
  17. include "includes/header.php";
  18. print "<p><small>";
  19.  
  20. $id=cyr(htmlspecialchars(stripslashes(trim($id))));
  21. $pass=cyr(htmlspecialchars(stripslashes(trim($pass))));
  22.  
  23. $power=cyr(htmlspecialchars(stripslashes(trim(base64_decode($power)))));
  24. $who=htmlspecialchars(stripslashes(trim(base64_decode($who))));
  25.  
  26. $who=explode(".",$who);
  27.  
  28. if(!empty($id))
  29. {
  30. $q = mysql_query("select secur,cars,guns,id,login,pass,status,reg_data,money,level,police,health from users where id='".$id."';");
  31. }
  32. else
  33. {
  34. die ($lang['empty_login']."</small></p></card></wml>");
  35. }
  36.  
  37. $data = mysql_fetch_array($q);
  38.  
  39. $id=$data['id'];
  40. $login=$data['login'];
  41. $status=$data['status'];
  42. $reg_data=$data['reg_data'];
  43. $money=$data['money'];
  44. $level=$data['level'];
  45. $police=$data['police'];
  46. $health=$data['health'];
  47. $guns=$data['guns'];
  48. $cars=$data['cars'];
  49. $secur=$data['secur'];
  50.  
  51. if($pass!=$data['pass'])
  52. {
  53. die ($lang['empty_login']."</small></p></card></wml>");
  54. }
  55.  
  56. mysql_query("update users set last='".time()."',city='0' where id='".$id."';");
  57.  
  58.  
  59.  
  60. if(isset($p) && isset($i) && isset($w) && isset($at_gun))
  61. {
  62. $p=cyr(htmlspecialchars(stripslashes(trim($p))));
  63. $i=cyr(htmlspecialchars(stripslashes(trim($i))));
  64. $w=cyr(htmlspecialchars(stripslashes(trim($w))));
  65. $at_gun=htmlspecialchars(stripslashes(trim($at_gun)));
  66.  
  67.  
  68.  
  69. if($at_gun=="Кастет")$at_gun=1;
  70. elseif($at_gun=="Нож")$at_gun=2;
  71. elseif($at_gun=="Дубинка")$at_gun=3;
  72. elseif($at_gun=="ПМ")$at_gun=4;
  73. elseif($at_gun=="Мачете")$at_gun=5;
  74. elseif($at_gun=="Беретта")$at_gun=6;
  75. elseif($at_gun=="Меч")$at_gun=7;
  76. elseif($at_gun=="Калашников")$at_gun=8;
  77. elseif($at_gun=="Взрывчатка")$at_gun=9;
  78. elseif($at_gun=="Электрошокер")$at_gun=10;
  79. elseif($at_gun=="Напалм")$at_gun=11;
  80. elseif($at_gun=="Базука")$at_gun=12;
  81. elseif($at_gun=="Гранатомет")$at_gun=13;
  82. elseif($at_gun=="ПЗРК")$at_gun=14;
  83. elseif($at_gun=="Слонобой")$at_gun=15;
  84. elseif($at_gun=="Ракетная установка")$at_gun=16;
  85. elseif($at_gun=="МЕ 85 Combat")$at_gun=17;
  86. elseif($at_gun=="Rohm 735")$at_gun=18;
  87. elseif($at_gun=="Brunner CZ 75")$at_gun=19;
  88. elseif($at_gun=="Лазерное оружие")$at_gun=20;
  89.  
  90.  
  91. if($p<=$at_gun)
  92. {
  93. mysql_query("delete from attack where userid='$id' and who='$i.$w' and power='$p' limit 1;");
  94. print $lang['fa_car_back'];
  95. }
  96. else
  97. {
  98.  
  99. $query_ugon=mysql_query("select what from attack where userid='$id' and who='$i.$w' and power='$p' limit 1;");
  100. $ugon_data = mysql_fetch_array($query_ugon);
  101. $ud_what=$ugon_data['what'];
  102. $qdb = mysql_query("select cars, police, health from users where id='$i';");
  103. $dbdata = mysql_fetch_array($qdb);
  104. $db_cars=$dbdata['cars'];
  105. $cars_count = explode(".", $db_cars);
  106. /*
  107. if(!in_array($ud_what, $cars_count))
  108. {
  109. mysql_query("delete from attack where userid='$id' and who='$i.$w' and power='$p' limit 1;");
  110. print $lang['fa_car_false']."<br/><anchor>".$lang['back']."<prev/></anchor></small></p></card></wml>";
  111. exit;
  112. }
  113. */
  114. $health2=$dbdata['health'];
  115. $db_police=++$dbdata['police'];
  116. if(empty($db_cars))
  117. mysql_query("update users set cars='$ud_what',police='$db_police' where id='$i';");
  118. elseif(count($cars_count)>=1)
  119. mysql_query("update users set cars='$db_cars.$ud_what',police='$db_police' where id='$i';");
  120. $cars_count2 = explode(".", $cars);
  121. if(count($cars_count2)<=1)
  122. {
  123. $cars=str_replace("$ud_what","","$cars");
  124. mysql_query("update users set cars='$cars' where id='$id';");
  125. }
  126. elseif(count($cars_count2)>1 && $cars_count2[0]!=$ud_what)
  127. {
  128. $cars=str_replace(".$ud_what","","$cars");
  129. mysql_query("update users set cars='$cars' where id='$id';");
  130. }
  131. elseif(count($cars_count2)>1 && $cars_count2[0]==$ud_what)
  132. {
  133. $cars=str_replace("$ud_what.","","$cars");
  134. mysql_query("update users set cars='$cars' where id='$id';");
  135. }
  136. mysql_query("delete from attack where userid='$id' and who='$i.$w' and power='$p' limit 1;");
  137. print $lang['fa_steal1']." <b>$ud_what</b>! ".$lang['fa_steal2'];
  138.  
  139.  
  140. }
  141. }
  142. else
  143. {
  144.  
  145. if(!empty($guns))
  146. {
  147. print $lang['fa_gun_protect'];
  148. $guns_count = explode(".", $guns);
  149. $count_guns=count($guns_count);
  150. print "</small><br/><select name=\"at_gun\">";
  151. for($i=0;$i<$count_guns;$i++)
  152. {
  153. print "<option value=\"".$guns_count[$i]."\">".$guns_count[$i]."</option>";
  154. }
  155. print "</select><br/><small>";
  156. print "<anchor>".$lang['fa_begin_protect']."
  157. <go href=\"fuck_attack.php?id=$id&amp;pass=$pass\" method=\"post\">
  158. <postfield name=\"p\" value=\"$power\"/>
  159. <postfield name=\"i\" value=\"".$who[0]."\"/>
  160. <postfield name=\"w\" value=\"".$who[1]."\"/>
  161. <postfield name=\"at_gun\" value=\"$(at_gun)\"/>
  162. </go></anchor><br/>";
  163. }
  164. else
  165. {
  166. $p=$power;
  167. $i=$who[0];
  168. $w=$who[1];
  169. $at_gun=3;
  170. $query_ugon=mysql_query("select what from attack where userid='$id' and who='$i.$w' and power='$p' limit 1;");
  171. $ugon_data = mysql_fetch_array($query_ugon);
  172. $ud_what=$ugon_data['what'];
  173. $qdb = mysql_query("select cars, police, health from users where id='$i';");
  174. $dbdata = mysql_fetch_array($qdb);
  175. $db_cars=$dbdata['cars'];
  176. $cars_count = explode(".", $db_cars);
  177. if(empty($db_cars))
  178. mysql_query("update users set cars='$ud_what' where id='$i';");
  179. elseif(count($cars_count)>=1)
  180. mysql_query("update users set cars='$db_cars.$ud_what' where id='$i';");
  181. $cars_count2 = explode(".", $cars);
  182. if(count($cars_count2)<=1)
  183. {
  184. $cars=str_replace("$ud_what","","$cars");
  185. mysql_query("update users set cars='$cars' where id='".$id."';");
  186. }
  187. elseif(count($cars_count2)>1)
  188. {
  189. $cars=str_replace(".$ud_what","","$cars");
  190. mysql_query("update users set cars='$cars' where id='".$id."';");
  191. }
  192. mysql_query("delete from attack where userid='$id' and who='$i.$w' and power='$p' limit 1;");
  193. print $lang['fa_succes']."<br/><anchor>".$lang['back']."<prev/></anchor></small></p></card></wml>";
  194. exit;
  195. }
  196.  
  197. }
  198.  
  199. print "<br/>---<br/>&gt;<anchor>".$lang['back']."<prev/></anchor><br/>";
  200. print "&gt;&gt;<a href=\"game.php?id=$id&amp;pass=$pass\">".$lang['menu']."</a><br/>";
  201.  
  202. mysql_close();
  203. print "</small></p></card></wml>";
  204. ?>