View file mailadmin.php

File size: 7.53Kb
<?php

header("Cache-Control: no-cache");
if ($ver=="wml")header ("Content-type:text/vnd.wap.wml; charset=utf-8");
else header("Content-Type:text/html; charset=UTF-8");

require("inc.php");
$link = connect_db();
list($row, $id, $ps, $fsize1, $fsize2) = check_login($link);
require("version.php");

if(isset($go)) {
@$to = str_replace(chr("13"), " ", $to);
@$to = str_replace(chr("10"), " ", $to);
@$to = str_replace("\\n", " ", $to);
@$to = str_replace(" ", "  ", $to);
@$to=substr($to,0,100);
@$to = str_replace("  ", " ", $to);
@$to=ereg_replace(" +"," ",$to);
@$to = trim(" $to ");
if (!eregi("^[a-z0-9\._-]+@[a-z0-9\._-]+\.[a-z]{2,4}\$", $to))$err="Неверный формат e-mail адреса";
@$subject = str_replace(chr("13"), " ", $subject);
@$subject = str_replace(chr("10"), " ", $subject);
@$subject = str_replace("\\n", " ", $subject);
@$subject = str_replace(" ", "  ", $subject);
@$subject = str_replace("  ", " ", $subject);
@$subject=ereg_replace(" +"," ",$subject);
@$subject = trim(" $subject ");
@$subject = str_replace("", "", $subject);
@$subject = str_replace("", "", $subject);
@$subject = str_replace("", "", $subject);
@$subject = str_replace("", "", $subject);
@$subject = str_replace("", "", $subject);
@$subject = str_replace("", "", $subject);
@$subject= str_replace("\\", "", $subject);
@$mail = str_replace(chr("13"), " ", $mail);
@$mail = str_replace(chr("10"), " ", $mail);
@$mail = str_replace("\\n", " ", $mail);
@$mail = str_replace(" ", "  ", $mail);
@$mail = str_replace("  ", " ", $mail);
@$mail=ereg_replace(" +"," ",$mail);
@$mail = trim(" $mail ");
@$mail = str_replace("", "", $mail);
@$mail = str_replace("", "", $mail);
@$mail = str_replace("", "", $mail);
@$mail = str_replace("", "", $mail);
@$mail = str_replace("", "", $mail);
@$mail = str_replace("", "", $mail);
@$mail= str_replace("\\", "", $mail);
@$body = str_replace(chr("13"), " ", $body);
@$body = str_replace(chr("10"), " ", $body);
@$body = str_replace("\\n", " ", $body);
@$body = str_replace(" ", "  ", $body);
@$body = str_replace("  ", " ", $body);
@$body=ereg_replace(" +"," ",$body);
@$body = trim(" $body ");
@$body = str_replace("", "", $body);
@$body = str_replace("", "", $body);
@$body = str_replace("", "", $body);
@$body = str_replace("", "", $body);
@$body = str_replace("", "", $body);
@$body = str_replace("", "", $body);
@$body= str_replace("\\", "", $body);
if(@$body==="")$err="Не заполнено поле ввода \"Письмо\"";

if(!isset($err)){
$select = @mysql_query ("Select user,id from users where id='11'");
$row2 = mysql_fetch_array ($select);
$nick = $row2["user"];
$usid = $row2["id"];
$data = date("d-M-Y [H:i]");
$kol = rand(0,99999999);
$time = time();
@mysql_query("Insert into zapiski set klu4='".$kol."', who ='".$user."', idwho ='".$id."', message = '".$body ."', towhom = '".$nick."', idtowhom = '".$usid."', time = '".$time."', readd = '0', topic = '".$subject."', date='".$data."'");
$user = utf_to_win($user);
$user=substr($user,0,11);
$subject = utf_to_win($subject);
$subject=substr($subject,0,100);
$body = utf_to_win($body);
$body=substr($body,0,1000);
$mail = utf_to_win($mail);
$mail=substr($mail,0,100);
$now= date("j-m-Y");
$body = "Вам письмо от: Юзера: $user \n Обратная связь: $mail \n Сообщение: $body \n Дата: $now \n Письмо отправлено с чата Регион-56";
$subject = convert_cyr_string($subject, 'w','k');
$body = convert_cyr_string($body, 'w','k');
$mail = convert_cyr_string($mail, 'w','k');
$adds = "From: ".$mailadmin." \n";
$adds .= "X-sender: < ".$mailadmin." >\n";
$adds .= "Content-Type: text/plain; charset=koi8-r\n";
mail($to,$subject,$body,$adds);
if ($ver=="wml"){
echo $xml;
echo $dtd;
echo "<wml>\n";
echo "<head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>\n";
echo "<card id=\"ok\" title=\"Мыло Админу\" ontimer=\"enter.php?$ses&amp;ref=$ref\"><timer value=\"10\"/>\n";
echo "<p align=\"center\">\n";
}else{
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
if($row["skin"]=="0"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css.css\"/>";}if($row["skin"]=="1"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css1.css\"/>";}if($row["skin"]=="2"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css2.css\"/>";}if($row["skin"]=="3"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css3.css\"/>";}
echo "<title>Письмо для Админа</title>";
echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"2; URL=enter.php?$ses&amp;ref=$ref\">";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/></head><body>";
echo "<div align=\"center\">";
}
echo $fsize1;
echo "<b>Ваше письмо для Админа было успешно отправлено!</b>\n";
echo $fsize2;
if ($ver=="wml")echo "</p></card></wml>\n";
else echo "</div></body></html>\n";
exit;
}
}
$yourmail=$row["mail"];
$user=$row["user"];
if(strstr($yourmail,"<a href=\""))
{
$t = strpos($yourmail,"\">");
$yourmail = substr($yourmail,0,$t);
$e=strlen($yourmail);
$yourmail = substr($yourmail,51,$e);
}
if ($ver=="wml"){
echo $xml;
echo $dtd;
echo "<wml>\n";
echo "<head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>\n";
echo "<card id=\"send\" title=\"Мыло Админу\">\n";
echo "<p align=\"center\">\n";
}else{
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
if($row["skin"]=="0"){
echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css.css\"/>";}
if($row["skin"]=="1"){
echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css1.css\"/>";}
if($row["skin"]=="2"){
echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css2.css\"/>";}
if($row["skin"]=="3"){
echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css3.css\"/>";}
echo "<title>Мыло Админу</title>";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/></head><body>";
echo "<div align=\"center\">";
echo "<form action=mailadmin.php?$ses&amp;go=send method=post title=\"Сказать\">\n";
}
if(isset($err))echo "$err<br/>\n";
$adr=$to;
echo $fsize1;
echo "Сообщение будет посланно одновременно Админу на мыло и в записки в чате.<br/>\n";
echo $divide;
echo "Тема:<br/>\n";
echo $fsize2;
echo "<input name=\"subject\" maxlength=\"100\" title=\"subject\"/><br/>\n";
echo $fsize1;
echo "РџРёСЃСЊРјРѕ:<br/>\n";
echo $fsize2;
echo "<input name=\"body\" title=\"body\"/><br/>\n";
echo $fsize1;
echo "Ваш e-mail:<br/>\n";
echo $fsize2;
echo "<input name=\"mail\" maxlength=\"100\" value=\"$yourmail\" title=\"body\"/><br/>\n";
if ($ver=="wml"){
echo $fsize1;
echo "<anchor title=\"Sign\">Отправить<go href=\"mailadmin.php?$ses&amp;go=send\" method=\"post\">\n";
echo "<postfield name=\"to\" value=\"Yakudze@mail.ru\"/>\n";
echo "<postfield name=\"subject\" value=\"$(subject)\"/>\n";
echo "<postfield name=\"body\" value=\"$(body)\"/>\n";
echo "<postfield name=\"mail\" value=\"$(mail)\"/>\n";
echo "<postfield name=\"user\" value=\"$user\"/>\n";
echo "</go></anchor><br/>\n";
echo $fsize2;
}else{
echo "<input type=hidden name=\"to\" value=\"seaquest@mail.ru\"/>\n";
echo "<input type=submit value=\"Отправить\"/></form><br/>\n";
}
echo $fsize1;
echo $divide;
if (isset ($rm))echo "<a href=\"chat.php?$ses&amp;rm=$rm\">В чат</a><br/>\n";
else echo "<a href=\"enter.php?$ses&amp;ref=$ref\">Прихожая</a>\n";
echo $fsize2;
include_once"foot2.php";
?>