!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/user/admin/   drwxr-xr-x
Free 3.9 GB of 27.03 GB (14.41%)
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 (4.78 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class clsHeader { //Header class @1-CC982CB1

//Variables @1-5DD9E934
    
var $ComponentType = "IncludablePage";
    var
$Connections = array();
    var
$FileName = "";
    var
$Redirect = "";
    var
$Tpl = "";
    var
$TemplateFileName = "";
    var
$BlockToParse = "";
    var
$ComponentName = "";

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

//Class_Initialize Event @1-72F4DC07
    
function clsHeader($RelativePath, $ComponentName, & $Parent)
    {
        global
$CCSLocales;
        global
$DefaultDateFormat;
        
$this->ComponentName = $ComponentName;
        
$this->RelativePath = $RelativePath;
        
$this->Visible = true;
        
$this->Parent = & $Parent;
        
$this->FileName = "Header.php";
        
$this->Redirect = "";
        
$this->TemplateFileName = "Header.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-3B7707BE
    
function Initialize()
    {
        global
$FileName;
        global
$CCSLocales;
        if(!
$this->Visible)
            return
"";

        
// Create Components
        
$this->admin_list = & new clsControl(ccsLink, "admin_list", "admin_list", ccsText, "", CCGetRequestParam("admin_list", ccsGet), $this);
        
$this->admin_list->Page = $this->RelativePath . "admin_list.php";
        
$this->statistika_list = & new clsControl(ccsLink, "statistika_list", "statistika_list", ccsText, "", CCGetRequestParam("statistika_list", ccsGet), $this);
        
$this->statistika_list->Page = $this->RelativePath . "statistika_list.php";
        
$this->Link1 = & new clsControl(ccsLink, "Link1", "Link1", ccsText, "", CCGetRequestParam("Link1", ccsGet), $this);
        
$this->Link1->Parameters = CCGetQueryString("QueryString", array("ccsForm"));
        
$this->Link1->Page = $this->RelativePath . "servisi_list.php";
        
$this->Link2 = & new clsControl(ccsLink, "Link2", "Link2", ccsText, "", CCGetRequestParam("Link2", ccsGet), $this);
        
$this->Link2->Parameters = CCGetQueryString("QueryString", array("ccsForm"));
        
$this->Link2->Page = $this->RelativePath . "e_mail_izd_list.php";
        
$this->Link3 = & new clsControl(ccsLink, "Link3", "Link3", ccsText, "", CCGetRequestParam("Link3", ccsGet), $this);
        
$this->Link3->Parameters = CCGetQueryString("QueryString", array("ccsForm"));
        
$this->Link3->Page = $this->RelativePath . "e_mail_adr_list.php";
        
$this->Link4 = & new clsControl(ccsLink, "Link4", "Link4", ccsText, "", CCGetRequestParam("Link4", ccsGet), $this);
        
$this->Link4->Parameters = CCGetQueryString("QueryString", array("ccsForm"));
        
$this->Link4->Page = $this->RelativePath . "izdanja_list.php";
        
$this->phpSP_user_list = & new clsControl(ccsLink, "phpSP_user_list", "phpSP_user_list", ccsText, "", CCGetRequestParam("phpSP_user_list", ccsGet), $this);
        
$this->phpSP_user_list->Page = $this->RelativePath . "phpSP_user_list.php";
        
$this->BindEvents();
        
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "OnInitializeView", $this);
    }
//End Initialize Method

//Show Method @1-03C7080B
    
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->admin_list->Show();
        
$this->statistika_list->Show();
        
$this->Link1->Show();
        
$this->Link2->Show();
        
$this->Link3->Show();
        
$this->Link4->Show();
        
$this->phpSP_user_list->Show();
        
$Tpl->Parse();
        
$Tpl->block_path = $block_path;
        
$Tpl->SetVar($this->ComponentName, $Tpl->GetVar($this->ComponentName));
    }
//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.0037 ]--