Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salimi-my/protected-share
This is a simple file sharing web app created using Codeigniter. Anyone with shared link will need to enter password to download the shared file.
https://github.com/salimi-my/protected-share
bootstrap codeigniter3 jquery php
Last synced: about 1 month ago
JSON representation
This is a simple file sharing web app created using Codeigniter. Anyone with shared link will need to enter password to download the shared file.
- Host: GitHub
- URL: https://github.com/salimi-my/protected-share
- Owner: salimi-my
- License: mit
- Created: 2022-10-28T19:21:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T20:32:30.000Z (about 1 year ago)
- Last Synced: 2024-11-05T11:10:09.502Z (3 months ago)
- Topics: bootstrap, codeigniter3, jquery, php
- Language: JavaScript
- Homepage: https://share.salimi.my/
- Size: 22.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Protected Share](https://share.salimi.my) · [![Author Salimi](https://img.shields.io/badge/Author-Salimi-%3C%3E)](https://www.linkedin.com/in/mohamad-salimi/)
This is a simple file sharing web app created using Codeigniter. User can login to upload files for sharing and link of the file shared to other will be password protected. Anyone with the shared link will need to enter password to download the shared file.
## Free file sharing app
- This is a file sharing app
- File shared will be password protected
- Created in PHP using Codeigniter framework
- Easy for installation## Tech/framework used
- Codeigniter 3
- Bootstrap 4
- MySQL
- PHP 7.4## Starting the project
Open the [database.php](/application/config/database.php) and fill in your database configurations. Create new MySQL database then import [protected_share.sql](/protected_share.sql). Login to dashboard with following info:
```bash
Username: psadmin
Password: psadmin123
```## Demo
Host the project anywhere you want. [Click here](https://share.salimi.my) to visit.
Direct link: `https://share.salimi.my`## Screenshots
#### Login
![Login](/screenshots/screenshot-1.png)
#### Dashboard
![Dashboard](/screenshots/screenshot-2.png)
#### Share Page
![Share Page](/screenshots/screenshot-3.png)