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


Viewing file:     comments.php (1.76 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();

 include (
"useragent.php");

 
$encriptado=new Encriptor(); 
if (
$control->usuario=="anonimo"){
    
// redirigimos
    
?>
     <script type="text/javascript">
  window.location="<?echo "./index.php";?>";</script>
  <?}


// fin comprobacion identidad
include("./estilo_bocata.html"); 

 
$ccadena=$encriptado->decrypt($_REQUEST['t']);
// fin comprobacion identidad
$parametros=explode ("@",$ccadena);
$id=$parametros[0];
$usuario=$parametros[1];

$sql="select * from ".BBDD.".comentarios where bookid=$id order by fecha asc ";
$res=mysql_query($sql,$conn);




?>


<div data-role="page" id="comments"  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">
  

<? 
$counter
=0;
while (
$row=mysql_fetch_array($res)){
    if (
$counter==0){
        
$usuario="Comentario inicial";
    }else{
        
$usuario=$row['usuario'];
    }
    if (
counter/2==intval($countewr/2)){
        
$color="#FFFFFF";
    }else{
        
$color="#F0FEFF";
    }
$counter ++;
echo 
"<h3 style='font-family: ".'"fontin"'.";'>$usuario ({$row['fecha']})</h3>"
?>
<div class="calloutUp">
<div class="calloutUp2">
</div>
</div>
<div class="divContainerUp">
<? echo utf8_encode($row['comentario']);?>
</div>
 
      <?
// fin del while
?>
     </div> 
         </div><!--/content-primary -->    
    </div> <!--div role="main"-->
         <? include ("./footer.php");?> 
</div> <!-- div data-role="page" id="home">  -->
</body>    

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