Файл: mail.php
Строк: 145
<?php
##################################################################################################
## Version : 4.0 (28.04.2007) ##
## Made by : Neformat ##
## ICQ : 209534802 ##
## По вопросам приобритения скрипта или обновлений для него обращатьтся на вышеуказанные данные. ##
## Распространение скрипта другими лицами запрешено. Скрипт защищён законом об авторском праве. ##
##################################################################################################
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)){
$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 = "Вам письмо от: $mail n $body n $now n Это письмо послано через почтовый сервис wap-сайта http://supporn";
$subject = convert_cyr_string($subject, 'w','k');
$body = convert_cyr_string($body, 'w','k');
$mail = convert_cyr_string($mail, 'w','k');
$adds = "From: support@supporn.ru n";
$adds .= "X-sender: < supporn@supporn.ru >n";
$adds .= "Content-Type: text/plain; charset=koi8-rn";
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";
if($rm=="enter") echo "<card id="ok" title="ok" ontimer="enter.php?$ses&ref=$ref"><timer value="10"/>n";
else echo "<card id="ok" title="ok" ontimer="chat.php?$ses&rm=$rm&ref=$ref"><timer value="10"/>n";
echo "<do type="prev" label="Назад"><prev/></do>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">";
echo "<head><link rel="stylesheet" type="text/css" href="css/css.css"/>";
echo "<title>ОК</title>";
if($rm=="enter") echo "<META HTTP-EQUIV="Refresh" CONTENT="2; URL=enter.php?$ses&ref=$ref">";
else echo "<META HTTP-EQUIV="Refresh" CONTENT="2; URL=chat.php?$ses&rm=$rm&ref=$ref">";
echo "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>";
echo "<div align="center">";
}
echo $fsize1;
echo "<b>Ваше письмо для $to успешно отправлено</b>n";
echo $fsize2;
if ($ver=="wml")echo "</p></card></wml>";
else echo "</div></body></html>";
exit;
}
}
$yourmail=$row["mail"];
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">";
echo "<head><link rel="stylesheet" type="text/css" href="css/css.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=mail.php?$ses&go=send method=post title="Сказать">n";
}
if(isset($err))echo "$err<br/>n";
$adr=$to;
echo $fsize1;
echo "РљРѕРјСѓ:<br/>n";
echo $fsize2;
echo "<input name="to" maxlength="100" value="$adr" title="to"/><br/>n";
echo $fsize1;
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-M@il:<br/>n";
echo $fsize2;
echo "<input name="mail" maxlength="100" value="$yourmail" title="body"/><br/>n";
if ($ver=="wml"){
echo "<anchor title="Sign">Отправить<go href="mail.php?$ses&rm=$rm&go=send" method="post">n";
echo "<postfield name="to" value="$(to)"/>n";
echo "<postfield name="subject" value="$(subject)"/>n";
echo "<postfield name="body" value="$(body)"/>n";
echo "<postfield name="mail" value="$(mail)"/>n";
echo "</go></anchor>n";
echo $fsize2;
echo "<br/>n";
}else{
echo "<input type=submit value="Отправить"/></form>n";
}
echo $fsize1;
echo $divide;
if($rm=="enter"){
echo "<a href="enter.php?$ses&r=$ref">На улицу</a>n";
} else {
echo "<a href="chat.php?$ses&rm=$rm&r=$ref">В чат</a>n";
}
echo $fsize2;
if ($ver=="wml")echo "</p></card></wml>";
else echo "</div></body></html>";
mysql_close($link);
?>