|
Anti Leech
|
Other links at PHP > Scripts and Programs > File Manipulation |
| 1. |
CJ Printer Friendly
|
|
|
The CJ Printer Friendly script takes the content from a page, usually article or news based and strips it out of its images and other things that annoyingly take up all that valuable printer ink. All you have to do is insert two comment tags within your HTML to tell the script when to start and finish and then link to the script; to do the rest of the work. The printer friendly script has a few variables to change such as site name but you can also change the font by editing the simple stylesheet included. New version includes an anti-leech functon.
|
| 2. |
MyDIR
|
|
|
A simple directory browsing script written in PHP.
|
| 3. |
Find And Replace - Regular Expression tools
|
|
|
Even if you know little about Regular Expressions, this package has teaching tools and examples. Tiz a tool that will recursively search all your files for a particular string, and replace that string with whatever you like.
|
| 4. |
DigiOz Directory Indexer
|
|
|
The DigiOz Directory Indexer is a simple script that looks into a subfolder inside the directory it resides in and lists all the files in that folder, displaying them in a linked format on the screen, along with the date modified and size of the file. This script comes particularly handy when you have a huge list of files you have to post a link to on a page, and dont want to type the link to them by hand one by one. The script will produce a simple HTML index file for you, which you can then save under a different name and use elsewhere on your website. Some features of this code includes the sorting of the files by name, by date file modified and by size.
|
| 5. |
pUpload
|
|
|
pUpload is a simple file upload interface developed in PHP. One can use it to upload files to server and/or to understand how file uploading works in PHP.
|
|
|