Файл: delmsg.php
Строк: 169
<?
##################################################################################################
## 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");
switch($mod) {
case 'delall':
if (isset($go)){
mysql_query ("update zapiski set insend = '0' WHERE idwho = '".$id."'");
mysql_query ("update zapiski set ininc = '0' WHERE idtowhom = '".$id."'");
mysql_query ("delete from zapiski WHERE (insend = '0')and(ininc = '0')");
if ($ver=="wml"){
echo $xml;
echo $dtd;
echo "<wml>n";
echo "<card id="deleted" title="Готово!" ontimer="chatmail.php?$ses&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=chatmail.php?$ses&ref=$ref">";
echo "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>";
echo "<div align="center">";
}
echo $fsize1;
echo "Все Ваши письма удалены!n";
echo $fsize2;
if ($ver=="wml")echo "</p></card></wml>n";
else echo "</div></body></html>n";
mysql_close ($link);
exit;
}
if (!ctype_digit($im)) { header("Location: index.php"); die; }
$r = mysql_query ("Select idtowhom,idwho from zapiski WHERE klu4 = '".$im."' ");
$a = mysql_fetch_array($r);
if ((mysql_affected_rows() != 0)&&(($a["idtowhom"]==$id)||($a["idwho"]==$id))){
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 (isset($ininc)) echo "<card id="deleted" title="Удалено" ontimer="inbox.php?s=$s&$ses&ref=$ref"><timer value="10"/>n";
else echo "<card id="deleted" title="Удалено" ontimer="outbox.php?s=$s&$ses&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>";
if (isset($ininc)) echo "<META HTTP-EQUIV="Refresh" CONTENT="2; URL=inbox.php?s=$s&$ses&ref=$ref">";
else echo "<META HTTP-EQUIV="Refresh" CONTENT="2; URL=outbox.php?s=$s&$ses&ref=$ref">";
echo "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>";
echo "<div align="center">";
}
echo $fsize1;
echo "Письмо удалено!n";
echo $fsize2;
if (isset($insend)) mysql_query ("update zapiski set insend = '0' WHERE klu4 = '".$im."' ");
if (isset($ininc)) mysql_query ("update zapiski set ininc = '0' WHERE klu4 = '".$im."' ");
mysql_query ("delete from zapiski WHERE (insend = '0')and(ininc = '0')");
if ($ver=="wml")echo "</p></card></wml>n";
else echo "</div></body></html>n";
mysql_close ($link);
} else {
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="error" title="Ошибка" ontimer="chatmail.php?$ses&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=chatmail.php?$ses&ref=$ref">";
echo "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>";
echo "<div align="center">";
}
echo $fsize1;
echo "Ошибка при удалении (это сообщение не Ваше или его вообще нет)n";
echo $fsize2;
if ($ver=="wml")echo "</p></card></wml>n";
else echo "</div></body></html>n";
mysql_close ($link);
}
break;
case 'delusermsg':
settype($usid, 'integer');
$select = mysql_query ("select id,user from users where id = '".$usid."'");
$rows = mysql_fetch_array ($select);
$user = $rows["user"];
if (isset($insend)) mysql_query ("update zapiski set insend = '0' WHERE idwho = '".$id."' and idtowhom = '".$usid."'");
if (isset($ininc)) mysql_query ("update zapiski set ininc = '0' WHERE idtowhom = '".$id."' and idwho = '".$usid."'");
mysql_query ("delete from zapiski WHERE (insend = '0')and(ininc = '0') and idtowhom = '".$id."'");
if ($ver=="wml"){
echo $xml;
echo $dtd;
echo "<wml>n";
if (isset($ininc)) echo "<card id="deleted" title="Удалено" ontimer="inbox.php?s=$s&$ses&ref=$ref"><timer value="10"/>n";
else echo "<card id="deleted" title="Удалено" ontimer="outbox.php?s=$s&$ses&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>";
if (isset($ininc)) echo "<META HTTP-EQUIV="Refresh" CONTENT="2; URL=inbox.php?s=$s&$ses&ref=$ref">";
else echo "<META HTTP-EQUIV="Refresh" CONTENT="2; URL=outbox.php?s=$s&$ses&ref=$ref">";
echo "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>";
echo "<div align="center">";
}
echo $fsize1;
echo "Все Ваши письма от <b>".$user."</b> УДАЛЕНЫ!n";
echo $fsize2;
if ($ver=="wml")echo "</p></card></wml>";
else echo "</div></body></html>";
mysql_close ($link);
break;
}
?>