!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:\xampp\xampp\htdocs\phpscripts\   drwxrwxrwx
Free 7.98 GB of 239.26 GB (3.34%)
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:     legisa.php (7.27 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$codigosec
=2;
require(
'contar.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Legislaci&oacute;n Ambiental Colombiana</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.textopequeno {
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    color: #333333;
}
select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    background-color: #FFFFF9;
}
.in1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    background-color: #FFFFF9;
}
.in1Copia {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #B9E7FD;
}
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #006699;
    text-decoration: none;
}
a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #006699;
    text-decoration: underline;
}
-->
</style>
</head>

<body topmargin="0">
<table width="100%" border="1" cellpadding="5" cellspacing="0" bordercolor="#FFFFFF">
  <tr> 
    <td width="20%">&nbsp;</td>
    <td width="60%" colspan="3"><div align="center"><img src="legis.gif" width="550" height="150"></div></td>
    <td width="20%">&nbsp;</td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
<?php
$sed 
= isset($user);
if (
$sed == true) {
//require('conexion2.php');
//$stmt = Ociparse($c1, " SELECT EU_USERNAME FROM envista.env_users where EU_USERNAME='$user'");
//$result = OCIExecute($stmt);
//if ($result == false) {
//exit;
//}else{
//$cont = 0;
//while (OCIFetchInto($stmt, $value1)) {
//foreach ($value1 as $val1)
//{
//$cont++;
//}}
$cont 1;
if (
$cont == 1) {
?>
    <td bordercolor="#CCCCCC" bgcolor="#F2F2F2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td> <div align="center"><a href="#">Volver a Buscar...</a></div></td>
        </tr>
      </table>
    </td>
    <td bordercolor="#CCCCCC" bgcolor="#FFFFF9"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td> <div align="center"><a href="reqlegis2.php?user=<?php echo $user ?>">Agregar 
              Normas...</a></div></td>
        </tr>
      </table></td>
    <td bordercolor="#CCCCCC" bgcolor="#FFFFF9"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td> <div align="center"><a href="reqlegis3.php?user=<?php echo $user ?>">Agregar 
              Entidades...</a></div></td>
        </tr>
      </table></td>
<?php
//}}
//$c2 = OciLogoff($c1);
}
}
?>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td width="20%">&nbsp;</td>
    <td width="60%" colspan="3" bordercolor="#CCCCCC" bgcolor="#FFFFF9"> <form name="form1" method="post" action="reqlegis1.php">
        <p>Seleccione los criterios por los cuales quiere realizar una b&uacute;squeda. 
          Para buscar palabras en el texto, adem&aacute;s de incluir su criterio 
          de b&uacute;squeda, seleccione la casilla respectiva.</p>
        <table width="100%" border="0" cellspacing="0" cellpadding="5">
          <tr bgcolor="#FAFEE2"> 
            <td width="50%"><strong> Tipo: 
              <select name="tipo" id="tipo">
                <option value="0">Todas</option>
                <option value="Resolucion">Resoluci&oacute;n</option>
                <option value="Decreto">Decreto</option>
                <option value="Ley">Ley</option>
                <option value="Acuerdo">Acuerdo</option>
                <option value="Sentencia">Sentencia</option>
                <option value="Accion Popular">Acci&oacute;n Popular</option>
              </select>
              No. 
              <input name="numero" type="text" class="in1" id="numero" size="6" maxlength="6">
              </strong></td>
            <td width="50%">De,<strong> Mes: 
              <select name="mes" id="mes">
                <option value="00">Todos</option>
                <option value="01">Enero</option>
                <option value="02">Febrero</option>
                <option value="03">Marzo</option>
                <option value="04">Abril</option>
                <option value="05">Mayo</option>
                <option value="06">Junio</option>
                <option value="07">Julio</option>
                <option value="08">Agosto</option>
                <option value="09">Septiembre</option>
                <option value="10">Octubre</option>
                <option value="11">Noviembre</option>
                <option value="12">Diciembre</option>
              </select>
              A&ntilde;o: 
              <input name="ano" type="text" class="in1" id="ano" value="Todos" size="4" maxlength="4">
              </strong></td>
          </tr>
          <tr bgcolor="#FAFEE2"> 
            <td colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td width="20%"><strong>Emitida por:</strong></td>
                  <td><strong> 
                    <select name="entidad" id="entidad">
                      <option value="0">Todas las entidades</option>
                      <?php
              
require('conexion3.php');
              
$consul "SELECT *
            FROM entidad"
;
            
$result mysql_query($consul,$db);
            
$num_filas mysql_num_rows($result);
            while (
$myrow mysql_fetch_array($result))
            {
            
$ide $myrow["id"];
            
$noe $myrow["nomen"];
            echo 
"<option value=\"$ide\">$noe</option>";
            }
              
?>
                    </select>
                    </strong></td>
                </tr>
              </table></td>
          </tr>
          <tr bgcolor="#FAFEE2"> 
            <td colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td width="20%" valign="top"><strong>Que trata de:</strong></td>
                  <td><strong> 
                    <input name="buscar" type="text" class="in1Copia" id="buscar" size="40">
                    </strong><font size="1"><br>
                    </font><span class="textopequeno">* Deje esta casilla en blanco 
                    si no quiere que se busque por palabras. Si quiere buscar<br>
                    una frase completa y no por cada palabra, encierre su consulta 
                    entre comillas dobles.</span></td>
                </tr>
              </table></td>
          </tr>
        </table>
        <p align="center">
        <?php 
        $bar 
= isset($user);
        if (
$bar == false) {
        
$user "guest";
        }
        
?>
          <input name="user" type="hidden" id="user" value="<?php echo $user?>">
          <input name="Submit" type="submit" class="in1" value="Buscar la legislaci&oacute;n...">
        </p>
      </form></td>
    <td width="20%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="20%">&nbsp;</td>
    <td width="60%" colspan="3"><div align="center"><img src="legis2.gif" width="550" height="30"> 
        <br>
        <span class="textopequeno">&copy; Copyright, DAMA 2003. Todos los Derechos 
        Reservados para<br>
        El Departamento T&eacute;cnico Administrativo del Medio Ambiente</span></div></td>
    <td width="20%">&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>
</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.1248 ]--