Вход Регистрация
Файл: mailadmin.php
Строк: 150
<?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); 
@
$subjectstr_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-[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 Письмо отправлено с чата Record";
$subject = convert_cyr_string($subject, 'w','k');
$body = convert_cyr_string($body, 'w','k');
$mail = convert_cyr_string($mail, 'w','k');
$adds = "Fromsupport@record.ru n"; 
$adds .= "X-sender: < supporn@record.ru >n";
$adds .= "Content-Typetext/plaincharset=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";
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">";
echo "
<head><link rel="stylesheet" type="text/css" href="css/css.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">";
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=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="$yourmailtitle="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="Bce-ok@bk.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="Bce-ok@bk.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;
if (
$ver=="wml")echo "</p></card></wml>n";
else echo "
</div></body></html>n";
mysql_close(
$link);  
?>
Онлайн: 1
Реклама