!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/matadin2017/   drwxr-xr-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:     GeneralLargaPC1.php (2.43 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
//echo 'hola';die();
include('class.MySqliDB.php');
include(
'globals.php');
$Debug1;
$ConnectionArray= array('Server'=>Server,
                        
'Usser'=>User,
                        
'Pass'=>Pass,
                        
'Db'=>Db);
$ConnMysql= new MysqliDB($ConnectionArray);
$Sql= ("SET NAMES UTF8");
$ConnMysql->EnviarQuery($Sql);
$Sql'';
$Title'';

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="UTF-8" />
    <title>Clasificaci&oacute;n General 13 Km</title>
    <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
    <link rel="shortcut icon" href="favicon.ico">

    
</head>
<body>
    <div id="Logo" style="margin-left:20px;">
        <!--img src="css/Escudo.png" width="45" height="79" /><span class="Logo"><?php echo VarTitle;?></span-->
        <img src="css/cmmClaroS.jpg" width="75" height="75" /><span class="Logo"><?php echo VarTitle;?></span>
    </div>
    <div id="Contenedor" class="Contenedor">
<?php
$Sql
=     "SELECT `Dorsal`,`Nombre`,`Apellidos`,`CATEGORIA`,`PC1` 
        FROM `"
.Db."`.`inscripcion_unificada_mini` WHERE `Carrera` = 'LARGA' AND `PC1` IS NOT NULL ORDER BY `PC1` ASC";
$ConnMysql->EnviarQuery($Sql);
$ConnMysql->ResultadoObjeto();
//echo "<pre>";print_r($ConnMysql->ArrayResultado);die();

$Title'Tiempo de paso Control Intermedio Carrera 30,3 Km';    
if(
$ConnMysql->MySqliResult->num_rows != 0)
    {    
?>
    <br />
    <span class="Titulo"><?php echo $Title;?></span>
    <br />
    <!--span class="Texto15 Negrita left10">INICIO DE LA CARRERA: <?php echo $HoraInicio;?></span-->
    <table style="margin-left:10px;" width="95%">
        <tr>
            <th class="TEncabezado">Orden<br />Llegada</th>
            <th class="TEncabezado">Dorsal</th>
            <th class="TEncabezado">Nombre</th>
            <th class="TEncabezado">Apellidos</th>
            <th class="TEncabezado">Categoria</th>
            <th class="TEncabezado">Crono</th>
        </tr>        
<?php    
    $i
1;
    foreach(
$ConnMysql->ArrayResultado as $FDatos)
        {
        if(
$i%2)echo '<tr class="TImpar">';else     echo '<tr class="TPar">';
        echo 
sprintf("<td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>",
                    
$i,$FDatos->Dorsal,$FDatos->Nombre,$FDatos->Apellidos,$FDatos->CATEGORIA,$FDatos->PC1);
        
$i++;
        }
?>    </table>    <?php    
    
}
else{echo 
'<span>NO HAY CORREDORES FINALIZADOS</span>';}    



?>
    </div>
</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.0031 ]--