PHP Classes

Dowloaded EXE doesn't work

Recommend this page to a friend!

      Bf_Download  >  All threads  >  Dowloaded EXE doesn't work  >  (Un) Subscribe thread alerts  
Subject:Dowloaded EXE doesn't work
Summary:Need to fix
Messages:3
Author:Andy Royallce
Date:2012-02-28 16:49:44
Update:2012-05-07 12:49:30
 

  1. Dowloaded EXE doesn't work   Reply   Report abuse  
Picture of Andy Royallce Andy Royallce - 2012-02-28 16:49:44
Original exe file placed on server is correct and running good when I download it directly. But it doesn't work when I use your script. Script does something during transfering the file... :(

  2. Re: Dowloaded EXE doesn't work   Reply   Report abuse  
Picture of ertys ertys - 2012-05-07 12:49:30 - In reply to message 2 from Andy Royallce
change

if(!fp) exit; // if $fp is not a valid stream resource, exit

if(!$fp) exit; // if $fp is not a valid stream resource, exit

  3. Re: Dowloaded EXE doesn't work   Reply   Report abuse  
Picture of Andy Royallce Andy Royallce - 2012-02-28 16:49:57
Original exe file placed on server is correct and running good when I download it directly. But it doesn't work when I use your script. Script does something during transfering the file... :(