Home
About Me
Programming
API Pack
CGI Applications
Isapi Extensions
Programming Forum
Products
Home Ftp Server
Home Web Server
Revision Management
Simple Backup Tool
Time Sync
More Tools..
Support Forum
Pi Test
PiTest Forum
Miscellaneous
General Forum
Chat/Shout box
Upload File(s)
Browse Files
Progr.: 29.7.2008 18:24:20
Support: 21.8.2008 10:02:22
Pi Forum: 24.6.2008 11:12:34
Misc.: 11.7.2008 12:02:24
|
CGI Applications
I'll be collecting here CGI applications to run with Home Web Server for example.
Most of these is or has been in use on some of the pages that I've created or done
on request by someone using the Home Web Server They all include delphi source
code to see the actual functionality begind and to allow modifying the applications
for your own needs.
CGI applications are used for tasks on the web server such as uploading file or
other quite rarely happening things. These applications normally will not stay
on the server memory, other than just the execution time, unlike the isapi.dll
extensions will stay memory as long as the server is running.
Forum
Simple, easy to setup, forum CGI to use freely on your web pages. Easy to setup doesn't
mean that it's totally not customizable. I did this to have support channel for the
other products I have on these pages. Also there's isapi forum available for download
that bases on this cgi forum (this was the one created first).
| Updated | 20.8.2008 16:34:24 |
|
added possibility to mark kilometers and time as practicing log (option)
added preview possibility of sent message
fixed bug in search function
|
| File | CGI Forum.zip |
| Size | 1018,25 KB |
Chat/Shout Box
Simple customizable chat application that does not require anything special from the server side.
Just copy the cgi to the cgi sripts folder and launch. After first launch it creates the setting
file to modify into the same folder.
Online Edit
Edit cgi script is for online editing files stored on the web server.
It allows having header and footer files for customization and does regognize
only two commands: loadfile and safefile. From these two commands loadfile will open
the file for editing and does internally handle saving the file. Very simple
online editing tool without any access level limitting.
| Updated | 13.6.2008 13:03:52 |
|
Default textarea wrap type set to physical
|
| File | cgi edit.zip |
| Size | 176,07 KB |
Log File
Log file can be used to store/append data into any file on the server easily.
As all above, this does allow show customized header and footer on succesfull
storing of sent text line.
| Updated | 13.6.2008 14:33:06 |
|
added possibility to just log "text" input from the client request
added setting to disable showing of timestamp in the beginning
added setting to customize separator between strings on line on the log
|
| File | cgi logfile.zip |
| Size | 174,55 KB |
Upload File
CGI application that stores file sent as multipart attachment to the server.
|