Gossamer Forum
Quote Reply
Help!
I am trying to install links 2.0 but when i upload it and everything( after i edit all that should be ) I can chmond it on the server I am on cause it is no a unix server and it keeps trying to download the cgi script when ever i try to goto it like www.m2sc.com/cgi-bin/turnpike/cgi-bin.add.cgi instead of running it what should I do
Quote Reply
Re: Help! In reply to
If you would've saved the file (downloaded it from your browser), you would've seen the following error message:

Code:
$db_script_path = "e:/www/com/carnage/cgi-bin/turnpike/cgi-bin/admin";

for the $db_script_path variable.

And you need to use the following for the $build_root_path:

Code:
$build_script_path = "e:/www/com/carnage/cgi-bin/turnpike/links/pages";

2) Then in the .cgi files, you need to use the following for the require links.cfg line:

Code:
require "e:/www/com/carnage/cgi-bin/turnpike/cgi-bin/admin/links.cfg";

Regards,



------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Help! In reply to
Thanks a lot I hope it works now
Quote Reply
Re: Help! In reply to
Me, too.

You're welcome.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Help! In reply to
Well it is working but i need to find out away to insert my sidebars(which i use ssi now) but it won't work that way with the cgi like add.cgi
Quote Reply
Re: Help! In reply to
 
Remember to "think out of the box (codes)". While the FAQ/Tutorial provides an example of header and footer files, the same codes can be used for sidebars and other inserted files.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.