!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.33%)
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:     pml2.php (5.99 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Desarrollo Empresarial Sostenible</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body link="#339933" vlink="#339900" alink="#339900" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="128"><font face="Verdana, Arial, Helvetica, sans-serif"><img src="1.gif" width="128" height="85"></font></td>
    <td align="left"><font face="Verdana, Arial, Helvetica, sans-serif"><img src="2.gif" width="622" height="85"></font></td>
  </tr>
  <tr> 
    <td width="128" height="111" valign="top" background="4.gif"> 
      <p><font face="Verdana, Arial, Helvetica, sans-serif"><a href="reqpml.php?patron=1.01"><img src="3.gif" width="128" height="103" border="0"><br>
      </a> 
      <table width="120" border="0" cellspacing="0" cellpadding="4">
        <tr> 
          <td colspan="2" valign="top" bgcolor="#FFFFFF"> 
            <?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"><table width="550" border="1" cellpadding="10" cellspacing="0" bordercolor="#CCCCCC">
              <tr> 
                <?php
          
include('conect/conect.php');
            
$consul "SELECT *
            FROM links where temas_id like '%
$titix-%' or temas_id like '%$titix'"
            
" order by priority,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"><img src="flesi.gif" width="25" height="16"> 
                    <?php echo $fidel?><br>
                    <img src="linpun.gif" width="540" height="1"> </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"];
                    
$apa substr_count($ldescripcion,'table');
                    if (
$apa == 0) {
                    
$ldescripcion str_replace("\n""<br>"$ldescripcion);
                    
$ldescripcion str_replace(">>""<img src=\"cfle1.gif\"> "$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"];
            
?>
                    <tr> 
                      <td valign="top"> <?php 
                      $cad 
strtoupper ($fidel);
                      
$cad1 strtoupper ($lnombre);      
                      if (
$cad1 != $cad) { ?>
                        <p align="justify"><img src="cfle85.gif"><font face="Arial"><font size="3"><strong> 
                          <?php echo $lnombre?></strong></font></font></p>
                        <?php ?>
                        <p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif"> 
                          <font face="Verdana, Arial, Helvetica, sans-serif"> 
                          <?php
                      
if ($lgraphic == 1) {
                      
$sof $lfotolink;
                      
$sof2 str_replace("../""c:/siteadmon/"$sof);
                      @
$size getimagesize($sof2);
                      
$ancho $size[0];
                      if (
$ancho 350) {
                      
$align "baseline";
                      
$esp "<br>";
                      }else{
                      
$align "left";
                      
$esp "";
                      }
                      }else{
                      
$align "left";
                      
$sof "none.gif";
                      
$esp "";
                      }
                      
?>
                          <img src="<?php echo $sof?>" hspace="10" vspace="10" border="0" align="<?php echo $align?>"><?php echo $esp?></font> 
                          <font color="#666666" size="2"><?php echo $ldescripcion?></font></font>
                        <?php if ($llink != "") { ?>
                        <p align="justify"><a href="<?php echo $llink?>"><img src="related.gif" width="256" height="36" border="0" alt="Documentos o enlaces relacionados con <?php echo $lnombre?>"></a> 
                          <?php ?>
                          <br>
                      </td>
                    </tr>
                    <tr bgcolor="#FFFFFF"> 
                      <td valign="top"><img src="linpun.gif" width="540" height="1"></td>
                    </tr>
                    <?php ?>
                  </table>
                  <p> <a href="mailto:sistemas@dama.gov.co"><img src="contenfoother.gif" alt="Reportar los v&iacute;nculos rotos" width="550" height="36" border="0"></a></p></td>
              </tr>
            </table></td>
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td width="600"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Todos 
              los Derechos Reservados para el DAMA, <br>
              <em>Departamento T&eacute;cnico Administrativo del Medio Ambiente</em><br>
              Sistema de Informaci&oacute;n Ambiental SIA-DAMA, <br>
              <strong>1998-2004,</strong> Bogot&aacute;, Colombia. </font></div></td>
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td width="128" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif"><img src="4.gif" width="128" height="142"></font></td>
  </tr>
  <tr> 
    <td width="128"><font face="Verdana, Arial, Helvetica, sans-serif">&gt;&gt; 
      </font></td>
    <td>&nbsp;</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 ]--