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

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/wwwroot/xpmenu/   drwxrwxr-x
Free 83.11 GB of 96.73 GB (85.92%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

//make class file require
require('xpMenu.class.php');
//construct the class
$xpmenu = new xpMenu();

//add category and options on menu
//use the format: 
//addMenu("short_name")
//addCategory("short_name", "name", "image", "menu")
//addOption("short_name", "name", "image", "link", "category", "menu")
//remember: short_name can be anything without spaces or specials chars

$xpmenu->addMenu("menu1");

$xpmenu->addCategory("menusup1""Google Links on Menu 1""icons/network.gif""menu1");
    
$xpmenu->addOption("google""Google on Menu 1""icons/wmail.gif""http://www.google.com""menusup1""menu1");
    
$xpmenu->addOption("gmail""GMail on Menu 1""icons/news.gif""http://www.gmail.com""menusup1""menu1");
    
$xpmenu->addOption("maps""Google Maps on Menu 1""icons/wmail.gif""http://maps.google.com""menusup1""menu1");
    
$xpmenu->addOption("labs""Google Labs on Menu 1""icons/news.gif""http://labs.google.com""menusup1""menu1");

$xpmenu->addCategory("menusup2""My Links on Menu 1""icons/wmail.gif""menu1");
    
$xpmenu->addOption("inter""Internacional on Menu 1""icons/wmail.gif""http://www.internacional.com.br""menusup2""menu1");
    
$xpmenu->addOption("theblog""TheBlog.br on Menu 1""icons/news.gif""http://the.blog.br""menusup2""menu1");
    
$xpmenu->addOption("portalsi""PortalSI.info on Menu 1""icons/si.gif""http://www.portalsi.info""menusup2""menu1");

$xpmenu->addMenu("menu2");

$xpmenu->addCategory("menu2sup1""Google Links on Menu 2""icons/network.gif""menu2");
    
$xpmenu->addOption("google1""Google on Menu 2""icons/wmail.gif""http://www.google.com""menu2sup1""menu2");
    
$xpmenu->addOption("gmail1""GMail on Menu 2""icons/news.gif""http://www.gmail.com""menu2sup1""menu2");
    
$xpmenu->addOption("maps1""Google Maps on Menu 2""icons/wmail.gif""http://maps.google.com""menu2sup1""menu2");
    
$xpmenu->addOption("labs1""Google Labs on Menu 2""icons/news.gif""http://labs.google.com""menu2sup1""menu2");

$xpmenu->addCategory("menu2sup2""My Links on Menu 2""icons/wmail.gif""menu2");
    
$xpmenu->addOption("inter1""Internacional on Menu 2""icons/wmail.gif""http://www.internacional.com.br""menu2sup2""menu2");
    
$xpmenu->addOption("theblog1""TheBlog.br on Menu 2""icons/news.gif""http://the.blog.br""menu2sup2""menu2");
    
$xpmenu->addOption("portalsi1""PortalSI.info on Menu 2""icons/si.gif""http://www.portalsi.info""menu2sup2""menu2");    

$xpmenu->addMenu("menu3");

$xpmenu->addCategory("menu3sup1""Google Links on Menu 3""icons/network.gif""menu3");
    
$xpmenu->addOption("google2""Google on Menu 3""icons/wmail.gif""http://www.google.com""menu3sup1""menu3");
    
$xpmenu->addOption("gmail2""GMail on Menu 3""icons/news.gif""http://www.gmail.com""menu3sup1""menu3");
    
$xpmenu->addOption("maps2""Google Maps on Menu 3""icons/wmail.gif""http://maps.google.com""menu3sup1""menu3");
    
$xpmenu->addOption("labs2""Google Labs on Menu 3""icons/news.gif""http://labs.google.com""menu3sup1""menu3");

$xpmenu->addCategory("menu3sup2""My Links on Menu 3""icons/wmail.gif""menu3");
    
$xpmenu->addOption("inter2""Internacional on Menu 3""icons/wmail.gif""http://www.internacional.com.br""menu3sup2""menu3");
    
$xpmenu->addOption("theblog2""TheBlog.br on Menu 3""icons/news.gif""http://the.blog.br""menu3sup2""menu3");
    
$xpmenu->addOption("portalsi2""PortalSI.info on Menu 3""icons/si.gif""http://www.portalsi.info""menu3sup2""menu3");        

?>

<html>
<head>

<?
//javascript for the menu
echo $xpmenu->javaScript();
//css for menu
echo $xpmenu->style();
?>

</head>
<body bgcolor='#FFFFFF' marginheight='0' marginwidth='0' topmargin='0' leftmargin='0'>
    <table border='0' cellspacing='1' cellpadding='0' width='210' bgcolor='#f1f1ed'>
        <tr>
            <td valign='top'>
            <?
                
//show menu (put this where you want to show the XP Menu)
                
echo $xpmenu->mountMenu("menu1");
            
?>
              </td>
        </tr>
        <tr>
            <td valign='top'><br><br>
            <?
                
//show menu (put this where you want to show the XP Menu)
                
echo $xpmenu->mountMenu("menu2");
            
?>
        </tr>
        <tr>
            <td valign='top'><br><br>
            <?
                
//show menu (put this where you want to show the XP Menu)
                
echo $xpmenu->mountMenu("menu3");
            
?>
            <br>
              </td>
          </tr>
      </table>

  
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0035 ]--