Title: @1 Calendar Publisher I: Script installation Steps of installing the script.
• One main script, calpublisher.cgi
• One data file.
• Button images.
INSTALLATION for LITE (free) Version:
======================================================
Important:
(1) Upload the files exactly in the same structure as the ones in the ZIP file.
(2) For the Lite version, do not rename the files and folders.
(3) Do not tampered with the copyright logo image or the script will fail.
calpublisher.cgi:
1) Defined the path to Perl at the first line of the script (default is #!/usr/bin/perl).
2) Set the variables in the config.cgi.
3) Create a folder "calpublisher" under the ROOT (leave it at the default chmod value).
This will be: www.yourdomain.com/calpublisher/
Upload to this folder: calpublisher.shtml and notice2.gif.
4) Create a sub-folder "icons" under the "calpublisher" folder in Step 3).
This will be: www.yourdomain.com/calpublisher/icons
Upload to this folder: All the images in "icons" folder.
Leave images at default chmod value.
4) Create a folder "calpublisher" under the cgi-bin.
This will be: www.yourdomain.com/cgi-bin/calpublisher/
Upload to this folder: calpublisher.cgi and config.cgi
Chmod calpublisher.cgi to 755 and leave config.cgi at default chmod value.
5) Create a sub-folder "data" under the "cgi-bin/calpublisher" folder.
This will be: www.yourdomain.com/cgi-bin/calpublisher/data
Upload to this folder: data.txt
Chmod data.txt to 777.
6) Point your browser to www.yourdomain.com/calpublisher/calpublisher.shtml to see if the calendar works. Good luck!
INSTALLATION for Commercial (full) Version:
======================================================
For calpublisher.cgi, monthly.cgi and daily.cgi:
1) Defined the path to Perl at the first line of the 3 scripts (default is #!/usr/bin/perl).
2) Create a folder "calpublisher" under the cgi bin (leave it at the default chmod value).
This will be: www.yourdomain.com/cgi-bin/calpublisher/
3) Set the variables in the 3 scripts.
4) Upload all the 3 ***.cgi scripts to the "calpublisher" folder above and chmod all the 3 scripts to 755.
5) Create a sub-folder "data" under the "calpublisher" folder and chmod to 777 (in some servers 666).
This will be: www.yourdomain.com/cgi-bin/calpublisher/data
6) Upload the data file "data.txt" to the sub-folder "data" and chmod to 777.
7) Create a folder "calpublisher" under the ROOT directory.
This will be: www.yourdomain.com/calpublisher/
8) Create a sub-folder "icons" under this "calpublisher" folder.
This will be: www.yourdomain.com/calpublisher/icons
9) Upload all the images to the sub-folder "icons".
• Call the calendar from a SHTML page via SSI using this tag:
<!--#exec cgi="calpublisher.cgi" --> OR
<!--#include virtual="calpublisher.cgi" -->
Enter the calendar's Admin Interface using this URL:
calpublisher.cgi?status=admin
Powered by Document Publisher |