Gossamer Forum
Home : Products : Links 2.0 : Discussions :

system path

Quote Reply
system path
Hi, I'm curious as to how you know the system page. The install says :

PATH to your admin directory, this is a system path, not a URL! If you get an error message about not finding a file, look at the SCRIPT_FILENAME variable for clues on the proper path! $db_script_path = "/alex/links/cgi-bin/admin";

The main thing is is that, my cgi-bin is not on my computer. I've installed cgi scripts before, so I do know somewhat what I'm doing, I've just never had to use this. Thank you for your time.

Quote Reply
Re: [tia] system path In reply to
 

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [tia] system path In reply to
IHO, this instruction is misleading. here is what you should do. get the path to your cgi-bin on your server. If you don't know it, ask your host. It should look something like

Code:
/home/acct3/public_html/cgi-bin";


the URL would then look like



then create your links directory underneath the cgi-bin

that path will look like

Code:
/home/acct3/public_html/cgi-bin/links";


Load your add.cgi, modify.cgi, search.cgi,. etc to the links folder

Create you admin directory under the links folder. and load the db.pl, db_utils.pl, site_html.pl, etc to this folder

and so on...


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Quote Reply
Re: [esm] system path In reply to
Thank you so much both for all your help.