Вход Регистрация
Файл: pages/message.php
Строк: 132
<?
include_once('../apahe/ini.php');
$urlup='/pages/message';
$inc['title'] = 'Почта';
include_once(
'../apahe/top.php');

if (!isset(
$apache)){
header ('location: /input.dll');
exit;
}

switch (
$_GET['selest']){
default:

if (
$_GET['set']==okey){addod('Сообщение отправлено.');}

$total mysql_result(mysql_query("SELECT COUNT(*) FROM `friend-m` WHERE `id-apache` = '".int($apache['id'])."'"), 0);
nav_start($total10);
if (
$total!=0){
$message_c mysql_query("SELECT * FROM `friend-m` WHERE `id-apache` = '".int($apache['id'])."' ORDER BY `read` DESC LIMIT $start, 10");
while (
$message mysql_fetch_assoc($message_c)){

echo 
'<div class="main-href">';
echo 
'<table width="100%" cellspacing="0" cellpadding="0">';
echo 
'<tr><td class="apa-l">';
echo 
'<a href="/id-'.int($message['id-apach']).'.dll" title="'.name($message['id-apach']).'">';
echo 
''.apache($message['id-apach']).''.name($message['id-apach']).'</a>';
echo 
'</td>';

echo 
'<td class="apa-r">';
echo 
'<time>'.vtime($message['date']).'</time>';
echo 
'</td></tr>';
echo 
'</table>';
if(
$message['read']!=0)echo '<new>Не прочитано</new></br>';
if(
$message['read']==0)echo '<name>Прочитано</name></br>';
echo 
'<a href="message.dll?selest=view&id='.int($message['id']).'" title="Прочитать">Прочитать</a> &#124; ';
echo 
'<a href="message.dll?selest=delete&id='.int($message['id']).'" title="Удалить">Удалить</a>';
echo 
'</div>';

}}else{
error('Твоя почта пуста.');
}

view_nav('/pages/message.dll?');

break;
case 
'view':

$message mysql_fetch_assoc(mysql_query("SELECT * FROM `friend-m` WHERE `id` = '".int($_GET['id'])."'"));
if (!
$message){
header ('location: /pages/message.dll');
exit;
}

mysql_query("UPDATE `friend-m` SET  `read` = '0'  WHERE `id` = '".$message['id']."'");

echo 
'<div class="main-text">';
echo 
'<a href="message.dll" title="Почта">Почта</a>';
echo 
'</div>';

echo 
'<div class="main-href">';
echo 
'<table width="100%" cellspacing="0" cellpadding="0">';
echo 
'<tr><td class="apa-l">';
echo 
'<a href="/id-'.int($message['id-apach']).'.dll" title="'.name($message['id-apach']).'">';
echo 
''.apache($message['id-apach']).''.name($message['id-apach']).'</a>';
echo 
'</td>';

echo 
'<td class="apa-r">';
echo 
'<time>'.vtime($message['date']).'</time>';
echo 
'</td></tr>';
echo 
'</table>';
echo 
''.out($message['message']).'</br>';
echo 
'<a href="message.dll?selest=otvet&id='.int($message['id-apach']).'" title="Ответить">Ответить</a>';
echo 
'</div>';

break;
case 
'otvet':
$new_mess mysql_fetch_assoc(mysql_query("SELECT * FROM `apache` WHERE `id` = '".int($_GET['id'])."'"));
if (!
$new_mess){
header ('location: /pages/message.dll');
exit;
}

$friend_t mysql_result(mysql_query("SELECT COUNT(*) FROM `friend` WHERE `id-apache` = '".int($apache['id'])."' and `id-apach` = '".int($new_mess['id'])."'"), 0);
if (
$friend_t!=0){

if (isset(
$_POST['otvet-post-ok'])){
$message txt($_POST['message']);
$posts int($new_mess['id']);
$apa int($apache['id']);
if (empty(
$message)) $err .= 'Не введёно сообщение.</br>';
if (!empty(
$message) && (strlen($message) < || strlen($message) > 1024)) $err .= 'Неверная длина сообщения.</br>';
if (!isset(
$err)){
mysql_query("INSERT INTO `friend-m` SET `id-apache` = '".$posts."', `id-apach` = '".$apa."', `message` = '".$message."', `read` = '1', `date` = '".time()."'");
header('Location: /pages/message.dll?set=okey');
}}
error($err);

echo 
'<div class="main-text">';
echo 
'<a href="message.dll" title="Почта">Почта</a>';
echo 
'</div>';

echo 
'<div class="main-href"><form method="post" action="message.dll?selest=otvet&id='.int($new_mess['id']).'">';
echo 
'Сообщение: <a href="/module/infomation.dll?selest=smiles" title="Список смайлов">Смайлы</a> &#124; ';
echo 
'<a href="/module/infomation.dll?selest=bb-code" title="Список ББ-кодов">ББ-коды</a></br>';
echo 
'<textarea placeholder="Мах 1024 символов" name="message" maxlength="1024"></textarea></br>';
echo 
'<input type="submit" name="otvet-post-ok" title="Ответить" value="Ответить">';
echo 
'</form></div>';
}else{
header ('location: /pages/message.dll?selest=new&id='.int($new_mess['id']).'');
}
break;
case 
'delete':
$new_message mysql_fetch_assoc(mysql_query("SELECT * FROM `friend-m` WHERE `id` = '".int($_GET['id'])."'"));
if (!
$new_message){
header ('location: /pages/message.dll');
exit;
}
mysql_query("DELETE FROM `friend-m` WHERE `id` = '".int($new_message['id'])."'");
header ('location: /pages/message.dll');
break;
case 
'new':
$new_mess mysql_fetch_assoc(mysql_query("SELECT * FROM `apache` WHERE `id` = '".int($_GET['id'])."'"));
if (!
$new_mess){
header ('location: /pages/message.dll');
exit;
}

$friend_t mysql_result(mysql_query("SELECT COUNT(*) FROM `friend` WHERE `id-apache` = '".int($apache['id'])."' and `id-apach` = '".int($new_mess['id'])."'"), 0);
if (
$friend_t==0){

if (isset(
$_POST['new-post-ok'])){
$message txt($_POST['message']);
$posts int($new_mess['id']);
$apa int($apache['id']);
if (empty(
$message)) $err .= 'Не введёно сообщение.</br>';
if (!empty(
$message) && (strlen($message) < || strlen($message) > 1024)) $err .= 'Неверная длина сообщения.</br>';
if (!isset(
$err)){
$friend_t mysql_result(mysql_query("SELECT COUNT(*) FROM `friend` WHERE `id-apache` = '".int($apache['id'])."' and `id-apach` = '".int($apach['id'])."'"), 0);
if (
$friend_t==0){
if (
$apache['pol']==1)$mess_t='Вас добавил';
if (
$apache['pol']==2)$mess_t='Вас добавила';
mysql_query("INSERT INTO `apache-j` SET `id-apache` = '".$posts."', `id-apach` = '".$apa."', `message` = '".$mess_t."', `url` = '/pages/friend-".$apa."', `name-url` = 'в друзья', `read` = '1', `date` = '".time()."'");
mysql_query("INSERT INTO `friend` SET `id-apache` = '".$apa."', `id-apach` = '".$posts."', `date` = '".time()."'");
}
mysql_query("INSERT INTO `friend-m` SET `id-apache` = '".$posts."', `id-apach` = '".$apa."', `message` = '".$message."', `read` = '1', `date` = '".time()."'");
header('Location: /pages/message.dll?set=okey');
}}
error($err);

echo 
'<div class="main-text">';
echo 
'<a href="message.dll" title="Почта">Почта</a>';
echo 
'</div>';

echo 
'<div class="main-href"><form method="post" action="message.dll?selest=new&id='.int($new_mess['id']).'">';
echo 
'Сообщение: <a href="/module/infomation.dll?selest=smiles" title="Список смайлов">Смайлы</a> &#124; ';
echo 
'<a href="/module/infomation.dll?selest=bb-code" title="Список ББ-кодов">ББ-коды</a></br>';
echo 
'<textarea placeholder="Мах 1024 символов" name="message" maxlength="1024"></textarea></br>';
echo 
'<input type="submit" name="new-post-ok" title="Ответить" value="Ответить">';
echo 
'</form></div>';
}else{
header ('location: /pages/message.dll?selest=otvet&id='.int($new_message['id']).'');
}

break;
}

include_once(
'../apahe/bottom.php');
?>
Онлайн: 0
Реклама