elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Arreglado, de nuevo, el registro del warzone (wargame) de EHN


+  Foro de elhacker.net
|-+  Programación
| |-+  Desarrollo Web
| | |-+  PHP (Moderador: #!drvy)
| | | |-+  Archivo PHP que funciona 1 ves SI, 1 vez NO
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Archivo PHP que funciona 1 ves SI, 1 vez NO  (Leído 2,129 veces)
Felix el Gato

Desconectado Desconectado

Mensajes: 190


[ En Algún XtreMo de La Obscuridad Renace una WS ]


Ver Perfil WWW
Archivo PHP que funciona 1 ves SI, 1 vez NO
« en: 11 Noviembre 2006, 03:52 am »

Pues me estoy volviendo loco con este problema...
Miren estoy desarrollando una web de programas + cracks...aqui tienen una url:


http://yectasoft.com/V1/programas.html


Ahora intenten descargar el SwishMAX, clic en Descargar..., se daran cuenta que la pagina php carga bien a veces si...  y aveces no..

Citar
http://yectasoft.com/V1/programas/descarga.php?programa=SwishMAX 2006&direccion=http://www.4shared.com/file/4274260/faf38290/Swishmax_2006_es_YS.html&manual=nodisponible

AQUI LES PONGO EL SCRIPT DEL PHP MAÑOSO QUE AVECES NO QUIERE CARGAR
descarga.php

Código:
<html>

<head>
<meta http-equiv="Content-Language" content="es">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Animación</title>
<LINK
href="images/yectasoft.css"
type=text/css rel=stylesheet>

<style>
<!--
.Table_verde {
border:1px solid #008000; padding:1px;
background-position: center
}
.Table_azul {
border:1px solid #556F8A; padding:1px;
background-position: center
}
-->
</style>

</head>
<body onContextMenu="return false" topmargin="0" leftmargin="1" rightmargin="1" bottommargin="0" background="images/bg_download.gif">

<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1" height="47">
<tr>
<td height="42" valign="bottom"><b>
<font size="2" face="Verdana" color="#FF871A">&nbsp;</font><font size="3" face="Verdana" color="#FF871A">Descargando <? echo $programa; ?></font></b></td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
</table>

<div align="center">

<table border="0" width="96%" cellspacing="0" cellpadding="0" id="table4" height="78" class="Table_azul">
<tr>
<td>
<table width="100%" height="100%" id="table5" cellspacing="0" cellpadding="0" bgcolor="#ECE9D8">
<tr>
<td background="images/bg_azul.gif" colspan="2">
<font face="Verdana" size="2"><b>&nbsp;<font color="#FFFFFF">Descarga
Gratuita</font></b></font></td>
</tr>
<tr>
<td height="57" width="59%">
&nbsp;<font face="Verdana" size="2">Espere 10 Segundos, y luego
haga<br>
&nbsp;clic en Download.</font></td>
<td height="57" width="41%">

<div id="html1" style="overflow:hidden; width:164px; height:31px; z-index:0">
<div id="iFrame1" style="position:absolute; left:-235px; top:-669px; z-index:0">
<iframe name="iFrame1" width=399 height=700 src="<? echo $direccion; ?>" scrolling="no" frameborder="0"></iframe>
</div>
</div>


</td>
</tr>
</table>
</td>
</tr>
</table>

</div>

<div align="center">

<table border="0" width="96%" cellspacing="0" cellpadding="0" id="table2" height="24">
<tr>
<td>
<p align="left"><font face="Verdana" size="1">&nbsp;<a target="_blank" href="manuales/manual_setup_<? echo $manual; ?>.txt">Ver
Manual de Instalación</a></font></td>
</tr>
</table>


</div>


<div align="center">

&nbsp;</div>


</body>
<iframe name="iFrame1" width=0 height=0 src="../visitas.html" scrolling="no" frameborder="0"></iframe>
</html>

Saludos Ayudenme!!!!!!!!! :D Gracias de Antemano  ;D


« Última modificación: 11 Noviembre 2006, 18:17 pm por DaRkSiTeL » En línea

дٳŦ٭
GNU/Linux Infrastructure Specialist
Ex-Staff
*
Desconectado Desconectado

Mensajes: 5.110


Ver Perfil WWW
Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
« Respuesta #1 en: 11 Noviembre 2006, 03:59 am »

Pues me estoy volviendo loco con este problema...
Miren estoy desarrollando una web de programas + cracks...aqui tienen una url:


http://yectasoft.com/V1/programas.html


Ahora intenten descargar el SwishMAX, clic en Descargar..., se daran cuenta que la pagina php carga bien a veces si...  y aveces no..

Saludos Ayudenme!!!!!!!!! :D Gracias de Antemano  ;D

A mi me carga siempre, ahora, me parece que estás linkeando a otro host que no es el tuyo y eso puede ser el problema ya que se puede saturar el servidor o tienen un hotlink.


« Última modificación: 26 Diciembre 2006, 22:03 pm por Ing_Amc » En línea

Felix el Gato

Desconectado Desconectado

Mensajes: 190


[ En Algún XtreMo de La Obscuridad Renace una WS ]


Ver Perfil WWW
Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
« Respuesta #2 en: 11 Noviembre 2006, 04:15 am »

Citar
me parece que estás linkeando a otro host que no es el tuyo y eso puede ser el problema ya que se puede saturar el servidor o tienen un hotlink.
Pues no estoy linkeando, lo q hice es un iframe, pero eso no tiene nada q ver... lo raro es que en GRAtishost si me funciona :S:S:S:S
En línea

.Carlos


Desconectado Desconectado

Mensajes: 834

Web Entrepreneur


Ver Perfil WWW
Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
« Respuesta #3 en: 11 Noviembre 2006, 04:29 am »

A mi si me funciono, intente varias veces y todas cargaba..
En línea

[.:: NauJFracT ::.]


Desconectado Desconectado

Mensajes: 458


[ .:: NauJFracT ::.]


Ver Perfil
Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
« Respuesta #4 en: 11 Noviembre 2006, 06:57 am »

Haber, cuentanos cuando no te funciona que sale?
En línea

De vuelta...
Felix el Gato

Desconectado Desconectado

Mensajes: 190


[ En Algún XtreMo de La Obscuridad Renace una WS ]


Ver Perfil WWW
Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
« Respuesta #5 en: 11 Noviembre 2006, 18:18 pm »

Citar
http://yectasoft.com/V1/programas/descarga.php?programa=SwishMAX 2006&direccion=http://www.4shared.com/file/4274260/faf38290/Swishmax_2006_es_YS.html&manual=nodisponible

EL PRIMER DIBUJO TE MUESTRA CUANDO LA PAGINA CARGA CORRECTAMENTE Y LA SEGUNDA IMAGEN CORRESPONDE A LA QUE CARGA CON ERROR...

En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
fclose no me funciona y no me cierra el archivo
PHP
robertito_prado 6 2,887 Último mensaje 5 Junio 2012, 09:11 am
por robertito_prado
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines