PHP File & Folder
Free and open source PHP File Manipulation Scripts. These category contains Download Systems, File Backup, Upload System, File Management and something more about File Manipulation.-
Fuzzy File Times is a simple class that will return the created, modified and accessed times of a file (unix timestamp), and a slightly more fuzzy time string, such as "today at...", "yesterday at...". Fuzzy File Times only includes a small amount of 'fuzziness' right now, but could easily be built on.
-
Removes lines containing a given regular expression from the given files.
-
Def Setting Files is meant to format definition files in the def format. This format is used by other classes of mine also published here to define generate graphs and charts.Def Setting Files supports multi-dimensional arrays using [ and ] characters as delimiters and ; as separator. It also supports strings that do not need any start or end delimiter ...
-
File Info Cache browses a directory and recursively caches file information to a database. Once the file information is in a database you can access it easily and efficiently. This script is only intended to run from the shell, from a crontab or similar process; I don't recommend changing permissions on your files for the webserver to access them!File Info ...
-
PHP Registry is meant to store and retrieve key values in files. It can work as a registry that stores application configuration values. The class stores the values in registry values so they can later be retrieved in constants created with PHP define function.The package also comes with a sub-class that can be used as Web interface for editing the ...
-
rs2csv can be used to convert a result set which has been generated by PHP's built-in MySQL functions to a comma separated values (CSV) file.
-
fileStorage just reads and writes data from ant to a file. The data is kept in an asociative array inside the class and serialized for writing.fileStorage also supports adding variable references in a storage (so you can register a variable and automatically have the newest value of it in the storage).
-
class_playlist browses the specified folders and create a play list file. It is based on the work of Michael Kamleitner. Thanks to him to allow myself to extends his class.When the file list is retrieved, a template will create the play list. You can specify the extension of the file to browse. A log is created during the construction of ...
-
fileWriter is used to write files and create folders.
-
Class for reading a directory structure. Supports include and exclude filters, recursion, files only, directories only. Very simple to use.
-
Class CSeguridad can create backup archives of files stored in the server. It can traverse a given directory recursively and present a form to let the user select the files that will be included in the backup.When the user submits the form, the class uses the Devin Doucette TAR/GZIP/BZIP2/ZIP Archives class to generate a compressed archive with all selected files.
-
Class Path Locator is meant to resolve path of a [PHP class library] file to be included like in Java. You can specify the directory paths of several [class] libraries that are available and accessible on the system.Class Path Locator can check whether a file with given name exists in any of the specified directory paths. If the file path ...
-
File Display is meant to output listings of files and sub-directories of a given directory using HTML tables. It can be configured to display or not display several types of information such as: file size, file/folder permissions, last modified date, etc..File Display may restrict the listing of files based on the file name extension. Currently, the default is to allow ...
-
File Searcher is meant to execute searches for files inside a given directory. It can traverse directories recursively as an option.File Searcher can search for files given a list of space delimited patterns that define extensions contained in the last 3 characters of the names of the files that are meant to be found. For instance, the pattern "txt htm" ...
-
XUpload classes lets you manage your file uploads very quickly and easily. View the use example in the bottom of the script. Also included a XUploadForm class for upload forms management too.Features of XUpload classes:- Multiple uploads easily with multiple instances- Lets you choose the upload dir (does not check perms)- Lets you overwrite file if exists- Lets you set ...

