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

Размер файла: 10.22Kb
<?php
include "./../ini3.php";
include "./../includes/header$h.php";
include "./../includes/inc_online.php";


$id=cyr(htmlspecialchars(stripslashes(trim($id))));
$pass=cyr(htmlspecialchars(stripslashes(trim($pass))));

if(!empty($id)) 
{
$q = mysql_query("select * from users where id='".$id."';"); 
}
else
{
die ($lang['empty_login']."</body></html>");
}

$data = mysql_fetch_array($q);

$id=$data['id'];
$login=$data['login'];
$money=$data['money'];
$level=$data['level'];
$police=$data['police'];
$stage=$data['stage'];
$health=$data['health'];
$cars=$data['cars'];
$guns=$data['guns'];
$nums=$data['nums'];
$band=$data['band'];
$energy=$data['energy'];
$secur=$data['secur'];
$gold=$data['gold'];
$maska=$data['maska'];
$lox=$data['lox'];
$euro=$data['euro'];

if(md5($pass)!=$data['pass'])
{
die ($lang['empty_login']."</small></p></card></wml>");
}

mysql_query("update users set last='".time()."',city='1' where id='".$id."';");

include "./../includes/inc_secur.php";
include "./../includes/inc_energy.php";
include "./../includes/inc_hospital.php";
include "./../includes/inc_police.php";
include "./../includes/inc_die.php";
include "./../includes/inc_voodoo.php";
include "./../includes/inc_attack.php";
include "./../includes/inc_mes.php";
print "<b>".$lang['game_city3']."</b><br/>";
print "<u>[<img src='./../pic/gold.gif' alt='gold'/>Всемирный золотой запас]</u><br/>";


$db=mysql_fetch_array(mysql_query("select * from krisha where city='3' and house='gold';"));
$bcity=$db['city'];
$bband=$db['band'];
$secur=$db['secur'];
$bmoney=$db['money'];
$btime=$db['time'];
if($secur<=0)$secur=1500;

$bank_band=mysql_fetch_array(mysql_query("select boss,euro from bands where name='".$bband."';"));
$boss=$bank_band['boss'];
$beuro=$bank_band['euro'];

switch ($mode) 
{  
  case "grab":
 if(empty($p)){
print "Ты можешь ограбить Всемирный золотой запас,если твой авторитет будет больше авторитета охраны.Твой авторитет $level. Пытаемся ограбить? <br/>";
print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=grab&amp;p=1\">Ограбить</a><br/>";
}
if($p==1){

$cop_rand=rand(($level-5000),($level+8000));
if($level<15000)$lev_cop=rand(100,15000);
if($level>=15000) $lev_cop=$cop_rand;

if($maska<time())$police=$police+3;
if($lev_cop>$data['level'])
{
$level=$level-5;
if($level<0)$level=0;
$health=$health-90;
if($health<0) $health=0;
mysql_query("update users set health='".$health."',police='".$police."',level='".$level."' where id='".$id."';");
print $lang['bank_grab_fuck']." ".$lev_cop." единиц авторитета!<br/>".$lang['bank_grab_health']." ".$health."%<br/>";
}
else
{
$level=$level+5;
$grab_money=rand(10000,80000);
$grab_gold=rand(2,15);
$money=$money+$grab_money;
$euro=$euro+$grab_gold;
mysql_query("update users set money='".$money."',police='".$police."',euro='".$euro."',level='".$level."' where id='".$id."';");
print "У охраны $lev_cop единиц авторитета!  Ты вынес всю наличку из всемирного золотого запаса. Ты вынес $grab_money$$ и $grab_gold  евро<br/>";
}

}


print "&gt;<a href=\"gold.php?id=$id&amp;pass=$pass\">Всемирный золотой запас</a><br/>";
    break;
 
 case "at_kr":
if(!empty($band) && $band!=$bband)
{
$band_array_att=mysql_fetch_array(mysql_query("select * from bands where name='".$band."';"));
$band_array_kr=mysql_fetch_array(mysql_query("select boss,blvl,secur from bands where name='".$bband."';"));

$blvl_att=$band_array_att['blvl'];
$sila=$band_array_att['sila'];
$control=$band_array_att['control'];
$busil=$band_array_att['usil'];
$busil2=$band_array_att['usil2'];
$guns_array = explode(".", $guns);
$count_guns=count($guns_array);
if($count_guns>15)$count_guns=15;
$uron=($blvl_att*rand(1,4))+($count_guns*rand(1,5))*$sila;
$uron2=$uron*2;
if($busil>=1 && $busil2>time()){
$usil=$busil+1;
$uron2=$uron2*$usil;
}
$boss_kr=$band_array_kr['boss'];
$blvl_kr=$band_array_kr['blvl'];
$secur_kr=$band_array_kr['secur'];

print "Урон вашей банды: <b>$uron2</b><br/>";
print "Урон охраны: <b>$secur</b><br/>";
if($uron2>=$secur && $secur_kr<time())
{
$bmoney=$bmoney+5000000;
if($control<15)$wit=$control*100;
elseif($cotrol>=15 && $control<30) $wit=$control*300;
elseif($control==30)$wit=25000;
if(empty($bband))mysql_query("insert into krisha values(0,'3','gold','10000000','".$band."','$wit','');");
mysql_query("update krisha set band='".$band."',money='".$bmoney."',secur='$wit' where city='3' and house='gold';");
print "Теперь всемирный золотой запас крышует банда $band!<br/>";




}
elseif($uron2<$secur)
{
print "Вы не смогли победить охрану крышующей банды<br/>";
}
elseif($secur_kr>time())print "У этой банды есть крыша.Подожди,пока она закончится<br/>";

}
else
{
print $lang['error']."<br/>";
}


print "&gt;<a href=\"gold.php?id=$id&amp;pass=$pass\">Всемирный золотой запас</a><br/>";
    break;
 
 
 
  case "gp":
if(($btime+86400)<time() && $bmoney>=0)
{
$band_array=mysql_fetch_array(mysql_query("select boss,money,gold from bands where name='".$bband."';"));
$percents=rand(70000,2000000);
$bmoney=$bmoney-$percents;
$band_money=$band_array['money'];
$band_gold=$band_array['gold'];
$band_boss=$band_array['boss'];
$band_money=$band_money+$percents;
$gold_kr=rand(1,60);
$beuro=$beuro+$gold_kr;
mysql_query("update krisha set money='".$bmoney."',time='".time()."' where city='3' and house='gold';");
mysql_query("update bands set money='".$band_money."',euro='".$beuro."' where name='".$bband."';");
print $percents."$$ и ".$gold_kr." евро ".$lang['bank_now_at_obwak']."<br/>";
$db_boss=mysql_fetch_array(mysql_query("select id,pass from users where login='".$band_boss."';"));
$dbid=$db_boss['id'];
$dbpass=$db_boss['pass'];
$messaga="".$lang['bank_has_percents']."  ".$band_money."$$ и ".$beuro." евро";
$date=date("H:i d.m.Y");
mysql_query("insert into mail values(0,'0','$bband','$messaga','1','$date');");
}
else{
if($btime+86400>time())print $lang['bank_kto-to']." ".$bband." ".$lang['bank_uje']."<br/>";
elseif($bmoney<=0) print 'В кассе больше нет денег<br/>';
}

print "&gt;<a href=\"gold.php?id=$id&amp;pass=$pass\">Всемирный золотой запас</a><br/>";
    break;
case "secur":
if($boss==$login && $bband==$band){
	if($p==1 && $beuro>=300){
	$secur=$secur+300;
	$beuro=$beuro-300;
	mysql_query("update bands set euro='$beuro' where name='".$bband."';");
    mysql_query("update krisha set secur='$secur' where city='3' and house='gold';");
	print "Банда купила +300 к охране<br/>";
	}
	elseif($p==2 && $beuro>=900){
	$secur=$secur+1000;
	$beuro=$beuro-900;
	mysql_query("update bands set euro='$beuro' where name='".$bband."';");
    mysql_query("update krisha set secur='$secur' where city='3' and house='gold';");
	print "Банда купила +1000 к охране<br/>";
	}
	elseif($p==3 && $day>=1000 && $day<=100000 && $beuro>=800){
	$cena=ceil($day/100)*80;
	$secur=$secur+$day;
	$beuro=$beuro-$cena;
	mysql_query("update bands set euro='$beuro' where name='".$bband."';");
    mysql_query("update krisha set secur='$secur' where city='3' and house='gold';");
	print "Банда купила +$day к охране<br/>";
	}	
	else{
	print "Чтобы у вашей банды не отобрали крышу, ты можешь нанять охрану. Выбери нужный вариант:<br/>";
	print "<b>Двое вышибал</b><br/>";
	print "+300 к урону охраны<br/>";
	print "Стоимость: 300 <img src='a href=\./../../pic/euro.gif' title='Евро'/><br/>";
	print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=secur&amp;p=1\">Нанять</a><br/>---<br/>";
	print "<b>Вооруженная группировка</b><br/>";
	print "+1000 к урону охраны<br/>";
	print "Стоимость: 900 <img src='a href=\./../../pic/euro.gif' title='Евро'/><br/>";
	print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=secur&amp;p=2\">Нанять</a><br/>---<br/>";
	print "<b>Охранное бюро</b><br/>";
    print "<form action=\"gold.php?id=$id&amp;pass=$pass&amp;mode=secur&amp;p=3\" method=\"post\">
    <postfield name=\"day\" value=\"day\"/>";
    print "Какой бонус к охране нужен вашей банде?(Число от 1000 до 100000 должно быть кратно 100)<br/>";
	print "Стоимость: 80 <img src='a href=\./../../pic/euro.gif' title='Евро'/> за каждые 100 бонуса<br/>";
    print "<input name=\"day\" type=\"*N\"/>";
    print "<input class=\"button\" type=\"submit\" value=\"Нанять\"/></form>";


	}
	}
	break;

  default:
print 'Здесь хранится огромное количество золота<br/>';
print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=grab\">".$lang['bank_grab']."</a><br/>";

if(!empty($bband)) print $lang['bank_krishuet'].": <b><a href=\"./../bands/viewband.php?id=$id&amp;pass=$pass&amp;band=".urlencode($bband)."\">".$bband."</a></b><br/>";
print "Охрана: $secur<br/>";
if(empty($bband) && $band!='') print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=at_kr\">".$lang['bank_krisha']."</a><br/>";
elseif(!empty($bband) && $bband!=$band && $band!='')
{
print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=at_kr\">".$lang['bank_att_krisha']."</a><br/>";
}
if($band==$bband && $band!='')
{
print "В банке: <b>$bmoney$$</b><br/>";
print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=gp\">".$lang['bank_get_percent']."</a><br/>";
print "<a href=\"gold.php?id=$id&amp;pass=$pass&amp;mode=secur\">Нанять охрану</a><br/>";
}



  break;
}


print "---<br/>&gt;<a href=\"index.php?id=$id&amp;pass=$pass\">".$lang['in_city']."</a>";
print "<br/>&gt;&gt;<a href=\"./../game.php?id=$id&amp;pass=$pass\">".$lang['menu']."</a>";
print "<br/>---";

mysql_close();
include "./../includes/footer2.php";
?>