Your server is now a download proxy
Go to file
Shikiryu c9607ea925 :whistle: 2013-05-21 16:05:56 +03:00
.gitattributes Creation of the world 2012-10-15 22:24:12 +02:00
.gitignore Creation of the world 2012-10-15 22:24:12 +02:00
.htaccess Creation of the world 2012-10-15 22:24:12 +02:00
FileToZip.php Creation of the world 2012-10-15 22:24:12 +02:00
FileToZipDispatcher.php Creation of the world 2012-10-15 22:24:12 +02:00
FileToZipEmail.php :whistle: 2013-05-21 16:05:56 +03:00
README.md Update and rename README to README.md 2013-05-21 16:03:47 +03:00
ToDownloadIndex.php Creation of the world 2012-10-15 22:24:12 +02:00
download.php Creation of the world 2012-10-15 22:24:12 +02:00
index.html Creation of the world 2012-10-15 22:24:12 +02:00
index.php Creation of the world 2012-10-15 22:24:12 +02:00
shortcut.php Creation of the world 2012-10-15 22:24:12 +02:00
todl.txt Creation of the world 2012-10-15 22:24:12 +02:00

README.md

I needed a proxy because downloading exe files is forbidden at work.

Zipped file aren't.

To use it, just enter the file's URL, choose "download now" or/and "download later" For the first option, the download will start immediatly. For the other one, an email will be asked, the script will send a link to the zipped file so you can download it later. Once clicked, the link will be useless. It only works once.

To configure it, modify:

define('BASE_URL', 'http://mywebsite.com');

in index.php

RewriteBase /

in .htaccess

mail('email', ...);

in FileToZipEmail.php


Contact : http://shikiryu.com/contact