Home
Name Modified Size InfoDownloads / Week
README.TXT 2014-05-13 2.4 kB
ls.php 2014-05-13 41.8 kB
Totals: 2 Items   44.2 kB 0
////////////////////////////////////////
//                                    //
//   ls.php - simple file manager     //
//                                    //
////////////////////////////////////////


< About this script >


ls.php is a simple file manager script that comes in a single PHP file. With this program,
you can upload files, copy files, and change file details etc. No FTP login is required. 
Password protection for functions beyond viewing and navigating. 
The installation is easy - you just place this file on the root directory, that's it!

-----

< How to install >


1. Place the script file named 'ls.php' in the root directory of your site space.

2. Launch a web browser and access 'ls.php' with a url starting with your domain name
   following the file path pointing to where you saved the script.

	For instance,

	If your domain name is mysite.com and saved your ls.php on root directory,
	Type in:

	http://www.mysite.com/ls.php

	If your ls.php is saved in /images/thumbnails/
	Type in:

	http:://www.mysite.com/images/thumbnails/ls.php

3. Once the browser shows the file names and directory names,
   You have successfully installed ls.php.

---

< How to Set the Password >

1. Press Log in (to the right of your screen), and click "Create Password" at the top
  of the screen to create a new password.

2. Once the password has been created, its hashed data is stored in:

	lsango.dat

3. For added security, please open the script file in a text editor and replace the word
  on line 16, TRUE, to FALSE.
  (This will disable the password creation menu)

4. If you ever lose your password, change the permission for the file 'lsango.dat' to
  777, erase 'lsango.dat', edit line 16 in the script 'ls.php' to TRUE, run the script,
  Log In, and click Create Password again to make a new password.

-----

This is a freeware and you're welcome to use it anyway you want.
I would appreciate giving me your feedback or bug reports, if any.

In the days to come, I plan to expand this script into a more feature-rich application.
I want to add functions to edit, delete, copy and rename files and also a function to
upload files.
But I want to keep it as a single file so the installation will stay super-easy.
Thank you for using this script!

Hiro Morozumi
Source: README.TXT, updated 2014-05-13