The MegaUpload software can be found on sourceforge, the project is located at http://sourceforge.net/projects/megaupload/ and the current version can be downloaded at the following address: http://umn.dl.sourceforge.net/sourceforge/megaupload/megaupload-1.45.tar.gz Here is how you download and extract the archive on Linux: [bozz@nightmare tmp]$ wget http://umn.dl.sourceforge.net/sourceforge/megaupload/megaupload-1.45.tar.gz –07:16:41– http://umn.dl.sourceforge.net/sourceforge/megaupload/megaupload-1.45.tar.gz => `megaupload-1.45.tar.gz’ Resolving umn.dl.sourceforge.net… 128.101.240.209 Connecting to umn.dl.sourceforge.net|128.101.240.209|:80… connected. HTTP request sent, awaiting response… 200 OK Length: 20,844 (20K) [application/x-gzip] 100%[==========================================>] 20,844 07:16:41 (130.08 KB/s) - `megaupload-1.45.tar.gz’ saved [20844/20844] [bozz@nightmare tmp]$ gunzip megaupload-1.45.tar.gz [bozz@nightmare tmp]$ tar -xf megaupload-1.45.tar [bozz@nightmare tmp]$ cd megaupload-1.45 [bozz@nightmare megaupload-1.45]$ ls cgi-bin Changes classic contrib docs
INSTALL php README 130.67K/s As per the MegaUpload install instruction copy the contents of the apache cgi-bin directory, in my case the cgi-bin directory is located at /var/www/cgi-bin [bozz@nightmare megaupload-1.45]$ cp cgi-bin/* /var/www/cgi-bin/ [bozz@nightmare megaupload-1.45]$ cp cgi-bin/* /var/www/cgi-bin/ And also copy php directory to your web space, we will use scripts in that directory to test that mega upload works. [root@nightmare megaupload-1.45]$ cp -r php /var/www/html
Download pdf How To Install MegaUpload
Related Searches: cgi bin directory, tar xf, tar gz, gunzip, nightmare
RSS feed for comments on this post · TrackBack URI
Leave a reply