Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
100% found this document useful (1 vote)
739 views

Complete File Management System Source Code Using PHP - MySQLi Version 1.1 - Free Source Code, Projects & Tutorials

This document describes a complete file management system source code using PHP and MySQLi. The system allows for secure login by admins and employees, uploading and downloading of files with various extensions, and tracking of file downloads and user logins. It includes admin features like adding other admins and employees, and employee features like adding and downloading files. The source code is open source and available to download along with instructions on setting up the database and running the system on a local server like XAMPP. A video demonstration of the system is also provided.

Uploaded by

Dani Adugna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
739 views

Complete File Management System Source Code Using PHP - MySQLi Version 1.1 - Free Source Code, Projects & Tutorials

This document describes a complete file management system source code using PHP and MySQLi. The system allows for secure login by admins and employees, uploading and downloading of files with various extensions, and tracking of file downloads and user logins. It includes admin features like adding other admins and employees, and employee features like adding and downloading files. The source code is open source and available to download along with instructions on setting up the database and running the system on a local server like XAMPP. A video demonstration of the system is also provided.

Uploaded by

Dani Adugna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

17/11/2021, 06:52 Complete File Management System Source Code Using PHP/MySQLi version 1.

rsion 1.1 | Free Source Code, Projects & Tutorials

Complete File Management


System Source Code Using
PHP/MySQLi version 1.1
Submitted by nelzkie15 on Wednesday, December 2, 2020 - 11:58.
PHP

Language

https://www.sourcecodester.com/php/13333/file-management-system-very-complete-using-phpmysqli.html 1/3
17/11/2021, 06:52 Complete File Management System Source Code Using PHP/MySQLi version 1.1 | Free Source Code, Projects & Tutorials

is a system (based on computer programs in the case of the management of digital documents)
used to track, manage, and store documents and reduce stock hard copies. Most are capable of
keeping a record of the various versions created and modified by different users (history tracking).

----Admin------
secure login
-With Dashboard Count Employee Upload file
-Add Admin with View/Edit/Delete
-Add Employee with View/Edit/Delete
-Add Document
-Extension file: .docx .doc .pptx .ppt .xlsx .xls .pdf .odt
-Count every Download
-Download /View File/Delete file
-Show Admin Logged
-Show Employee Logged
-Show table records
Login/Logout

===version 1.1 Admin===

-with the archive file


-delete/download only
-create own folder for path /save own file
-Auto logout after 20 minutes

======version 1.1 user/Employee========

-with the archive file


-delete/download only
-create own folder for path /save own file for employee folder only
-Change your own password
-Auto logout after 20 minutes

---Employee---
secure login
-Add file
-Show table record
-Show Employee Logged
-Download file
-Login/logout

---UI/UX---

framework: Material Design Bootstrap


-CSS3
-HTML5
-JQUERY
-JAVASCRIPT

- XAMPP/PHP
- DATABASE: file_management.sql

How to Run
1. Download the source code and extract the zip file.
2. Download or set up any local web server that runs PHP script.
https://www.sourcecodester.com/php/13333/file-management-system-very-complete-using-phpmysqli.html 2/3
17/11/2021, 06:52 Complete File Management System Source Code Using PHP/MySQLi version 1.1 | Free Source Code, Projects & Tutorials

3. Open the web-server database and create a new database name it "file_management".
4. Import the SQL file located in the Root Path of the source code.
5. Copy and paste the source code to the location where your local web server accessing your
local projects. Example for XAMPP('C:\xampp\htdocs')
6. Open a web browser and browse the project. E.g [http://localhost/fmsmdbootstrapdesign]
if you want to go to admin type/paste bellow:
youtube channel: https://www.youtube.com/results?search_query=junil+toledo
http://localhost/fmsmdbootstrapdesign/Private_Dashboard/
email: joneltoledo@yahoo.com
password: toledo123

Facebook link: https://web.facebook.com/jonel.toledo.71/

Installation Demo

File Management System v1.2 : https://www.youtube.com/watch?v=8Ckm5jewR2U&t=85s

Please "follow" me bellow my profile


visit my blogsite : https://phdevelopers.blogspot.com/

CONTACT #:09991050748
If you want full source code just contact me

https://www.sourcecodester.com/php/13333/file-management-system-very-complete-using-phpmysqli.html 3/3

You might also like