Upload exe file to free web hosts
Credit Goes To Abhishek
Here’s is the step by step procedure…..
1) YOu need to register with any ftp hosting site….
http://www.drivehq.com
an upload some exe file right in the my storage
area….. and the file is going to be used later…
2) NOW register below with the free web hosting site….
htttp://www. blackapplehost .com
3)here’s the link below download the php source code here..
http://rs895.rapidshare.com/files/377987171/created.php
but u need to do a liitle editing……
$local_file = ‘lack.exe’; / its the name of the exe file u wanna to save as
$server_file = ‘u992.exe’; // its the remote file name …..ur ftp host
// contains which u wanna download
if (ftp_get($conn_id, $local_file, $server_file, FTP_ASCII)
// it may be in binary form if it wont work then change ASCII to binary
4)
now this time m using above source code which let u download
a exe file from the ftp hosting website(drivehq.com) to ur account file
manger .
note: This normaly uses your authentication
your user name
& password
to conect to the server
5)finaly just click on that created.php file after uploading it in your file manger
if message dispalys
Connected as username@ftp.drivehq.com Successfully written to any_file_name.exe
done !!!
otherwise there is some error regarding ur atuhenticaton may be incorect password….
6) now The url for ur downloaded exe file becomes….
http://example. host .com/yourfilename.exe
finished !!!



thanks
the file at
http://rs895.rapidshare.com/files/377987171/created.php
is not found !