|
Download Trakker
|
Other links at PHP > Scripts and Programs > File Manipulation |
| 1. |
Absolute Include
|
|
|
A small but useful wrapper function for include(). It allows the same include statement to be used in all the files in a website, regardless of which folder they are located in. This is handy for sites that are hosted on servers that have PHP open_basedir protection enabled. This tends to cause calls like include("/folder/file.inc"); to generate error messages.
|
| 2. |
Owl Intranet Engine
|
|
|
Owl is a multi user document repository (knowledgebase) system written in PHP for publishing of files/documents onto the web for a corporation, small buisness, group of people, or just for yourself. Owl is written in PHP and stores its data in a MySQL database.
|
| 3. |
PHP language selector
|
|
|
With this code you can adapted your site to be multi languages with ease The script doesnt include a languages pack however thats easy to use google to translate English to French or to German and so on + you can use unlimited languages! We have the demo, The tutorial and The download on our site.
|
| 4. |
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.
|
| 5. |
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.
|
|
|