Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1548600
  • 博文数量: 194
  • 博客积分: 6450
  • 博客等级: 准将
  • 技术积分: 2085
  • 用 户 组: 普通用户
  • 注册时间: 2005-06-06 13:39
文章分类

全部博文(194)

文章存档

2013年(38)

2012年(11)

2011年(1)

2010年(1)

2009年(4)

2008年(13)

2007年(18)

2006年(63)

2005年(45)

我的朋友

分类:

2005-12-27 09:55:56

Web File Browser is a simple open-source file browser written in PHP (1 single file) that allows users to create, delete, edit, copy, rename, move and upload files and directories thru a light, full-text, web-based interface


Introduction

Web File Browser is a simple open-source file browser written in PHP (1 single file) that allows users to create, delete, edit, copy, rename, move and upload files and directories thru a light, full-text, web-based interface


.
Web File Browser's project page at SourceForge is .

To download current version 0.4b14 (still beta) go to at SourceForge.


Copy the webFileBrowser.php file to your target directory in your web server's document root.
Give any name to this file (it will remain invisible anyway) : wfb.php for instance.

Look at the source for optional customization.

It should be working...

Warning for users of previous versions : some default settings have changed, check them carefully !

Customization

Web File Browser allows you to customize certain features such as :

Give an eye to the source to see all options.

Security

Web file browser includes a builtin authentication (look at the source) but you *must* run PHP as a module in order to be able to turn it on.

You can also rely on your web server for authentication.

For instance with Apache you can setup a .htaccess file like this :


AuthType Basic
AuthUserFile ".htpasswd"
AuthName "webFileBrowser"
Require valid-user


When you delete a file Web File Browser just move it into the trash can directory. This directory (located in the base directory) must exists and be writeable, if not the delete button is inhibited.
You can customize its name using $trashcan.

any question


None reported on current version for the moment. But there are certainly some...

any problem.


Identified features that will be soon develloped :

any feature request.


know.



for more details.

License

This program is free software; you can redistribute it and/or modify it under the terms of
the as published by the Free Software Foundation

阅读(1168) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~