|
download counter
|
Other links at PHP > Scripts and Programs > File Manipulation |
| 1. |
HTML_ToPDF (PDF on the Fly)
|
|
|
Printing webpages is great, but every browser renders a page differently. This can cause problems if you need to be able to print a page that looks the same no matter what platform or browser is being used. Additionally, PDF files can be searched and browsed as a sort of notebook, making it a useful file format for large text files. This script takes the hassle out of generating a PDF file from your webpage. Use it to convert online recipts, documents, etc. into a format that will look the same on any platform and printer. Includes support for converting images, using the stylesheets to customize the look of the PDF file, PDF encryption and permissions, and error handling.
|
| 2. |
Filename Case Changer
|
|
|
Type in a folder path and the Filename Case Changer will allow you to convert the filename case of all the files in the root folder as well as in the sub folders into lowercase. Works in all OS.
|
| 3. |
Dirlist
|
|
|
Dirlist is a directory viewer simaller to the standered layout on apache servers . Features include, only file to upload, sort by name last modified or size, Title/Thumbnail (using the GD Library) or Detail or Title and Detail displays, fine file in current directory and some info about the current list of files. This script will not list sub-directories.
|
| 4. |
phUploader
|
|
|
phUploader is a script for uploading images or files to a server. It comes with the option for image or file uploads, or both. You can specify your own file extensions that are accepted, the file size and naming options. The script has the capability to setup folders and chmod on the first run for easier setup for new users. This was tested with Linux and WindowsXP (EasyPHP). This script is very useful for temporary file storage or simple sig and avatar hosting.
|
| 5. |
reducedcomplexity uploader.class
|
|
|
With rc_uploader.class you can easily upload single or multiple files to your webserver. It cleans up filenames, has different overwrite modes in case a file already exists on the server (abort upload, auto-rename file, overwrite file). Also, filetypes and filesize can be restricted. An error reporting is available in english and german, with the possibility to print out messages directly to the screen or to use error codes for individual error reporting. Also, you can have the class send you a short report by email if uploads were processed.
|
|
|