/* template.additional_services+='[' + ("RSS".link http://bnb.synchro.net/rss.ssjs?channel=BNB-RSS '; */
What would be the correct syntax for the last line?
Without the comments it causes the entire page to fail. In fact several pages fail just due to this additional line.
Tracker1 wrote to Finnigann <=-
Finnigann wrote:
/* template.additional_services+='[' + ("RSS".link http://bnb.synchro.net/rss.ssjs?channel=BNB-RSS '; */
What would be the correct syntax for the last line?
Without the comments it causes the entire page to fail. In fact several pages fail just due to this additional line.
//try
template.additional_services += '[' + ("RSS".link("http://" +
host + http_port + "/rss.ssjs?channel=BNB-RSS" + '] ';
//or
template.additional_services += '[' + ("RSS".link("http://" +
host + "/rss.ssjs?channel=BNB-RSS" + '] ';
from index.ssjs
template.additional_services ='[' + ("telnet".link("telnet://"+host +telnet_port)) + '] ';
template.additional_services+='[' + ("rlogin".link("rlogin://"+host +rlogin_port)) + '] ';
template.additional_services+='[' + ("ftp".link("ftp://"+host
+ftp_port)) + '] ';
template.additional_services+='[' + ("irc".link("irc://"+host
+irc_port)) + '] ';
template.additional_services+='[' + ("news".link("news://"+host
+nntp_port)) + '] ';
template.additional_services+='[' + ("gopher".link("gopher://"+host +gopher_port)) + '] ';
/* template.additional_services+='[' + ("RSS".link http://bnb.synchro.net/rss.ssjs?channel=BNB-RSS '; */
What would be the correct syntax for the last line?
Without the comments it causes the entire page to fail. In fact several pages fail just due to this additional line.
Digital Man wrote to Finnigann <=-
Re: Adding to index.ssjs
By: Finnigann to All on Sat Dec 03 2005 10:40 am
from index.ssjs
/* template.additional_services+='[' + ("RSS".link http://bnb.synchro.net/rss.ssjs?channel=BNB-RSS '; */
What would be the correct syntax for the last line?
Without the comments it causes the entire page to fail. In fact several pages fail just due to this additional line.
You're missing the close-parenthesis:
template.additional_services+='[' + ("RSS".link("http://bnb.synchro.net/rss.ssjs?channel=BNB-RSS")) + '] ';
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,045 |
Nodes: | 16 (0 / 16) |
Uptime: | 130:30:58 |
Calls: | 500,967 |
Files: | 109,378 |
D/L today: |
35 files (1,501K bytes) |
Messages: | 305,216 |