Giter Site home page Giter Site logo

s4m33r89 / filemanager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from faiezwaseem/filemanager

0.0 0.0 0.0 336 KB

Hey Folks this is a simple php based File Manager . Which supports file upload , delete , copy , download etc features . Simply put it in the public directory of your server and Enjoy

JavaScript 25.64% PHP 56.79% CSS 11.76% HTML 5.81%

filemanager's Introduction

SIMPLE PHP FILE MANAGER

hey folks this is a very simple easy to use php based file manager.

Config

  • edit index.php
  • To add absolute url change the path at line 61 variable $web_url
  • To change root path change at line 64 $root_path
  • To Go into read mode only edit line 70 to true
  • To enable auth edit line 70 to true
  • by default
  • username = admin
  • password = admin
  • To change username & password goto line 72
$web_url = "https://example.com";  //  line 61
// Root path for file manager 
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
$root_path = $_SERVER['DOCUMENT_ROOT']; // line 64 

$read_only = false; // line 70
$auth = false; // line 71

TODO

  • Upload file (upto 9gb)
  • Multiple File Uploads
  • Edit Text Files
  • create new Folders
  • create new Files
  • in-built text editor
  • Delete Folder/Files
  • Dark mode
  • File/Folders Icon
  • File Download
  • Grid Layout
  • Rename Folder/file
  • Copy file
  • Copy Folder
  • AUTH / READONLY MODE
  • Play Videos
  • List Layout
  • Unzip
  • move Folder/file
  • PDF Viewer
  • PPT VIEWER

ISSUES

  • file with space remove error (fixed)

filemanager's People

Contributors

faiezwaseem avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.