Foro de elhacker.net

Programación => PHP => Mensaje iniciado por: Felix el Gato en 11 Noviembre 2006, 03:52 am



Título: Archivo PHP que funciona 1 ves SI, 1 vez NO
Publicado por: Felix el Gato 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
(http://yectasoft.com/shared/pics/pic_q1.gif)

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


Título: Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
Publicado por: дٳŦ٭ 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.


Título: Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
Publicado por: Felix el Gato 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


Título: Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
Publicado por: .Carlos en 11 Noviembre 2006, 04:29 am
A mi si me funciono, intente varias veces y todas cargaba..


Título: Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
Publicado por: [.:: NauJFracT ::.] en 11 Noviembre 2006, 06:57 am
Haber, cuentanos cuando no te funciona que sale?


Título: Re: Archivo PHP que funciona 1 ves SI, 1 vez NO
Publicado por: Felix el Gato 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...

(http://yectasoft.com/shared/pics/pic_q1.gif)