|
DirPHP is a quick tool for a)
This provides the ability to
Combine text with image
This utility also written in
displaying all files in its
browse your local hard
generate rtf files
php resets the contents of a
same directory and
drives and select a file.
file or list of
subdirectories and color
This module is
files.
Backups are made by
coding and organizing by
"included" in your
default so the program can
several factors, b)
program and returns the full
be considdered fool proof.
displaying other PHP files'
path of the selected file. I
You need to
confirm if used
source code (instead of
searched around for a module
with the option --no-backup.
simply linking to them,
to do this and I couldn't
Also when used with a root
allowing the user to see the
find one so this little
account, an
additional
code non-parsed by the
utility module was born.
confirmation is asked.
If a
server), and c) performing
It's pretty simple and
specified file does not
simple file uploads to the
straight-forward.
exists, it will be created
directory. DirPHP is
Unfortunately, you don't
unless this behaviour is
extremely simple to install
consistently get the full
turned of with the
and use. No configuration is
path returned when you try
--no-create option.
You can
required, and the script is
to do this with an html form
specify what string is being
contained in a single PHP
(input type=file...).A
put in the file.
The
file, allowing the program
sample calling module is
program will refuse to work
to simply be placed in a
included.If you want to keep
on directories. But if
webserver directory and have
this in a separate directory
needed, just go to the
instant functionality.
from the calling program,
dir
and type empty *
then you need to change th
path for the icons so they
will display correctly.
Chris Sep 28-06
Date: Aug, 01 2004 Date: Sep, 29 2006 Date: May, 11 2006 Date: Apr, 18 2005 |
|
This script recursively scans
File is a wrapper class to
This package is meant to find
The file system layer is used
through your directory tree
common PHP file functions.
and replace data in
to provide a 2 way method of
and changes file extensions.
It encapsulates error
files.
The replacer class
manipulating the File
checking during file
takes a text data value to
system. One is using the
operations, reducing the
be found as well the
standard File System calls
amount of code in your own
replacement text. It scans
and the other is by using
programs and
avoiding
files from a given directory
the FTP wrapper provided.
redundancy.
to find and replace the
The advantage of using such
specified data.
The
a Layer are stated below -
replacer class may either
* No Safe mode access
scan all files or just the
problems
* No CHMOD
ones that match a given
issues
* Remote file
regular expression. It may
access
* Files are
optionally scan
easily writable
* System
sub-directories recursively.
independent File read and
(thx2ml)
writes
Date: Aug, 19 2005 Date: Feb, 03 2000 Date: Jan, 19 2004 Date: Jul, 10 2006 |