| TOTAL: 324 Page: 1 of 17 |
|
WebDAV client - Chris Ju
This class implements a WebDAV protocol client that is nearly conformant to RFC 2518 to modify resources on a HTTP server. It supports operations GET, PUT, MOVE, COPY, etc., either using HTTP/1.0 and HTTP/1.1


| Hits: | 228 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
WGetAgent - Andrei O
This class 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, the class can call an given method of another class to pass the download session details like the session identifier, destination and url. Each download session can be logged to a individual file that may be remove


| Hits: | 246 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
x64 Simple Counter - Raphael
This class can be used to count site visits using flat files to store visit statistics. It logs the visiting users IP address in order to know if the visitor was already counted. It may also be used to know if a visitor already voted in a poll.


| Hits: | 185 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
xTem Upload - : Kai Sc
This class is meant to process files of type uploaded via Web forms. It features: - File uploading handling, renaming and deleting - Generation of thumbnail images for JPEG files (requires GD library)


| Hits: | 202 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
XUpload - David As
This class lets you manage your file uploads very quickly and easily. View the use example in the bottom of the script. Also included a XUploadForm class for upload forms management too. Features: - Multiple uploads easily with multiple instances - Lets you choose the upload dir (does not check perms) - Lets you overwrite file if exists - Lets you set max filesize uploadsize - Checks file extension. - Checks where script is called from. - Checks file size. - Lets y


| Hits: | 229 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
XUpload/ViewDB - Mike Gif
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.


| Hits: | 190 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
Zip and File Splitter - Huda M E
When a file is very large size it takes a lot of time to download. A common solution is to zip the file to make it smaller, but if it still too large to download, splitting the file in many pieces is often a better alternative solution. This class can compress and split large files into smaller part files that are compressed as files in a .ZIP compatible format. Splitting the files can be done on the fly for instance when it is necessary to download a large file of Web site backup, or send


| Hits: | 187 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
ZipLib 2 - Hasin Ha
This class can be used to pack multiple files to create a single compressed archive in the .ZIP format. This class is based on a library known as zip.lib.php written by Eric Mueller, Denis125 and Peter Listiak. It was extended to make it more flexible adding features like adding files listed in an array. The data of the resulting .ZIP archive can be stored in a file of a given file name.


| Hits: | 235 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
phpCSV - Mike Lei
This class can be used to read and parse Comma Separated Values (CSV) files. It can parse each CSV file line and store the retrieved data in a bi-dimensional array class variable. The separator character and line length limit values are configurable.


| Hits: | 231 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-24 |
PHP Cron Parser - Nikol S
This class 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. It accept the standard crontab format, including comma separated and range values. It can calculate the next time a scheduled job is supposed to be run based on the given cron definitions


| Hits: | 324 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
php directory explorer - Marius B
This class is meant to browse a given directory. It allows you to view or download the directory files or other files from sub-directories


| Hits: | 125 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
PHP Registry - Richard
This package is meant to store and retrieve key values in files. It can work as a registry that stores application configuration values. The class stores the values in registry values so they can later be retrieved in constants created with PHP define function. The package also comes with a sub-class that can be used as Web interface for editing the registry key values. You can set up the keys using the editor class and then your applications script defines each key as a contant.. For i


| Hits: | 146 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
PHP Upload - Mauro De
This class was created to simply manage images and other types of files. For image files it can create their thumbnails. The class returns the full path of a file to store it in a a database MySQL. Questa classe e' nata per semplificare l'upload di immagini e file e, nel caso delle immagini, create le miniature in automatico. Restituisce i percorsi completi ai file e alle miniature per in modo da poter facilmente archiviarli in un dbms come MySQL.


| Hits: | 162 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
php-downloader - Robert K
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


| Hits: | 180 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
PHP2EXCEL - Christia
PHP class to generate Excel files on the fly. Supports formatting of cells, spread sheet protection.

| Hits: | 94 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
phpftp - Paul
This class is a wrapper to the PHP extension to access FTP servers. It can establish FTP connections, authenticate a user, list the files in the current FTP server directory, upload files, create directories on the FTP server, change the current directory, get the current directory, delete files and retrieve files.


| Hits: | 152 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
phpMyDir - Alex
phpMyDir reads a directory and give back an array with "folder-file-time-size" you can select folders, files or both to search

| Hits: | 25 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
phpSuperCache - Patxi
Class for caching of full pages or frequently used blocks. It uses the filesystem to avoid database connections bottlenecks. It caches pages using the name of the script and allowed query_strings. You can see it in use at: http://www.todoelsexo.com, caching category pages and different blocks. It can serve normal html or even gzipped content, if the server and the user navigator allow it


| Hits: | 84 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
PHPXBase - Erwin Ko
This package is a read/write wrapper around xbase (dbf) flat file databases that does not use any PHP extensions specific for that purpose. It provides several classes to abstract the access to flat file database tables, records and columns. Todo : indexes + memo support


| Hits: | 160 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |
PHP_Dir - Ryan Fly
This is a class to simplify the listing of classes and allows for commandline-like wildcards (i.e. '*.txt'). The class currently returns arrays of matching files or directories at the user-specified path


| Hits: | 186 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-23 |