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.-
This class can be used to generate Excel spreadsheets from templates. It can load a template spreadsheet file, replace some template values and generate the merged Excel file. The resulting Excel file can be protected with a password and served as the current script output or saved to a given file. This class requires the PHPExcel classes for reading and ...
-
This package allows to merge OpenOffice and Ms Office templates with values, SQL and other data. OpenTBS is a plug-in for the TinyButStrong template engine. I can then open compressed documents in the format of OpenOffice or Microsoft Office and replace placeholders in the template by data which can be PHP variables, SQL queries, or other. The resulting documents are ...
-
This script can be used to protect the access to Javascript and CSS files from being accessed from other sites.It makes CSS and Javascript files available for download using security tokens stored in session variables to check whether the files are being accessed from pages of the same site.
-
This class can be used to scan script files to find eventually malicious code.It can traverse a given directory recursively and checks script files to see if they may contain code that may be eventually malicious.Currently it finds script files that are using functions often used in infected scripts, such as base64_encode and base64_decode.
-
It can access a remote server using HTTP requests with authentication to protect the access to the remote files. It can create, list, delete, write or read files and directories. It implements a stream wrapper interface to make it possible to access the remote files with PHP functions like fopen('fep://...') and other PHP file and directory manipulation functions. Allows the ...
-
It is able to verify the size of the uploaded files. The files are moved to a given destination directory if they do not exceed a given size limit. Requirements: PHP
-
Several types of operations can be performed on an array of data of an uploaded file. Here are some key features of "Simple Upload":· Check whether there were any upload error and whether the file is a valid upload· Clean the file name from non alphanumeric characters· Generate random unique names for the uploaded file· Copy or move the file ...
-
Anyone can keep a changelog of edited files! Add / Edit / Delete Files & Folders easily. Have Unlimited Sub-Directories. Code is very neat and easy to read. It also has some protection for the end user so they don't have to resort to using phpMyAdmin to fix the problem :-D
-
This class can be used to scan music files collection.It can traverse a given directory where there are music album files.The class can count the music files it find with a given file name pattern. It can also return the count of albums sorted by year.
-
This class can be used to compose songs and save them in MIDI format.It can compose tunes adding the tune notes with a given tempo and volume.The class can generate a file in MIDI format with a given file name.
-
This script can be used to store and retrieve cached values from single file. It can store one or more keys in a single cache file. The script can also look up for a given key and retrieve the store value. It can lock the file during access to prevent corruption, but there is also a sub-class that can be ...
-
Ray Cache can be used to store and retrieve cache data in files. It can store data in a cache file with a given life time limit before it expires. Ray Cache can also retrieve the data from the cache time and check if it did not expire. It is an Open Souce PHP cache sript. It can also delete ...
-
This class can be used to read and write metadata from MP3 audio files.It can parse an MP3 file and extract ID3 tags to obtain the artist, title, album, comment, genre, year and track.The class can also update the MP3 file to write new values to the ID3 tags.
-
Ole File Cache can be used to cache arbitrary data in files. It is an Open Source PHP cache script. It can check if a given cache file exist or it has not expired. If so, retrieved the cached data. Otherwise, it can store new data in the cache file. The cache expiry time is configurable.
-
This class can be used to cache the output of PHP script in files. First it checks the cache file of a given cache key. If the cache file exists and it has not expired, the class outputs the contents of the cache file. If the cache file does not yet exist or it has expired, the class starts capturing ...





