Quote Originally Posted by Lock Down View Post
So the file is to be downloaded to a member and not on the server. Correct?

If yes then maybe the member has changed the way his browser is handling the rar type file.
No, the file is to be stored on the server:

PHP Code: 
$out fopen("./".trim(basename($url)), 'wb+'); //Opens the temp file in the local directory of your server, same filename as the file you are downloading 
</span></span>