How do I utilize your scripts on a secure server?
Open up the file named xxxx_cfg.cgi. On around line 46, you will find a variable named $SecureServer
In this variable, you must enter the absolute URL to the folder your scripts reside in. Eg.
$SecureServer = "https://www.server.secure.com/cgi-bin/";
Do not enter the script file name. Next, you must enter your server path in the variable named $DefaultData. It must point to the root folder (the folder your index pages resides in). Eg.
$DefaultData = "/path/to/secure/folder/web";
Upload all scripts and run the setup_cfg.cgi file.
Eg.
https://www.server.secure.com/cgi-bin/xxxx_setup.cgi