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


Viewing file:     gest_com_view.php (5.17 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div>
    <h1 ><?= $titulo ?></h1>
    <br>    <br>
    <form action="<?php echo base_url()?>comerciales/guardarDatosCom/" method="post"  name="gestionContactos" class="form-horizontal">
        <div class="estiloForm col-sm-12" align="left">
            <b>Nombre:</b>&nbsp;<input class="form-control input-lg" type="text" name="NombreCliente" id="NombreCliente" value="<?php  echo ($datos->nombre)?>" readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <b>Razon Social:</b>&nbsp;<input class="form-control input-lg" type="text" name="razon_social" id="razon_social" value="<?php  echo ($datos->razon_social)?>" readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <b>Pagina:</b>&nbsp;<input class="form-control input-lg" type="text" name="web" id="web" value="<?php  echo ($datos->web)?>" readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <b>Mail:</b>&nbsp;<input class="form-control input-lg" type="text" name="mail" id="mail" value="<?php  echo ($datos->mail)?>"readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <br><br>
            <b>Direccion:</b>&nbsp;<input class="form-control input-lg" type="text" name="DireccionCliente" id="DireccionCliente" value="<?php  echo ($datos->direccion)?>" readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <b>Localidad:</b>&nbsp;<input class="form-control input-lg" type="text" name="LocalidadCliente" id="LocalidadCliente" value="<?php  echo ($datos->localidad)?>"readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <b>IVA:</b>&nbsp;<input class="form-control input-sm" type="text" name="ResponsableCliente" id="ResponsableCliente" value="<?php  echo ($datos->iva)?>"readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <b>Cuit:</b>&nbsp;<input class="form-control input-lg" type="text" name="CuitCliente" id="CuitCliente" value="<?php  echo ($datos->cuit)?>"readonly>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <input class="form-control" type="hidden" name="idCliente" id="idCliente" value="<?php  echo ($datos->id)?>" readonly>
        </div>
        <br>
        
        <h1> Datos Comerciales</h1>     <br>    <br>
        <div class="row" style="margin-right:5px;margin-left:15px;" id="precios">
            CUENTA CORRIENTE: <input class="form-control input-sm" type="text" name="cuentaCorriente" id="cuentaCorriente" value="<?php  echo ($datosComerciales->cuentaCorriente)?>" >
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            DIRECCION DE FACTURACION: <input class="form-control input-sm" type="text" name="direFact" id="direFact" value="<?php  echo ($datosComerciales->direccionFacturacion)?>" >
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            
            DIRECCION DE ENTREGA: <input class="form-control input-sm" type="text" name="direEntrega" id="direEntrega" value="<?php  echo ($datosComerciales->direccionEntrega)?>" >
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <br><br>
            CONSULTA DE PAGOS: <input class="form-control input-sm" type="text" name="consultaPagos" id="consultaPagos" value="">
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            RESPONSABLE DE PAGOS: <input class="form-control input-sm" type="text" name="respPagos" id="respPagos" value="<?php  echo ($datosComerciales->responsablePagos)?>" >
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            RESP. DE COMPRAS: <input class="form-control input-sm" type="text" name="respCompras" id="respCompras" value="<?php  echo ($datosComerciales->respCompras)?>" >
            
            
            <br><br><br><br>
            <div class="col-md-12" align="center">
                
                <input class="btn btn-large" type="button" value="Volver" onclick="volver();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <input class="btn btn-success btn-large" type="submit" name="guardaDatosCom" id="guardaDatosCom" value="Guardar Datos">
            </div>
            
            
        </div>
        <br>
        <div class="col-md-12" align="left">
            
            
        </form>
    </div>
    <script type="text/javascript">
    function volver(){
    location.href='<?php echo base_url()?>comerciales';
    }
    document.onkeydown = function(){
    if (window.event && (window.event.keyCode == 8))
    {
    valor = document.activeElement.value;
    if (valor==undefined) { return false; } //Evita Back en página.
    else
    {
    if (document.activeElement.getAttribute('type')=='sel ect-one')
    { return false; } //Evita Back en select.
    if (document.activeElement.getAttribute('type')=='but ton')
    { return false; } //Evita Back en button.
    if (document.activeElement.getAttribute('type')=='rad io')
    { return false; } //Evita Back en radio.
    if (document.activeElement.getAttribute('type')=='che ckbox')
    { return false; } //Evita Back en checkbox.
    if (document.activeElement.getAttribute('type')=='fil e')
    { return false; } //Evita Back en file.
    if (document.activeElement.getAttribute('type')=='res et')
    { return false; } //Evita Back en reset.
    if (document.activeElement.getAttribute('type')=='sub mit')
    { return false; } //Evita Back en submit.
    else //Text, textarea o password
    {
    if (document.activeElement.value.length==0)
    { return false; } //No realiza el backspace(largo igual a 0).
    else
    { document.activeElement.value.keyCode = 8; } //Realiza el backspace.
    }
    }
    
    }
    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.0407 ]--