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.
  1. No Screenshot
    1661 total visits
    This PHP script provides a pure PHP solution to create packed archives in CAB format from a given list of files. A CAB archive files, directories or even files can be added by MakeCAB from remote web servers. The generated CAB archive is written to a specified file.Requirements:- PHP 4.0 or Higher
  2. No Screenshot
    1568 total visits
    PHP_FTP is created, a file is retrieved or sent and then the object is killed with kill().
  3. No Screenshot
    1861 total visits
    Deleting specific files traverses a given directory recursively and deletes only files with a specified extension.
  4. No Screenshot
    1427 total visits
    PHP data caching class can check if a given cache file exists and is not expired. If so, it returns the cached data. If the cache file is not valid, the class can store the data for an optionally period of time after which it expires.An existent cache file can also be invalidated by removing it.Requirements: PHP 5.0 or higher
  5. No Screenshot
    2029 total visits
    A PHP directory indexing script which indexes all folders, files, their size and type, and modification time like Apache Server, but it does it with style. My PHP Indexer enables you to upload files, manage files and folders from admin panel, etc.. It is easily configurable and can be installed within minutes.
  6. No Screenshot
    1998 total visits
    dirLook traverses a given directory recursively to retrieve the path of all files contained in the directory.An array is used to return the list of the full paths.Requirements: PHP 4.0 or higher
  7. No Screenshot
    1920 total visits
    preditor loads a specified file and allows entering the string to change, a replacement string and whether it only occurs once or several times. Then it will go through the file and change each occurence.The edited file can be saved to a directory, while non-text-based files can be copied to other directories.
  8. No Screenshot
    1867 total visits
    phpFile can create a new file or open one file that already exists with a given access mode. Data can be appended, inserted at a given position or removed from between two positions.
  9. No Screenshot
    1785 total visits
    Several types of file manipulation operations, such as handling uploaded files, serving files for downloading, renaming, deleting, copying and moving, can be performed.
  10. No Screenshot
    1876 total visits
    A file can also be copied from another server to your own.Key Features of My Easy Copy:- You can change the file's original name into a new name (random numbers & letters)- You can select the folder that's the file will be uploaded into- Show the time used to copy the file- Show the file size
  11. No Screenshot
    1951 total visits
    URI Cache takes the current request URI and uses MD5 to compute the name of a file that should store the cached version of the current page. If the computed cache file does not exist, it starts capturing the output of the current script and stores it in the cache file when the script ends.If the cache file exists, it ...
  12. No Screenshot
    1964 total visits
    Parameters such as the character sequence to end lines and the path delimiter, can be determined.
  13. No Screenshot
    1940 total visits
    File System can get the listing of a given directory. The listing may contain only files, only directories or both. It may sort the listing by entry type, name, date, size and file name extension. The sorting may be either set to ascending or descending order.Custom list filtering can also be implemented through a callback function.Requirements: PHP 5.2.0 or higher
  14. No Screenshot
    1508 total visits
    MyUpload is a class that allows you to upload files to the web server. It is easy to install, use and modify.The basic steps to upload through MyUpload are:- check if the file has been uploaded to your server tmp dir- set the directory to upload to- check if the type of file is accepted (extension of file only)- check ...
  15. No Screenshot
    1961 total visits
    If the uploaded file verifies the validation rules, Classe Upload moves the file to a given directory. Classe Upload can also return the corresponding download link for an uploaded file.Key Features of Classe Upload:- Check if the file does not exceed a given size limit- Check if the file name has one of the accepted extensions- Check if there is ...
Pages 14 of 30« 10 11 12 13 14 15 16 17 18 »