Description
ZipFile is a file hosting and sharing script. You can use this script to securely host your files to popular file hosting services or your own server and share by adding email address or link.
Features:
ZipFile boasts the following features to help you save time and share files easily:
- Simple drag and drop File upload system
- Use SQLite by default. No Need to have any mysql database.
- Download link Monetization with adf.ly
- Download link Monetization with Shorte.st
- Download link Monetization with Linkbucks
- Home page and Download page monetization 4 ad modules
- Streamed Zip and download, so less resource dependency on server
- Use Local server storage as file storage
- Use Amazon S3 as file storage
- Use Backblaze b2 as file storage
- Use Google Drive as file storage
- Use diffrent email api like mailgun-api, sendgrid-api Or any SMTP
- Send Email Notifications to sender and receivers
- Link can be shared with anyone
- Ability to share already shared files to anyone without downloading files
- Ability to add remove files from already shared link
- Share validity can be configured
- Ability to share already shared files to anyone without downloading files
- Ability to add remove files from already shared link
- Configurable days validity of every share
- Backend access to view all share codes and list other details
- Login to backend to see the list of shares
- Download Zipped files from backend directly
- Delete Share files
- Ban Users IP
Demo :
Demo Url : http://zipfile.dashspan.com (20MB upload limit, files will be deleted every 24 hours) Admin Panel : http://zipfile.dashspan.com/admin username : administrator@zipfile.me pass : thunder.32
Important Links :
AGREEMENT
BY DOWNLOADING, INSTALLING, COPYING, ACCESSING OR USING THIS WEB
APPLICATION, YOU AGREE TO THE TERMS OF THIS END USER LICENSE
AGREEMENT. IF YOU ARE ACCEPTING THESE TERMS ON BEHALF OF ANOTHER
PERSON OR COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT AND WARRANT
THAT YOU HAVE FULL AUTHORITY TO BIND THAT PERSON, COMPANY OR LEGAL
ENTITY TO THESETERMS.
We’re using Amazon AWS API, Backblaze B2 REST api to upload and maintain files.
This script is in no way affiliated with, authorized, maintained,
sponsored or endorsed by AWS/Backblaze /Google Drive or any of its affiliates or
subsidiaries.
AS IT’S VERY CLEAR, SCRIPT DEPENDS ON AWS AND BACKBLAZE API. WE’RE NOT RESPONSIBLE
IF THEY MADE CRITICAL CHANGES IN THEIR SIDE. ALTHOUGH WE ALWAYS
TRY TO MAKE THE SCRIPT UP TO DATE, SOMETIMES IT MIGHT NOT BE POSSIBLE
TO FIND A PROPER WORKAROUND. WE DON’T GUARANTEE THAT THE COMPATIBILITY
OF THE SCRIPT WITH AWS AND BACKBLAZE API WILL BE FOREVER, USE AT YOUR OWN RISK.
WE DON’T PROVIDE ANY REFUND FOR PROBLEMS THAT ARE ORIGINATED
FROM AWS OR BACKBLAZE OR YOUR HOSTING PROVIDERS.
Requirements
- AWS account/BackBlaze account [If you want to use these options, Local storage is default]
- PHP >= 7.0.0
- MySql >= 5.6.0
- OpenSSL PHP Extension
- PDO PHP Extension
- PDO SQLITE Extention
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Make sure to read Server requirements before you start Laravel Requirement
- allow_url_fopen should be set on inside your php.ini
- mod_rewrite should be enabled for Apache
- post_max_size should properly set on inside your php.ini
- memory_limit should properly set on inside your php.ini
- upload_max_filesize should properly set on inside your php.ini
- max_execution_time should properly set on inside your php.ini
Changelog
Before making any changes, it’s highly recommended to take a full backup. Patches are minor updates and they don’t require re-installing the script. You should only change the indicated files to apply the patch to your current installation. Before applying the latest patch make sure that you’ve applied previous patch before.
New Features v.2.6 – 28 Feb 2020
CHANGES: # Added Homepage ad support # Added download page ad support # Added Metatag Update support # Added Page Data update support # Added Link monetization support # Added google drive support # Added Multiple item delete option # Overall settings and performance optimization
New Features v.2.5 – 28 June 18
CHANGES: # Added Local storage Option # Optimized File upload/download for better memory utilization # Added File size and quantity restriction options # Added php.ini configuration hint system # Files will be deleted when using delete option if using Local storage UPDATE INSTRUCTION: See this link : https://github.com/arizawan/zipfileme/wiki/How-to-Videos
New Features v.2.0 – May 22, 2018
CHANGES: # Added BackBlaze support # Added About Page # Added Help Page ( With contact form ) # Added Legal Page # Added Admin Account email and password update option # Added Settings page (No Need to update .env file any more) # Added File delete option # Added IP Ban option # Added Easy Installation Wizard # Updated UI a bit UPDATE INSTRUCTION: See this link : https://github.com/arizawan/zipfileme/wiki/How-to-Videos
version 1.0 – March 20, 2018
- Initial Release