PHP Code: 
<?php
$file 
'http://download.tuxfamily.org/notepadplus/6.1.3/npp.6.1.3.Installer.exe';
header("Content-Type: application/force-download");
@
readfile($file);  
?>
Here is the link to where i have pasted above code.. http://filmyfundaz.com/hidelink.php

added header.. working..but

file name is HideLink.php and also not resume supported.. while this link is resume supported..

I have tried to hide.. http://download.tuxfamily.org/notepa....Installer.exe and want to download via http://filmyfundaz.com/hidelink.php this link.. any help

Give me working code here

thanks