!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\nuevo\htdocs\rdc\   drwxrwxrwx
Free 9.43 GB of 239.26 GB (3.94%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     create.php (3.52 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require("registro.php");
include 
"header.php";
//echo $_POST['nombre'].$_POST['correo'].$_POST['entidad'].$_POST['tematica'].$_POST['pregunta'].$_POST['aceptacion'];
?>



<div class="form-style-10">
<h1>#AmbienteTransparente<span>Rendición de Cuentas Sector Ambiente 2017</span></h1>
<form role="form" method="post">
    <div class="section"><span>1</span>Datos de contacto</div>
    <div class="inner-wrap">
        <label>Nombre
          <input name="nombre" type="text" id="nombre" /></label>
          <label>Correo electrónico
      <input name="correo" type="email" id="correo" /></label>
       
    </div>

    <div class="section"><span>2</span>Seleccione la entidad del Sector Ambiente a la que desea dirigirle su pregunta:</div>
    <div class="inner-wrap">
        <label>Entidad
      <select id="primary" name="entidad">
   <option value="">Seleccione la entidad ...</option>
      
      <option value="JBB">Jardín Botánico de Bogotá José Celestino Mutis - JBB</option>
      <option value="IDIGER">Instituto Distrital de Gestión de Riesgos y Cambio Climático – IDIGER</option>
      <option value="IDPYBA">Instituto Distrital para la Protección y el Bienestar Animal – IDPYBA</option>
      <option value="SDA">Secretaría Distrital de Ambiente - SDA</option>
   </select> </label>
      
       
    </div>
     <div class="section"><span>3</span>Seleccione la temática sobre la cual desea hacer su pregunta:</div>
    <div class="inner-wrap">
            
        <label>Temática
        
      <select id="secondary" name="tematica">
   </select></label>
    </div>

    <div class="section"><span>4</span>Por favor escriba aquí su pregunta o aporte para el ejercicio rendición de cuentas del
Sector Ambiente.</div>
        <div class="inner-wrap">
         <label>Pregunta <textarea name="pregunta" id="pregunta" rows="15"></textarea></label>
        
    </div>
    <div class="g-recaptcha" data-sitekey="6Lctn0YUAAAAAJEQ9gGPQVbKrp4P6ArL04j-wtTr"></div>
    <div class="button-section">
     <input type="submit" name="bts" />
     <span >
     <input name="aceptacion" type="hidden" id="aceptacion" value="<?php echo $_SERVER['REMOTE_ADDR'];?>" >
     Al diligenciar este formulario, está aceptando nuestra política de datos personales. Más info ...<a href="http://www.ambientebogota.gov.co/web/transparencia/politicas-de-seguridad-de-la-informacion-del-sitio-web-y-proteccion-de-datos-personales" target="_blank"> aquí</a> </span>
    </div>


            
        </form>
        <?php 
        
include "footer.php";
        
?>
        <?php
if(isset($_POST['bts'])){
    if(
$_POST['nombre']!=null && $_POST['correo']!=null && $_POST['entidad']!=null  && $_POST['tematica']!=null && $_POST['pregunta']!=null && $_POST['aceptacion']!=null ){
        
$paginas = new Personal();
        
$paginas->add();
        
?>
        <p></p>
        <div class="alert alert-success alert-dismissible" role="alert">
            <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Cerrar</span></button>
            <strong></strong> Su pregunta ha sido enviada, muchas gracias por participar!...<a href="javascript:history.back()" id="dark">  Volver atrás</a>.
        </div>
        <?php

    
} else{
        
?>
        <p></p>
        <div class="alert alert-warning alert-dismissible" role="alert">
            <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Cerrar</span></button>
            <strong>Error!</strong> Todos los campos son obligatorios.
        </div>
        <?php
    
}
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0468 ]--