UPOINT:: CGI Scripts: FAQ

Title: @1 Reciprocal Link Checker PRO: Script installation
Steps of installing the script.

1) Open index.cgi and rlc.cgi and make sure that the first line of the scripts is correct. The default is : #!/usr/bin/perl

2) Edit the variables in the file lib.inc under the "lib" folder:

$config{"lines.per.page"} = "25";
$config{"db.path"} = "/home/username/www/cgi/demo/rlc/db";
$config{"tmpl.path"} = "/home/userneme/www/cgi/demo/rlc/tmpl";
$config{"sendmail"} = "/usr/lib/sendmail -F\"Reciprocal Link Check\" -t";
$config{"report.address"} = "demo\@upoint.net";

3) Create a folder named "rlc" under the root directory or the cgi bin. Chmod this folder to 777 (for some servers you need to leave it as the default value).

4) Upload all files and folders in the zip file to this folder in the same folder structure.

5) Chmod the folder "db" to 777.

- If you install the script under the cgi bin, please move the "gfx" image folder to somewhere outside the cgi bin. This is because most servers do not allow the display of images from the cgi bin. Then edit the images' URL in the *.tmpl template files.

- To enter the admin interface, point to index.cgi

- To run the script via crontab, point to rlc.cgi

  Powered by Document Publisher