!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/home/mnnews/public_html/mina/manage/   drwxr-xr-x
Free 3.95 GB of 27.03 GB (14.61%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Footer.php (2.79 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class clsFooter { //Footer class @1-D2159D74

//Variables @1-51D7F06F
    
public $ComponentType = "IncludablePage";
    public
$Connections = array();
    public
$FileName = "";
    public
$Redirect = "";
    public
$Tpl = "";
    public
$TemplateFileName = "";
    public
$BlockToParse = "";
    public
$ComponentName = "";
    public
$Attributes = "";

    
// Events;
    
public $CCSEvents = "";
    public
$CCSEventResult = "";
    public
$RelativePath;
    public
$Visible;
    public
$Parent;
//End Variables

//Class_Initialize Event @1-24C28DFC
    
function clsFooter($RelativePath, $ComponentName, & $Parent)
    {
        global
$CCSLocales;
        global
$DefaultDateFormat;
        
$this->ComponentName = $ComponentName;
        
$this->RelativePath = $RelativePath;
        
$this->Visible = true;
        
$this->Parent = & $Parent;
        
$this->FileName = "Footer.php";
        
$this->Redirect = "";
        
$this->TemplateFileName = "Footer.html";
        
$this->BlockToParse = "main";
        
$this->TemplateEncoding = "CP1252";
    }
//End Class_Initialize Event

//Class_Terminate Event @1-32FD4740
    
function Class_Terminate()
    {
        
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "BeforeUnload", $this);
    }
//End Class_Terminate Event

//BindEvents Method @1-0DAD0D56
    
function BindEvents()
    {
        
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "AfterInitialize", $this);
    }
//End BindEvents Method

//Operations Method @1-7E2A14CF
    
function Operations()
    {
        global
$Redirect;
        if(!
$this->Visible)
            return
"";
    }
//End Operations Method

//Initialize Method @1-718EF555
    
function Initialize()
    {
        global
$FileName;
        global
$CCSLocales;
        global
$DefaultDateFormat;
        if(!
$this->Visible)
            return
"";
        
$this->Attributes = & $this->Parent->Attributes;
        
$this->BindEvents();
        
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "OnInitializeView", $this);
    }
//End Initialize Method

//Show Method @1-DB18A0ED
    
function Show()
    {
        global
$Tpl;
        global
$CCSLocales;
        
$block_path = $Tpl->block_path;
        
$Tpl->LoadTemplate("/" . $this->TemplateFileName, $this->ComponentName, $this->TemplateEncoding, "remove");
        
$Tpl->block_path = $Tpl->block_path . "/" . $this->ComponentName;
        
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "BeforeShow", $this);
        if(!
$this->Visible) {
            
$Tpl->block_path = $block_path;
            
$Tpl->SetVar($this->ComponentName, "");
            return
"";
        }
        
$this->Attributes->Show();
        
$Tpl->Parse();
        
$Tpl->block_path = $block_path;
        
$Tpl->SetVar($this->ComponentName, $Tpl->GetVar($this->ComponentName));
    }
//End Show Method

} //End Footer Class @1-FCB6E20C


?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0034 ]--