Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: SSI integeration into CGI generated pages

Quote Reply
Re: SSI integeration into CGI generated pages In reply to
Ok this is what I did and It doesnt work :(

first I edited site_html_templates.pl by adding
header_links => &header_links, to global
Then I added
sub header_links {
# -----------------------------------
# This is the header file to insert into your LINKS pages.
open (INC, "/big/dom/xweb_toolz/cgi-bin/advert/remote.pl?region=big125&mode=SSI") or return "Can't find include file: header_links.txt";
return join ("", <INC> );
}

I keep getting "Can't find include file: header_links.tx" If I remove the "?region=big125&mode=SSI" from the
end of cgi file then it just prints the content of cgi file. I have been working on this for hours and I am simply going crazy. Any help?

Subject Author Views Date
Thread SSI integeration into CGI generated pages kickster 7671 Aug 27, 2000, 2:33 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7541 Aug 27, 2000, 3:15 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7530 Aug 27, 2000, 6:20 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7549 Aug 27, 2000, 6:30 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7534 Aug 27, 2000, 6:41 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7543 Aug 27, 2000, 7:33 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7540 Aug 27, 2000, 7:50 PM
Thread Re: SSI integeration into CGI generated pages
sponge 7538 Aug 27, 2000, 8:32 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7549 Aug 27, 2000, 8:48 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7525 Aug 27, 2000, 9:20 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7472 Aug 28, 2000, 5:37 PM
Post Re: SSI integeration into CGI generated pages
Stealth 7443 Aug 28, 2000, 6:05 PM
Thread Re: SSI integeration into CGI generated pages
Jerry 7517 Aug 27, 2000, 11:01 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7462 Aug 28, 2000, 7:45 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7457 Aug 28, 2000, 8:12 PM
Post Re: SSI integeration into CGI generated pages
kickster 7461 Aug 28, 2000, 8:24 PM
Thread Re: SSI integeration into CGI generated pages
sponge 7487 Aug 28, 2000, 9:38 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7453 Aug 28, 2000, 9:46 PM
Post Re: SSI integeration into CGI generated pages
ARCSxMike 7415 Aug 28, 2000, 10:45 PM
Thread Re: SSI integeration into CGI generated pages
Jerry 7433 Aug 29, 2000, 4:25 AM
Thread Re: SSI integeration into CGI generated pages
kickster 7433 Aug 29, 2000, 10:40 AM
Thread Re: SSI integeration into CGI generated pages
kickster 7408 Aug 29, 2000, 10:59 AM
Post Re: SSI integeration into CGI generated pages
act 7208 Jul 6, 2001, 8:50 AM
Thread Re: SSI integeration into CGI generated pages
scanreg 7441 Aug 28, 2000, 11:55 PM
Post Re: SSI integeration into CGI generated pages
Jerry 7405 Aug 29, 2000, 4:10 AM
Thread Re: SSI integeration into CGI generated pages
darkOne 1244 Jul 6, 2001, 5:56 PM
Post Re: SSI integeration into CGI generated pages
Stealth 1230 Jul 6, 2001, 6:16 PM