FileDB
With this class you can easily store, display and send files from a db. It has a built-in hit counter and stores information of last edition, upload, etc. This class uses my db abstraction layer, AbstractDB
(http://www.phpclasses.org/browse.html/package/846.html) , which allows a unified and easy access to databases, which you can see in this class.
CONSTRUCTOR:
function FileDB(&$db, $host, $database, $user, $password)
FUNCTIONS:
function add($file_name, $file_descr = )
function remove($id)
function get($id, $addHit = true)
function getWhere($from, $where = , $addHit = true)
function getFile($id, $addHit = true)
function getFileData($id)
function getIds()
function sendFile($id)
function _getFileContent($file_name)
PUBLIC VARS:
var $file_count
Visit site to download...
directory indexer
Directory indexer allows you to display a sorted listing of subdirectories and files within a direct
WebEdit
WebEdit is a PHP script that allows you to edit the files on your web site account in your browser.
Silentum Uploader
Silentum Uploader allows visitors to upload files to your site quickly and efficiently, without the
Thin Slice Upload
A PHP file uploader that is uneffected by the upload_max_filesize property. Use the included PHP scr
Search and Replace
A script that performs a search and replace function. Written because I didnt have one at the time.
phpWebFileManager
phpWebFileManager is file management tool, written in PHP. It is designed for inclusion in large pro
phpgen
It uses a MySQL database for each project, phpgen generates the appropriate php files to insert, del