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


Viewing file:     Header.php (2.35 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class clsHeader { //Header class @1-CC982CB1

//Variables @1-1987AB94
    
var $FileName = "";
    var
$Redirect = "";
    var
$Tpl = "";
    var
$TemplateFileName = "";
    var
$BlockToParse = "";
    var
$ComponentName = "";

    
// Events;
    
var $CCSEvents = "";
    var
$CCSEventResult = "";
    var
$TemplatePath;
    var
$Visible;
//End Variables

//Class_Initialize Event @1-3515DD3C
    
function clsHeader()
    {
        
$this->Visible = true;
        if(
$this->Visible)
        {
            
$this->FileName = "Header.php";
            
$this->Redirect = "";
            
$this->TemplateFileName = "Header.html";
            
$this->BlockToParse = "main";

            
// Create Components
            
$this->kontakti_list = new clsControl(ccsLink, "kontakti_list", "kontakti_list", ccsText, "", CCGetRequestParam("kontakti_list", ccsGet));
            
$this->kontakti_list->Page = RelativePath . "/" .  "kontakti_list.php";
        }
    }
//End Class_Initialize Event

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

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

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

//Initialize Method @1-EDD74DD5
    
function Initialize()
    {
        
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "OnInitializeView");
        if(!
$this->Visible)
            return
"";
    }
//End Initialize Method

//Show Method @1-D9025435
    
function Show($Name)
    {
        global
$Tpl;
        
$block_path = $Tpl->block_path;
        
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "BeforeShow");
        if(!
$this->Visible)
            return
"";
        
$Tpl->LoadTemplate($this->TemplatePath . $this->TemplateFileName, $Name);
        
$Tpl->block_path = $Name;
        
$this->kontakti_list->Show();
        
$Tpl->Parse();
        
$Tpl->SetVar($Name, $Tpl->GetVar());
        
$Tpl->block_path = $block_path;
    }
//End Show Method

} //End Header 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.004 ]--