-
ZIP Client is designed to generate ZIP archives of all the files to publish in a present folder, It is a great PHP compression script to send ZIP archives to Produce and Publish servers. XML-RPC requests can be sent to submit the archives to a given Produce and Publish server.Requirements:- PHP 5.0 or Higher
-
Google File Finder can be used to search for files in sites using Google. There is a base class that can HTTP send requests to Google to perform searches for given keywords. There are also several sub-classes that can make the searches be restricted to certain sites that host files for download. Those classes parse the results and extract the ...
-
Remote Content retrieves remote URL or local file.
-
NewsBox can be used to display random news items store in a file. It reads a file with multiple news items separated with a special character sequence. NewsBox shuffles the news items and makes them appear in a HTML scrolling on marquee.
-
This code reads all the lines in a text file then alphabetizes it and overwrites the file with the alphabetized version. It is easy to use. You just need to replace the placehoder of the file path.
-
Smart File Cache can be used to store and retrieve variable values in cache files. It can serialize the value of a given variable and store it in a cache file. Smart File Cache is an Open Source PHP cache script. The script can also retrieve the original variable value from a cache file. Cache files are valid for a ...
-
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 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 modify or create a ZIP archive in pure PHP, without need of temporary files. TbsZip can list, add, delete, replace files that are contained in an archive. The new content of a file can either come from a PHP string (binary string as well as text string), or from a physical external file. The ...
-
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.




