This is an old revision of the document!


phpPathFinder

phpPathFinder phpPathFinder is a multiuser php filemanager, with configurable autorization level in one text file (no db required).

Demo

You can view an online demo here: online demo

Download

last stable version: 0.1.0, 09 Jan 2010

You can get phpPathFinder from http://sourceforge.net/projects/phppathfinder

Install

Download and extract the last release archive.
Edit config.php and .pfaccess for your requirements (see Configuration below).
FTP to your site.

PHP 5.3.1 or later required

Configuration

config.php

.pfaccess

PFACCESS

Relative path and file name of the .pfaccess auth file.
e.g.:

$PFACCESS = ".pfaccess";
TITLE

Title of the html page, also displayed in the top of the html document.
e.g.:

$TITLE = "UTillyty $APPNAME";
DESCRIPTION

Page description (below the login form, left to the list).
Can be any html.
e.g.:

$DESCRIPTION = 
"
$APPNAME <br/> v$APPVERSION <br/> demo version 
";
SIDENOTE

sidenote (right side)

$SIDENOTE = 
"
put any html inside
"

.htaccess

Licence

Copyright (C) 2010 Attilio Pavone <tilly@utillyty.eu>

phpPathFinder is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

phpPathFinder is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You can find a copy of the GNU General Public License in the file
LICENSE, or can see <http://www.gnu.org/licenses/>.

This program use the following open source software:

Develope

Revision history

version 0.1.0 (alpha), 09 Jan 2010

This is the first alpha version.


Navigation
Personal Tools