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 store and retrieve cached data in files. It can check if a cache file with a given key exists and retrieve its data. The class can optionally check if the cache file was created before a given expiry time has passed. If the cache file does not exist or expired, the class can store ...
-
This class can be used to store and retrieve data in cache files. It can store a given data string in a cache file with a given expiry period. The class can also retrieve the data from a cache file if it was already previously stored there and it was not yet expired. It can also remove one or all ...
-
This script can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page.There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page.A server side auxiliary script gets the ...
-
This package can be used to process and resize uploaded image files. There is one class for handling upload file. Class can upload one or more images that can copy the files to a given directory if they do not exist. And Image resizing class generate thumbnails of a given size. you don't need to take care.
-
Getting tired of downloading, editing and uploading your website every time you add or remove a new link. Give LinkEX a try!LinkEX - Free Link EXchange manager by linkex.dk is free, takes 2 minutes to install, and runs from the browser. No need to use your FTP program any more. It will also verify that the link partner actually has ...
-
The script parses a directory's structure and keep track of files it finds and their modification dates. The file list information is stored in a given file.The class can traverse the folder again and compare the current file list with the previous scan list. Changes, additions or deleted files can be notified to a given e-mail address. Because it runs ...
-
This is a PHP class to process uploaded files. It can also verify if a file was uploaded without errors, if its size is within the accepted limit, if the file name extension is in the list of accepted extensions, and if the destination directory exists on the server.The class can copy a valid uploaded file to the destination directory.If ...
-
A limited list iterator, a session variable iterator and a smart directory iterator are included. Requirements:PHP 5 or higher
-
This package can be used to generate backup copies of Web server directory files and MySQL databases. It uses a separate class to generate a backup archive in ZIP format of a given directory.Another class is used to take a backup of a given MySQL database into file with SQL statements that can be used to restore the database. The ...
-
The FileIterator class enables you to very easily loop over each line of a file, without having to write the same code over and over again. There is of course a downside. Unfortunately in a loop over a 23000 line file, the Iterator code proved to be roughly twice as slow as the "old" way, so using it in a ...
-
PHP Photo browser and cross-fading slideshow script will share lots of photos with people you do not see every day!This script is very simple to use - for the user but mostly for you, the administrator. This server-side script simply goes in a web folder with images and works. It first shows a browser overview with automatically generated thumbnails, clicking ...
-
Sometimes when you're working on some projects you have this feeling you're re-inventing the wheel. This is a waist of time and effort. So when I had to re-invent the wheel on uploading files with PHP, I decided to create a class Simple FileUploader who can do that. Features:- Generate uniq file names- Allow extensions- Exclude extensions- Error messages
-
Edit File online is the basic PHP-script that I was looking around for that would allow me to edit files online. Unfortunately I only found bloated ones that were ugly and did way too much.Eventually I gave up searching and decided to write my own. It's only 70 lines of code and contains no useless crap. I've updated the script ...
-
XUpload & myDIR were combined to produce the following hybrid app which allows you to upload a file to a specified directory and then view the contents of that directory. I also extended both of these applications to allow for the option of adding file information to a MySQL database.
-
The class Splitter can split the contents of a text file to extract the values of its lines and columns. Splitter can also split the values of a line using a configurable character as column delimiter. The split values are returned in abidimensional array.


