[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RE: Gossamer Threads Links v2.0



>Anyone using this on a raq3 to build a portal/links site?
>Any suggestions on others?

I do know that Gossamer Threads Links won't run on the RaQ3's without some
hacking of the nph-*.cgi programs/code. I think on their web site in the FAQ
you'll find details on what you have to change to get the program running on
RaQ3's. But the code below outlines the changes you'll need to make. I had it
saved in my notebook.

-David

**************************
Cobalt RaQ Servers - Errors 
nph-build.cgi
_________________________

In the

sub main {

change:
---------------
$use_html = 0;
---------------

to:
---------------
$use_html = 1;
---------------

In both the

sub build_staggered {
and
sub build_all {

comment the lines:
---------------
$nph ;
---------------

like this:
---------------
# $nph ;
---------------


nph-verify.cgi
_________________________

comment the line:
---------------
print "HTTP/1.0 200 OK\n";
---------------

like this:
---------------
# print "HTTP/1.0 200 OK\n";
---------------


nph-email.cgi
_________________________

In the

sub main {

comment the line:
---------------
$nph ;
---------------

like this:
---------------
# $nph ;
---------------
 

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1