ShikiProxy/README.md

25 lines
655 B
Markdown
Raw Permalink Normal View History

2012-10-15 22:32:51 +02:00
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
2013-05-21 15:03:47 +02:00
mail('email', ...);
2012-10-15 22:32:51 +02:00
in FileToZipEmail.php
----------------------------------
Contact :
http://shikiryu.com/contact