!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:\nuevo\htdocs\BLA\boletinlegal\admin\normativa\   drwxrwxrwx
Free 7.34 GB of 239.26 GB (3.07%)
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:     modificar.php (15.15 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * UserEdit.php
 *
 * This page is for users to edit their account information
 * such as their password, email address, etc. Their
 * usernames can not be edited. When changing their
 * password, they must first confirm their current password.
 *
 * Written by: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC)
 * Last Updated: August 26, 2004
 */
include("../usuarios/include/session.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html class="noI firefox" xmlns="http://www.w3.org/1999/xhtml"><head>
<link rel="shortcut icon" href="../../images/favicon.ico">
<title>Modulo Administraci&oacute;n</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../index_files/style.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
function popup(page) {
window.open(page,'popup','width=800,height=600,toolbar=false,scrollbars=yes,top=0,left=10');
}
</SCRIPT>
<script language="JavaScript">
    function lanzarSubmenu(){
        window.open("mostrar.php","ventana1",'width=800,height=600,toolbar=false,scrollbars=yes,top=0,left=10'); 
    }
    </script>
<!-- CSS -->
<link rel="stylesheet" href="../css/dynamic.css" type="text/css">
<link rel="stylesheet" href="../css/creation.css" type="text/css">
</head><body id="creation">
<?php
/**
 * User has submitted form without errors and user's
 * account has been edited successfully.
 */
if(isset($_SESSION['useredit'])){
   unset(
$_SESSION['useredit']);
   
   echo 
"<h1>User Account Edit Success!</h1>";
   echo 
"<p><b>$session->username</b>, tu cuenta ha sido actualizada satisfactoriamente. "
       
."<a href=\"index.php\">Inicio</a>.</p>";
}
else{
?>
<?php
/**
 * If user is not logged in, then do not display anything.
 * If user is logged in, then display the form to edit
 * account information, with the current email address
 * already in the field.
 */
if($session->logged_in){
?>

<?php include("../../conex.php");
    
$id=$_POST[id];
  if( 
$_POST['consulta'] ){
    
    
$sql "select * from normatividad where id ='$_POST[id]'";
    
//echo " el id es: $_POST[id]  :$sql";
    
$cursor mysql_query$sql$conexion );
    if( 
$row mysql_fetch_array$cursor ) ){
    
$norma $row["norma"];
    
$resuelve $row["resuelve"];                            
    
$ano $row["ano"];
    
$sector $row["sector"];
    
$vinculo $row["vinculo"];
    
$publicacion $row["publicacion"];
    }
    }
    
     if( 
$_POST['modifica'] ){
    
$sql "update normatividad set         id='$_POST[id]',norma='$_POST[norma]',ano='$_POST[ano]',resuelve='$_POST[resuelve]',sector='$_POST[sector]',vinculo='$_POST[vinculo]',publicacion='$_POST[publicacion]' where id = '$_POST[id]'"

    if(
mysql_query($sql,$conexion)){
    echo 
"<script language='JavaScript' type='text/javascript'>
    alert('Registro modificado correctamente') </script>"
;
}
    else 
    echo 
"<script language='JavaScript' type='text/javascript'>
    alert('Error al modificar registro') </script>"
;
    
}    
    
?>
<div id="container" class="clearfix">
<div>
<div> <img src="../../images/cabezote BLEGAL.jpg" width="867" height="155" border="0" usemap="#Map">
<map name="Map"><area shape="poly" coords="386,88" href="#"><area shape="poly" coords="611,169" href="#"></map></div>
<div>

  
<FORM  method=post>
  <TABLE width="751" border=2 style="BORDER-LEFT-COLOR: green; BORDER-BOTTOM-COLOR: green; BORDER-TOP-COLOR: green; BORDER-RIGHT-COLOR: green" align="center">
              <TBODY>
              <TR>
                <TD width="643" style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana">
                  <div>
                    <div align="left">
                      <TABLE width="742" height="344">
                        <TBODY>
                          <TR>
                            <TD style="FONT-SIZE: 10pt; COLOR: black; HEIGHT: 18px; BACKGROUND-COLOR: #cccccc"><strong>Formulario de Modificación Normatividad: <span class="Estilo3">Seleccione la norma a modificar y luego oprima el boton consultar, realice la modificacion seguido del boton modificar. </span></strong><span style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"><strong></strong></span> <BR></TD>
                        </TR>
                          <TR>
                            <TD style="COLOR: white; BACKGROUND-COLOR: #8EE910">                            </TD></TR>
                          <TR>
                            <TD 
                      style="FONT-SIZE: 12pt; COLOR: red; BACKGROUND-COLOR: gainsboro; TEXT-ALIGN: center"><p><SPAN 
                        style="FONT-SIZE: 10pt">Si usted ya se encuentra en este modulo es porque tiene acceso a el. El ingreso de informaci&oacute;n no autorizado a este modulo est prohibido y puede estar sujeto a acciones civiles y penales.</SPAN> &nbsp;</p>                        </TD>
                        </TR>
                          <TR>
                            <TD 
                      style="FONT-SIZE: 8pt; COLOR: white; BACKGROUND-COLOR: #8EE910">
                              <TABLE>
                                <TBODY>
                                  <TR>
                                    <TD style="HEIGHT: 15px" 
                              align=middle><STRONG>Informaci&oacute;n de la Norma </STRONG></TD>
                                    <TD style="HEIGHT: 15px" align=right><A 
                              id=linAyudaNombre 
                              title=""><input name="id" type="hidden" class="iceReadOnly" id="id" style="" onFocus="setFocus(this.id);" onBlur="setFocus('');" onKeyPress="iceSubmit(form,this,event);" value="<?php echo $id?>" size="5" maxlength="5" readonly="readonly">
                                    </A></TD>
                                  </TR></TBODY></TABLE></TD></TR>
                          <TR>
                            <TD 
                      style="HEIGHT: 42px; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center">
                              <TABLE width="100%">
                                <TBODY>
                                  <TR bgcolor="#D4D0C8">
                                    <TD width="248"><strong>Nombre de la Norma
                                      
                                    </strong></TD>
                                <TD width="26"><strong>A&ntilde;o</strong></TD>
                                <TD width="163"><strong>Sector</strong></TD>
                                <TD width="127" style="HEIGHT: 15px"><strong>Vinculo</strong>&nbsp;<span class="Estilo4"></span></TD>
                                <TD width="146" style="HEIGHT: 15px"><strong>Bolet&iacute;n</strong>&nbsp;<span class="Estilo4"></span></TD>
                              </TR>
                                  <TR bgcolor="#D4D0C8">
                                    <TD><input name="norma" type="text" class="iceReadOnly" id="creTercero:_id219:_id294"  value="<?php echo $norma?>" size="25" maxlength="50" style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;"><img src="../../images/search.gif" width="20" height="20" border="0" onclick="lanzarSubmenu()"/></TD>
                                    <TD><INPUT 
                              name=ano 
                              id=ano tabIndex=2 value="<?php echo $ano?>" size="4" maxLength=4 style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;"></TD>
                                <TD><span>
                                  <SELECT 
                              id=sector 
                             
                              name=sector style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;">
                                    <option value="<?php echo $sector?>"><?php $sector=ucfirst(strtolower($sector)); echo $sector ?></option>
                                    <option value="publicidad">Publicidad Exterior Visual</option>
                                    <option value="emisiones">Emisiones Atmosfericas</option>
                                    <option value="mineria">Mineria</option>
                                    <option value="vertimientos">Vertimientos</option>
                                    <option value="hidrocarburos">Hidrocarburos</option>
                                    <option value="ruido">Ruido</option>
                                    <option value="pma">PMA</option>
                                    <option value="licencia">Licencia Ambiental</option>
                                    <option value="concesion">Concesión de Aguas</option>
                                    <option value="flora">Flora</option>
                                    <option value="fauna">Fauna</option>
                                    <option value="silvicultura">Silvicultura</option>
                                    <option value="residuos">Residuos</option>
                                    <option value="humedales">Humedales</option>
                                    <option value="salvoconductos">Salvoconductos</option>
                                    <option value="competencia-estructura">Competencia - Estructura</option>
                                    </SELECT>
                                  </span></TD>
                                <TD><INPUT
                              name=vinculo 
                              id=vinculo value="<?php echo $vinculo?>" size="25" maxLength=200 style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;">
                                  </TD><td><SELECT name="boletin_id" id="boletin_id"  style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;">
                                  <option value=''><?php echo $boletin_id?></option>
                                  <?php 
                                  $sql 
"select id from boletin";
                                  
$cursor mysql_query($sql,$conexion);
                                  while ( 
$myrow=mysql_fetch_array($cursor)){
                                  
$id=$myrow["id"];
                                  
printf ("<option value='%s'>%s</option>",$id$id);
                 }

                 
?>
                                  </SELECT></td>
                              </TR></TBODY></TABLE></TD></TR>
                          <TR>
                            <TD style="COLOR: white; BACKGROUND-COLOR: #8EE910">
                              <TABLE>
                                <TBODY>
                                  <TR>
                                    <TD align=middle><STRONG>Informaci&oacute;n que contiene el encabezado</STRONG></TD>
                                <TD align=right><A id=HyperLink3 
                              title="Ayuda ">Ayuda</A></TD></TR></TBODY></TABLE></TD></TR>
                          <TR>
                            <TD style="TEXT-ALIGN: center">
                              <TABLE width="100%">
                                <TBODY>
                                  <TR>
                                    <TD 
                            style="HEIGHT: 15px; BACKGROUND-COLOR: activeborder">&nbsp;</TD>
                                </TR>
                                  <TR>
                                    <TD height="51" style="WIDTH: 163px"><span class="Estilo2">
                                      <textarea name="resuelve" style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;"
                    rows="4"
                    cols="112"
                                     
                    ><?php echo $resuelve?></textarea>
                                    </span></TD>
                                </TR></TBODY></TABLE>                      </TD></TR>
                          <TR>
                            <TD bgcolor="#8EE910" style="COLOR: white; BACKGROUND-COLOR: #8EE910">
                              <TABLE>
                                <TBODY>
                                  <TR>
                                    <TD align=middle><STRONG>Publicaci&oacute;n</STRONG></TD>
                          <TD align=right><A id=HyperLink1 
                              title="Diligencie los datos solicitados">Ayuda</A></TD></TR></TBODY></TABLE><strong></strong></TD></TR>
                          <TR>
                            <TD style="TEXT-ALIGN: center">
                              <TABLE width="100%">
                                <TBODY>
                                  <TR>
                                    <TD 
                            style="BACKGROUND-COLOR: activeborder"><strong>Publicar?:</strong> 
                                      <INPUT id=rbGenero_0 tabIndex=8 type=radio <?php if ($publicacion == 's') echo "CHECKED"?>
                                value=s name=publicacion>
                                      <LABEL 
                                for=rbGenero_0>Si 
                                      <INPUT id=rbGenero_1 tabIndex=8 type=radio <?php if ($publicacion == 'n') echo "CHECKED"?>
                                value=n name=publicacion>
                                    No</LABEL></TD>
                                <TD
                            style="BACKGROUND-COLOR: activeborder"><span>
                                  <input name="consulta" type="submit" id="consulta" value="Consultar" style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;" >
                                  <input name="modifica" type="submit" id="modifica" value="Modificar" style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;" >
                                  
                                  <input type="button" name="limpiar" value="Limpiar" onClick="location.href='modificar.php'" style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;">
                                  </span></TD><TD width="115" 
                              colSpan=2 style="BACKGROUND-COLOR: activeborder"><input type="button" name="limpiar2" value="Volver al menu principal" onClick="location.href='../admin.php'" style="font-family: Tahoma; color: #006600; font-size: 8pt; font-weight: bold; border: 1px solid #006600; background-color: #E2E2E2;"></TD>
                                </TR>
                              </TBODY></TABLE>                                              </TD>
                </TR></TBODY>
                      </TABLE>
                    </div>
                </div></TD></TR></TBODY></TABLE>
</form>     
</div>
</div>

<?php
}
}

?>
<div class="footer">
<i class="c1">·</i> 
Copyright © 2010 
<i class="c1">·</i><strong>Secretaria de Ambiente </strong><b>.</b> 
<i class="c1">·</i>Todos los derechos reservados <i class="c1">·</i></div>

</div><!--container-->


</body></html>

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