From 85bf94d6fc582318f1132d3f28fb066d0f9d2612 Mon Sep 17 00:00:00 2001 From: Chouchen Date: Mon, 15 Oct 2012 22:32:51 +0200 Subject: [PATCH] Added a README file --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..f9aa634 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +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('shikiryu [at] gmail.com', ...); +in FileToZipEmail.php + +---------------------------------- + +Contact : +http://shikiryu.com/contact