!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:\Extranet\phpscripts\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
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:     showeval.php (2.2 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html>
<head>
<title>Generacion de Evaluaciones</title>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<?php

// Este script requiere el codigo del usuario y el mail, definidos como global en el home.

// Extractar la fecha de hoy.

include('help/hoy.php');

// Revisar si en la base de datos de evaluacion, hay evaluaciones que tengan dentro de su rango
// de fechas, vigencia para hoy.

$start 0;
$pony 0;
$co = isset($timilin);
if (
$co == false) {
$timilin "none";
}

include(
'conect/conect.php');

$consul "SELECT *
FROM evaluacion
WHERE id ='
$lid'";
$result mysql_query($consul,$db);
while (
$myrow mysql_fetch_array($result))
{
$codigoeval $myrow["id"];
$fechaend $myrow["fechaend"];
$num_filas 0;

// Si no existe dentro de las evaluaciones aplicadas a ese codigo, entonces publique los datos
// y llene unos campos ocultos con toda la informacion.

if ($num_filas == 0) {
$textodoc $myrow["file"];
$nombre1 $myrow["nombre"];
$tiempodado $myrow["tiempo"];
$res $myrow["res"];
$descripcion $myrow["descripcion"];
$fechaini1 $fechaend;
include(
'help/fecha.php');


$toro "reqansevalx5.php?nombre1=".$nombre1."&descripcion=".$descripcion."&tiempodado=".$tiempodado."&textodoc=".$textodoc."&fechaend=".$fechaend."&codigoeval=".$codigoeval."&timilin=".$timilin."&res=".$res;



?>
<font face="Verdana, Arial, Helvetica, sans-serif" size="1"> <b><a href="#"><img src="book.gif" width="12" height="12" border="0" onClick="MM_openBrWindow('<?php echo $toro?>','none','scrollbars=yes,status=yes,width=900,height=600')" Alt="<?php echo $nombre1?><?php echo $descripcion?>, para ser contestada en <?php echo $tiempodado?> minutos."></a> 
  <a href="#"><font size="1" onClick="MM_openBrWindow('<?php echo $toro?>','none','scrollbars=yes,status=yes,width=900,height=600')"> 
  <u>Aplicar evaluaci&oacute;n disponible...</u></font></a></font></p>


<?php
$pony
++;

}

$start $start 1;

}

?>
</body>
</html>

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