!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:     ClasificacionGeneralLargaExcel.php (3.45 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
header 
"Content-type: application/vnd.ms-excel" );
header "Content-Disposition: attachment; filename=GeneralLarga.xls" );
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'';
$Sql'';

?>
<!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>Informes</title>
    <link rel="shortcut icon" href="favicon.ico">
    <style>
        .Logo    {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 50px;
            font-weight: bold;
            color: #33C;
            margin-left:10px;
            }
        .Titulo    {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 30px;
            font-weight: bold;
            color: #393;
            margin-left:10px;    
            }
            
        .Clasificacion    {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 30px;
            font-weight: bold;
            color: #369;
            margin-left:10px;        
            }
        .Categoria    {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 18px;
            font-weight: bold;
            color: #369;
            margin-left:10px;        
            }
        .Inicio    {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 20px;
            font-weight: bold;
            color: Red;
            margin-left:10px;    
            }
        .TEncabezado {
            font-family: "Times New Roman", Times, serif;
            font-size: 14px;
            color: #000;
            background-color: #C6F1FF;
            }
        .TPar {
            font-family: "Times New Roman", Times, serif;
            font-size: 12px;
            text-align:center;
            color: #000;
            background-color: #FFF;
            }
        .TImpar {
            font-family: "Times New Roman", Times, serif;
            font-size: 12px;
            text-align:center;
            color: #000;
            background-color: #E5E5E5;
            }
    </style>
</head>
<body>
    <table><tr><td colspan="6" class="Logo"><?php echo VarTitle;?></td></tr></table>
<?php
$Sql
=     "SELECT `Dorsal`,`Nombre`,`Apellidos`,`CATEGORIA`,`Crono` 
        FROM `"
.Db."`.`inscripcion_unificada_mini` WHERE `Carrera` = 'LARGA' AND `Crono` IS NOT NULL ORDER BY `Crono`";
$ConnMysql->EnviarQuery($Sql);
$ConnMysql->ResultadoObjeto();
//echo "<pre>";print_r($ConnMysql->ArrayResultado);die();

$Title'Clasificacion General 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->Crono);
        
$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.0034 ]--