!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/classes/   drwxr-xr-x
Free 30.74 GB of 49.93 GB (61.58%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     listpage_dpdash.php (2.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class ListPage_DPDash extends ListPage_Dashboard
{
    
    
/**
     * Array of details preview master key
     * @var integer
     */
    
var $dpMasterKey = array ();
    
    var 
$showDetails false;


    
/**
     * Constructor, set initial params
     * @param array $params
     */
    
function __construct(&$params)
    {
        
parent::__construct($params);
        
        
$dashDetails $this->dashElementData["details"][$this->tName];
        
        
$this->showAddInPopup $dashDetails["add"];
        
$this->showEditInPopup $dashDetails["edit"];
        
$this->showViewInPopup $dashDetails["view"];        

        if(
$this->mobileTemplateMode())
            
$this->pageSize = -1;
        
        
$this->searchClauseObj->clearSearch();
        
        
$this->jsSettings['tableSettings'][$this->tName]['masterTable'] = $this->masterTable;
        
$this->jsSettings['tableSettings'][$this->tName]['firstTime'] = $this->firstTime;
        
$this->jsSettings['tableSettings'][$this->tName]['strKey'] = $this->getStrMasterKey();
    }
    
    
/**
     * Assigne Import Links or not
     */
    
function importLinksAttrs() 
    {
    }
    
    
/**
     * The stub preventing the detail page from showing a master info block
     */
    
function displayMasterTableInfo() 
    {
    }
    
    
/**
     * Process master key value
     * Set master key for create DPInline params
     */
    
function processMasterKeyValue() 
    {
        
parent::processMasterKeyValue();
        for(
$i 1$i <= count($this->masterKeysReq); $i++)
            
$this->dpMasterKey[] = $this->masterKeysReq[$i];
    }
    
    
/**
     * Get string of master keys for dpInline on Edit page
     */
    
function getStrMasterKey()
    {
        
$strkey = array();
        for(
$i 0$i count($this->dpMasterKey); $i++)
        {
            
$strkey[$i] = $this->dpMasterKey[$i];
        }
        return 
$strkey;    
    }
    
    
/**
     * A stub preventing the Search Panel from building
     */
    
function buildSearchPanel()
    {
    }
    function 
deleteAvailable() {
        return 
ListPage_Embed::deleteAvailable() &&  $this->dashElementData["details"][$this->tName]["delete"];
    }

    function 
editAvailable() {
        return 
ListPage_Embed::editAvailable() && $this->dashElementData["details"][$this->tName]["edit"];
    }

    function 
addAvailable() {
        return 
ListPage_Embed::addAvailable() && $this->dashElementData["details"][$this->tName]["add"];
    }

    function 
viewAvailable() {
        return 
ListPage_Embed::viewAvailable() && $this->dashElementData["details"][$this->tName]["view"];
    }

    function 
inlineEditAvailable() {
        return 
false
    }
    function 
inlineAddAvailable() {
        return 
false;
    }
}
?>

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