!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/home/h33678/data/www/musvin.pp.ua/modules/zzzsitemap/   drwxr-xr-x
Free 117.18 GB of 200.55 GB (58.43%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     module.php (1.32 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
class Sitemap
{
    var 
$UserMode   true;
    var 
$AdminMode  false;
    var 
$SearchMode false;
    var 
$PanelMode  false;
    var 
$Table;
    var 
$Directory;
    var 
$ClassName 'Sitemap';
    function 
Sitemap()
    {
    }
    function 
User()
    {                
         global 
$ulang$ULANG$Modules;
         
$Menu[0] = $Modules ['TopMenu'];        
         
$Menu[1] = $Modules ['LeftMenu'];
         
$html "<ul class=\"PagesList\" style=\"margin: 0 auto; width: 300px;\">";
         for (
$m 0$m 2$m++)        
         foreach(
$Menu[$m]->StandardTree as $key => $value)
         {
             if (
$value['depth'] == 0
                 continue;
            
$ml 0;
             for (
$i 1$i $value['depth']; $i++)
                 
$ml += 20;
             
$link $value['item_link'];
             
$html .= "<li class=\"Page\" style=\"margin-left:{$ml}px\">";
            if (
strlen(trim($link)) > 0)
                 
$html .= "<a href=\"$link\">".$value['item_title_'.$ulang]."</a><br />";
            else
                
$html .= "<a>".$value['item_title_'.$ulang]."</a><br />";
             
$html .= "</li>";
         }
        
$navigator = new AMNavigator();
        
$navigator->AddLink($ULANG['SiteMap'], "/sitemap");
        
$result['Title'] = $ULANG['SiteMap'];
        
$result['Content'] = $html;
        
$result['GlobalParams']['PageTitle'] = $navigator->GetTitleForPage();
        
$result['Module'] = $this->ClassName;    
        
$result['Print']  = true;    
        return 
$result;
    }    


$Modules [] = new Sitemap();
?>

:: 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 PinoyWH1Z | C99Shell Github | Generation time: 0.012 ]--