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.-
A file is opened and each of its lines are read one by one until the specified string is located with Text Filter.The search for the text string is case insensitive.Requirements:PHP 5.0 or higher
-
Parse keywords from text can open a text file and extract words according to several criteria.All the words, a range of words, or words that occur more than a given number of times, can be extracted.Requirements: PHP 5.0 or higher
-
S Upload can validate one or more files uploaded using Web forms by checking whether they used one of the allowed file name extensions and whether the files do not exceed a given size limit.The valid uploaded files are moved to a specified directory, which is automatically created if it doesn't exist.Requirements: PHP 5.0 or higher
-
Upload PHP Script is a simple file upload php script with database recording for keeping file names and uploader IP adress.Database driven. Good choise for your site if you want to know who download your file :)
-
DirContent is a specified directory can be traversed recursively and the listing of files can be extracted into an array.The listing of files may be sorted by name, type and size.Requirements: PHP 5.0 or higher
-
ImageUpload takes the name of an file upload input field and validate its values to determine if it was uploaded a file of the accepted types and the file size does not exceed a given limit.If the file is valid, ImageUpload is copied to a given destination directory. The class creates that directory if it does not exist already. When ...
-
File Copy will display a form to let the user choose the source and target directories in which the files or folders should be copied.File Copy can copy the selected files to a given destination directory, recreating sub-directories if necessary to preserve the relative paths of the source files.Optionally File Copy can remove comments and obfuscate the PHP files that ...
-
In order to establish a connection to a FTP server and authenticate as a specified user, the PHP FTP extension is used.Simple Ftp can upload a local file to a given directory in the FTP server.Requirements: PHP 3.0 or higher
-
Image Upload and Validation can take the name of a given form file input and retrieve the information about an image file uploaded via Web forms. Image file sizes, width, height and the file name extension can be validated.Image Upload and Validation can also deleted previously uploaded files with the same name and move the uploaded file to a given ...
-
getFileSize gets the size of a given file and converts it to a give unit. Formatting sizes in KB, MB, GB, TB, PB, EB, ZB and YB, are supported.The number of decimal cases is configurable.Requirements: PHP 5.0 or higher
-
Transmission of file can send files to remote servers using stream handlers for ssh2.sftp, ftp, ftps, http and https.The files can be retrieved from the same type of servers and served for download by another class.Requirements:PHP 4.3 or higher
-
fmail executes the sendmail program using the command specified in the php.ini file to send the message.The headers and body data, retrieved from the specified file or stream, are piped.Requirements: PHP 4.0 or higher
-
A directory can be traversed and files matching specified patterns can be renamed with Batch File Rename library. The files are renamed according to rules that define whether the new names should include sequence numbers, text to be stripped from the original names, append and prepend text, rename the file name extension, change the case of name words, convert between ...
-
Images can be read from files and stored in a MySQL database and vice-versa with Easy Image DB Management. The main class can also convert images between GIF, JPEG and PNG formats, as well resize the images to create thumbnails. Requirements: PHP 3 or higher
-
Filedump is an extremely fast file upload/download tool. If you have your own server space and find yourself uploading temporary files for others (e.g. images), filedump can help keep track of your files securely. You can filter the filelist with the provided search box. Or, you can add a GET variable to search for files. For example, if you want ...

