Вход Регистрация
Файл: test.masteram.us/games/mafia/maf.php
Строк: 1247
<? function getmicrotime()   //микровремя {      list($usec$sec) = explode(" "microtime());      return ((float)$usec + (float)$sec);  } include_once '../../sys/inc/start.php'; include_once '../../sys/inc/compress.php'; include_once '../../sys/inc/sess.php'; include_once '../../sys/inc/home.php'; include_once '../../sys/inc/settings.php'; include_once '../../sys/inc/db_connect.php'; include_once '../../sys/inc/ipua.php'; include_once '../../sys/inc/fnc.php'; include_once '../../sys/inc/user.php'; only_reg(); $set['title']='Мафия'; include_once '../../sys/inc/thead.php'; title(); err(); aut(); $ref=rand(10000,1000000);         $result mysql_query ("Select * from mafusers where id_user='$user[id]'");             $row mysql_fetch_array ($result);         $id = (int)$row["id"];         $us=htmlspecialchars($row["name"]);         if(!empty($_POST['msg'])) $msg=mysql_real_escape_string($_POST['msg']);         if ($row['translit']==1$msg=translit($msg);         if(!empty($_POST['prvt'])) $prvt=(int)$_POST['prvt'];         if(!empty($_GET['uid'])) {$towhom=(int)$_GET['uid'];}         $avr=$row['avr'];         if ($avr>0){echo "<META HTTP-EQUIV='Refresh' CONTENT='$avr'; URL='".$_SERVER['PHP_SELF']."'>";}                         if (!empty($_GET['rm'])){ $rm = (int)htmlspecialchars($_GET['rm']);}                              $rmaf "maf".$rm;                             $rmafaction "mafaction".$rm;                             $rscores "scores".$rm;                             $ringame "ingame".$rm; ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////                             function role_to_tpadej($role)     {     switch ($role)     {     case "обыватель" $trole "обывателем";break;      case "комиссар РєР°С‚ани" $trole "инспектором РєР°С‚ани";break;     case "главарь РјР°С„РёРё" $trole "главарем РјР°С„РёРё";break;     case "доктор" $trole "доктором";break;     case "маньяк" $trole "маньяком";break;     case "путана" $trole "путаной";break;     case "Р±РѕРјР¶" $trole "бомжом";break;      case "мафиози" $trole "мафиози";break;      case "горец" $trole "горцем";break;     case "жена РєРѕРјРёСЃСЃР°СЂР°" $trole "женой РєРѕРјРёСЃСЃР°СЂР°";break;     case "клоун" $trole "клоуном";break;     default : $trole $role; break;     }         return ($trole);     } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////         function role_to_rpadej($role)         {         switch ($role)         {         case "обыватель" $rrole "обывателя";break;          case "комиссар РєР°С‚ани" $rrole "комиссара РєР°С‚ани";break;         case "главарь РјР°С„РёРё" $rrole "главаря РјР°С„РёРё";break;         case "доктор" $rrole "доктора";break;         case "маньяк" $rrole "маньяка";break;         case "путана" $rrole "путану";break;         case "Р±РѕРјР¶" $rrole "бомжа";break;         case "мафиози" $rrole "мафиози";break;           case "горец" $rrole "горца";break;         case "жена РєРѕРјРёСЃСЃР°СЂР°" $rrole "жены РєРѕРјРёСЃСЃР°СЂР°";break;         case "клоун" $rrole "клоуна";break;         default: $rrole $role; break;         }             return($rrole);         } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////                 function get_name_by_id($id_in_game$rm)             {              $ringame "ingame".$rm;             $req mysql_query("select * from $ringame WHERE id_in_game = '".$id_in_game."'");             $ms mysql_fetch_array($req);             $gamer_id $ms["gamer_id"];             $req mysql_query("select * from mafusers WHERE id = '".$gamer_id."'");             $ms mysql_fetch_array($req);             $name $ms["user"];                 unset($gamer_id);                     unset($ms);                         unset($req);                             return($name);             } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////                         function get_role_by_id($id_in_game$rm)                 {                  $ringame "ingame".$rm;                 $req mysql_query("select * from $ringame WHERE id_in_game = '".$id_in_game."'");                 $ms mysql_fetch_array($req);                 $role $ms["role"];                     unset($ms);                         unset($req);                             return($role);                 } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////                                 function trun_to_rus($str)                     {                     $str=str_replace("ch","С‡",$str);                     $str=str_replace("sc","С‰",$str);                      $str=str_replace("ye","СЌ",$str);                     $str=str_replace("yu","СЋ",$str);                     $str=str_replace("ya","СЏ",$str);                     $str=str_replace("CH","Р§",$str);                     $str=str_replace("SC","Р©",$str);                      $str=str_replace("""","РЄ",$str);                     $str=str_replace(""","СЉ",$str);                     $str=str_replace("&#8216;&#8216;","Р¬",$str);                     $str=str_replace("&#8216;","СЊ",$str);                     $str=str_replace("YE","Р­",$str);                     $str=str_replace("YU","Р®",$str);                     $str=str_replace("YA","РЇ",$str);                     $str=strtr($str,array("a"=>"Р°","b"=>"Р±","v"=>"РІ","g"=>"Рі","d"=>"Рґ","e"=>"Рµ","j"=>"Р¶","z"=>"Р·","i"=>"Рё","y"=>"Р№","k"=>"Рє","l"=>"Р»","m"=>"Рј","n"=>"РЅ","o"=>"Рѕ","p"=>"Рї","r"=>"СЂ","s"=>"СЃ","t"=>"С‚","u"=>"Сѓ","f"=>"С„","h"=>"С…","c"=>"С†","w"=>"С€","x"=>"С‹","A"=>"Рђ","B"=>"Р‘","V"=>"Р’","G"=>"Р“","D"=>"Р”","E"=>"Р•","J"=>"Р–","Z"=>"Р—","I"=>"Р�","Y"=>"Р™","K"=>"Рљ","L"=>"Р›","M"=>"Рњ","N"=>"Рќ","O"=>"Рћ","P"=>"Рџ","R"=>"Р ","S"=>"РЎ","T"=>"Рў","U"=>"РЈ","F"=>"Р¤","H"=>"РҐ","C"=>"Р¦","W"=>"РЁ","X"=>"Р«"));                     return $str;                     }  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////                                         function scores($rm)                         {                          $rscores "scores".$rm;                         $r mysql_query("select * from $rscores");                          $mmes "";                         while (($a mysql_fetch_array($r))!==false)                             {                             $gamer_id $a["gamer_id"];                             $score $a["score"];                             mysql_query("update mafusers set credits = credits + creditsingame WHERE id = '".$gamer_id."'");  //начисляем очки                             $re mysql_query("select user from mafusers WHERE id = '".$gamer_id."'");                             $b mysql_fetch_array($re);                             $mmes $mmes.$b["user"]." - <b>$score</b>, ";                             }                                                                          $mmes substr($mmes,0,strlen($mmes)-2);                                 return($mmes);                              }                      /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Автоматическая РѕРїС‚имизация Рё С‡РёСЃС‚РєР° $r mysql_query ("SELECT * FROM optim"); $a mysql_fetch_array ($r);     if ($a["go"]<time())         {         $i time() + 1800//Время СЃР»РµРґСѓСЋС‰РµР№ С‡РёСЃС‚РєРё - С‡РµСЂРµР· РїРѕР»С‡Р°СЃР°         mysql_query ("Update optim set go='".$i."' WHERE klu4 = '1'");          $i time() - 3600;             for ($num 1$num <= 3$num++)                 {                 $roptim "maf".$num;                   mysql_query("delete from $roptim WHERE id<'".$i."'");                 mysql_query("OPTIMIZE TABLE $roptim");                 }          } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Конец С‡РёСЃС‚РєРё //Р’ РёРіСЂРµ С‡РµР»РѕРІРµРє РёР»Рё РЅРµС‚: mysql_query ("select * from $ringame WHERE gamer_id = '".$id."'");     if (mysql_affected_rows()!=0$gmes 1; else $gmes 0;   //Проверка, РЅР° СЃРІСЏР·Рё Р»Рё С‡РµР»РѕРІРµРє:        $tm time()-300; $r mysql_query ("select * from $ringame WHERE (onl<'".$tm."')");     if (mysql_affected_rows() != 0)         {         $mmsg "";                 //mysql_query("LOCK TABLES mafusers, ingame, scores WRITE, maf READ");             while (($a mysql_fetch_array($r))!==false)                 {                 $grole get_role_by_id($a["id_in_game"], $rm);                 $gname get_name_by_id($a["id_in_game"], $rm);                                 $gid $a["gamer_id"];                 $mmsg $mmsg."$grole $gname РїРѕРєРёРґР°РµС‚ РёРіСЂСѓ (превышено РІСЂРµРјСЏ РѕР¶РёРґР°РЅРёСЏ РѕС‚вета)! ";                         //Вычитаем РѕС‡РєРё:                    mysql_query("update mafusers set creditsingame = creditsingame - 100 WHERE id = '".$gid."'");                 $r mysql_query("select creditsingame from mafusers WHERE id = '".$gid."'");                 $a mysql_fetch_array($r);                 $cring $a["creditsingame"];                      //Записываем РґР»СЏ РґР°Р»СЊРЅРµР№С€РµРіРѕ РІС‹РІРѕРґР°, РєС‚Рѕ СЃРєРѕР»СЊРєРѕ РѕС‡РєРѕРІ РЅР°Р±СЂР°Р»                 mysql_query("insert into $rscores set gamer_id = '".$gid."', score = '".$cring."'");                  mysql_query("delete from $ringame WHERE gamer_id = '".$gid."'");                  }           //mysql_query("UNLOCK TABLES");     $tm getmicrotime();     $today=date ("H:i:s");     $rnd rand(0,99999999);      mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid = '38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");     mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");              $vktr false//mysql_query("LOCK TABLES mafusers, mafaction, ingame, scores WRITE, maf READ"); $r mysql_query("select count(*) as sm from $ringame"); $a mysql_fetch_array($r); $sm $a["sm"];  //РІ $sm - С‡РёСЃР»Рѕ РёРіСЂРѕРєРѕРІ mysql_query ("select * from $ringame WHERE role = 'главарь РјР°С„РёРё'");     if (mysql_affected_rows()==0&&$sm!=0)         { //РЈР±РёС‚ РіР»Р°РІРЅС‹Р№ РјР°С„, Рё РµС‰Рµ РµСЃС‚СЊ РёРіСЂРѕРєРё         $r mysql_query ("select * from $ringame WHERE role = 'мафиози'");             if (mysql_affected_rows()==0)                 { //Мафов Р±РѕР»СЊС€Рµ РЅРµС‚, РїРѕР±РµРґР° РјРёСЂРЅС‹С… Р¶РёС‚елей                   $vktr true;                 //mysql_query ("LOCK TABLES mafaction WRITE, maf, $ringame, mafusers READ");                 mysql_query ("update $rmafaction set action = 'nogame'");                  //mysql_query ("UNLOCK TABLES");                      //Мирным РЅР°С‡РёСЃР»СЏРµРј РѕС‡РєРё                 $r mysql_query("select role, gamer_id from $ringame");                     while (($a mysql_fetch_array($r))!==false)                         {                         $role $a["role"];                         $gamer_id $a["gamer_id"];                             if ($role == "обыватель"mysql_query("update mafusers set creditsingame = creditsingame + 100 WHERE id = '".$gamer_id."'");                                  else mysql_query("update mafusers set creditsingame = creditsingame + 50 WHERE id = '".$gamer_id."'");                         } //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 100 WHERE (ingame.role = 'обыватель')and(mafusers.id = ingame.gamer_id)"); //выжившим обывателям +100 //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 50 WHERE (ingame.role != 'обыватель')and(mafusers.id = ingame.gamer_id)"); //выжившим другим +50 $mmsg "Р�РіСЂР° РѕРєРѕРЅС‡РµРЅР°, РїРѕР±РµРґР° РјРёСЂРЅС‹С… Р¶РёС‚елей! Рђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие: "$r mysql_query("Select * from $ringame");     while (($a mysql_fetch_array($r))!==false)         {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё         $gnick get_name_by_id($a["id_in_game"], $rm);         $grole get_role_by_id($a["id_in_game"], $rm);         $mmsg $mmsg."<b>$gnick</b> - $grole, ";         }                  $mmsg substr($mmsg,0,strlen($mmsg)-2);                   mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE mafusers.id = $ringame.gamer_id");                 mysql_query ("delete from $ringame");                 //mysql_query("UNLOCK TABLES");                 $tm getmicrotime();                 $today=date ("H:i:s");                 $rnd rand(0,99999999);                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                             mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                  $mmsg "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ: ";                  $mmes scores($rm);                  $mmsg $mmsg.$mmes;                  $tm getmicrotime();                 $today=date ("H:i:s");                 $rnd rand(0,99999999);                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                             mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                 }                     else                         { //Назначение РЅРѕРІРѕРіРѕ РіР»Р°РІР°СЂСЏ РјР°С„РёРё                         $a mysql_fetch_array($r);                           $id_in_game $a["id_in_game"];                         $gamer_id $a["gamer_id"];                         mysql_query ("update $ringame set role = 'главарь РјР°С„РёРё' WHERE id_in_game = '".$id_in_game."'");                         $mmsg "Теперь РІС‹ РіР»Р°РІР°СЂСЊ РјР°С„РёРё!";                          //mysql_query("UNLOCK TABLES");                         $tm getmicrotime();                         $today=date ("H:i:s");                         $rnd rand(0,99999999);                          mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$gamer_id."', gamemes='1'");                                     mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                         }         }  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Проверка, РїРѕР±РµРґРёР»Рё Р»Рё РњР°С„С‹ РёР»Рё РЅРёС‡СЊСЏ     if ($vktr!==true)         {         $r mysql_query ("select count(*) as sm from $ringame");         $a mysql_fetch_array($r);              if ($a["sm"]==2)                 {                 mysql_query("select * from $ringame WHERE (role = 'главарь РјР°С„РёРё')or(role = 'мафиози')");                      if (mysql_affected_rows()==2$vk "maf";                         if (mysql_affected_rows()==1)                             { //1 РјР°С„                             mysql_query("select * from $ringame WHERE (role = 'доктор')or(role = 'комиссар РєР°С‚ани')or(role = 'путана')or(role = 'маньяк')");                                if (mysql_affected_rows() != 0$vk "ni4"; else $vk "maf";                             }                     }                     if ($a["sm"]==1)                         {                         mysql_query ("select * from $ringame WHERE (role = 'главарь РјР°С„РёРё')or(role = 'мафиози')");                             if (mysql_affected_rows() != 0$vk "maf";                         }                             if ($a["sm"]==0$vk "ni4";                                 mysql_query("select * from $ringame");                                 $nm round(mysql_affected_rows()/2-0.5); //Большинство                                 $r mysql_query("Select count(*) as sm from $ringame WHERE (role='мафиози')or(role='главарь РјР°С„РёРё')");                                 $a mysql_fetch_array($r);                                 $sm $a["sm"];                                     if ($sm>$nm$vk "maf"; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if (isset($vk))     {  //Р�РіСЂР° РѕРєРѕРЅС‡РµРЅР°     $vktr true;         if ($vk == "ni4")             { //Ничья             $vktr true;             //mysql_query ("LOCK TABLES mafaction WRITE, maf, ingame, mafusers READ");             mysql_query ("update $rmafaction set action = 'nogame'");             //mysql_query ("UNLOCK TABLES");              //Начисляем РѕС‡РєРё РІС‹Р¶РёРІС€РёРј             $r mysql_query("select gamer_id from $ringame");                 while (($a mysql_fetch_array($r))!==false)                     {                     $gamer_id $a["gamer_id"];                     mysql_query("update mafusers set creditsingame = creditsingame + 25 WHERE id = '".$gamer_id."'");                      }                     //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 25 WHERE mafusers.id = ingame.gamer_id"); //выжившим +25                     $mmsg "Силы РњР°С„РёРё Рё РјРёСЂРЅС‹С… Р¶РёС‚елей СЂР°РІРЅС‹, РЅРёС‡СЊСЏ! Рђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие: ";                      $r mysql_query("Select * from $ringame"); ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////                 while (($a mysql_fetch_array($r))!==false)                     {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                     $gnick get_name_by_id($a["id_in_game"], $rm);                     $grole get_role_by_id($a["id_in_game"], $rm);                     $mmsg $mmsg."<b>$gnick</b> - $grole, ";                     }              $mmsg substr($mmsg,0,strlen($mmsg)-2);               mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE mafusers.id = $ringame.gamer_id");             mysql_query ("delete from $ringame");             //mysql_query("UNLOCK TABLES");             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");               mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");              $mmsg "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ: ";              $mmes scores($rm);              $mmsg $mmsg.$mmes;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                         mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");             } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if ($vk == "maf")     {      //mysql_query ("LOCK TABLES mafaction WRITE, maf, ingame, mafusers READ");     $vktr true;     mysql_query ("update $rmafaction set action = 'nogame'");      //mysql_query ("UNLOCK TABLES");      //Начисляем РѕС‡РєРё РјР°С„ам      $r mysql_query("select role, gamer_id from $ringame");         while (($a mysql_fetch_array($r))!==false)             {             $role $a["role"];             $gamer_id $a["gamer_id"];                 if ($role == "мафиози"||$role == "главарь РјР°С„РёРё"mysql_query("update mafusers set creditsingame = creditsingame + 50 WHERE id = '".$gamer_id."'");              }             //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 50 WHERE (mafusers.id = ingame.gamer_id)and((ingame.role='мафиози')or(ingame.role='главарь РјР°С„РёРё'))"); //Мафам +25             $mmsg "Всем С…ана, РїРѕР±РµРґР° РњР°С„РѕРІ! Рђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие: ";              $r mysql_query("Select * from $ringame"); ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////             while (($a mysql_fetch_array($r))!==false)                 {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                 $gnick get_name_by_id($a["id_in_game"], $rm);                 $grole get_role_by_id($a["id_in_game"], $rm);                 $mmsg $mmsg."<b>$gnick</b> - $grole, ";                 }      $mmsg substr($mmsg,0,strlen($mmsg)-2);     mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE mafusers.id = $ringame.gamer_id");     mysql_query ("delete from $ringame");     //mysql_query("UNLOCK TABLES");     $tm getmicrotime();     $today=date ("H:i:s");     $rnd rand(0,99999999);      mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");     mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");         $mmsg "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ: ";      $mmes scores($rm);      $mmsg $mmsg.$mmes;     $tm getmicrotime();     $today=date ("H:i:s");     $rnd rand(0,99999999);      mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                 mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");     }     }          }         //Конец if($vktr!==true)         //Конец РїСЂРѕРІРµСЂРєРё             //mysql_query("UNLOCK TABLES");         }         //Конец РїСЂРѕРІРµСЂРєРё         $tm time();         mysql_query ("update mafusers set onl = '".$tm."' WHERE id = '".$id."'");              if ($gmes == 1mysql_query ("update $ringame set onl = '".$tm."' WHERE gamer_id = '".$id."'");                 //mysql_query ("LOCK TABLES mafaction WRITE, maf, $ringame, mafusers READ");                 $r mysql_query ("select * from $rmafaction");                 $a mysql_fetch_array($r);                 $action $a["action"];                          $nexttime $a["nexttime"];  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if (($action == "game_night"&&$tm>$nexttime)||($action == "dvote"&&$tm>$nexttime))     { //Начинается РЅРѕС‡СЊ       $tm time()+120;     mysql_query ("update $rmafaction set action = 'game_day', nexttime = '".$tm."', kiked = '0', cround = cround + 1");      //mysql_query ("UNLOCK TABLES");     $kiked $a["kiked"];         if ($kiked==1)              $mmsg "Наступает РЅРѕС‡СЊ, РІСЃРµ Р¶РёС‚ели Р·Р°СЃС‹РїР°СЋС‚, РєСЂРѕРјРµ РЅРµРєРѕС‚орых...";                  else                      $mmsg "Жители, РїСЂРѕРіР°Р»РґРµРІ С†РµР»С‹Р№ РґРµРЅСЊ, С‚ак РЅРёС‡РµРіРѕ Рё РЅРµ СЂРµС€РёР»Рё. РќР°СЃС‚упает РЅРѕС‡СЊ...";             //Скидываем РіРѕР»РѕСЃРѕРІР°РЅРёСЏ              mysql_query("update $ringame set dvote = '0', wholin = '0'");             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid = '38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");              mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                        //Проверяем, РјРѕР¶РµС‚ Р»Рё Р¶РµРЅР° РєРѕРјРёСЃСЃР°СЂР° СѓР±РёС‚СЊ             mysql_query("select gamer_id from $ringame WHERE role = 'комиссар РєР°С‚ани'");                 if(mysql_affected_rows()==0)                     { //Комиссара РЅРµС‚                       $r mysql_query("select state from $ringame WHERE role = 'жена РєРѕРјРёСЃСЃР°СЂР°'");                               if (mysql_affected_rows()!=0)                             { //Жена Р¶РёРІР°                             $a mysql_fetch_array($r);                                 if ($a["state"]==0mysql_query ("update $ringame set state = '1' WHERE role = 'жена РєРѕРјРёСЃСЃР°СЂР°'");                             }                     }                 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Мафия:  mysql_query("update $ringame set gamer_act = ''"); //Сообщаем СЃРѕРѕР±С‰РЅРёРєРѕРІ РґР»СЏ РјР°С„РёРё $r mysql_query("select * from $ringame WHERE role = 'мафиози'");     if (mysql_affected_rows()!=0)         {             while (($a mysql_fetch_array($r))!==false)                 {                 $thg $a["gamer_id"];                 $re mysql_query("select * from $ringame WHERE ((role = 'мафиози')or(role = 'главарь РјР°С„РёРё'))and(gamer_id != '".$thg."')");                 $so "";                     while (($b mysql_fetch_array($re))!==false)                         {                         $sname get_name_by_id($b["id_in_game"], $rm);                             if (get_role_by_id($b["id_in_game"], $rm)!="главарь РјР°С„РёРё"$so $so."$sname, ";                                  else $so $so."$sname(главарь), ";                         }                                 $so substr($so,0,strlen($so)-2);                 $mmsg "Сообщники: $so";                 $tm getmicrotime();                 $today=date ("H:i:s");                 $rnd rand(0,99999999);                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$thg."', gamemes='1'");                   mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                   }                   }     $r mysql_query("select * from $ringame WHERE role = 'главарь РјР°С„РёРё'");     $a mysql_fetch_array($r);     $glmaf_id $a["gamer_id"];                  $mmsg "Выбирайте, РєРѕРјСѓ СЃРµРіРѕРґРЅСЏ РЅРµ РїРѕР·РґРѕСЂРѕРІРёС‚СЃСЏ(!номер, РІ РїСЂРёРІР°С‚ РњР°С„Сѓ): ";     $r mysql_query("select * from $ringame");     $kol mysql_affected_rows();         for ($i=1;$i<=$kol;$i++)             {             $a mysql_fetch_array($r);             $gamer_id $a["gamer_id"];             $r2 mysql_query ("select * from mafusers where id = '".$gamer_id."'");             $b mysql_fetch_array($r2);             $gname $b["user"];             $id_in_game $a["id_in_game"];             $s $s."$id_in_game - $gname, ";              }           $mmsg $mmsg.$s;     $mmsg substr($mmsg,0,strlen($mmsg)-2); ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////         //Кто РµС‰Рµ РјР°С„С‹:     $r mysql_query ("select * from $ringame WHERE role = 'мафиози'");          if (mysql_affected_rows()!=0)             {             $sg "";                 while (($a mysql_fetch_array($r))!==false)                     {                     $sname get_name_by_id($a["id_in_game"], $rm);                     $sg $sg."$sname, ";                     }             $sg substr($sg,0,strlen($sg)-2);             $mmsg $mmsg."<br/>"."(ваши СЃРѕРѕР±С‰РЅРёРєРё: $sg)";             }     $tm getmicrotime();     $today=date ("H:i:s");     $rnd rand(0,99999999);      mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid = '38601', message='".$mmsg."', id='".$tm."', towhom='".$glmaf_id."', gamemes='1'");      mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");            ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////             //Комиссар     $r mysql_query("select * from $ringame WHERE role = 'комиссар РєР°С‚ани'");          if (mysql_affected_rows()!=0)             {             $a mysql_fetch_array($r);             $kom_id $a["gamer_id"];             $mmsg "Выбирайте, РєРѕРіРѕ РїСЂРѕРІРµСЂРёС‚СЊ (!номер, РІ РїСЂРёРІР°С‚ РњР°С„Сѓ) РёР»Рё СѓР±РёС‚СЊ (!!номер): ".$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$kom_id."', gamemes='1'");              mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                        } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Маньяк       $r mysql_query("select * from $ringame WHERE role = 'маньяк'");          if (mysql_affected_rows()!=0)             {             $a mysql_fetch_array($r);             $man_id $a["gamer_id"];             $mmsg "Кто Р¶Рµ Р±СѓРґРµС‚ Р¶РµСЂС‚РІРѕР№ РјР°РЅСЊСЏРєР°? (!номер, РІ РїСЂРёРІР°С‚ РњР°С„Сѓ): ".$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid = '38601', message='".$mmsg."', id='".$tm."', towhom='".$man_id."', gamemes='1'");              mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                        } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Путана      $r mysql_query("select * from $ringame WHERE role = 'путана'");           if (mysql_affected_rows()!=0)             {             $a mysql_fetch_array($r);             $put_id $a["gamer_id"];             $mmsg "Рљ РєРѕРјСѓ Р¶Рµ С€Р»СЋС…Р° РЅР°РїСЂР°РІРёС‚СЃСЏ СЃРµРіРѕРґРЅСЏ? (!номер, РІ РїСЂРёРІР°С‚ РњР°С„Сѓ): ".$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$put_id."', gamemes='1'");                mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                      } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Бомж       $r mysql_query("select * from $ringame WHERE role = 'Р±РѕРјР¶'");          if (mysql_affected_rows()!=0)             {             $a mysql_fetch_array($r);             $bomj_id $a["gamer_id"];             $mmsg "РЈ РєРѕРіРѕ СЂРѕРµРјСЃСЏ РІ РєР°СЂРјР°РЅР°С…? (!номер, РІ РїСЂРёРІР°С‚ РњР°С„Сѓ): ".$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$bomj_id."', gamemes='1'");                 mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                        } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Доктор     $r mysql_query("select * from $ringame WHERE role = 'доктор'");         if (mysql_affected_rows()!=0)             {              $a mysql_fetch_array($r);             $dok_id $a["gamer_id"];             $mmsg "РљРѕРіРѕ Р»РµС‡РёРј? (!номер, РІ РїСЂРёРІР°С‚ РњР°С„Сѓ): ".$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$dok_id."', gamemes='1'");                       mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");               }       /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Клоун     $r mysql_query("select * from $ringame WHERE role = 'клоун'");      $a mysql_fetch_array($r);     $state $a["state"];         if (mysql_affected_rows()!=0&&$state==0)             {              $kloun_id $a["gamer_id"];             $mmsg "Выберите, С‡СЊРё СЂРѕР»Рё РїРѕРјРµРЅСЏС‚СЊ РјРµСЃС‚ами(''!номер !номер'', С‡РµСЂРµР· РїСЂРѕР±РµР», РІ РїСЂРёРІР°С‚ РњР°С„Сѓ): ".$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$kloun_id."', gamemes='1'");                       mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");               }    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Жена РєРѕРјРёСЃСЃР°СЂР°     $r mysql_query("select * from $ringame WHERE role = 'жена РєРѕРјРёСЃСЃР°СЂР°'");      $a mysql_fetch_array($r);     $state $a["state"];         if (mysql_affected_rows()!=0&&$state==1)             {              $jena_id $a["gamer_id"];             $mmsg "РќР° РєРѕРіРѕ РІС‹РїСѓСЃС‚РёРј РЅР°С€Сѓ РјРµСЃС‚СЊ? (!номер, РІ РїСЂРёРІР°С‚ РњР°С„Сѓ): ".$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$jena_id."', gamemes='1'");                       mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");               }       /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Конец     /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if (($action=="game_day"&&$tm>$nexttime)||$action == "allvoted")     {  //Наступает РґРµРЅСЊ...      $tm time()+180;     mysql_query ("update $rmafaction set action = 'game_night', nexttime = '".$tm."'");      //mysql_query ("UNLOCK TABLES");     $kom_kil 0;     $maf_kil 0;     $man_kil 0;       $jena_kil 0;     $mmsg "Р’РѕС‚ Рё РґРµРЅСЊ РЅР°СЃС‚СѓРїРёР». РќРѕ РІСЃРµ Р»Рё РґРѕР¶РёР»Рё РґРѕ РЅРµРіРѕ?";     $r mysql_query("select * from $ringame WHERE role = 'путана'");     $a mysql_fetch_array($r);     $put_act 0;     $put_act $a["gamer_act"];     $put_id $a["gamer_id"];      $r mysql_query("select * from $ringame WHERE role = 'горец'");     $a mysql_fetch_array($r);     $gor_id_in_game $a["id_in_game"];         if ($put_act != 0mysql_query("update mafusers set creditsingame = creditsingame + 5 WHERE id = '".$put_id."'"); //Путана, если действует, получает +5 очков             $r mysql_query("select * from $ringame WHERE role = 'доктор'");             $a mysql_fetch_array($r);             $doknotact false;             $dok_act 0;                 if ($put_act != $a["id_in_game"]) $dok_act $a["gamer_act"]; //Доктор Р»РµС‡РёС‚, РµСЃР»Рё РµРіРѕ РЅРµ РѕС‚влекала С€Р»СЋС…Р° ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////                 //Действия РєРѕРјРёСЃСЃР°СЂР°     $r mysql_query("select * from $ringame WHERE role = 'комиссар РєР°С‚ани'");         if (mysql_affected_rows()!=0)             {  //РћРЅ РІ РёРіСЂРµ             $a mysql_fetch_array($r);             $kom_id $a["gamer_id"];                 if ($a["gamer_act"]!="")                     { //РћРЅ РІС‹Р±СЂР°Р» Р¶РµСЂС‚РІСѓ                     $wh get_name_by_id($a["gamer_act"], $rm);                         if ($put_act==$a["id_in_game"]) $mmsg $mmsg." Р�нспектор РєР°С‚ани РІСЃСЋ РЅРѕС‡СЊ Р±С‹Р» Р·Р°РЅСЏС‚ С€Р»СЋС…РѕР№, Рё РЅРµ СѓСЃРїРµР» РѕС‚ловить Р±Р°РЅРґРёС‚РѕРІ.";                              else if (strpos($a["gamer_act"],"!")===false)                                 {                                 mysql_query("update mafusers set creditsingame = creditsingame + 5 WHERE id = '".$kom_id."'"); //Получает +5 РѕС‡РєРѕРІ Р·Р° РїСЂРѕРІРµСЂРєСѓ                                 $mmsg $mmsg." Р�нспектор РєР°С‚ани РІСЂРµРјРµРЅРё Р·СЂСЏ РЅРµ С‚ерял. РџСЂРѕРІРµРґСЏ С‚щательное СЂР°СЃСЃР»РµРґРѕРІР°РЅРёРµ, РѕРЅ РЅР°РєРѕРЅРµС†-то РІС‹СЏСЃРЅРёР», РєС‚Рѕ С‚акой $wh!";                                     if (get_role_by_id($a["gamer_act"], $rm)=="мафиози"||get_role_by_id($a["gamer_act"], $rm)=="главарь РјР°С„РёРё")$tokom "$wh - РјР°С„РёРѕР·Рё";                                          else                                              $tokom "$wh - РјРёСЂРЅС‹Р№ Р¶РёС‚ель";                                               $tm getmicrotime();                                             $today=date ("H:i:s");                                             $rnd rand(0,99999999);                                              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$tokom."', id='".$tm."', towhom='".$kom_id."', gamemes='1'");                                                           mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                                 }                                     else  //Убийство                                         {                                                $a["gamer_act"] = str_replace("!","",$a["gamer_act"]);                                         $wh get_name_by_id($a["gamer_act"], $rm);                                         $kto role_to_rpadej(get_role_by_id($a["gamer_act"], $rm));                                               if ($gor_id_in_game!=$a["gamer_act"])                                                 {      //Если РЅРµ РіРѕСЂРµС†                                                     if ($a["gamer_act"] != $dok_act)                                                         { //Доктор РЅРµ С‚РѕРіРѕ РІС‹Р±СЂР°Р»                                                             if (get_role_by_id($a["gamer_act"], $rm)=="мафиози"||get_role_by_id($a["gamer_act"], $rm)=="главарь РјР°С„РёРё")                                                                  {                                                                 $mmsg $mmsg." РџСЂРѕРІРµРґСЏ СЃР»РѕР¶РЅРµР№С€СѓСЋ РѕРїРµСЂР°С†РёСЋ, РёРЅСЃРїРµРєС‚РѕСЂ РєР°С‚ани РЅР°РєРѕРЅРµС†-то РІС‹С‡РёСЃР»РёР» Рё СѓР±РёР» $kto $wh!!!"mysql_query("update mafusers set creditsingame = creditsingame + 20 WHERE id = '".$kom_id."'");                                                                 }//Казнил мафа, +20 очков                                                                     else                                                                          {                                                                         $mmsg $mmsg." Р�нспектор РєР°С‚ани С‚ак СЃРїСЏС‚РёР», С‡С‚Рѕ РєР°Р·РЅРёР» РЅРё РІ С‡РµРј РЅРµ РїРѕРІРёРЅРЅРѕРіРѕ $kto $wh!"mysql_query("update mafusers set creditsingame = creditsingame - 20 WHERE id = '".$kom_id."'");}//Казнил мирного, -20 очков                                                                            $kom_kil $a["gamer_act"];                                                         }                                                             else                                                                  {   //Вылечил РґРѕРєС‚РѕСЂ                                                                 $mmsg $mmsg." РљРѕРјРёСЃСЃР°СЂ РєР°С‚ани РїРѕС‡С‚Рё СЂР°СЃСЃС‚релял $wh, РЅРѕ РґРѕР±СЂС‹Р№ РґРѕРєС‚РѕСЂ Р±СѓРєРІР°Р»СЊРЅРѕ РґРѕСЃС‚ал С‚РѕРіРѕ РёР· РіСЂРѕР±Р°.";                                                                  $doknotact true;                                                                 }                                                  }                                                     else                                                          {     //нарвался РЅР° РіРѕСЂС†Р°                                                         $mmsg $mmsg." РљРѕРјРёСЃСЃР°СЂ РєР°С‚ани СЂР°СЃСЃС‚релял РЅРѕС‡СЊСЋ РіРѕСЂС†Р°, Рё Р±С‹Р» РѕС‡РµРЅСЊ СѓРґРёРІР»РµРЅ, РєРѕРіРґР° С‚РѕС‚ РЅРµ СѓРјРµСЂ.";                                                         }                                         }                     }                         //else $mmsg = $mmsg." Р�нспектор РєР°С‚ани С‚ак РЅР°Р±СѓС…ался, С‡С‚Рѕ РїСЂРѕРІР°Р»СЏР»СЃСЏ РІСЃСЋ РЅРѕС‡СЊ РґРѕРјР°, С‚ак РЅРёС‡РµРіРѕ Рё РЅРµ РІС‹СЏСЃРЅРёРІ";                         //$tm = time();                         //$today=date ("H:i:s");                         //$rnd = rand(0,99999999);                          //mysql_query ("Insert into maf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom=''");                         }     /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Действия РјР°С„РёРё     $r mysql_query("select * from $ringame WHERE role = 'главарь РјР°С„РёРё'");     $a mysql_fetch_array($r);     $maf_id $a["gamer_id"];         if ($a["gamer_act"]!="")             {             $wh get_name_by_id($a["gamer_act"], $rm);             if ($put_act==$a["id_in_game"]) $mmsg $mmsg." РЁР»СЋС…Р° РЅР°РїСЂР°РІРёР»Р°СЃСЊ РІ Р»РѕРіРѕРІРѕ Рє РјР°С„РёРё Рё РІСЃСЋ РЅРѕС‡СЊ РїСЂРѕР±С‹Р»Р° СЃ РіР»Р°РІР°СЂРµРј РјР°С„РёРё, РѕС‚влекая РµРіРѕ РѕС‚ РґРµР».";                  else                      {                            if ($gor_id_in_game != $a["gamer_act"])                             { //Если РЅРµ РіРѕСЂРµС†                             mysql_query("update mafusers set creditsingame = creditsingame + 10 WHERE id = '".$maf_id."'"); //Мафия РІСЃРµРіРґР° РїРѕР»СѓС‡Р°РµС‚ Р·Р° Р»СЋР±РѕРµ СѓР±РёР№СЃС‚РІРѕ +10 РѕС‡РєРѕРІ                             $kto role_to_tpadej(get_role_by_id($a["gamer_act"], $rm));                                   if ($dok_act != $a["gamer_act"])                                     {                                     $mmsg $mmsg." РњР°С„РёСЏ СЃРµРіРѕРґРЅСЏ Р·РІРµСЂСЃРєРё СЂР°СЃРїСЂР°РІРёР»Р°СЃСЊ СЃ $kto $wh!";                                                  $maf_kil $a["gamer_act"];                                     }                                         else                                              { //Вылечил РґРѕРєС‚РѕСЂ                                                   $mmsg $mmsg." РњР°С„С‹ СѓР±РёР»Рё $wh, РЅРѕ РґРѕРєС‚РѕСЂ СЃРіРѕРЅСЏР» РЅР° РєР»Р°РґР±РёС‰Рµ Рё РїСЂРёС€РёР» РµРјСѓ РІСЃРµ РѕР±СЂР°С‚РЅРѕ";                                                       $doknotact true//РўРѕРіРґР° РґР°Р»СЊС€Рµ РЅРµ РїРёС€РµРј СЃРѕРѕР±С‰РµРЅРёРµ Рѕ С‚РѕРј, РєРѕРіРѕ Р»РµС‡РёР» РґРѕРєС‚РѕСЂ                                                   }                                             }else { //нарвались РЅР° РіРѕСЂС†Р°                                                   $mmsg $mmsg." РњР°С„РёСЏ РЅРѕС‡СЊСЋ РЅР°СЂРІР°Р»Р°СЃСЊ РЅР° РіРѕСЂС†Р°, РѕРЅ РµР№ С‚ак РЅР°РєРѕСЃС‚ылял, С‡С‚Рѕ РјР°С„С‹ РµР»Рµ РЅРѕРіРё СѓРЅРµСЃР»Рё.";                                                   }                     }                     } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Действия РјР°РЅСЊСЏРєР°        $r mysql_query("select * from $ringame WHERE role = 'маньяк'");         if (mysql_affected_rows()!=0)             {  //РѕРЅ РІ РёРіСЂРµ                $a mysql_fetch_array($r);             $man_id $a["gamer_id"];             $man_act $a["gamer_act"];                  if ($a["gamer_act"]!="")                     {                                         $wh get_name_by_id($a["gamer_act"], $rm);                         if ($put_act==$a["id_in_game"]) $mmsg $mmsg." РњР°РЅСЊСЏРє С‚ак С…отел РЅР°РјРѕС‚ать РєРёС€РєРё РЅР° СЂСѓРєСѓ РєРѕРјСѓ-РЅРёР±СѓРґСЊ СЌС‚РѕР№ РЅРѕС‡СЊСЋ, РЅРѕ РІСЃС‚ретил С€Р»СЋС…Сѓ Рё СЂРµС€РёР» РѕС‚ложить СЌС‚Рѕ РґРµР»Рѕ.";                              else                                  {                                         $kto get_role_by_id($a["gamer_act"], $rm);                                      if ($dok_act != $a["gamer_act"])                                         {                                           //Добавляем РѕС‡РєРё                                         mysql_query("select * from $ringame WHERE (id_in_game = '".$man_act."')and((role = 'мафиози')or(role = 'главарь РјР°С„РёРё'))");                                             if (mysql_affected_rows()!=0mysql_query("update mafusers set creditsingame = creditsingame + 20 WHERE id = '".$man_id."'"); //Маньяк РєР°Р·РЅРёР» РјР°С„Р°, +20 РѕС‡РєРѕРІ                                                 else mysql_query("update mafusers set creditsingame = creditsingame - 5 WHERE id = '".$man_id."'"); //Маньяк РєР°Р·РЅРёР» РјРёСЂРЅРѕРіРѕ, -5 РѕС‡РєРѕРІ                                         $mmsg $mmsg.$kto $wh Р±С‹Р» РЅР°РґРµРЅ СѓС‚СЂРѕРј РІ РјСѓСЃРѕСЂРЅРѕРј Р±Р°РєРµ СЃ С‚РѕРїРѕСЂРѕРј РІ Р¶РѕРїРµ. РџРѕС…оже, С‚СѓС‚ РЅРµ РѕР±РѕС€Р»РѕСЃСЊ Р±РµР· РјР°РЅСЊСЏРєР°...";                                         $man_kil $a["gamer_act"];                                         }                                             else                                                 { //Вылечил РґРѕРє                                                 $mmsg $mmsg." РњР°РЅСЊСЏРє РІСЃС‚авил С‚РѕРїРѕСЂ РІ Р¶РѕРїСѓ $wh, РЅРѕ РѕРїРµСЂР°С†РёСЏ Р±С‹Р»Р° СѓСЃРїРµС€РЅРѕР№, РґРѕРє РµРіРѕ РІС‹С‚ащил";                                                  $doknotact true;                                                 }                                 }                     }             }     /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Действия Р±РѕРјР¶Р°     $r mysql_query("select * from $ringame WHERE role = 'Р±РѕРјР¶'");         if (mysql_affected_rows()!=0)             {  //РћРЅ РІ РёРіСЂРµ               $a mysql_fetch_array($r);             $bomj_id $a["gamer_id"];                                                    if ($a["gamer_act"]!="")                     {                                         $wh get_name_by_id($a["gamer_act"], $rm);                         if ($put_act==$a["id_in_game"]) $mmsg $mmsg." РќР°С…альный Р±РѕРјР¶ РїРѕР№РјР°Р» С€Р»СЋС…Сѓ РЅР° СѓР»РёС†Рµ Рё Р·Р°С‚ащил Рє РїРѕРґРІР°Р». РўР°Рј РѕРЅРё Рё РїСЂРѕРІРµР»Рё РІСЃСЋ РЅРѕС‡СЊ.";                              else                                  {                                          mysql_query("update mafusers set creditsingame = creditsingame + 5 WHERE id = '".$bomj_id."'");  //Бомж РґРµР№СЃС‚вует, РµРјСѓ +5 РѕС‡РєРѕРІ                                 $mmsg $mmsg." Р‘РѕРјР¶ РЅРѕС‡СЊСЋ СЂС‹Р»СЃСЏ РІ РєР°СЂРјР°РЅР°С… Сѓ $wh!";                                 $kto get_role_by_id($a["gamer_act"], $rm);                                 $mmsgtob "$wh СЌС‚Рѕ $kto!";                                 $tm getmicrotime();                                 $today=date ("H:i:s");                                 $rnd rand(0,99999999);                                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsgtob."', id='".$tm."', towhom='".$bomj_id."', gamemes='1'");                                    mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                                 }                     }             }  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Действия Р¶РµРЅС‹ РєРѕРјРёСЃСЃР°СЂР°     $r mysql_query("select * from $ringame WHERE role = 'жена РєРѕРјРёСЃСЃР°СЂР°'");         if (mysql_affected_rows()!=0)             {             $a mysql_fetch_array($r);             $jena_id $a["gamer_id"];               $state $a["state"];                 if ($a["gamer_act"]!="")                     {                     $wh get_name_by_id($a["gamer_act"], $rm);                         if ($put_act==$a["id_in_game"]) $mmsg $mmsg." РЁР»СЋС…Р° СЃРµРіРѕРґРЅСЏ РЅР°РїСЂР°РІРёР»Р°СЃСЊ Рє Р¶РµРЅРµ РєРѕРјРёСЃСЃР°СЂР°. РљР°РјР°СЃСѓС‚СЂР° РѕС‚дыхает.";                              else                                  {                                        if ($gor_id_in_game != $a["gamer_act"])                                         { //Если РЅРµ РіРѕСЂРµС†                                         mysql_query("update mafusers set creditsingame = creditsingame + 50 WHERE id = '".$jena_id."'"); //Р—Р° РјС‰РµРЅРёРµ РїРѕР»СѓС‡Р°РµС‚ 50 РѕС‡РєРѕРІ                                         $kto role_to_rpadej(get_role_by_id($a["gamer_act"], $rm));                                               if ($dok_act != $a["gamer_act"])                                                 {                                                 $mmsg $mmsg." Р–ена РєРѕРјРёСЃСЃР°СЂР° РѕС‚равила РЅРѕС‡СЊСЋ $kto $wh, РѕС‚омстив Р·Р° СЃРјРµСЂС‚СЊ РјСѓР¶Р°.!";                                                              $jena_kil $a["gamer_act"];                                                 }                                                     else                                                          { //Вылечил РґРѕРєС‚РѕСЂ                                                         $mmsg $mmsg." Р–ена РєРѕРјРёСЃСЃР°СЂР° РїРѕС‡С‚Рё Р·Р°СЂРµР·Р°Р»Р° $wh, РЅРѕ РґРѕР±СЂС‹Р№ РґРѕРє Р·Р° РЅРµР±РѕР»СЊС€СѓСЋ РїР»Р°С‚Сѓ РІСЃРµ РІРѕСЃСЃС‚ановил.";                                                             $doknotact true//РўРѕРіРґР° РґР°Р»СЊС€Рµ РЅРµ РїРёС€РµРј СЃРѕРѕР±С‰РµРЅРёРµ Рѕ С‚РѕРј, РєРѕРіРѕ Р»РµС‡РёР» РґРѕРєС‚РѕСЂ                                                         }                                          }                                             else                                                  { //нарвались РЅР° РіРѕСЂС†Р°                                                 $mmsg $mmsg." Р–ена РєРѕРјРёСЃСЃР°СЂР° РїСЂРѕРґС‹СЂСЏРІРёР»Р° РЅРѕР¶РѕРј РіРѕСЂС†Р°, Р° РѕРЅ РґР°Р¶Рµ РЅРµ Р·Р°РјРµС‚РёР». РўРµРїРµСЂСЊ С…РѕРґРёС‚ СЃ РЅРѕР¶РѕРј РІ Р¶РѕРїРµ.";                                                 }                                 }                     }             }  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Действия РґРѕРєС‚РѕСЂР°     $r mysql_query("select * from $ringame WHERE role = 'доктор'");         if (mysql_affected_rows()!=0)             {  //РћРЅ РІ РёРіСЂРµ              $a mysql_fetch_array($r);             $dok_id $a["gamer_id"];                   if ($doknoact==truemysql_query("update mafusers set creditsingame = creditsingame + 20 WHERE id = '".$dok_id."'");  //Док СѓРіР°РґР°Р», РєРѕРіРѕ Р»РµС‡РёС‚СЊ, +20 РѕС‡РєРѕРІ                     else                          if ($put_act!=$a["id_in_game"]) mysql_query("update mafusers set creditsingame = creditsingame + 5 WHERE id = '".$dok_id."'");  //РќРµ СѓРіР°РґР°Р», +5 РѕС‡РєРѕРІ                                if ($a["gamer_act"]!=""&&$doknotact===false)                                 {                                  $wh get_name_by_id($a["gamer_act"], $rm);                                     if ($put_act==$a["id_in_game"]) $mmsg $mmsg." Р”октор С†РµР»СѓСЋ РЅРѕС‡СЊ РїСЂРѕРєСѓРІС‹СЂРєР°Р»СЃСЏ СЃ РїСѓС‚аной, С‚ак РЅРёРєРѕРіРѕ Рё РЅРµ РІС‹Р»РµС‡РёРІ";                                         else                                             {                                                 if ($a["gamer_id"]==$a["gamer_act"]) $mmsg $mmsg." РќР°С€ РґРѕРєС‚РѕСЂ СЌРіРѕРёСЃС‚ично Р»РµС‡РёР» СЃР°Рј СЃРµР±СЏ.";                                                     else $mmsg $mmsg." Р”октор РЅР°РєР°С‡Р°Р» Р»РµРєР°СЂСЃС‚вами $wh";                                             }                                 }                                     //else $mmsg = $mmsg."";             } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Действия РєР»РѕСѓРЅР°     $r mysql_query("select * from $ringame WHERE role = 'клоун'");         if (mysql_affected_rows()!=0)             {  //РћРЅ РІ РёРіСЂРµ               $a mysql_fetch_array($r);             $state $a["state"];             $kloun_id $a["gamer_id"];                    if ($a["gamer_act"]!="")                     { //Если РѕРЅ РµС‰Рµ РЅРµ РІС‹Р±РёСЂР°Р», Рё РІС‹Р±СЂР°Р» РєРѕРіРѕ-то РІ СЌС‚Сѓ РЅРѕС‡СЊ                         list($g1,$g2) = explode (" ",$a["gamer_act"]); //РєРѕРіРѕ РјРµРЅСЏРµРј                         mysql_query("select gamer_id from $ringame WHERE (id_in_game = '".$g1."')or(id_in_game = '".$g2."')");                             if (mysql_affected_rows()==2)                                 { //Если РѕР±Р° РёРіСЂРѕРєР° РµС‰Рµ РІ РёРіСЂРµ                                  //mysql_query("update $ringame set state = '1' WHERE gamer_id = '".$kloun_id."'");                                 $r mysql_query("select gamer_id, role, state from $ringame WHERE id_in_game = '".$g1."'");                                 $b mysql_fetch_array($r);                                 $gid1 $b["gamer_id"];                                 $role1 $b["role"];                                  $state1 $b["state"];                                 $r mysql_query("select gamer_id, role, state from $ringame WHERE id_in_game = '".$g2."'");                                 $b mysql_fetch_array($r);                                 $gid2 $b["gamer_id"];                                 $role2 $b["role"];                                  $state2 $b["state"];                                 $mmsg1 "Ваша РЅРѕРІР°СЏ СЂРѕР»СЊ: $role2!";                                  $mmsg2 "Ваша РЅРѕРІР°СЏ СЂРѕР»СЊ: $role1!";                                 $tm getmicrotime();                                 $today=date ("H:i:s");                                 $rnd rand(0,99999999);                                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg1."', id='".$tm."', towhom='".$gid1."', gamemes='1'");                                     mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                                   $tm getmicrotime();                                 $today=date ("H:i:s");                                 $rnd rand(0,99999999);                                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg2."', id='".$tm."', towhom='".$gid2."', gamemes='1'");                                     mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                                         mysql_query("update $ringame set role = '".$role2."', state = '".$state2."' WHERE id_in_game = '".$g1."'");                                  mysql_query("update $ringame set role = '".$role1."', state = '".$state1."' WHERE id_in_game = '".$g2."'");//Меняем СЂРѕР»Рё РјРµСЃС‚ами                                 $mmsg $mmsg." Р–ители! Р’ РіРѕСЂРѕРґРµ Р·Р°РІРµР»СЃСЏ РєР»РѕСѓРЅ, Рё СЌС‚РѕР№ РЅРѕС‡СЊСЋ РѕРЅ РїРѕРјРµРЅСЏР» СЂРѕР»Рё РґРІСѓС… РёРіСЂРѕРєРѕРІ!!!";                                  $r mysql_query("select cround from $rmafaction");                                 $a mysql_fetch_array($r);                                 $sc $a["cround"]*30;                                   mysql_query("update mafusers set creditsingame = creditsingame + '".$sc."' WHERE id = '".$kloun_id."'"); //+(30*раунд) РѕС‡РєРѕРІ РєР»РѕСѓРЅСѓ                                     mysql_query("update $ringame set state = '1' WHERE role = 'клоун'");                                 }                     }              }       ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Вывод     $tm getmicrotime();     $today=date ("H:i:s");     $rnd rand(0,99999999);      mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");         mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");         ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Удаление, РєРѕРіРѕ СѓР±РёР»Рё     mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE ((id_in_game = '".$kom_kil."')or(id_in_game = '".$maf_kil."')or(id_in_game = '".$man_kil."')or(id_in_game = '".$jena_kil."'))and(mafusers.id = $ringame.gamer_id)");     mysql_query ("delete from $ringame WHERE (id_in_game = '".$kom_kil."')or(id_in_game = '".$maf_kil."')or(id_in_game = '".$man_kil."')or(id_in_game='".$jena_kil."')");     $vktr false;     //mysql_query("LOCK TABLES mafusers, ingame, scores WRITE, maf READ");     $r mysql_query("select count(*) as sm from $ringame");     $a mysql_fetch_array($r);     $sm $a["sm"];   //РІ $sm - С‡РёСЃР»Рѕ РёРіСЂРѕРєРѕРІ  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Запись, СЃРєРѕР»СЊРєРѕ РЅР°СЂРѕРґСѓ РѕСЃС‚алось     $r mysql_query("select current,prev,prevprev from $rmafaction");     $a mysql_fetch_array($r);     $current $a["current"];     $prev $a["prev"];     //$prevprev = $a["prevprev"];     $prevprev $prev;     $prev $current;     $current $sm;     mysql_query("update $rmafaction set prevprev = '".$prevprev."', prev = '".$prev."', current = '".$current."'");           if ($current == $prevprev)             { //Если 2 СЂР°СѓРЅРґР° РЅРёРєРѕРіРѕ РЅРµ СѓР±РёР»Рё              //mysql_query ("LOCK TABLES mafaction,ingame, mafusers WRITE, maf READ");             mysql_query ("update $rmafaction set action = 'nogame'");             $vktr true;               $mmsg "Два СЂР°СѓРЅРґР° Р¶РёС‚ели С‚РѕСЂРјРѕР·СЏС‚, Рё РЅРёРєС‚Рѕ РЅРµ СѓРјРёСЂР°РµС‚. РџРѕСЌС‚РѕРјСѓ РѕР±СЉСЏРІР»СЏРµС‚СЃСЏ РЅРёС‡СЊСЏ! Рђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие: ";              //Начисляем РѕС‡РєРё РІС‹Р¶РёРІС€РёРј              $r mysql_query("select gamer_id from $ringame");                 while (($a mysql_fetch_array($r))!==false)                     {                     $gamer_id $a["gamer_id"];                     mysql_query("update mafusers set creditsingame = creditsingame + 25 WHERE id = '".$gamer_id."'");                      }             //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 25 WHERE mafusers.id = ingame.gamer_id"); //выжившим +25             $r mysql_query("Select * from $ringame");                 while (($a mysql_fetch_array($r))!==false)                     {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                     $gnick get_name_by_id($a["id_in_game"], $rm);                     $grole get_role_by_id($a["id_in_game"], $rm);                     $mmsg $mmsg."<b>$gnick</b> - $grole, ";                     }              $mmsg substr($mmsg,0,strlen($mmsg)-2);              //mysql_query("UNLOCK TABLES");             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");              mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");              mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE mafusers.id = $ringame.gamer_id");             mysql_query("delete from $ringame");               $mmsg "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ: ";              $mmes scores($rm);              $mmsg $mmsg.$mmes;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                         mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");              //mysql_query ("UNLOCK TABLES");             }     mysql_query ("select * from $ringame WHERE role = 'главарь РјР°С„РёРё'");         if (mysql_affected_rows()==0&&$sm!=0&&$vktr!==true)             { //РЈР±РёС‚ РіР»Р°РІРЅС‹Р№ РјР°С„, Рё РµС‰Рµ РµСЃС‚СЊ РёРіСЂРѕРєРё             $r mysql_query ("select * from $ringame WHERE role = 'мафиози'");                 if (mysql_affected_rows()==0)                     { //Мафов Р±РѕР»СЊС€Рµ РЅРµС‚, РїРѕР±РµРґР° РјРёСЂРЅС‹С… Р¶РёС‚елей                         $vktr true;                     //mysql_query ("LOCK TABLES mafaction WRITE, maf, ingame, mafusers READ");                     mysql_query ("update $rmafaction set action = 'nogame'");                      //mysql_query ("UNLOCK TABLES");                       //Мирным РЅР°С‡РёСЃР»СЏРµРј РѕС‡РєРё                       $r mysql_query("select role, gamer_id from $ringame");                         while (($a mysql_fetch_array($r))!==false)                             {                             $role $a["role"];                             $gamer_id $a["gamer_id"];                                 if ($role == "обыватель"mysql_query("update mafusers set creditsingame = creditsingame + 100 WHERE id = '".$gamer_id."'");                                      else mysql_query("update mafusers set creditsingame = creditsingame + 50 WHERE id = '".$gamer_id."'");                             }                     //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 100 WHERE (ingame.role = 'обыватель')and(mafusers.id = ingame.gamer_id)"); //выжившим РѕР±С‹РІР°С‚елям +100                     //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 50 WHERE (ingame.role != 'обыватель')and(mafusers.id = ingame.gamer_id)"); //выжившим РґСЂСѓРіРёРј +50                     $mmsg "Р�РіСЂР° РѕРєРѕРЅС‡РµРЅР°, РїРѕР±РµРґР° РјРёСЂРЅС‹С… Р¶РёС‚елей! Рђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие: ";                      $r mysql_query("Select * from $ringame");                         while (($a mysql_fetch_array($r))!==false)                             {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                             $gnick get_name_by_id($a["id_in_game"], $rm);                             $grole get_role_by_id($a["id_in_game"], $rm);                             $mmsg $mmsg."<b>$gnick</b> - $grole, ";                             }                      $mmsg substr($mmsg,0,strlen($mmsg)-2);                       mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE mafusers.id = $ringame.gamer_id");                     mysql_query ("delete from $ringame");                      //mysql_query ("UNLOCK TABLES");                     $tm getmicrotime();                     $today=date ("H:i:s");                     $rnd rand(0,99999999);                      mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                      mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                      $mmsg "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ: ";                      $mmes scores($rm);                      $mmsg $mmsg.$mmes;                     $tm getmicrotime();                     $today=date ("H:i:s");                     $rnd rand(0,99999999);                      mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                                 mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                     }                         else                             { //Назначение РЅРѕРІРѕРіРѕ РіР»Р°РІР°СЂСЏ РјР°С„РёРё                             $a mysql_fetch_array($r);                               $id_in_game $a["id_in_game"];                             $gamer_id $a["gamer_id"];                             mysql_query ("update $ringame set role = 'главарь РјР°С„РёРё' WHERE id_in_game = '".$id_in_game."'");                             $mmsg "Теперь РІС‹ РіР»Р°РІР°СЂСЊ РјР°С„РёРё!";                              //mysql_query ("UNLOCK TABLES");                             $tm getmicrotime();                             $today=date ("H:i:s");                             $rnd rand(0,99999999);                              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='".$gamer_id."', gamemes='1'");                                  mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                             }                         }  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Проверка, РїРѕР±РµРґРёР»Рё Р»Рё РњР°С„С‹ РёР»Рё РЅРёС‡СЊСЏ     if ($vktr!==true)         {         $r mysql_query ("select count(*) as sm from $ringame");         $a mysql_fetch_array($r);              if ($a["sm"]==2)                 {                 mysql_query("select * from $ringame WHERE (role = 'главарь РјР°С„РёРё')or(role = 'мафиози')");                      if (mysql_affected_rows()==2)                          $vk "maf";                             if (mysql_affected_rows()==1)                                 { //1 РјР°С„                                 mysql_query("select * from $ringame WHERE (role = 'доктор')or(role = 'комиссар РєР°С‚ани')or(role = 'путана')or(role = 'маньяк')");                                        if (mysql_affected_rows() != 0)                                          $vk "ni4";                                              else                                                  $vk "maf";                                 }                 }     if ($a["sm"]==1)         {         mysql_query ("select * from $ringame WHERE (role = 'главарь РјР°С„РёРё')or(role = 'мафиози')");             if (mysql_affected_rows() != 0)                  $vk "maf";         }     if ($a["sm"]==0)          $vk "ni4";          mysql_query("select * from $ringame");         $nm round(mysql_affected_rows()/2-0.5); //Большинство         $r mysql_query("Select count(*) as sm from $ringame WHERE (role='мафиози')or(role='главарь РјР°С„РёРё')");         $a mysql_fetch_array($r);         $sm $a["sm"];             if ($sm>$nm)                  $vk "maf";                     if (isset($vk))                         {  //Р�РіСЂР° РѕРєРѕРЅС‡РµРЅР°                         $vktr true;                             if ($vk == "ni4")                                 { //Ничья                                 $vktr true;                                 //mysql_query ("LOCK TABLES mafaction WRITE, maf, ingame, mafusers READ");                                 mysql_query ("update $rmafaction set action = 'nogame'");                                 //mysql_query ("UNLOCK TABLES");                                  //Начисляем РѕС‡РєРё РІС‹Р¶РёРІС€РёРј                                  $r mysql_query("select gamer_id from $ringame");                                     while (($a mysql_fetch_array($r))!==false)                                         {                                         $gamer_id $a["gamer_id"];                                         mysql_query("update mafusers set creditsingame = creditsingame + 25 WHERE id = '".$gamer_id."'");                                          }                                 //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 25 WHERE mafusers.id = ingame.gamer_id"); //выжившим +25                                 $mmsg "Силы РњР°С„РёРё Рё РјРёСЂРЅС‹С… Р¶РёС‚елей СЂР°РІРЅС‹, РЅРёС‡СЊСЏ! Рђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие: ";                                  $r mysql_query("Select * from $ringame");                                     while (($a mysql_fetch_array($r))!==false)                                         {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                                         $gnick get_name_by_id($a["id_in_game"], $rm);                                         $grole get_role_by_id($a["id_in_game"], $rm);                                         $mmsg $mmsg."<b>$gnick</b> - $grole, ";                                         }                                  $mmsg substr($mmsg,0,strlen($mmsg)-2);                                    mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE mafusers.id = $ringame.gamer_id");                                 mysql_query ("delete from $ringame");                                  //mysql_query ("UNLOCK TABLES");                                 $tm getmicrotime();                                 $today=date ("H:i:s");                                 $rnd rand(0,99999999);                                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                                 mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                                  $mmsg "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ: ";                                  $mmes scores($rm);                                  $mmsg $mmsg.$mmes;                                 $tm getmicrotime();                                 $today=date ("H:i:s");                                 $rnd rand(0,99999999);                                  mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                                             mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                                 }     if ($vk == "maf")         {          //mysql_query ("LOCK TABLES mafaction WRITE, maf, ingame, mafusers READ");         $vktr true;         mysql_query ("update $rmafaction set action = 'nogame'");          //mysql_query ("UNLOCK TABLES");          //Начисляем РѕС‡РєРё РјР°С„ам          $r mysql_query("select role, gamer_id from $ringame");             while (($a mysql_fetch_array($r))!==false)                 {                 $role $a["role"];                 $gamer_id $a["gamer_id"];                     if ($role == "мафиози"||$role == "главарь РјР°С„РёРё")                          mysql_query("update mafusers set creditsingame = creditsingame + 50 WHERE id = '".$gamer_id."'");                  }             //mysql_query("update mafusers, ingame set mafusers.creditsingame = mafusers.creditsingame + 50 WHERE (mafusers.id = ingame.gamer_id)and((ingame.role='мафиози')or(ingame.role='главарь РјР°С„РёРё'))"); //Мафам +25         $mmsg "Всем С…ана, РїРѕР±РµРґР° РњР°С„РѕРІ! Рђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие: ";          $r mysql_query("Select * from $ringame");             while (($a mysql_fetch_array($r))!==false)                 {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                 $gnick get_name_by_id($a["id_in_game"], $rm);                 $grole get_role_by_id($a["id_in_game"], $rm);                 $mmsg $mmsg."<b>$gnick</b> - $grole, ";                 }          $mmsg substr($mmsg,0,strlen($mmsg)-2);             mysql_query("insert into $rscores select gamer_id, creditsingame from $ringame, mafusers WHERE mafusers.id = $ringame.gamer_id");         mysql_query ("delete from $ringame");         //mysql_query ("UNLOCK TABLES");         $tm getmicrotime();         $today=date ("H:i:s");         $rnd rand(0,99999999);          mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");          mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");           $mmsg "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ: ";          $mmes scores($rm);          $mmsg $mmsg.$mmes;         $tm getmicrotime();         $today=date ("H:i:s");         $rnd rand(0,99999999);          mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                     mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");         }                         }            } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Конец if($vktr!==true)  //mysql_query ("UNLOCK TABLES"); //Конец РїСЂРѕРІРµСЂРєРё  //Линч      mysql_query ("update $ringame set gamer_act=''");             if ($vktr===false)             {             $mmsg "РљРѕРіРѕ Р¶Рµ Р·Р°Р»РёРЅС‡СѓРµРј СЃРµРіРѕРґРЅСЏ РґРЅРµРј? Р”ень РґР»РёС‚СЃСЏ 3 РјРёРЅСѓС‚С‹. Р“олосуем.(!номер) ";             $r mysql_query("select * from $ringame");             $kol mysql_affected_rows();                 for ($i=1;$i<=$kol;$i++)                     {                     $a mysql_fetch_array($r);                     $gamer_id $a["gamer_id"];                     $r2 mysql_query ("select * from mafusers where id = '".$gamer_id."'");                     $b mysql_fetch_array($r2);                     $gname $b["user"];                     $id_in_game $a["id_in_game"];                     $s $s."<b>$id_in_game</b> - $gname, ";                      }              $mmsg $mmsg.$s;             $tm getmicrotime();             $today=date ("H:i:s");             $rnd rand(0,99999999);              mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid='38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");              mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                        }        } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////     if ($action=="registration"&&$tm>$nexttime)         { //Регистрация РєРѕРЅС‡РёР»Р°СЃСЊ, СЂР°Р·РґР°С‡Р° СЂРѕР»РµР№, РµСЃР»Рё РёРіСЂРѕРєРѕРІ Р±РѕР»СЊС€Рµ 2         mysql_query("select * from $ringame");             if (mysql_affected_rows()<3)                 {                       mysql_query ("update $rmafaction set action = 'nogame'");                 //mysql_query ("UNLOCK TABLES");                 $mmsg "Р�РіСЂР° РЅРµ РЅР°С‡РЅРµС‚СЃСЏ, РїРѕРєР° РЅРµ Р±СѓРґРµС‚ С…отя Р±С‹ 3 РёРіСЂРѕРєРѕРІ!";                 $tm getmicrotime();                 $today=date ("H:i:s");                 $rnd rand(0,99999999);                 mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid = '38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                  mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                            mysql_query ("delete from $ringame");                 }                     else                         {                         mysql_query("delete from $rscores");                                                                                              $tm time()+25;                         mysql_query ("update $rmafaction set action = 'game_night', nexttime = '".$tm."', kiked = '1', cround = '0'");                         //mysql_query ("UNLOCK TABLES");                         $r mysql_query ("select * from $ringame");                         $roles = array("обыватель","главарь РјР°С„РёРё","комиссар РєР°С‚ани");                              if (mysql_affected_rows()>3)                                  array_push ($roles,"доктор");                                     if (mysql_affected_rows()>4)                                          array_push ($roles,"обыватель");                                             if (mysql_affected_rows()>5)                                                      array_push ($roles,"мафиози");                                                     if (mysql_affected_rows()>6)                                                          array_push ($roles,"маньяк");                                                             if (mysql_affected_rows()>7)                                                                  array_push ($roles,"путана");                                                                     if (mysql_affected_rows()>8)                                                                          array_push ($roles,"обыватель");                                                                             if (mysql_affected_rows()>9)                                                                                  array_push ($roles,"мафиози");                             if (mysql_affected_rows()>10)                                  array_push ($roles,"Р±РѕРјР¶");                                        if (mysql_affected_rows()>11)                                          array_push ($roles,"мафиози");                                              if (mysql_affected_rows()>12)                                                  array_push ($roles,"горец");                                                      if (mysql_affected_rows()>13)                                                          array_push ($roles,"клоун");                                                               if (mysql_affected_rows()>14)                                                                  array_push ($roles,"мафиози");                                                                      if (mysql_affected_rows()>15)                                                                          array_push ($roles,"жена РєРѕРјРёСЃСЃР°СЂР°");                             for ($i=1;$i<=((mysql_affected_rows()-15)/3);$i++)                                  array_push ($roles,"мафиози");                                      $j count ($roles);                                     for ($i=1;$i<=mysql_affected_rows()-$j;$i++)                                          array_push ($roles,"обыватель");                                         mt_srand(time()*100000);                                         shuffle($roles);                                         $i 0;                                             while (($a mysql_fetch_array($r))!==false)                                                 {                                                 $gamer_id $a["gamer_id"];                                                  mysql_query("update mafusers set creditsingame = '0' WHERE id = '".$gamer_id."'");//Обнуляем РѕС‡РєРё, Р·Р°СЂР°Р±РѕС‚анные РІ РїСЂРѕС€Р»РѕР№ РёРіСЂРµ                                                 $id_in_game $i+1;                                                            $role $roles[$i];                                                 $mmsg "Р’С‹ $role!";                                                  $tm getmicrotime();                                                 $today=date ("H:i:s");                                                 $rnd rand(0,99999999);                                                 mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid = '38601', message='".$mmsg."', id='".$tm."', towhom='".$gamer_id."', gamemes='1'");                                                  mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                                                            mysql_query("update $ringame set role = '".$role."', id_in_game = '".$id_in_game."' WHERE gamer_id = '".$gamer_id."'");                                                 $i++;                                                 }                          $mmsg "Раздача СЂРѕР»РµР№ РѕРєРѕРЅС‡РµРЅР°! РќРѕС‡СЊ РЅР°С‡РЅРµС‚СЃСЏ С‡РµСЂРµР· 20 СЃРµРєСѓРЅРґ!";                          $tm getmicrotime();                         $today=date ("H:i:s");                         $rnd rand(0,99999999);                         mysql_query ("Insert into $rmaf set klu4= '".$rnd."', time='".$today."', who='Маф', usid = '38601', message='".$mmsg."', id='".$tm."', towhom='', gamemes='1'");                         mysql_query ("Update mafusers set posts = posts + 1 WHERE id = '38601'");                           mysql_query ("update $rmafaction set prevprev = '199', prev = '199', current = '200'");                                   //Конец СЂР°Р·РґР°С‡Рё СЂРѕР»РµР№                         }         }     //mysql_query ("UNLOCK TABLES");     $smthwr 0;      $res mysql_query ("Select * from $rmaf order by id desc LIMIT 100");     $kol mysql_affected_rows();        $lines mysql_fetch_array ($res);     @$topic $lines["message"];     $topic str_replace("n","",$topic);      @$msg str_replace(chr("13"), " "$msg);     @$msg str_replace(chr("10"), " "$msg);     @$msg str_replace("\n"" "$msg);     @$msg trim($msg "); //////////////////////////////////////////////////////////////////////////////////////////////////////////////////         if(@$msg)                                  {                    $msg ereg_replace(" +"," ",$msg);             $msg=substr($msg,0,400);             $msg str_replace("$""$$"$msg);                  $msg htmlspecialchars($msg);              $msg str_replace("|""&#0166;"$msg);              $msg str_replace("'""&#8216;"$msg);              $msg str_replace("\", "", $msg);                  if (!isset($prvt))                      $prvt = 0;                     $str1="";                     $str2=$msg;                         if ($row["translit"]==1)                             {                              $r = mysql_query("select from mafusers WHERE id '".$towhom."'");                             $a = mysql_fetch_array($r);                                 if (strpos($msg,$a["user"])===0)                                     {                                     $str1 = substr($msg,0,strlen($a["user"]));                                     $str2 = substr($msg,strlen($a["user"]),strlen($msg)-strlen($a["user"]));                                      $msg = $str2;                                                                                           }                             }                                   if ($prvt == 0)                                      $towhom = "0";                                         if (!isset($towhom))                                              $towhom = "0"; ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Антифлуд     $r = mysql_query("SELECT FROM $rmaf WHERE usid '".$id."' order by id desc LIMIT 1");     $a = mysql_fetch_array($r);         if ($a["message"] !== $msg)             {             $time = getmicrotime();             $today=date ("H:i:s");             $posts =  $row["posts"];             $posts++;             mysql_query ("Update mafusers set posts='".$posts."'onl='".$time."' where id ='".$id."'");             $hid = $row["inv"];             $kol++;                $rnd = rand(0,99999999);             //$rnd = $id.$rnd;              mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='".$us."'message='".$msg."'id='".$time."'towhom='".$towhom."'hid='".$hid."'usid='".$id."'gamemes '".$gmes."'");                        $usmes["time"] = $today;              $usmes["who"] = $us;             $usmes["usid"] = $id;             $usmes["message"] = $msg;              $usmes["id"] = $time;             $usmes["towhom"] = $towhom;              $usmes["gamemes"] = $gmes;             $smthwr = 1; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////             //Что РЅР°РїРёСЃР°Р»         //mysql_query ("LOCK TABLES mafaction WRITEmaf$ringamemafusers READ");       $r = mysql_query ("select from $rmafaction");     $a = mysql_fetch_array($r);          $action = $a["action"];              if ($action == "game_night"&&$gmes==1)             {             $s = str_replace("!","",$msg);             $r = mysql_query("select from $ringame WHERE id_in_game '".$s."'");                  if (mysql_affected_rows()!==0)                     { //Есть С‚акой                     $a = mysql_fetch_array($r);                     $id_in_game = $a["id_in_game"];                     mysql_query ("update $ringame set gamer_act '".$s."' WHERE gamer_id '".$id."'");                     $wh = get_name_by_id($id_in_game$rm);                     mysql_query("select from $ringame WHERE gamer_act '".$s."'");                     // $a = mysql_fetch_array($r);                     // $sm = $a["sm"]; //Сколько РІСЃРµРіРѕ РїСЂРѕРіРѕР»РѕСЃРѕРІР°Р»Рѕ Р·Р° РЅРµРіРѕ                     $sm = mysql_affected_rows();                     $mmsg = "$us РіРѕР»РѕСЃСѓРµС‚ Р·Р° $wh!(<b>$sm</b>)";                      $tm = getmicrotime();                     $today=date ("H:i:s");                     $rnd = rand(0,99999999);                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid '38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                       mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                            }             //Проверка, РµСЃС‚СЊ Р»Рё Сѓ РєРѕРіРѕ-нить Р±РѕР»РµРµ РїРѕР»РѕРІРёРЅС‹ РіРѕР»РѕСЃРѕРІ             mysql_query ("select from $ringame");             $nm = round(mysql_affected_rows()/3); //Большинство             $r = mysql_query ("select *,count(gamer_actfrom $ringame WHERE gamer_act != '' group by gamer_act having count(gamer_act)>'".$nm."'");             $a = mysql_fetch_array($r);              //$w = $a["gamer_act"];             //echo "$nm...$w";                 if (mysql_affected_rows() != 0)                     {                     $w = $a["gamer_act"]; //Р—Р° РєРѕРіРѕ РїСЂРѕРіРѕР»РѕСЃРѕРІР°Р»Рё                     mysql_query ("update $rmafaction set action 'dvote'"); //Голосуем                     //mysql_query ("UNLOCK TABLES");                     mysql_query ("update $ringame set dvote '1' WHERE id_in_game '".$w."'"); //Пометка, Р·Р° РєРѕРіРѕ РёРґРµС‚ РіРѕР»РѕСЃРѕРІР°РЅРёРµ                     //$a = mysql_fetch_array($r);                     //echo "$w";                     $whk = get_name_by_id($w$rm);                     $mmsg = "Жителивы СѓРІРµСЂРµРЅС‹С‡С‚Рѕ С…отите РєР°Р·РЅРёС‚СЊ $whk?(!РґР° РёР»Рё !нет$whkСѓ РІР°СЃ РµСЃС‚СЊ РІСЂРµРјСЏ РѕРїСЂР°РІРґР°С‚СЊСЃСЏ.";                     $tm = getmicrotime();                     $today=date ("H:i:s");                     $rnd = rand(0,99999999);                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid '38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                      mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                }             }                  if ($gmes==1&&$action == "dvote"&&($msg == "!da"||$msg == "!net"||$msg == "!РґР°"||$msg == "!нет"))                     { //Проголосовал Р·Р° РєРѕРіРѕ-то                     $r = mysql_query("select from $ringame WHERE dvote '1'");                     $a = mysql_fetch_array($r);                     $w = $a["id_in_game"];                       //echo "$w";                     $whk = get_name_by_id($w$rm); //Р—Р° РєРѕРіРѕ РіРѕР»РѕСЃСѓРµРј                           if ($msg=="!da"||$msg == "!РґР°")                             {  //голосует Р·Р°                             mysql_query("update $ringame set wholin '1' WHERE gamer_id '".$id."'");                             $mmsg = "$us РіРѕР»РѕСЃСѓРµС‚ Р·Р° РєР°Р·РЅСЊ $whk!";                             }                                 else                                      {                                     mysql_query("update $ringame set wholin '-1' WHERE gamer_id '".$id."'");                                      $mmsg = "$us РіРѕР»РѕСЃСѓРµС‚ РїСЂРѕС‚РёРІ РєР°Р·РЅРё $whk!";                                     }                     $tm = getmicrotime();                     $today=date ("H:i:s");                     $rnd = rand(0,99999999);                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid '38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                         mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                       //Есть Р»Рё Р±РѕР»СЊС€РёРЅСЃС‚РІРѕ РіРѕР»РѕСЃРѕРІ Р·Р°?                     mysql_query ("select from $ringame");                     $nm = round(mysql_affected_rows()/2-0.5); //Большинство                       mysql_query("select from $ringame WHERE wholin '1'");                         if (mysql_affected_rows()>$nm)                             {                             $tm = time();                             mysql_query("update $rmafaction set action 'game_night'nexttime '".$tm."'kiked '1'"); //Ночь, РѕС‚мечаем СѓР±РёР№СЃС‚РІРѕ                             $krole = get_role_by_id($w$rm);                                 if ($krole=="мафиози"||$krole=="главарь РјР°С„РёРё")                                     { //Казнили РњР°С„Р°                                              $krole = role_to_tpadej($krole);                                     $mmsg = "Наконец-то РјРёСЂРЅС‹Рµ Р¶РёС‚ели СЂР°СЃРїСЂР°РІРёР»РёСЃСЊ СЃ $krole $whk!!!";                                     }                                         else                                              { //Казнили РјРёСЂРЅРѕРіРѕ                                                    $krole = role_to_rpadej($krole);                                             $mmsg = "Жители СЃР°РјРё СѓСЃР»РѕР¶РЅРёР»Рё СЃРµР±Рµ Р·Р°РґР°С‡СѓРєР°Р·РЅРёРІ РЅРё РІ С‡РµРј РЅРµ РїРѕРІРёРЅРЅРѕРіРѕ $krole $whk!";                                             }                        mysql_query("insert into $rscores select gamer_idcreditsingame from $ringamemafusers WHERE (mafusers.id $ringame.gamer_id)and(id_in_game '".$w."')");                         mysql_query ("delete from $ringame WHERE id_in_game '".$w."'");                     $tm = getmicrotime();                     $today=date ("H:i:s");                     $rnd = rand(0,99999999);                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid '38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                     mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                     //mysql_query ("UNLOCK TABLES");                     $vktr = false;                      //mysql_query("LOCK TABLES mafusers$ringamescores WRITEmaf READ");                     $r = mysql_query("select count(*) as sm from $ringame");                     $a = mysql_fetch_array($r);                     $sm = $a["sm"];   //РІ $sm - С‡РёСЃР»Рѕ РёРіСЂРѕРєРѕРІ                     mysql_query ("select from $ringame WHERE role 'главарь РјР°С„РёРё'");                         if (mysql_affected_rows()==0&&$sm!=0)                             { //РЈР±РёС‚ РіР»Р°РІРЅС‹Р№ РјР°С„, Рё РµС‰Рµ РµСЃС‚СЊ РёРіСЂРѕРєРё                             $r = mysql_query ("select from $ringame WHERE role 'мафиози'");                                 if (mysql_affected_rows()==0)                                     { //Мафов Р±РѕР»СЊС€Рµ РЅРµС‚, РїРѕР±РµРґР° РјРёСЂРЅС‹С… Р¶РёС‚елей                                     $vktr = true;                                     mysql_query ("update $rmafaction set action 'nogame'");                                     //mysql_query ("UNLOCK TABLES");                                     //Мирным РЅР°С‡РёСЃР»СЏРµРј РѕС‡РєРё                                        $r = mysql_query("select rolegamer_id from $ringame");                                         while (($a = mysql_fetch_array($r))!==false)                                             {                                             $role = $a["role"];                                             $gamer_id = $a["gamer_id"];                                             if ($role == "обыватель") mysql_query("update mafusers set creditsingame creditsingame 100 WHERE id '".$gamer_id."'");                                                  else                                                      mysql_query("update mafusers set creditsingame creditsingame 50 WHERE id '".$gamer_id."'");                                             }                                     //mysql_query("update mafusersingame set mafusers.creditsingame mafusers.creditsingame 100 WHERE (ingame.role 'обыватель')and(mafusers.id ingame.gamer_id)"); //выжившим РѕР±С‹РІР°С‚елям +100                                     //mysql_query("update mafusersingame set mafusers.creditsingame mafusers.creditsingame 50 WHERE (ingame.role != 'обыватель')and(mafusers.id ingame.gamer_id)"); //выжившим РґСЂСѓРіРёРј +50                                     $mmsg = "Р�РіСЂР° РѕРєРѕРЅС‡РµРЅР°РїРѕР±РµРґР° РјРёСЂРЅС‹С… Р¶РёС‚елейА СЂРѕР»Рё Р±С‹Р»Рё С‚акие";                                      $r = mysql_query("Select from $ringame");                                         while (($a = mysql_fetch_array($r))!==false)                                             {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                                             $gnick = get_name_by_id($a["id_in_game"]$rm);                                             $grole = get_role_by_id($a["id_in_game"]$rm);                                             $mmsg = $mmsg."<b>$gnick</b> - $grole";                                             }                                      $mmsg = substr($mmsg,0,strlen($mmsg)-2);                                      mysql_query("insert into $rscores select gamer_idcreditsingame from $ringamemafusers WHERE mafusers.id $ringame.gamer_id");                                     mysql_query ("delete from $ringame");                                      //mysql_query ("UNLOCK TABLES");                                     $tm = getmicrotime();                                     $today=date ("H:i:s");                                     $rnd = rand(0,99999999);                                      mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                                       mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                      $mmsg = "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ";                                      $mmes = scores($rm);                                      $mmsg = $mmsg.$mmes;                                     $tm = getmicrotime();                                     $today=date ("H:i:s");                                     $rnd = rand(0,99999999);                                      mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                                                 mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                     }                                         else                                             { //Назначение РЅРѕРІРѕРіРѕ РіР»Р°РІР°СЂСЏ РјР°С„РёРё                                             $a = mysql_fetch_array($r);                                               $id_in_game = $a["id_in_game"];                                             $gamer_id = $a["gamer_id"];                                             mysql_query ("update $ringame set role 'главарь РјР°С„РёРё' WHERE id_in_game '".$id_in_game."'");                                             $mmsg = "Теперь РІС‹ РіР»Р°РІР°СЂСЊ РјР°С„РёРё!";                                             $tm = getmicrotime();                                              //mysql_query ("UNLOCK TABLES");                                             $today=date ("H:i:s");                                             $rnd = rand(0,99999999);                                              mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$gamer_id."'gamemes='1'");                                              mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                             }                             }  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////     //Проверка, РїРѕР±РµРґРёР»Рё Р»Рё РњР°С„С‹ РёР»Рё РЅРёС‡СЊСЏ     if ($vktr!==true)         {         $r = mysql_query ("select count(*) as sm from $ringame");         $a = mysql_fetch_array($r);             if ($a["sm"]==2)                 {                 mysql_query("select from $ringame WHERE (role 'главарь РјР°С„РёРё')or(role 'мафиози')");                     if (mysql_affected_rows()==2)                          $vk = "maf";                             if (mysql_affected_rows()==1)                                 { //1 РјР°С„                                 mysql_query("select from $ringame WHERE (role 'доктор')or(role 'комиссар РєР°С‚ани')or(role 'путана')or(role 'маньяк')");                                        if (mysql_affected_rows() != 0)                                          $vk = "ni4";                                              else                                                  $vk = "maf";                                 }                 }                     if ($a["sm"]==1)                         {                         mysql_query ("select from $ringame WHERE (role 'главарь РјР°С„РёРё')or(role 'мафиози')");                             if (mysql_affected_rows() != 0)                                  $vk = "maf";                         }                             if ($a["sm"]==0)                                  $vk = "ni4";                                  mysql_query("select from $ringame");                                 $nm = round(mysql_affected_rows()/2-0.5); //Большинство                                 $r = mysql_query("Select count(*) as sm from $ringame WHERE (role='мафиози')or(role='главарь РјР°С„РёРё')");                                 $a = mysql_fetch_array($r);                                 $sm = $a["sm"];                                     if ($sm>$nm)                                          $vk = "maf";                                             if (isset($vk))                                                 {  //Р�РіСЂР° РѕРєРѕРЅС‡РµРЅР°                                                     if ($vk == "ni4")                                                         { //Ничья                                                         $vktr = true;                                                         mysql_query ("update $rmafaction set action 'nogame'");                                                          //mysql_query ("UNLOCK TABLES");                                                           //Начисляем РѕС‡РєРё РІС‹Р¶РёРІС€РёРј                                                            $r = mysql_query("select gamer_id from $ringame");                                                             while (($a = mysql_fetch_array($r))!==false)                                                                 {                                                                 $gamer_id = $a["gamer_id"];                                                                 mysql_query("update mafusers set creditsingame creditsingame 25 WHERE id '".$gamer_id."'");                                                                  }                                                         //mysql_query("update mafusersingame set mafusers.creditsingame mafusers.creditsingame 25 WHERE mafusers.id ingame.gamer_id"); //выжившим +25                                                         $mmsg = "Силы РњР°С„РёРё Рё РјРёСЂРЅС‹С… Р¶РёС‚елей СЂР°РІРЅС‹РЅРёС‡СЊСЏРђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие";                                                          $r = mysql_query("Select from $ringame");                                                             while (($a = mysql_fetch_array($r))!==false)                                                                 {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                                                                 $gnick = get_name_by_id($a["id_in_game"]$rm);                                                                 $grole = get_role_by_id($a["id_in_game"]$rm);                                                                 $mmsg = $mmsg."<b>$gnick</b> - $grole";                                                                 }                                                             mysql_query("insert into $rscores select gamer_idcreditsingame from $ringamemafusers WHERE mafusers.id $ringame.gamer_id");                                                         mysql_query ("delete from $ringame");                                                            //mysql_query ("UNLOCK TABLES");                                                         $mmsg = substr($mmsg,0,strlen($mmsg)-2);                                                         $tm = getmicrotime();                                                         $today=date ("H:i:s");                                                         $rnd = rand(0,99999999);                                                          mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                                                          mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                          $mmsg = "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ";                                                          $mmes = scores($rm);                                                          $mmsg = $mmsg.$mmes;                                                         $tm = getmicrotime();                                                         $today=date ("H:i:s");                                                         $rnd = rand(0,99999999);                                                          mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                                                                     mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                         } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////     if ($vk == "maf")         {         $vktr = true;         mysql_query ("update $rmafaction set action 'nogame'");         //mysql_query ("UNLOCK TABLES");           //Начисляем РѕС‡РєРё РјР°С„ам            $r = mysql_query("select rolegamer_id from $ringame");             while (($a = mysql_fetch_array($r))!==false)                 {                 $role = $a["role"];                 $gamer_id = $a["gamer_id"];                     if ($role == "мафиози"||$role == "главарь РјР°С„РёРё")                          mysql_query("update mafusers set creditsingame creditsingame 50 WHERE id '".$gamer_id."'");                  }         //mysql_query("update mafusersingame set mafusers.creditsingame mafusers.creditsingame 50 WHERE (mafusers.id ingame.gamer_id)and((ingame.role='мафиози')or(ingame.role='главарь РјР°С„РёРё'))"); //мафам +25         $mmsg = "Всем С…анапобеда РњР°С„РѕРІРђ СЂРѕР»Рё Р±С‹Р»Рё С‚акие";          $r = mysql_query("Select from $ringame");             while (($a = mysql_fetch_array($r))!==false)                 {  //Какие Сѓ РєРѕРіРѕ СЂРѕР»Рё                 $gnick = get_name_by_id($a["id_in_game"]$rm);                 $grole = get_role_by_id($a["id_in_game"]$rm);                 $mmsg = $mmsg."<b>$gnick</b> - $grole";                 }          $mmsg = substr($mmsg,0,strlen($mmsg)-2);            mysql_query("insert into $rscores select gamer_idcreditsingame from $ringamemafusers WHERE mafusers.id $ringame.gamer_id");         mysql_query ("delete from $ringame");          //mysql_query ("UNLOCK TABLES");         $tm = getmicrotime();         $today=date ("H:i:s");         $rnd = rand(0,99999999);          mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");           mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");           $mmsg = "Р—Р° СЌС‚Сѓ РёРіСЂСѓ Р·Р°СЂР°Р±РѕС‚али СЃС‚олько РѕС‡РєРѕРІ";          $mmes = scores($rm);          $mmsg = $mmsg.$mmes;         $tm = getmicrotime();         $today=date ("H:i:s");         $rnd = rand(0,99999999);          mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                     mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");         }                                                 }             }          //конец if ($vktr!==true)         //Конец РїСЂРѕРІРµСЂРєРё                             }     mysql_query("select from $ringame WHERE wholin '-1'");         if (mysql_affected_rows()>$nm)             { //Оправдан                              mysql_query("update $rmafaction set action 'game_night'");             //mysql_query ("UNLOCK TABLES");             mysql_query("update $ringame set dvote '0'wholin '0'gamer_act ''"); //Результаты СЃР±СЂР°СЃС‹РІР°РµРј             $mmsg = "$whk РѕРїСЂР°РІРґР°РЅ!";             $tm = getmicrotime();             $today=date ("H:i:s");             $rnd = rand(0,99999999);             mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid '38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");               mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                       }                     }                         if ($gmes==1&&$action == "game_day"&&$towhom == "38601")                             { //Ночные РїРѕС…ождения                             $r = mysql_query("select from $ringame WHERE gamer_id '".$id."'");                             $a = mysql_fetch_array($r);                              $role = $a ["role"];                             $gamer_act = $a["gamer_act"];                                $state = $a["state"];                                 if ($role!="обыватель"&&$role!="мафиози"&&$role!="клоун"&&$role!="жена РєРѕРјРёСЃСЃР°СЂР°")                                     { //Если СЌС‚Рѕ РЅРµ РѕР±С‹РІР°С‚ель Рё РЅРµ РјР°С„РёРѕР·Рё                                     $s = str_replace("!","",$msg);                                     $r2 = mysql_query ("select from $ringame WHERE id_in_game '".$s."'");                                         if (mysql_affected_rows()==0)                                             { //Нет С‚акого СЋР·РµСЂР°                                              $mmsg = "Что Р¶ С‚С‹ РјРЅРµ РїРёС€РµС€СЊ!?!?";                                              $tm = getmicrotime();                                             $today=date ("H:i:s");                                             $rnd = rand(0,99999999);                                             mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$id."'gamemes='1'");                                              mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                       }                                                 else                                                     { //Есть С‚акой                                                         if ($gamer_act=="")                                                             { //Заказ РµС‰Рµ РЅРµ СЃРґРµР»Р°РЅ                                                                                   $b = mysql_fetch_array($r2);                                                             $hid = $b["gamer_id"];                                                             $r3 = mysql_query("select from mafusers WHERE id '".$hid."'");                                                             $c = mysql_fetch_array($r3);                                                             $gname = $c ["user"];                                                                 unset ($c);                                                                     unset ($r3); // Р’ $gname РЅРёРє С‚РѕРіРѕ, РєРѕРіРѕ РІС‹Р±СЂР°Р»Рё                                                                         if ($role == "главарь РјР°С„РёРё")                                                                              {                                                                             $mmsg = "Заказ РЅР° СѓР±РёР№СЃС‚РІРѕ $gname РїСЂРёРЅСЏС‚!";                                                                             $rnd = rand(1,3);                                                                              $re = mysql_query("select night_act from mafia WHERE klu4 '".$rnd."'");                                                                              $b = mysql_fetch_array($re);                                                                              $mmsg1=$b["night_act"];                                                                             }     if ($role == "комиссар РєР°С‚ани"&&strpos($msg,"!!")!==false)          {         $mmsg = "Заказ РЅР° СѓР±РёР№СЃС‚РІРѕ $gname РїСЂРёРЅСЏС‚!";         $s="!".$s;         $rnd = rand(1,3);          $re = mysql_query("select night_act from komissar WHERE klu4 '".$rnd."'");          $b = mysql_fetch_array($re);          $mmsg1=$b["night_act"];         }             if ($role == "комиссар РєР°С‚ани"&&strpos($msg,"!!")===false)                  {                 $mmsg = "Заказ РЅР° РїСЂРѕРІРµСЂРєСѓ $gname РїСЂРёРЅСЏС‚!";                 $rnd = rand(1,3);                  $re = mysql_query("select night_act from komissar WHERE klu4 '".$rnd."'");                  $b = mysql_fetch_array($re);                  $mmsg1=$b["night_act"];                 }                     if ($role == "доктор")                          {                         $mmsg = "Заказ РЅР° Р»РµС‡РµРЅРёРµ $gname РїСЂРёРЅСЏС‚!";                         $rnd = rand(1,3);                          $re = mysql_query("select night_act from doktor WHERE klu4 '".$rnd."'");                          $b = mysql_fetch_array($re);                          $mmsg1=$b["night_act"];                         }                             if ($role == "маньяк")                                  {                                 $mmsg = "Р�знасилуем $gname =)";                                 $rnd = rand(1,3);                                  $re = mysql_query("select night_act from maniac WHERE klu4 '".$rnd."'");                                  $b = mysql_fetch_array($re);                                  $mmsg1=$b["night_act"];                                 }                                     if ($role == "путана")                                          {                                         $mmsg = "$gname СЃРµРіРѕРґРЅСЏ РЅРѕС‡СЊСЋ Р±СѓРґРµС‚ Р·Р°РЅСЏС‚)";                                         $rnd = rand(1,3);                                          $re = mysql_query("select night_act from wluha WHERE klu4 '".$rnd."'");                                          $b = mysql_fetch_array($re);                                          $mmsg1=$b["night_act"];                                         }                                             if ($role == "Р±РѕРјР¶")                                              {                                             $mmsg = "Копаемся РІ РєР°СЂРјР°РЅР°С… $gname";                                             $rnd = rand(1,3);                                              $re = mysql_query("select night_act from bomj WHERE klu4 '".$rnd."'");                                              $b = mysql_fetch_array($re);                                              $mmsg1=$b["night_act"];                                             }                                                             mysql_query ("update $ringame set gamer_act='".$s."' WHERE gamer_id '".$id."'");                                                             $tm = getmicrotime();                                                             $today=date ("H:i:s");                                                             $rnd = rand(0,99999999);                                                             mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$id."'gamemes='1'");                                                             mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                                        $tm = getmicrotime();                                                             $today=date ("H:i:s");                                                             $rnd = rand(0,99999999);                                                             mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg1."'id='".$tm."'towhom=''gamemes='1'");                                                               mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                                      }                                                                 else                                                                      {   //Заказ СѓР¶Рµ СЃРґРµР»Р°РЅ                                                                     $mmsg = "РўС‹ СѓР¶Рµ РІС‹Р±СЂР°Р» Р¶РµСЂС‚РІСѓ!";                                                                     $tm = getmicrotime();                                                                     $today=date ("H:i:s");                                                                     $rnd = rand(0,99999999);                                                                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$id."'gamemes='1'");                                                                      mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                                       }                                                     }                                     }                                         else                                              if ($role=="клоун"&&$state==0)                                                 { //Клоун, Рё РµС‰Рµ РЅРµ РґРµР№СЃС‚вовал                                                 $s = str_replace("!","",$msg);                                                     list($g1,$g2) = explode(" ",$s);                                                 mysql_query("select gamer_id from $ringame WHERE (id_in_game='".$g1."')or(id_in_game='".$g2."')");                                                      if (mysql_affected_rows()==2)                                                         {     //Правильно РЅР°РїРёСЃР°Р»                                                           mysql_query("update $ringame set gamer_act='".$s."' WHERE gamer_id '".$id."'");                                                         $r = mysql_query("select id_in_game from $ringame WHERE id_in_game '".$g1."'");                                                         $a = mysql_fetch_array($r);                                                         $gn1 = get_name_by_id($a["id_in_game"]$rm);                                                         $r = mysql_query("select id_in_game from $ringame WHERE id_in_game '".$g2."'");                                                         $a = mysql_fetch_array($r);                                                         $gn2 = get_name_by_id($a["id_in_game"]$rm);                                                         $mmsg = "Меняем СЂРѕР»СЏРјРё $gn1 Рё $gn2!";                                                         $mmsg1 = "Клоун С…РѕРґРёС‚ РЅРѕС‡СЊСЋ РїРѕ СѓР»РёС†Р°Рј Рё Р·Р°РїСѓС‚ывает Рё Р±РµР· С‚РѕРіРѕ СЃР»РѕР¶РЅРѕРµ РґРµР»Рѕ...";                                                         $tm = getmicrotime();                                                         $today=date ("H:i:s");                                                         $rnd = rand(0,99999999);                                                         mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$id."'gamemes='1'");                                                         mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                         $tm = getmicrotime();                                                         $today=date ("H:i:s");                                                         $rnd = rand(0,99999999);                                                         mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg1."'id='".$tm."'towhom=''gamemes='1'");                                                         mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                          //mysql_query("update $ringame set state '1' WHERE role 'клоун'");                                                         }                                                             else                                                                  {  //Неправильно                                                                   $mmsg = "Что Р¶ С‚С‹ РјРЅРµ РїРёС€РµС€СЊ!?!?!?";                                                                  $tm = getmicrotime();                                                                 $today=date ("H:i:s");                                                                 $rnd = rand(0,99999999);                                                                 mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$id."'gamemes='1'");                                                                 mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                                     }                                                 }                                                     else                                                          if ($role=="жена РєРѕРјРёСЃСЃР°СЂР°"&&$state==1)                                                             { //Жена РєРѕРјРёСЃСЃР°СЂР°, РµС‰Рµ РЅРµ РјСЃС‚ила                                                             $s = str_replace("!","",$msg);                                                             $r = mysql_query("select from $ringame WHERE id_in_game '".$s."'");                                                                 if (mysql_affected_rows()!=0)                                                                     { //Правильно РЅР°РїРёСЃР°Р»                                                                         mysql_query("update $ringame set state '2'gamer_act '".$s."' WHERE gamer_id '".$id."'");                                                                     $a = mysql_fetch_array($r);                                                                     $gn = get_name_by_id($a["id_in_game"]$rm);                                                                     $mmsg = "$gn РїРѕРїР»Р°С‚ится Р·Р° СЃРјРµСЂС‚СЊ РєРѕРјРёСЃСЃР°СЂР°!";                                                                     $mmsg1 = "Жена РєРѕРјРёСЃСЃР°СЂР° РІС‹С€Р»Р° РёР· РґРѕРјР° РјСЃС‚ить Р·Р° СЃРјРµСЂС‚СЊ РјСѓР¶Р°...";                                                                     $tm = getmicrotime();                                                                     $today=date ("H:i:s");                                                                     $rnd = rand(0,99999999);                                                                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$id."'gamemes='1'");                                                                     mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                                         $tm = getmicrotime();                                                                     $today=date ("H:i:s");                                                                     $rnd = rand(0,99999999);                                                                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg1."'id='".$tm."'towhom=''gamemes='1'");                                                                     mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                                         }                                                                         else                                                                             {   //Неправильно                                                                             $mmsg = "Что Р¶ С‚С‹ РјРЅРµ РїРёС€РµС€СЊ!?!?!?";                                                                              $tm = getmicrotime();                                                                             $today=date ("H:i:s");                                                                             $rnd = rand(0,99999999);                                                                             mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom='".$id."'gamemes='1'");                                                                             mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                                                          }                                                             } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Проверка, РІСЃРµ Р»Рё РїСЂРѕРіРѕР»РѕСЃРѕРІР°Р»Рё:     $r = mysql_query ("select count(*) as nv from $ringame WHERE (role != 'обыватель')and(gamer_act='')");       $a = mysql_fetch_array($r);         if ($a["nv"]==0)             {  //Р’СЃРµ СѓР¶Рµ СЃРґРµР»Р°Р»Рё Р·Р°РєР°Р·С‹             mysql_query("update $rmafaction set action 'allvoted'");              //mysql_query ("UNLOCK TABLES");             $mmsg = "Всечто РјРѕРіР»Рѕ СЃРІРµСЂС€РёС‚СЊСЃСЏ РЅРѕС‡СЊСЋСЃРІРµСЂС€РёР»РѕСЃСЊ.";             //$tm = time();             $tm = getmicrotime();             $today=date ("H:i:s");             $rnd = rand(0,99999999);             mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");               mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                   }             //Конец РїСЂРѕРІРµСЂРєРё                             }                                                                                           if ($action == "nogame"&&($msg=="!start"||$msg=="!старт"))                                     {                                     $tm = time()+180;                                     mysql_query ("update $rmafaction set action 'registration'nexttime '".$tm."'");                                      //mysql_query ("UNLOCK TABLES");                                     $mmsg = "Начинается РёРіСЂР° "Мафия"Набор РёРіСЂРѕРєРѕРІ Р±СѓРґРµС‚ РїСЂРѕРґРѕР»Р¶Р°С‚СЊСЃСЏ 3 РјРёРЅР”ля СѓС‡Р°СЃС‚РёСЏ РІРІРµРґРёС‚Рµ !reg.";                                      $tm = getmicrotime();                                     $today=date ("H:i:s");                                     $rnd = rand(0,99999999);                                     mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                                      mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                               }                                                                                                   if ($action == "registration"&&($msg=="!reg"||$msg=="!рег"))                                             {                                              //mysql_query ("UNLOCK TABLES");                                             mysql_query ("select from $ringame WHERE gamer_id '".$id."'");                                                 if (mysql_affected_rows()==0)                                                     {                                                     $mmsg = "$us РїСЂРёСЃРѕРµРґРёРЅСЏРµС‚СЃСЏ Рє РёРіСЂРµ!";                                                      $rnd = rand(10000,99999999);                                                     $tm = time();                                                     mysql_query("insert into $ringame set gamer_id '".$id."'onl '".$tm."'");                                                     }                                                         else                                                             {                                                             $mmsg = "$us РІС‹С…РѕРґРёС‚ РёР· РёРіСЂС‹!";                                                             mysql_query("delete from $ringame WHERE gamer_id '".$id."'");                                                             }                                             $tm = getmicrotime();                                             $today=date ("H:i:s");                                             $rnd = rand(0,99999999);                                             mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='1'");                                              mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");                                                        } //Конец             }             }                      //////////////////////////////////////////////////////////////////////////////////////////////////////////////////     if ($msg == "!stats"||$msg == "!статс")         { //Вывести РєРѕР»-РІРѕ РѕС‡РєРѕРІ РёРіСЂРѕРєР°         $r = mysql_query("select credits from mafusers WHERE id '".$id."'");         $a = mysql_fetch_array($r);         $cr = $a["credits"];         $mmsg = "$usСѓ РІР°СЃ РЅР° СЃС‡РµС‚Сѓ $cr РєСЂРµРґРёС‚РѕРІ";            $tm = getmicrotime();         $today=date ("H:i:s");         $rnd = rand(0,99999999);         mysql_query ("Insert into $rmaf set klu4'".$rnd."'time='".$today."'who='Маф'usid='38601'message='".$mmsg."'id='".$tm."'towhom=''gamemes='".$gmes."'");           mysql_query ("Update mafusers set posts posts 1 WHERE id '38601'");         }     //mysql_query ("UNLOCK TABLES");     $result = mysql_query ("Select from mafusers where id_user='$user[id]'");         $row = mysql_fetch_array ($result);     $max = $row["max"];         $avr = $row["avr"];         $time=date ("H:i:s");         echo "<div class='rekl'>";     if ($avr!==0)          echo "<center color='red'><font color='red'>$time</font></center><br/>n";             else                  echo "<center><font color='red'>$time</font></center><br/>n";                 echo "Если Сѓ РІР°СЃ РЅРµ СЂР°Р±РѕС‚ает Р°РІС‚ообновлениене Р·Р°Р±С‹РІР°Р№С‚Рµ РѕР±РЅРѕРІР»СЏС‚СЊ СЃС‚раницу РІСЂСѓС‡РЅСѓСЋ!<br/>";                   echo "<a href='maf.php?rm=$rm&amp;ref=$ref'>[<font color='red'>Обновить</font>]</a";                 echo "<center>";                 echo "<div class='rekl'>";             echo "<form method='post' action='maf.php?id=$id&amp;rm=$rm&amp;ref=$ref'>";             echo "<input name="msg" maxlength="200" type="text"/><br/>n";             echo "<input type='submit' value='Сказать'>n";             echo "</form>";             echo "<br/>n";             echo "</div>";                                 echo "</center>";     echo "<p mode="menu">n";              /*$so=mysql_query("SELECT FROM $rmaf WHERE towhom '0' ORDER by time DESC LIMIT 10");     while ($mess=(mysql_fetch_array($so)))     {      $date = $mess["time"];     $name = $mess["who"];     $usid = $mess["usid"];     echo "<div class = 'menu'>";     echo "<br/><b><a href="inside.php?id=$id&amp;nk=$usid&amp;rm=$rm&amp;ref=$ref">$name</a></b>($date)n";     echo esc(trim(br(bbcode(smiles(jo(links(stripcslashes(htmlspecialchars($mess['message'])))))))))."<br/>n";     echo "</div>";     }*/     $k_post=mysql_result(mysql_query("SELECT COUNT(*) FROM `$rmaf`"),0);         $k_page=k_page($k_post,$max);         $page=page($k_page);         $start=$max*$page-$max;     $usmess=mysql_query("SELECT FROM $rmaf ORDER by id DESC LIMIT $start$max");             while ($usmes=(mysql_fetch_array($usmess)))                 {                 $kol = mysql_affected_rows();         $total=$kol-1;         $ignor = $row["ignor"];           $i = 0;                  //$tm = getmicrotime();         //echo "$tm";                                   //Автоантифлуд                                     $time = time()-30;                 mysql_query("select from $rmaf WHERE usid '".$id."'and id >'".$time."'");                     if (mysql_affected_rows()>5&&$row["level"]<4)                         {                         $kik = time()+60;                         $whokik = "[Система]";                         $whykik = "Флуд";                          mysql_query("update mafusers set kik '".$kik."'whokik '".$whokik."'whykik '".$whykik."' WHERE id '".$id."'");                         }                         //Конец Р°РІС‚оантифлуда                 $i++;                 $date = $usmes["time"];                 $name = $usmes["who"];                 $usid = $usmes["usid"];                 $msg = $usmes["message"];                      $time = $usmes["id"];                 $th = $usmes["towhom"];                       $gm = $usmes["gamemes"];                                      if ((strpos($ignor$name."|") === false)&&($gmes==0||($gmes==1&&$gm==1)))                         {                             if ($th == "0")                                  {                                 echo "<br/><b><a href="inside.php?id=$id&amp;nk=$usid&amp;rm=$rm&amp;ref=$ref">$name</a></b>($date)&gt;".trim(smiles($msg))."<hr/>n";                                 }                                     else                                          if (($th == $id)||($id == $usid))                                             {                                              echo "<br/><b><a href="inside.php?id=$id&amp;nk=$usid&amp;rm=$rm&amp;ref=$ref">$name</a>[P!]</b>($date)&gt;<font color='red'>".trim(smiles($msg))."</font><hr/>n";}                         }                                                           }             if ($k_page>1)str("?rm=$rm&",$k_page,$page); // Р’ывод СЃС‚раниц                 echo "<br/><a href='help.php?rm=$rm&amp;ref=$ref'>[Помощь]</a><br/>";                 echo "<a href='who.php?rm=$rm&amp;ref=$ref'>[Кто Р·РґРµСЃСЊ?]</a><br/> ";                 echo "<a href='change.php?rm=$rm&amp;ref=$ref'>[Настройки]</a><br/> ";                 echo "<a href='index.php'>[Выход]</a> <hr/>";           echo "</div>";     include_once '../../sys/inc/tfoot.php'; ?>
Онлайн: 0
Реклама