GithubHelp home page GithubHelp logo

filemanager's Introduction

PHP File Manager

A good solution for managing files and folders on your site.

PHP File Manager

How to use

Download ZIP with latest version from master branch.

Copy filemanager.php to your website folder and open it with web browser (e.g. http://yoursite/any_path/filemanager.php).

Default username/password: fm_admin/fm_admin

Warning: Please set your own username and password in $auth_users before use.

To enable/disable authentication set $use_auth to true or false.

You can include file manager in another scripts. Just define FM_EMBED and other necessary variables. Example:

class SomeController
{
    public function actionIndex()
    {
        define('FM_EMBED', true);
        define('FM_LANG', 'en');
        define('FM_SELF_URL', UrlHelper::currentUrl());
        define('FM_SHOW_HIDDEN', false);
        require 'path/to/filemanager.php';
    }
}

Supports variables FM_LANG, FM_ROOT_PATH, FM_ROOT_URL, FM_SELF_URL, FM_SHOW_HIDDEN.

Localization

To change default language set $lang value to one of supported languages in list below.

You can create file filemanager-l10n.php in folder with File Manager and put your own translations in it. They will be merged with built-in translations.

Bug tracker

If you have any issues with file manager, you may report them on Issue tracker.

License

This software is released under the MIT license.

Icons by Yusuke Kamiyamane.

filemanager's People

Contributors

alexantr avatar nikaro avatar zhigalin avatar

Watchers

 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.