 |
| UPOINT:: CGI Scripts:: @1
Quick Info |
 |
.
Installation:
- One main script, quickinfo.cgi (7Kb)
- One empty datafile, data.txt
- This is all you have to define:
$path_to_script="quickinfo.cgi";
$password="upoint";
$path_to_file="data.txt";
$time_adjust=480;
- To call the dynamic results by
SSI, rename your webpage to *.shtml and place one these SSI tags
(depending where you installed the script and where your SHTML page is)
where you want the result printed:
<!--#include virtual="quickinfo.cgi" -->
<!--#include virtual="quickinfo/quickinfo.cgi" -->
<!--#include virtual="../cgi-bin/quickinfo.cgi" -->
Tips: To define your own font, bracket the tag above with
<font face="xxxx" size=2"> ...... </font>
|
|
 |