!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/1a1b/m/   drwxrwxr-x
Free 83.28 GB of 96.73 GB (86.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     controller_cat.php (2.21 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<? include ("header.php");?>
<body>

<?// aqui, metemos la comprobación. De no estar identificado, lo largamos a index.php
include ("/home/wwwroot/frames/conn.php");
include (
"/home/wwwroot/frames/classes/class.log.php"); 
mysql_query("SET NAMES 'utf8'",$conn); 
$control= new control();
 
$encriptado=new Encriptor(); 
if (
$control->usuario=="anonimo"){
    
// redirigimos
    
?>
     <script type="text/javascript">
  window.location="<?echo "/1a1b/m/index.php";?>";</script>
  <?}
 
// fin comprobacion identidad

 
$cat=reSanitizar($encriptado->decrypt($_REQUEST['id']));
   
$sql="SELECT subgenero FROM ".BBDD.".tipo where  genero = '$cat' ORDER BY subgenero";

$res=mysql_query($sql,$conn); 

 
 
 
 
?>
<div data-role="page" id="controller_cat" data-theme="<?echo $formato;?>">
 <?//echo cabecera();?> 
<div role="main" class="ui-content" data-role="content">
        <div class="content-primary">
        <div class="ui-body ui-body-b ui-corner-all"> 
                <p style='text-align : center'><h3>Libros en  <?echo "$cat";?></h3></p>
                </div>
        
        <div class="ui-body ui-body-b ui-corner-all"> 
        <ul class="ui-listview" data-role="listview">    
        <?
        
        
while($row=mysql_fetch_array($res)){
            
$subgenero=$row['subgenero'];
            
             
$sql2="select count(*) as total from ".BBDD.".libros  where inftp=1 and genero='".$cat."' and subgenero ='".$row['subgenero']."'";
      
$contador=mysql_fetch_array(mysql_query($sql2,$conn));
      
?>        <li class="ui-btn ui-btn-icon-right ui-li-has-arrow ui-li ui-btn-up-c" data-theme="<?echo $formato;?>"><div class="ui-btn-inner ui-li" aria-hidden="true"><div class="ui-btn-text"><a rel="external" href="<? echo "./controller_subcat.php?id=".$encriptado->encrypt($row['subgenero']); ?>&id2=<?echo $_REQUEST['id']; ?>"><? echo $row['subgenero'];?></a></div><span class="ui-li-count ui-btn-up-c ui-btn-corner-all"><? echo  $contador['total'];?></span><span class="ui-icon-arrow-r ui-icon-shadow"></span></div></li> 
<?}?>
</ul>
        
        
    </div> <!-- class="ui-body ui-body-b ui-corner-all -->     
    
    </div> <!--div role="content-primary"-->               
</div>   <!--div role="main"-->   
<? include ("./footer.php");?> 
</div> <!-- div data-role="page" id="controller_cat">  --> 

</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.0046 ]--