Your server is now a download proxy
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Shikiryu c9607ea925 :whistle: 10 years ago
.gitattributes Creation of the world 11 years ago
.gitignore Creation of the world 11 years ago
.htaccess Creation of the world 11 years ago
FileToZip.php Creation of the world 11 years ago
FileToZipDispatcher.php Creation of the world 11 years ago
FileToZipEmail.php :whistle: 10 years ago
README.md Update and rename README to README.md 10 years ago
ToDownloadIndex.php Creation of the world 11 years ago
download.php Creation of the world 11 years ago
index.html Creation of the world 11 years ago
index.php Creation of the world 11 years ago
shortcut.php Creation of the world 11 years ago
todl.txt Creation of the world 11 years ago

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