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
    1528 total visits
    Another directory list class, Yet another directory list class.
  2. No Screenshot
    1450 total visits
    With FileManipulation, you can easily access text files (read/write). Get the X Line of a text file. write after line x in the file. Return lines containing "foorbar" (with regex). Replace a line.
  3. No Screenshot
    1822 total visits
    myFat implements a virtual file system based on two MySQL tables. You can store any kind of data (music, images, anything) in these MySQL tables.myFat implements functions for listing files, saving files uploaded from forms, deleting files and outputing files for downloads.
  4. No Screenshot
    1469 total visits
    NDL is a class that gives you total control over the process of downloading files from your server by hiding the actual file location.Using different rules (based on IP, browser or download manager, http referrer, number of simultaneous connections, authorization status) you can grant or deny permission to download files.Besides, you can also gather statistics on the following:- download manager- ...
  5. No Screenshot
    2328 total visits
    PHP Cron Parser can be used to parse cron tab files to retrieve job schedules.The idea is to provide an alternative solution for scheduling tasks when it is not to use the cron program usually available and Unix/Linux systems.PHP Cron Parser accept the standard crontab format, including comma separated and range values. It can calculate the next time a scheduled ...
  6. No Screenshot
    1404 total visits
    File Split is meant to split big text files in multiple parts with limited number of lines. It may be useful for splitting text log files.File Split uses three parameters : the name of the file to split, the path of the split file parts, and the limit of lines per file.
  7. No Screenshot
    1789 total visits
    CSV file db provides simple access to csv files and let you easy navigate through the tabel. You should only access one of the following functions and variables.Variables:$index // Index in File, DO NOT CHANGE$limiter // The CVS Limiter, usually ";"$filename // The filename of the cvs file$record = array() // The actual record$EOF // True if End of File$BOF ...
  8. No Screenshot
    1901 total visits
    Navigator is meant to browse a given server file system directory.Navigator can also perform several types of manipulations of the directory files:- Change permissions- Retrieve the total size of all the directory files- Create new files or sub-directories- Remove files or directories
  9. No Screenshot
    1743 total visits
    Class Packager can generate archives that pack the information of given directories and files into one file as installer. The generated output is PHP script that contains class that can extract the packed directories and files.
  10. No Screenshot
    1710 total visits
    CSVReader is a class that can be used to parse CSV (Comma Separated Values) files. The class can also handle CSV files uploaded to a Web server using forms.The parsed files can be outputted as an HTML table.Note: Class is for Beginners
  11. No Screenshot
    1748 total visits
    WGetAgent can download files from remote sites using the wget program usually available on Linux/Unix systems. The class can call the wget program to start the download of a file into a given directory. Optionally it may limit the download rate.When the download is started, WGetAgent can call an given method of another class to pass the download session details ...
  12. No Screenshot
    1908 total visits
    MS files converter converts any document, that can be read by MS Word, to another format supported by Word.Converts extensions from/to: doc,dot,txt,rtf,htm,html,asc,wri,wps... It is designed only for Windows as it uses COM.
  13. No Screenshot
    1911 total visits
    FileDB class allows you to easily store, display and send files from a database. It has a built-in hit counter and stores information of last edition, upload, etc..This class uses my db abstraction layer, AbstractDB which allows a unified and easy access to databases, which you can see in this class.CONSTRUCTOR:function FileDB(&$db, $host, $database, $user, $password)FUNCTIONS:function add($file_name, $file_descr = '')function ...
  14. No Screenshot
    1964 total visits
    Rename is a simple class that can be used to rename all files in a directory.It can traverse a given directory and rename all files to have the same prefix followed by a number and the original file name extension.
  15. No Screenshot
    2710 total visits
    The purpose of BinPacker is to copy or move the files to a set of directories, so that the total size of all files in each directory does not exceed a given size limit.It can can be quite handy in situations where you need to transfer an huge amount of files, which would be a tedious job to perform manually.This ...
Pages 28 of 30« 24 25 26 27 28 29 30 »