Вход Регистрация
Файл: mail/index2.php
Строк: 21
<?php

require_once '../incfiles/core.php';
require_once 
'../incfiles/func.php';
require_once 
'../incfiles/auth.php';
require_once 
'../incfiles/user.php';





    require_once 
'handler/del.php';
    
    
$title lang('Мои Сообщения','Мої Повідомлення');
    require_once 
'../incfiles/head.php';

    echo 
'<div class="title">'.lang('Диалоги','Діалоги').'</div>';

    
        
$res mysql_query("SELECT * FROM `mail_dialog` WHERE `text` like '%http%'  ORDER by `time` DESC  ");
        while (
$arr mysql_fetch_array($res))
        {
            echo 
'<b>'.user_name3($arr['for_id'],0,0).'</b> - to <b>'.user_name3($arr['from_id'],0,0).'</b> - ';
            echo 
$arr['text'];
            
            echo 
'<hr></br>';
        }
    

    
navi($p,$cp,'/mail/?');
    
    
    


require_once 
'../incfiles/foot.php';

?>
Онлайн: 0
Реклама