!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.29 GB of 96.73 GB (86.11%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     controller_favoritos.php (2.47 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"); 
$control= new control();
 
$encriptado=new Encriptor(); 
 
$anonimo=true;
if (
$control->usuario=="anonimo"){
    
$anonimo=true;
    
// redirigimos
    
?>
     <script type="text/javascript">
  window.location="<?echo "./index.php";?>";</script>
  <?}
  else
  {
      
$anonimo=false;
  }


// fin comprobacion identidad

// peticion sql:
$sql="select distinct t1.id_book,t1.leido,t1.fecha,t2.autor, t2.titulo, t2.genero, t2.subgenero, t2.inftp 
from "
.BBDD.".favoritos as t1, ".BBDD.".libros as t2 where t1.usuario='{$control->usuario}' and t1.id_book=t2.id and t1.leido < 2  and 3=3 order by t1.fecha desc ";  

?>


<div data-role="page" id="favoritos" 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"> 
                <h3 style='font-family: "fontin"; font-size : 1 em; text-align : center;'><img  style="width : 16px; height : 16px;" src='http://www.doctorfassman.com/wp-content/plugins/star-rating-for-reviews/images/star.png' /> de <? echo $control->usuario;?><br>Ordenados por fecha</h3>
            
            <div> 
                 <ul data-role="listview"> 
                 <? // aqui va la lista de los favoritos 
                    
if (!$anonimo)$res=mysql_query($sql,$conn);
            
                    while (
$row=mysql_fetch_array($res,$conn)){
                        
//
                        
?> <li> <?
                        $portada
=$localhost."/includes/".$row['id_book'].".jpg"
                        echo 
"<a href='./enlace.php?ID=".$encriptado->encrypt($row['id_book'])."'>";
                        
$portada=$localhost."/includes/".$row['id_book'].".jpg";
                        
?>                
                        <img src="<? echo $portada;?>" />
                        <h3><? echo utf8_encode($row['titulo']);?></h3>
                        <p style="font-size : 10px;"><? echo utf8_encode($row['autor']);?>
                        <img style="width : 8px; height : 8px;" src='http://www.doctorfassman.com/wp-content/plugins/star-rating-for-reviews/images/star.png' /> en fecha <?echo $row['fecha'];?>
                        </p> 
                        </a></li>   
                        <? ?>
                </div> <? //fin de lista de favoritos ?>
            
            </div>

        
        
        
    </div> <!--div role="content-primary"-->               
</div>   <!--div role="main"-->   

<br>
 <? include ("./footer.php");?>   
</div> <!-- div data-role="page" id="favoritos">  --> 

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