Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)