GithubHelp home page GithubHelp logo

pirpyn / cutefilebrowser Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 2.0 13 KB

A fork of TutorialZine's Cute File Browser

CSS 42.02% JavaScript 45.47% HTML 4.77% PHP 7.73%
php js browser web-app web website

cutefilebrowser's Introduction

Cute File Browser

This is a fork of TutorialZine CuteFileBrowser It was created to give full liberty over folder's path.

You can see it in action at https://pierrepayen.net/CuteFile and the files at https://pierrepayen.net/CuteFile/files

How to :

Upload all files wherever you want on your server let's assume it is in /opt/cfb. Assuming you want to display the folder /files.

  1. Move index.html next to /files but not into !

    Change

  2. path/to/folder in cfb/scan.php to /files

  3. cfb/styles.css in /files/index.html to /opt/cfb/styles.css

  4. cfb/script.js in /files/index.html to /opt/cfb/styles.css

Calling http://domain.ext/files will show the explorer.

Summary of the fork

  • Before : the folder had to be at the same level as scan.php (so you have to add scan.php and index.html to that folder). All file were shown (execpt files starting with a dot).
  • After : the folder can be anywhere on the server. Some files can be excluded.

cutefilebrowser's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cutefilebrowser's Issues

Error in js

i have this error from console
Uncaught TypeError: Cannot read property 'split' of undefined
script.js:213
function searchByPath(dir) { var path = dir.split('/'),
Can you help me?
Thank you

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.