Gossamer Forum
Home : Products : Links 2.0 : Customization :

download review.cgi

Quote Reply
download review.cgi
I keep getting the 'Can't retrieve' error. I have LWP installed.

Is there somewhere I can just do a good old fashioned download for the needed files?
Quote Reply
Re: download review.cgi In reply to
if you knew perl.. you'd understand this..

but all the files are in

http://www.widgetz.com/review/

just look at the %FILES hash in the install.cgi..

EXAMPLE:

Code:
"review.cgi" => [1, 'new', "reviewcgi", "$db_cgi_path", 1, 2, 0755],

means the file "review.cgi" ignore the number.. then the next field 'new' that means it's a new file.. ('add' means append, 'del' means delete).. then "reviewcgi" is the txt filename where the source is retrieved.. SO

http://www.widgetz.com/review/reviewcgi.txt

is the source..

then the "$db_cgi_path" means that is where "review.cgi" is put into.. so put review.cgi there.. (according to links.cfg)..

the next one.. either (1 or 0) means if it's a file or dir.. just ignore that.. then the next one.. (1, 2 or 0) 2 meaning for both templates and non.. 0 means non templates only.. 1 means templates only..

then the last one is obviously the file permissions.. chmod accordingly..

hope you can do the rest by yourself now Wink

jerry
Quote Reply
Re: download review.cgi In reply to
btw.. a blank file name for a NEW file means it's a blank file..

jerry
Quote Reply
Re: download review.cgi In reply to
Hi,

Would anyone be so kind to elaborate a little more and possibly give explain in more detail as to how to do this? I have modified the necessary pages as needed, however LWP is not currently installed on my server.... and I can't run the install.cgi, so I need to do this manually. Unfortunately I couldn't make much sense of what widgetz was saying. Any help is greatly appreciated.

Thanks
Quote Reply
Re: download review.cgi In reply to
Anyone??

Thanks
Quote Reply
Re: download review.cgi In reply to
Is this MOD available anymore? The original site seems to have been taken over by another company
Blacknight Solutions - Hosting
Search.ie
Armchair.ie
Quote Reply
Re: [blacknight] download review.cgi In reply to
Actually review.cgi is not available anymore. However, a short while ago Jerry mentioned he'd offer it again. So try your luck.
Quote Reply
Re: [Tho:mas] download review.cgi In reply to
In Reply To:
Actually review.cgi is not available anymore. However, a short while ago Jerry mentioned he'd offer it again. So try your luck.
Any idea how I can find him?
Blacknight Solutions - Hosting
Search.ie
Armchair.ie
Quote Reply
Re: [blacknight] download review.cgi In reply to
Just search for his last posts on these boards (handle: jerrysu) and send him a PM.

Last edited by:

Tho:mas: Mar 27, 2002, 10:48 AM
Quote Reply
Re: [Tho:mas] download review.cgi In reply to
Thanks - will do
Blacknight Solutions - Hosting
Search.ie
Armchair.ie