!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/almazenServer/application/views/   drwxr-xr-x
Free 10.08 GB of 29.4 GB (34.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     reporte_grafica_ferias_view.php (4.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="content-wrapper" style="min-height: 946px;">
<div  style="margin-left:20px;">
     <section class="content-header">
    <h1><?= $titulo ?></h1>
<br>
                 </section>

    <!-- Main content -->
   <section class="content">



<div id="container" style="min-width: 300px; height: auto; margin: 0 auto"></div>
</section><!-- /.content -->
      </div><!-- /.content-wrapper -->    

     <script type="text/javascript"> 

        $(function () {
            $('#container').highcharts({
                 chart: {
                        type: 'column'
                    },

                    title: {
                        text: 'ESTADOS DE LOS PEDIDOS'
                    },

                    subtitle: {
                        text: 'Cantidad de pedidos por estado'
                    },

                    legend: {
                        align: 'right',
                        verticalAlign: 'middle',
                        layout: 'vertical'
                    },

                    xAxis: {
                        categories: ['CANTIDADES'],
                        labels: {
                            x: -10
                        }
                    },

                    yAxis: {
                        allowDecimals: false,
                        title: {
                            text: 'CANTIDAD PEDIDOS'
                        }
                    },

                    series: [                      
                     <?php 
                              $mensaje
="";
                              
$respuesta2=null;
                             
$respuesta=$this->consultas_model->getEstadosTotalesPedidosAajax();
                             
$a=0;
                             
$i=0;
                             foreach(
$respuesta as $file):
                             if(
$a!=0){
                                 
$mensaje.=',';
                             }
                                 
$mensaje .='{';
                                     
$mensaje .= "name: "."'".$file['estado']."'".',';
                           
                                     
$respuesta2=$this->consultas_model->ventasPedidosCantidades($file['id']);
                                       
$mensaje .= "data:[";
                                    
$b=0;
                                    if(
$respuesta2 != null){
                                        foreach(
$respuesta2 as $valor){
                                            if(
$b!=0$mensaje .= ',';
                                            
$mensaje .= $valor['cant'];
                                            
$b ++;
                                        }
                                    }
                                       
$mensaje .= "]";
                                       
$mensaje .= "}";
                                       
$a ++;
                                       
$i ++;
                             endforeach;

                              echo(
$mensaje);
                                
?> 
                                ],

                           responsive: {
                               rules: [{
                                   condition: {
                                       maxWidth: 500
                                   },
                                   chartOptions: {
                                       legend: {
                                           align: 'center',
                                           verticalAlign: 'bottom',
                                           layout: 'horizontal'
                                       },
                                       yAxis: {
                                           labels: {
                                               align: 'left',
                                               x: 0,
                                               y: -5
                                           },
                                           title: {
                                               text: null
                                           }
                                       },
                                       subtitle: {
                                           text: null
                                       },
                                       credits: {
                                           enabled: false
                                       }
                                   }
                               }]
                           }

        })
        });

        document.onkeydown = function(){ 
        if(window.event && window.event.keyCode == 8){
            return false;
        
        }
        if(window.event && window.event.keyCode == 505){ 
             window.event.keyCode = 505; 
        } 
       }
       
        
       </script>
       
       
       
  

:: 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 KaizenLouie | C99Shell Github | Generation time: 0.0081 ]--