-
class.file.php handles all actions that could be executed with a file (upload, download, write, read...) and provides access to all of its characteristics (size, type, extension, owner...).
-
Download file serving is meant to serve files for download via an PHP script.Download file serving can analyse a given file stored on the server and make the current PHP script issue the necessary headers like content-length: and content-type: so the client browser can handle it as a normal download as if the was served as static file access.
-
Client web browsers recognize headers and mime type and offer to either save the file to disk or open it using a locally available application.The files exceeding a specified size limit can be automatically compressed before being served for download.
-
The php-downloader has a simple architecture. All you has to do is to set the file param and the method, you´d like to offer as download (plain, zip, tar.gz) and the php-downloader offers you a download.
-
The directory files can be viewed or downloaded.
-
The metadata of a BitTorrent file is extracted into an array.
-
Download file class has simple interface to download any file from a server without displaying the location of the file.
-
The web interface is AJAX based and can be extended with additional plug-in modules.Key Features of Site administrator tool set:- Execute SQL queries- Backup and restore tables in a database- File manager that allows downloading, uploading and deleting server side filesRequirements:PHP 4.3 or higher
-
HTTP Download can be used to dynamically serve data from files for download. It can handle HTTP requests that ask to resume the download of files that were partially downloaded previously. So, it supports any download manager program that the users may employ.HTTP Download can serve data from files available on the serve or from dynamically generated data strings. It ...
-
Create CSV can execute a MySQL database query and use the results to format the contents of a CSV file.The CSV file contents can be served for download or save to a file, as they are returned as a string.Requirements:PHP 4.0 or higher
-
FTPeasy can establish one or more connections to FTP servers with optional SSL based security. If an FTP server connection was already established, it reuses that connection. It can perform several connection operations like setting the connection timeout, set the connection passive mode, login as a given user, and execute a server side program.FTPeasy can also perform operations with files ...
-
Simple HTTP browser can send HTTP requests of type HEAD, GET and POST using the Curl extension if available, or the socket connection functions otherwise.Accessing pages that require authentication, HTTP compression and file downloads, are supported.Requirements:PHP 3.0 or higher
-
Protected Secure Site Area and File Downloads ZDR is highly sophisticated password protection and membership/user management system written in PHP. This PHP script allow you to create password protected areas on your site. Easy install and integrate in your site, you don't need MySql. It is easy to set up for a beginners, but still very easy to customize for ...
-
Id3 Tag Correction and Downloading can be used to correct tags of MP3 tags of music with records stored in a MySQL database. It scans a MySQL database table with information about music albums to see which albums did not have yet the associated ID3 tags.Id3 Tag Correction and Downloading accesses Web services APIs of sites like audioscrobbler.com, last.fm, lyricwiki.org ...
-
Features of Advanced PHP Form Maker:- No installation or database required. - Just upload and use. - Web interface based. Answer several questions and you have your own PHP processed form. - Absolutely no HTML or PHP experience required. - Available inputs: textboxes, areaboxes, file uploads, hidden fields, reset buttons, list menus, list lists, check boxes, radio buttons, or grouped ...

