Размер файла: 3.77Kb
<?php
#####################################################
# mod by -=LesNIK=- #
# icq 366244181 #
# Официальный сайт мода http://wenz.net.ru #
# все ответы на вопросы и помощь по скрипту #
# вы можете получить только там! #
# #
# Вы не имеете право вносить #
# свои изменения в данный мод!#
# #
# Уважайте труд автора! #
#####################################################
include "./../ini3.php";
include "./../includes/header2.php";
include "./../includes/inc_online.php";
print "<p><small>";
$id=cyr(htmlspecialchars(stripslashes(trim($id))));
$pass=cyr(htmlspecialchars(stripslashes(trim($pass))));
$dbid=cyr(htmlspecialchars(stripslashes(trim($_GET[dbid]))));
if(!empty($id))
{
$q = mysql_query("select id,login,pass from users where id='".$id."';");
}
else
{
die ($lang['empty_login']."</small></p></card></wml>");
}
if(!empty($dbid))
{
$qdb = mysql_query("select id,login,pass from users where id='".$dbid."';");
}
else
{
die ($lang['select_user_false']."</small></p></card></wml>");
}
$data = mysql_fetch_array($q);
$id=$data['id'];
$login=$data['login'];
$dbdata = mysql_fetch_array($qdb);
$dbid=$dbdata['id'];
$dblogin=$dbdata['login'];
$dbpass=$dbdata['pass'];
if($pass!=$data['pass'])
{
die ($lang['empty_login']."</small></p></card></wml>");
}
mysql_query("update users set last='".time()."',city='0' where id='".$id."';");
if(!empty($a))
{
if(empty($messaga)) print $lang['bands_where_offer']."<br/>";
else
{
$predl_que=mysql_query("select komu from messagi where kto='$id' and komu='$dbid';");
$predl_data = mysql_fetch_array($predl_que);
if(!empty($predl_data['komu'])) print $lang['patience']."<br/>";
else
{
$messaga=cyr(htmlspecialchars(stripslashes(trim($messaga))));
$messaga="<b>".$lang['bands_offer_enter_gang']." $login</b><br/>".$messaga."<br/>[<a href=\"./../bands/confirm.php?pass=$dbpass&id=$dbid&dbid=$id&mode=yes\">".$lang['yes']."</a>/<a href=\"./../bands/confirm.php?pass=$dbpass&id=$dbid&dbid=$id&mode=no\">".$lang['no']."</a>]";
print $lang['bands_your_offer_for']." $dblogin ".$lang['bands_transferred']."<br/>";
mysql_query("insert into messagi values(0,'$id','$dbid','$messaga');");
}
}
}
elseif ($id==$dbid)
{
echo'Совсем ебанулся?Нахуй сам с собой банду создаешь?Пошел нахуй отсюда!<br/>';
}
else
{
print $lang['bands_you_can_make_band']." <b>$dblogin</b>. ".$lang['bands_offer_description']."<br/>";
print $lang['bands_write_your_offer']." $dblogin:</small><br/>";
echo "<form action=\"predl.php?id=$id&dbid=$dbid&pass=$pass\" method=\"post\">
<input type=\"hidden\" name=\"a\" value=\"b\"/>
<postfield name=\"messaga\" value=\"$(messaga)\"/>
";
print "<input name=\"messaga\" type=\"text\"/><br/><small>
<br/>";
echo "<input class=\"ibutton\" type=\"submit\" value=\"".$lang['ok']."\"/>";
echo "</form>";
//echo "<form action=\"predl.php?id=$id&dbid=$dbid&pass=$pass\" method=\"post\">
//<postfield name=\"messaga\" value=\"$(at_gun)\"/>";
//echo "<input class=\"ibutton\" type=\"submit\" value=\"".$lang['ok']."\"/>";
//echo "</form>";
}
print "---<br/>><anchor>".$lang['back']."<prev/></anchor><br/>";
print ">><a href=\"./../game.php?id=$id&pass=$pass\">".$lang['menu']."</a><br/>";
mysql_close();
include "./../includes/footer.php";
?>