Foros del Web » Programando para Internet » PHP »

Algo muy extraño

Estas en el tema de Algo muy extraño en el foro de PHP en Foros del Web. Hola, resulta que por motivos de modificacion del diseño de mi proyecto, me vi en la tarea de hacer un nuevo index, para arrancar desde ...
  #1 (permalink)  
Antiguo 28/12/2004, 14:59
Avatar de el_cesar  
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 22 años, 10 meses
Puntos: 20
Algo muy extraño

Hola, resulta que por motivos de modificacion del diseño de mi proyecto, me vi en la tarea de hacer un nuevo index, para arrancar desde cero con el diseño, el problema esta en que cuando pase los scripts de php a mi nuevo archivo (absolutamente todos), cuando intento previsualizar, me dice que no puede tener acceso a la BD, es muy raro, teniendo en cuenta que ambos archivos utilizan exactamente el mismo archivo de conexion a la BD, que puede estar pasando? , a continuacion pongo mis codigos

el archivo original
Código PHP:
<body>
<?
include('../lebasi444.php');
?>
<p>&nbsp; </p>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
  <tr> 
    <td colspan="2">&nbsp;</td>
  </tr>
  <tr> 
    <td width="60%"><div align="center"> </div></td>
    <td width="7%"><table width="300" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><div align="right"><img src="../imagenes/tab2.gif" width="12" height="24"></div></td>
          <td bgcolor="#FF0000"><a href="../eventos/ver_evento.php" class="unnamed1">Eventos</a></td>
          <td><div align="right"><img src="../imagenes/tab2.gif" width="12" height="24"></div></td>
          <td bgcolor="#FF0000"><a href="../registro/registro.htm" class="unnamed1">Registrarse</a></td>
          <td><div align="right"><img src="../imagenes/tab2.gif" width="12" height="24"></div></td>
          <td bgcolor="#FF0000"><a href="../links/buscar.htm"><span class="unnamed1">Buscar</span></a></td>
          <td><div align="right"><img src="../imagenes/tab2.gif" width="12" height="24"></div></td>
          <td bgcolor="#FF0000"><a href="../mail/mail.htm"><span class="unnamed1">Contacto</span></a></td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td colspan="2" bgcolor="#FF0000">&nbsp;</td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="19%" valign="top"> <table width="250" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#0099FF">
        <tr> 
          <td> <table width=100% border=0 align="center" cellpadding="0" cellspacing="0" bordercolor="#009999" bgcolor="#CCFFCC">
              <form action="/menu_admon.php" method="post">
                <tr bgcolor="#0099FF"> 
                  <td colspan="2" height="45"> <div align="center"><font face="Arial" color="#FFFFFF" size=2><b>Identificaci&oacute;n 
                      Usuarios<br>
                      <font color="#FFFF00">www.tupagina.tal</font></b></font></div></td>
                </tr>
                <tr> 
                  <td colspan="2"> <div align="center"> 
                      <table width="100%" border="0" cellspacing="0" cellpadding="5">
                        <tr valign="middle"> 
                          <td colspan="2" height="30"> <div align="center"> 
                              <?
                          
// Mostrar error de Autentificación.
                          
include ("../aut_mensaje_error.inc.php");
                          if (isset(
$_GET['error_login'])){
                              
$error=$_GET['error_login'];
                          echo 
"<font face='Verdana, Arial, Helvetica, sans-serif' size='1' color='#FF0000'>Error: $error_login_ms[$error]";
                          }
                         
?>
                            </div></td>
                        </tr>
                        <tr> 
                          <td width="39%"> <div align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Usuario 
                              : </font></div></td>
                          <td width="61%"> <div align="left"> 
                              <input type="text" name="user" size="15" class="imputbox">
                            </div></td>
                        </tr>
                        <tr> 
                          <td width="39%"> <div align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Password 
                              : </font></div></td>
                          <td width="61%"> <div align="left"> 
                              <input type="password" name="pass" size="15" class="imputbox">
                            </div></td>
                        </tr>
                      </table>
                    </div></td>
                </tr>
                <tr valign="middle"> 
                  <td colspan="2" height="50"> <div align="center"><font face="Arial" color=black size=2> 
                      <input name=submit type=submit value="  Entrar  " class="botones">
                      </font></div></td>
                </tr>
              </form>
            </table></td>
        </tr>
      </table>
      <p>&nbsp;</p></td>
    <td width="81%"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="47%"><table width="95%" border="0" cellspacing="0" cellpadding="0" >
              <tr>
                <td width="46%">&nbsp;</td>
                <td width="46%"> 
                  <?


$dte 
getdate();
$dt $dte['year'] . "-" str_pad($dte['mon'], 2"0"STR_PAD_LEFT) . "-" str_pad($dte['mday'], 2"0"STR_PAD_LEFT);
$tm $dte['hours'] . ":" $dte['minutes'] . ":" $dte['seconds'];
$dt2 $dte['year'] . "-" str_pad($dte['mon'], 2"0"STR_PAD_LEFT) . "-" str_pad($dte['mday']-12"0"STR_PAD_LEFT);



    
$consulta="SELECT * FROM notice WHERE fecha = '".$dt."' AND lado = 'Izquierda'";
    
$noticia=mysql_query($consulta);


        if(
mysql_num_rows($noticia)>0){
        while (
$row=mysql_fetch_array($noticia))
        {
            {
            
$tit=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        }
else { 
    
$consulta2="SELECT * FROM notice WHERE fecha = '".$dt2."' AND lado = 'Izquierda'";
    
$noticia2=mysql_query($consulta2);



        if(
mysql_num_rows($noticia2)>0){
        while (
$row=mysql_fetch_array($noticia2))
        
//$dir="noticia.php?titulo=".$row["titulo"].;
        
{
            {
            
$tit=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        };
}
?>
                </td>
              </tr>
            </table></td>
          <td width="53%"><table width="95%" border="0" cellspacing="0" cellpadding="0" >
              <tr> 
                <td width="46%"> 
                  <?


$dte 
getdate();
$dt $dte['year'] . "-" str_pad($dte['mon'], 2"0"STR_PAD_LEFT) . "-" str_pad($dte['mday'], 2"0"STR_PAD_LEFT);
$tm $dte['hours'] . ":" $dte['minutes'] . ":" $dte['seconds'];



    
$consulta="SELECT * FROM notice WHERE fecha = '".$dt."' AND lado = 'Derecha'";
    
$noticia=mysql_query($consulta);


        if(
mysql_num_rows($noticia)>0){
        while (
$row=mysql_fetch_array($noticia))
        {
            {
            
$tit2=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit2."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        }
else { 
    
$consulta2="SELECT * FROM notice WHERE fecha = '".$dt2."' AND lado = 'Derecha'";
    
$noticia2=mysql_query($consulta2);


        if(
mysql_num_rows($noticia2)>0){
        while (
$row=mysql_fetch_array($noticia2))
        {
            {
            
$tit2=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit2."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        }
        ;
}
?>
                </td>
                <td width="46%">&nbsp;</td>
              </tr>
            </table></td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td >&nbsp;</td>
        </tr>
        <tr> 
          <td bgcolor="#990000"><div align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><strong>ENVIENOS 
              SUS COMENTARIOS</strong></font></div></td>
        </tr>
        <tr> 
          <td><form name="form1" method="post" action="/portal/mail/enviar_comentario.php">
              <table width="60%" border="0" cellspacing="0" cellpadding="0" align="center">
                <tr> 
                  <td width="14%">Nombre: </td>
...
el nuevo archivo va en otro
__________________
Say no more.......
  #2 (permalink)  
Antiguo 28/12/2004, 15:01
Avatar de el_cesar  
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 22 años, 10 meses
Puntos: 20
el nuevo archivo
Código PHP:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
.Estilo1 {
    color: #FFFFFF;
    font-weight: bold;
}
-->
</style>
</head>

<body>
<div id="Layer1" style="position:absolute; left:210px; top:163px; width:544px; height:145px; z-index:1">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><?


$dte 
getdate();
$dt $dte['year'] . "-" str_pad($dte['mon'], 2"0"STR_PAD_LEFT) . "-" str_pad($dte['mday'], 2"0"STR_PAD_LEFT);
$tm $dte['hours'] . ":" $dte['minutes'] . ":" $dte['seconds'];
$dt2 $dte['year'] . "-" str_pad($dte['mon'], 2"0"STR_PAD_LEFT) . "-" str_pad($dte['mday']-12"0"STR_PAD_LEFT);



    
$consulta="SELECT * FROM notice WHERE fecha = '".$dt."' AND lado = 'Izquierda'";
    
$noticia=mysql_query($consulta);


        if(
mysql_num_rows($noticia)>0){
        while (
$row=mysql_fetch_array($noticia))
        {
            {
            
$tit=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        }
else { 
    
$consulta2="SELECT * FROM notice WHERE fecha = '".$dt2."' AND lado = 'Izquierda'";
    
$noticia2=mysql_query($consulta2);



        if(
mysql_num_rows($noticia2)>0){
        while (
$row=mysql_fetch_array($noticia2))
        
//$dir="noticia.php?titulo=".$row["titulo"].;
        
{
            {
            
$tit=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        };
}
?></td>
      <td><?


$dte 
getdate();
$dt $dte['year'] . "-" str_pad($dte['mon'], 2"0"STR_PAD_LEFT) . "-" str_pad($dte['mday'], 2"0"STR_PAD_LEFT);
$tm $dte['hours'] . ":" $dte['minutes'] . ":" $dte['seconds'];



    
$consulta="SELECT * FROM notice WHERE fecha = '".$dt."' AND lado = 'Derecha'";
    
$noticia=mysql_query($consulta);


        if(
mysql_num_rows($noticia)>0){
        while (
$row=mysql_fetch_array($noticia))
        {
            {
            
$tit2=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit2."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        }
else { 
    
$consulta2="SELECT * FROM notice WHERE fecha = '".$dt2."' AND lado = 'Derecha'";
    
$noticia2=mysql_query($consulta2);


        if(
mysql_num_rows($noticia2)>0){

        while (
$row=mysql_fetch_array($noticia2))
        {
            {
            
$tit2=$row["titulo"];
            echo 
'<tr><td><b>'.$row["titulo"].'</b></td></tr>';
            echo 
'<tr><td><em>'.$row["encabezado"].'</em></td></tr>';
            
$conten=$row["contenido"]; 
            echo 
"<tr><td><span lang=ES-CO><a href='noticia2.php?not=".$tit2."'>".substr($conten,0,430). '</span></td></tr>';
            echo 
'Fuente : ';
            echo 
"<a href='".$row['urlfuente']."'>".$row['fuente']."<br>"
    
            }
        }
        }
        ;
}
?></td>
    </tr>
    <tr>
      <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td >&nbsp;</td>
        </tr>
        <tr>
          <td bgcolor="#FF0000"><div align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><strong>ENVIENOS SUS COMENTARIOS</strong></font></div></td>
        </tr>
        <tr>
          <td><form name="form1" method="post" action="/portal/mail/enviar_comentario.php">
              <table width="60%" border="0" cellspacing="0" cellpadding="0" align="center">
                <tr>
                  <td width="14%">Nombre: </td>
                  <td width="86%"><input type="text" name="nombre"></td>
                </tr>
                <tr>
                  <td>Apellido: </td>
                  <td><input type="text" name="apellido"></td>
                </tr>
                <tr>
                  <td colspan="2"><p>
                      <textarea name="mensaje" cols="60" rows="5"></textarea>
                    </p>
                      <p align="center">
                        <input type="submit" name="Submit2" value="Enviar">
                    </p></td>
                </tr>
                <tr>
                  <td colspan="2">&nbsp;</td>
                </tr>
              </table>
          </form></td>
        </tr>
      </table></td>
    </tr>
  </table>
</div>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="27%"><p><img src="imagenes/logo.jpg" width="151" height="100"></p>
    </td>
    <td width="73%">&nbsp;</td>
  </tr>
</table>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="27%">&nbsp;</td>
    <td width="40%"><div align="right"><img src="imagenes/tab2.gif" width="12" height="24"></div></td>
    <td width="6%" bgcolor="#FF0000"><a href="eventos/ver_evento.php" class="unnamed1">Eventos</a></td>
    <td width="2%"><div align="right"><img src="imagenes/tab2.gif" width="12" height="24"></div></td>
    <td width="9%" bgcolor="#FF0000"><a href="registro/registro.htm" class="unnamed1">Registrarse</a></td>
    <td width="2%"><div align="right"><img src="imagenes/tab2.gif" width="12" height="24"></div></td>
    <td width="5%" bgcolor="#FF0000"><a href="links/buscar.htm"><span class="unnamed1">Buscar</span></a></td>
    <td width="2%"><div align="right"><img src="imagenes/tab2.gif" width="12" height="24"></div></td>
    <td width="7%" bgcolor="#FF0000"><a href="mail/mail.htm"><span class="unnamed1">Contacto</span></a></td>
  </tr>
  <tr>
    <td><?
include('lebasi444.php');
?></td>
    <td colspan="8" bgcolor="#FF0000">&nbsp;</td>
  </tr>
</table>
<table width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="189" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#0099FF">
      <tr>
        <td><table width=189 border=0 align="center" cellpadding="0" cellspacing="0" bordercolor="#009999" bgcolor="#CCFFCC">
            <form action="/menu_admon.php" method="post">
              <tr bgcolor="#ff0000">
                <td colspan="2" height="45"><div align="center"><font face="Arial" color="#FFFFFF" size=2><b>Zona Privada<br>
                                      <font color="#FFFF00">Ingreso</font></b></font></div></td>
              </tr>
              <tr>
                <td colspan="2" bgcolor="#FFCCCC"><div align="center">
                    <table width="189" border="0" cellspacing="0" cellpadding="5">
                      <tr valign="middle">
                        <td colspan="2" height="30"><div align="center">
                            <?
                          
// Mostrar error de Autentificaci&oacute;n.
                          
include ("../aut_mensaje_error.inc.php");
                          if (isset(
$_GET['error_login'])){
                              
$error=$_GET['error_login'];
                          echo 
"<font face='Verdana, Arial, Helvetica, sans-serif' size='1' color='#FF0000'>Error: $error_login_ms[$error]";
                          }
                         
?>
                        </div></td>
                      </tr>
                      <tr>
                        <td width="47%"><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Usuario : </font></div></td>
                        <td width="53%"><div align="left">
                            <input type="text" name="user" size="15" class="imputbox">
                        </div></td>
                      </tr>
                      <tr>
                        <td width="47%"><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Password : </font></div></td>
                        <td width="53%"><div align="left">
                            <input type="password" name="pass" size="15" class="imputbox">
                        </div></td>
                      </tr>
                    </table>
                </div></td>
              </tr>
              <tr valign="middle">
                <td colspan="2" height="50" bgcolor="#FFCCCC"><div align="center"><font face="Arial" color=black size=2>
                    <input name=submit type=submit value="  Entrar  " class="botones">
                </font></div></td>
              </tr>
            </form>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
y el archivo de conexion

Código PHP:
<?
$dbh
=mysql_connect ("localhost""root""") or die ('I cannot connect to the database because: ' mysql_error());
mysql_select_db ("consultex"); 
?>
gracias por cualquier ayuda
__________________
Say no more.......
  #3 (permalink)  
Antiguo 28/12/2004, 15:16
Avatar de oktubre  
Fecha de Ingreso: agosto-2003
Ubicación: en mi casa
Mensajes: 371
Antigüedad: 20 años, 7 meses
Puntos: 4
a simple vista...

as simple vista em resulta extraño que el include sea ../, creo que si es el index quien lo llama, debería estar en la misma carpeta, osea que el include no debe ir con el ../ que nos saca un nivel en el directorio del server.

ademas, me gustaría leer el mensaje de error tal cual te lo escribe en el explorer.



saludos salamin
__________________
w32.oktubre@mm <----------------<<<<
prefiero cerrar la boca y parecer un tonto que abrirla y confirmarlo.
  #4 (permalink)  
Antiguo 28/12/2004, 15:18
Avatar de oktubre  
Fecha de Ingreso: agosto-2003
Ubicación: en mi casa
Mensajes: 371
Antigüedad: 20 años, 7 meses
Puntos: 4
te aseguraste de iniciar Mysqladmin?
__________________
w32.oktubre@mm <----------------<<<<
prefiero cerrar la boca y parecer un tonto que abrirla y confirmarlo.
  #5 (permalink)  
Antiguo 28/12/2004, 15:22
Avatar de el_cesar  
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 22 años, 10 meses
Puntos: 20
estos son algunos de los errores
Warning: mysql_query(): Access denied for user: 'ODBC@localhost' (Using password: NO) in c:\archivos de programa\easyphp1-7\www\portal\index.php on line 43

Warning: mysql_query(): A link to the server could not be established in c:\archivos de programa\easyphp1-7\www\portal\index.php on line 43

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:\archivos de programa\easyphp1-7\www\portal\index.php on line 46

Warning: mysql_query(): Access denied for user: 'ODBC@localhost' (Using password: NO) in c:\archivos de programa\easyphp1-7\www\portal\index.php on line 63

Warning: mysql_query(): A link to the server could not be established in c:\archivos de programa\easyphp1-7\www\portal\index.php on line 63

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:\archivos de programa\easyphp1-7\www\portal\index.php on line 67
y si, el mysql esta andando, por que el archivo viejo funciona de lujo
__________________
Say no more.......
  #6 (permalink)  
Antiguo 28/12/2004, 22:35
Avatar de dmedina83  
Fecha de Ingreso: mayo-2004
Ubicación: Mérida
Mensajes: 96
Antigüedad: 19 años, 11 meses
Puntos: 0
Asegurate de incluir tu archivo de conexion antes de cualquier mysql_query por lo que veo en tu nuevo archivo lo incluyes hasta despues de todas tus consultas

otra cosa utiliza lo siguiente para seleccionar tu base de datos

$dbh=mysql_connect ("localhost", "root", "") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("consultex",$dbh); //Especifica el identificador de la conexion
__________________
WebAdictos - Una dosis diaria de web
  #7 (permalink)  
Antiguo 28/12/2004, 22:43
Avatar de el_cesar  
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 22 años, 10 meses
Puntos: 20
ya lo solucione, era cuestion de que el include de mi conexion estaba luego de las consultas

jejee, estaba un poco desorganizado, gracias a salome por su ayuda
__________________
Say no more.......
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 00:37.