• Re: RSS - Theme Your RSS

    From Mindless Automaton@VERT/ELDRITCH to Finnigann on Thu Jul 6 20:49:00 2006
    Finnigann wrote:ã> -=> With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toã> DOVE-Net.Programming_(Jav <=-ã> ã> MA> The RSS list page is pretty bland, so we can make a few changes so itã> MA> will fit our default theme at least.ã> ã> MA> In rss.ssjs, change these lines:ã> ã> MA> ---start code---ã> ã> MA> if(channel==undefined) {ã> MA> writeln('<html>');ã> MA> writeln('<body>');ã> MA> writeln('<h1>' + system.name + " News (RSS) Channels" +ã> MA> '</h1>');ã> MA> writeln('<ul>');ã> MA> for(c in channel_list)ã> MA> writeln('<li>'ã> MA> + channel_list[c].name.link(link_root +ã> MA> "?channel=" + channel_list[c].name));ã> MA> writeln('</ul>');ã> MA> writeln('</body>');ã> MA> writeln('</html>');ã> MA> exit();ã> MA> }ã> ã> MA> ---end code---ã> ã> MA> to:ã> ã> MA> ---start code---ã> ã> MA> if(channel==undefined) {ã> MA> if(do_header)ã> ã> I get an error after this line:ã> ã> !JavaScript c:\sbbs\web\html\rss.ssjs line 42: ReferenceError:ã> do_header is not definedã> ã> ããOops! Add:ããload("../web/lib/template.ssjs");ãããUnder:ããload("sbbsdefs.js");ããããso it'd be like line 8 or so.. :)ããthe do_stuff is all defined in the general template.ssjs.ããSorry about
    that..ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBSã
  • From Finnigann@VERT/BNB to Mindless Automaton on Fri Jul 7 02:35:00 2006
    With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toãFinnigann <=-ãã MA> Finnigann wrote:ã > -=> With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toã > DOVE-Net.Programming_(Jav <=-ã >ã> I get an error after this line:ã >ã > !JavaScript c:\sbbs\web\html\rss.ssjs line 42: ReferenceError:ã > do_header is not definedã >ã >ãã MA> Oops! Add:ãã MA> load("../web/lib/template.ssjs");ããã MA> Under:ãã MA> load("sbbsdefs.js");ãããã MA> so it'd be like line 8 or so.. :)ãã MA> the do_stuff is all defined in the general template.ssjs.ãã MA> Sorry about that..ã ã Actually that line is located further down... Does that make aã difference?ãã I remmed out the proper code /* */ And pasted in your code... but Iã don't see any diff.ããããã ----------------------------------------------------------------ã James King KC8UGV | Sysop - Bits-N-Bytes BBS ã Coldwater, MI 49036 | http://www.synchro.net/sbbslist.htmlã ----------------------------------------------------------------ã RSS http://tinyurl.com/zswzsã ----------------------------------------------------------------ã... "42? 7 and a half million years and all you can come up with is 42?!"ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net / bnb.synchro.netã
  • From Mindless Automaton@VERT/ELDRITCH to Finnigann on Fri Jul 7 11:37:00 2006
    Finnigann wrote:ã> ã> MA> so it'd be like line 8 or so.. :)ã> ã> MA> the do_stuff is all defined in the general template.ssjs.ã> ã> MA> Sorry about that..ã> ã> Actually that line is located further down... Does that make aã> difference?ã> ããNope, I just grouped it with the other load()ãããã> I remmed out the proper code /* */ And pasted in your code... but Iã> don't see any diff.ã> ããWell thats no fun. It should be something like:ããhttp://eldritch.darktech.org/rss.ssjsãããI can't seem to connect to your site to take a peek. I get connection ãtimed out. :( I guess you could view source and compare or something ãthough..ããAlso, I am working with rss.ssjs v1.19 in case that is different.ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBSã
  • From Finnigann@VERT/BNB to Mindless Automaton on Fri Jul 7 14:25:00 2006
    With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toãFinnigann <=-ãã MA> Finnigann wrote:ã >ã > MA> so it'd be like line 8 or so.. :)ã >ã > MA> the do_stuff is all defined in the general template.ssjs.ã >ã > MA> Sorry about that..ã >ã > Actually that line is located further down... Does that make aã > difference?ã >ãã MA> Nope, I just grouped it with the other load()ãã loading twice doesn't bolix anything? I have it in there in bothã places.ãããã > I remmed out the proper code /* */ And pasted in your code... but Iã > don't see any diff.ã >ãã MA> Well thats no fun. It should be something like:ãã MA> http://eldritch.darktech.org/rss.ssjsãã That's sort of what I expected. You seem to understand javascript veryã well.ãã MA> I can't seem to connect to your site to take a peek. I get connectionã MA> timed out. :( I guess you could view source and compare or somethingã MA> though..ãã This is a plague. I can load my web page but no one else. telnet etcã works... I have a router and I feel confident [1] it's configuredã correctly.ããã MA> Also, I am working with rss.ssjs v1.19 in case that is different.ã ã 1.15 here. I guess I should snag the latest and greatest...ãããã [1] Evidense to the contary ignored.ããããã ----------------------------------------------------------------ã James King KC8UGV | Sysop - Bits-N-Bytes BBS ã Coldwater, MI 49036 | http://www.synchro.net/sbbslist.htmlã ----------------------------------------------------------------ã RSS http://tinyurl.com/zswzsã ----------------------------------------------------------------ã... Heisenberg may have slept here.ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net / bnb.synchro.netã
  • From Mindless Automaton@VERT/ELDRITCH to Finnigann on Mon Jul 10 00:06:00 2006
    Finnigann wrote:ã> -=> With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toã> Finnigann <=-ã> ã> MA> Finnigann wrote:ã> >ã> > MA> so it'd be like line 8 or so.. :)ã> >ã> > MA> the do_stuff is all defined in the general template.ssjs.ã> >ã> > MA> Sorry about that..ã> >ã> > Actually that line is located further down... Does that make aã> > difference?ã> >ã> ã> MA> Nope, I just grouped it with the other load()ã> ã> loading twice doesn't bolix anything? I have it in there in bothã> places.ããHmm.. actually, the second one only gets loaded if the:ããif(http_request.query["item"]) {ããhappens..ããPlacing it in the beginning makes it global to the whole script, so in ãtheory one could just comment/delete the second one.ãã> ã> ã> ã> > I remmed out the proper code /* */ And pasted in your code... but Iã> > don't see any diff.ã> >ã> ã> MA> Well thats no fun. It should be something like:ã> ã> MA> http://eldritch.darktech.org/rss.ssjsã> ã> That's sort of what I expected. You seem to understand javascript veryã> well.ã> ã> MA> I can't seem to connect to your site to take a peek. I get connectionã> MA> timed out. :( I guess you could view source and compare or somethingã> MA> though..ã> ã> This is a plague. I can load my web page but no one else. telnet etcã> works... I have a router and I feel confident [1] it's configuredã> correctly.ã> ããDynamic DNS stuff isn't getting updated with your current/correct ãexternal IP?ããRight now I don't run an updater, but Comcast only changes my IP like ãonce every 3 months or so..ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBSã
  • From Mindless Automaton@VERT/ELDRITCH to Finnigann on Mon Jul 10 00:07:00 2006
    Finnigann wrote:ãã> This is a plague. I can load my web page but no one else. telnet etcã> works... I have a router and I feel confident [1] it's configuredã> correctly.ã> ããI also tried to shoot an email your way..ããA message (from <mindless.automaton@eldritch.darktech.org>) was received ãat 6 Jul 2006 23:51:59 +0000.ããThe following addresses had delivery problems:ããsysop@bnb.dtdns.netã Persistent Transient Failure: Delivery time expiredã Delivery last attempted at 6 Jul 2006 23:51:59 +0000ããããReporting-MTA: dns; comcast.netãArrival-Date: 6 Jul 2006 23:51:59 +0000ããFinal-Recipient: rfc822; sysop@bnb.dtdns.netãAction: failedãStatus: 4.4.7 Unable to contact host for 1 days,ãDiagnostic-Code: smtp; Persistent Transient Failure: Delivery time expiredãLast-Attempt-Date: 6 Jul 2006 23:51:59 +0000ã---ã þ Synchronet þ Eldritch
    Clockwork BBSã
  • From jas hud@VERT/DSTREAM to Mindless Automaton on Mon Jul 10 00:18:00 2006
    Re: Re: RSS - Theme Your RSSã By: Mindless Automaton to Finnigann on Mon Jul 10 2006 01:07 amãã > > This is a plague. I can load my web page but no one else. telnet etcã > > works... I have a router and I feel confident [1] it's configuredã > > correctly.ãããyeah, i dont think his router is configured properly if nobody can connect ãbut him. :Dãã > sysop@bnb.dtdns.net Persistent Transient Failure: Delivery timeã > expired Delivery last attempted at 6 Jul 2006 23:51:59 +0000ãããlooks like email is down too.ãã|15 .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã|07-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã|07 `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙã|08+o edge of oblivion bbs þ eob.darktech.org þ NUV þãã---ã þ Synchronet þ -[Data Stream - telnet/web/ftp dsbbs.net]-ã
  • From Finnigann@VERT/BNB to Mindless Automaton on Mon Jul 10 01:47:00 2006
    With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toãFinnigann <=-ãã >ã > This is a plague. I can load my web page but no one else. telnet etcã > works... I have a router and I feel confident [1] it's configuredã > correctly.ã >ãã MA> Dynamic DNS stuff isn't getting updated with your current/correctã MA> external IP?ãã MA> Right now I don't run an updater, but Comcast only changes my IP likeã MA> once every 3 months or so..ã ãã This has been going on for sometime. PLUS I use the sync tool forã updating bnb.synchro.netãã nadaãã I am oing to contact Charter and see if they have started blocking anyã ports.ãã This has worked in the past, AND the said they don't block ports.ãã Last straw will be to make this machine a DMZ... sighããããã ----------------------------------------------------------------ã James King KC8UGV | Sysop - Bits-N-Bytes BBS ã Coldwater, MI 49036 | http://www.synchro.net/sbbslist.htmlã ----------------------------------------------------------------ã RSS http://tinyurl.com/zswzsã ----------------------------------------------------------------ã... Get a clue or continue being the intellectual toy-of-the-week.ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net / bnb.synchro.netã
  • From Finnigann@VERT/BNB to jas hud on Mon Jul 10 08:56:00 2006
    Without Duece's permission: jas hud wrote to Mindless Automaton <=-ãã jh> Re: Re: RSS - Theme Your RSSã jh> By: Mindless Automaton toã jh> Finnigann on Mon Jul 10 2006 01:07 amã jh> > > This is a plague. I can load my web page but no oneã jh> else. telnet etcã > > works... I have a router and I feel confident [1] it's configuredã > > correctly.ããã jh> yeah, i dont think his router is configured properly if nobody canã jh> connect but him. :Dã ã I have all of the required BBS ports.[1] They all point to the sameã (internal) address. Telnet works as does FTP (at least to me) The webã interface works locally (using the bnb.synchro.net address).ãã That address should have to go out of my machine to the synchro.netã DNS server, right?ãã It's not short-circuited via the HOSTS file. So, unless it's being cutã off someplace else... I can't explain what I see... Duece?ããã [1]ã As I first configured them:ã http://webpages.charter.net/jking5150/IMAGES/routertable-1.pngã I tried a second approach, being more explicit:ã http://webpages.charter.net/jking5150/IMAGES/routertable-2.pngã And for those unbelievers...ã http://webpages.charter.net/jking5150/IMAGES/bbs-logon_screen.pngããããã ----------------------------------------------------------------ã James King KC8UGV | Sysop - Bits-N-Bytes BBS ã Coldwater, MI 49036 | http://www.synchro.net/sbbslist.htmlã ----------------------------------------------------------------ã RSS http://tinyurl.com/zswzsã ----------------------------------------------------------------ã... "Experience is what you get when you don't get what you wanted"ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net / bnb.synchro.netã
  • From jas hud@VERT/DSTREAM to Finnigann on Mon Jul 10 17:26:00 2006
    Re: Re: RSS - Theme Your RSSã By: Finnigann to jas hud on Mon Jul 10 2006 09:56 amããã > I have all of the required BBS ports.[1] They all point to the sameã > (internal) address. Telnet works as does FTP (at least to me) The webã > interface works locally (using the bnb.synchro.net address).ããã(at least to me) isnt good enough. as i said before, it is possible your isp ãBLOCKS these ports. did you try running them on other ports and having a ãfriend [dont try it yourself, that wont help] try to connect?ãã|15 .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã|07-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã|07 `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙã|08+o edge of oblivion bbs þ eob.darktech.org þ NUV þãã---ã þ Synchronet þ -[Data Stream - telnet/web/ftp dsbbs.net]-ã
  • From Finnigann@VERT/BNB to jas hud on Mon Jul 10 23:03:00 2006
    Without Duece's permission: jas hud wrote to Finnigann <=-ãã jh> Re: Re: RSS - Theme Your RSSã jh> By: Finnigann toã jh> jas hud on Mon Jul 10 2006 09:56 am ã jh> ã > I have all of the required BBS ports.[1] They all point to the sameã > (internal) address. Telnet works as does FTP (at least to me) The webã > interface works locally (using the bnb.synchro.net address).ããã jh> (at least to me) isnt good enough. as i said before, it is possibleã jh> your isp BLOCKS these ports. did you try running them on other portsã jh> and having a friend [dont try it yourself, that wont help] try toã jh> connect?ã ãã Quite right. It's looking like ports maybe closed at Charter.ããã BTW, how can I access my web pages FTP, and no one else can?ããããã ----------------------------------------------------------------ã James King KC8UGV | Sysop - Bits-N-Bytes BBS ã Coldwater, MI 49036 | http://www.synchro.net/sbbslist.htmlã ----------------------------------------------------------------ã RSS http://tinyurl.com/zswzsã ----------------------------------------------------------------ã... Fruit is pretty honest about when it goes bad.ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net / bnb.synchro.netã
  • From MRoblivious1bmf@VERT to Finnigann on Tue Jul 11 03:22:15 2006
    To: Finnigannã.,: This is something about Re: RSS - Theme Your RSS,ã Finnigann said it to jas hud on Mon Jul 10 2006 11:03 pmã---------------------------------------------------------------------ãã > BTW, how can I access my web pages FTP, and no one else can?ããC:\Documents and Settings\-oblivious->ftp bnb.synchro.netãConnected to bnb.synchro.net.ãConnection closed by remote host.ããthat's your address right? is your ftp on another port?ããi'm connected to your telnet port with no problems.ãã--- Synchronet 3.13a-Win32 NewsLink 1.83ã * eob - Racine, WisconSIN - telnet://eob.darktech.orgã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã