-
File Upload System can check if the uploaded file has one of several allowed file name extensions, if the file size does not exceed a given limit, and if a file with the same name was not previously uploaded. A valid file is copied to a given destination directory. If the file is a image, a JPEG copy and of ...
-
Backup files scans a given directory recursively and builds a file with the directory contents. The generated backup file is compressed and stored in a given directory. The backup file can be later read, uncompressed and used to restore the directory contents. Requirements: PHP 4.0 or higher
-
The script Dir 2 Gallery generates HTML to show a given number of random images from the scanned image files. The current directory can be scanned for image files with specified extensions. Each image is displayed as a thumbnail linking to the image in the original size.Requirements:- PHP 5.0 or higher
-
D3Upload can take the name of a given file upload input and check if a valid file was uploaded and can be processed. It checks whether the file has a valid name extension. It also checks whether a given destination directory exists and is writable. D3Upload all tests are passed, the file is copied to the destination directory, optionally with ...
-
This PHP script can be used to connect to a given MySQL database server or to generate SQL statements which can be used to recreate the database tables and its contents.dbclass_dre can backup all tables or a given subset, And the backup data can be compressed into a zile files by a separate auciliary class. Tha main class can also ...
-
FileBrowser is HTML listing of files and folders in a specified directory can be generated. Links to execute several types of operations are also provided.Currently FileBrowser can view file contents, list ZIP archive contents, download files, delete files, create new files, create directories, browse in sub-directories or parent directories, etc..Requirements: PHP 5.0 or higher
-
Safely Upload can take array of data for a given uploaded file and can check it to verify whether it does not exceed the maximum allowed size, check whether it has one of the allowed file name extensions, check whether the destination directory exists and is writable before copying it.When the uploaded file is an image, the class can also ...
-
With OurWebFTP at your website you can provide web based FTP access to any FTP server for your users, customers, or just anyone.
-
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
-
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 ...
-
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 ...

