• weird js stuff?

    From Esc@VERT/SYNCNIX to All on Wed Aug 5 04:24:56 2009
    I'm having some js issues, I've searched the forums and google'd it and can'tãfind a solution. Here's the issue:ããI'm trying to run an animated pause js and yes/no bar js at various times,ãembedded in my other js scripts. I get the following error:ããVia the telnet window I can see:ãERROR - Action: openingã object: external/anipauseã access: 0ããOn my synch control panel it says the following:ãã!ERROR 2 [WinError 3] in exec.cpp line 586 opening "external/anipause" access=0ããSo...any ideas? :)ãã---ã þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)ã
  • From Deuce@VERT/SYNCNIX to Esc on Wed Aug 5 10:53:00 2009
    Re: weird js stuff?ã By: Esc to All on Wed Aug 05 2009 04:24 amãã > !ERROR 2 [WinError 3] in exec.cpp line 586 opening "external/anipause"ã > access=0ã > So...any ideas? :)ããRelative paths are usually relative to the ctrl directory. You most likelyãwant ../external/anipause or ../exec/external/anipauseãã--- ãSynchronet - Jump on the Web 0.2 bandwagon!ãã---ã þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)ã
  • From Esc@VERT/SYNCNIX to Deuce on Thu Aug 6 04:00:31 2009
    Re: weird js stuff?ã By: Deuce to Esc on Wed Aug 05 2009 10:53 amãã > Re: weird js stuff?ã > By: Esc to All on Wed Aug 05 2009 04:24 amã > ã > > !ERROR 2 [WinError 3] in exec.cpp line 586 opening "external/anipause"ã > > access=0ã > > So...any ideas? :)ã > ã > Relative paths are usually relative to the ctrl directory. You most likelyã > want ../external/anipause or ../exec/external/anipauseã > ã > ---ã > Synchronet - Jump on the Web 0.2 bandwagon!ã > ããOk, I tried messing with the path settings, and it doesn't appear to be a pathãissue. Could those errors indicate anything else?ãã---ã þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)ã
  • From Digital Man@VERT to Esc on Thu Aug 6 16:02:32 2009
    Re: weird js stuff?ã By: Esc to Deuce on Thu Aug 06 2009 04:00 amãã > Re: weird js stuff?ã > By: Deuce to Esc on Wed Aug 05 2009 10:53 amã >ã > > Re: weird js stuff?ã > > By: Esc to All on Wed Aug 05 2009 04:24 amã > >ã > > > !ERROR 2 [WinError 3] in exec.cpp line 586 openingã > > > "external/anipause" access=0ã > > > So...any ideas? :)ã > >ã > > Relative paths are usually relative to the ctrl directory. You mostã > > likely want ../external/anipause or ../exec/external/anipauseã > >ã > > ---ã > > Synchronet - Jump on the Web 0.2 bandwagon!ã > >ã >ã > Ok, I tried messing with the path settings, and it doesn't appear to be aã > path issue. Could those errors indicate anything else?ããError 2 is "file not found". Does the file anipause.* exist on your system? Ifãso, what is the compelte filename and where is located?ãã digital manããSnapple "Real Fact" #4:ãSlugs have 4 noses.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Esc@VERT/SYNCNIX to Digital Man on Thu Aug 6 17:59:30 2009
    Re: weird js stuff?ã By: Digital Man to Esc on Thu Aug 06 2009 04:02 pmãã > Error 2 is "file not found". Does the file anipause.* exist on your system? ã > so, what is the compelte filename and where is located?ããThanks for the help. Bare with me on this one :) Ispy gave me his old shell,ãand I'm trying to get it up and running fully before I shamelessly rip it offã(hey at least I'm honest).ããI have my Mods Directory set to ../phoenix_s3/telnet/. That is the dir withãlogon.js and login.js. There is also phoenix_s3/telnet/library,ãphoenix_s3/telnet/ansi, and phoenix_s3/external. From the library dir, thereãis a file being referenced, phoenix.external_library.js, which is loaded by theãmain shell. The full file/pathname of the anipause I'm referring to is asãfollows:ããc:\sbbs\phoenix_s3\telnet\external\phoenix.anipause.jsããHere's what I have:ãif(do_animated_pause && (!(bbs.sys_status&SS_USERON) ||ã(user.security.exemptions&UFLAG_O))) {ãbbs.replace_text(563,"@EXEC:external/phoenix.anipause@");ããI have also tried ../external/phoenix.anipause to no avail. At one point Iãtried /sbbs/phoenix_s3/telnet/external/phoenix.anipause, and it seemed to beãstarting from /sbbs/exec. It gave the error findingãc:\sbbs\exec\/sbbs/phoenix_s3/blah blah blah or something to that effect. Isãthere somethin I'm missing here?ããThanks againãã---ã þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)ã
  • From Tracker1@VERT/TRN to Esc on Thu Aug 6 21:25:54 2009
    On 8/6/2009 5:59 PM, Esc wrote:ã> c:\sbbs\phoenix_s3\telnet\external\phoenix.anipause.jsã> ã> Here's what I have:ã> if(do_animated_pause && (!(bbs.sys_status&SS_USERON) ||ã> (user.security.exemptions&UFLAG_O))) {ã> bbs.replace_text(563,"@EXEC:external/phoenix.anipause@");ãã../phoenix_s3/telnet/external/phoenix.anipause.jsãã-- ãMichael J. Ryan - http://tracker1.info/ãã... FRA #058: There is no substitute for success.ãã---ã þ Synchronet þ Roughneck BBS - telnet://roughneckbbs.com - www.roughneckbbs.comã
  • From Access Denied@VERT/PHARCYDE to Esc on Fri Aug 7 17:23:50 2009
    Re: weird js stuff?ã By: Esc to Digital Man on Thu Aug 06 2009 05:59 pmãã > I have also tried ../external/phoenix.anipause to no avail. At one point Iã > tried /sbbs/phoenix_s3/telnet/external/phoenix.anipause, and it seemed toã > be starting from /sbbs/exec. It gave the error findingã > c:\sbbs\exec\/sbbs/phoenix_s3/blah blah blah or something to that effect.ã > Is there somethin I'm missing here?ããCould it possibly be that he coded that whole shell for linux, and that allãyour slashes are backwards?ããaxisdããã---ã þ Synchronet þ thePharcyde_ >> telnet://bbs.pharcyde.org (Wisconsin)ã
  • From Access Denied@VERT/PHARCYDE to Esc on Fri Aug 7 17:24:59 2009
    Re: weird js stuff?ã By: Access Denied to Esc on Fri Aug 07 2009 05:23 pmãã > Could it possibly be that he coded that whole shell for linux, and that allã > your slashes are backwards?ããOr not, and you just didn't ../ from the /exec directory before moving toãphoenix_s3, as tracker1 pointed out. :)ããaxisdããã---ã þ Synchronet þ thePharcyde_ >> telnet://bbs.pharcyde.org (Wisconsin)ã
  • From Esc@VERT/SYNCNIX to Access Denied on Sat Aug 8 06:19:12 2009
    Re: weird js stuff?ã By: Access Denied to Esc on Fri Aug 07 2009 05:23 pmãã > Re: weird js stuff?ã > By: Esc to Digital Man on Thu Aug 06 2009 05:59 pmã > ã > > I have also tried ../external/phoenix.anipause to no avail. At one pointã > > tried /sbbs/phoenix_s3/telnet/external/phoenix.anipause, and it seemed toã > > be starting from /sbbs/exec. It gave the error findingã > > c:\sbbs\exec\/sbbs/phoenix_s3/blah blah blah or something to that effect.ã > > Is there somethin I'm missing here?ã > ã > Could it possibly be that he coded that whole shell for linux, and that allã > your slashes are backwards?ã > ã > axisdã > ã > ãNo, that isn't it. Synch translates either a / or \\ to a \ for pathnames inãwin32.ãã---ã þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)ã
  • From Nightfox@VERT/DIGDIST to Esc on Sun Aug 9 16:28:20 2009
    Re: weird js stuff?ã By: Esc to Access Denied on Sat Aug 08 2009 06:19:12ãã > > > Could it possibly be that he coded that whole shell for linux, and thaã > > > your slashes are backwards?ããI run the Windows version of Synchronet and have used both types of slashes ãin my JavaScript scripts, as well as the Synchronet configuration, and ãhaven't had any problems. It seems that it doesn't matter what shasles you ãuse with Synchronet in either platform.ããEricããã---ã þ Synchronet þ Digital Distortion BBS: digdist.bbsindex.comã
  • From Corey@VERT/TSGC to Nightfox on Sun Aug 9 18:45:07 2009
    Re: weird js stuff?ã By: Nightfox to Esc on Sun Aug 09 2009 04:28 pmãã > Re: weird js stuff?ã > By: Esc to Access Denied on Sat Aug 08 2009 06:19:12ã > ã > > > > Could it possibly be that he coded that whole shell for linux, and ã > > > > your slashes are backwards?ã > ã > I run the Windows version of Synchronet and have used both types of slashesã > in my JavaScript scripts, as well as the Synchronet configuration, andã > haven't had any problems. It seems that it doesn't matter what shasles youã > use with Synchronet in either platform.ã > ã > Ericã > ã > ããwierd java??ãI get wierd if my java runs low....ãããCaput meum major podice meo.ãThis message has ended, go in peace...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nvã
  • From Digital Man@VERT to Esc on Mon Aug 10 01:29:00 2009
    Re: weird js stuff?ã By: Esc to Digital Man on Thu Aug 06 2009 05:59 pmãã > Re: weird js stuff?ã > By: Digital Man to Esc on Thu Aug 06 2009 04:02 pmã >ã > > Error 2 is "file not found". Does the file anipause.* exist on yourã > > system? so, what is the compelte filename and where is located?ã >ã > Thanks for the help. Bare with me on this one :) Ispy gave me his oldã > shell, and I'm trying to get it up and running fully before I shamelesslyã > rip it off (hey at least I'm honest).ã >ã > I have my Mods Directory set to ../phoenix_s3/telnet/. That is the dirã > with logon.js and login.js. There is also phoenix_s3/telnet/library,ã > phoenix_s3/telnet/ansi, and phoenix_s3/external. From the library dir,ã > there is a file being referenced, phoenix.external_library.js, which isã > loaded by the main shell. The full file/pathname of the anipause I'mã > referring to is as follows:ã >ã > c:\sbbs\phoenix_s3\telnet\external\phoenix.anipause.jsã >ã > Here's what I have:ã > if(do_animated_pause && (!(bbs.sys_status&SS_USERON) ||ã > (user.security.exemptions&UFLAG_O))) {ã > bbs.replace_text(563,"@exec:external/phoenix.anipause@");ã >ã > I have also tried ../external/phoenix.anipause to no avail. At one point Iã > tried /sbbs/phoenix_s3/telnet/external/phoenix.anipause, and it seemed toã > be starting from /sbbs/exec. It gave the error findingã > c:\sbbs\exec\/sbbs/phoenix_s3/blah blah blah or something to that effect.ã > Is there somethin I'm missing here?ããSynchronet will look in the mods directory *first*, and then if it can't findãthe file (or in this case, the relative path), then it'll look in the execãdirectory. I think the clue is the "exec\/sbbs" part, something is haywire. Itãappears something is trying load "sbbs/phoenix_s3/blah blah blah" based onãthat error message.ãã digital manããSnapple "Real Fact" #105:ãYou will burn 7% more calories walking on hard dirt than pavement.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Jas Hud@VERT to Tracker1 on Mon Aug 10 05:52:10 2009
    Tracker1 wrote:ã> On 8/6/2009 5:59 PM, Esc wrote:ã>> c:\sbbs\phoenix_s3\telnet\external\phoenix.anipause.jsã>>ã>> Here's what I have:ã>> if(do_animated_pause && (!(bbs.sys_status&SS_USERON) ||ã>> (user.security.exemptions&UFLAG_O))) {ã>> bbs.replace_text(563,"@EXEC:external/phoenix.anipause@");ã> ã> ../phoenix_s3/telnet/external/phoenix.anipause.jsã> ãããthe funny naming scheme rears it's ugly head! :Dã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Jas Hud@VERT to Esc on Sun Sep 20 10:33:38 2009
    Esc wrote:ã> Re: weird js stuff?ã> By: Digital Man to Esc on Thu Aug 06 2009 04:02 pmã> ã> > Error 2 is "file not found". Does the file anipause.* exist on your system? ã> > so, what is the compelte filename and where is located?ã> ã> Thanks for the help. Bare with me on this one :) Ispy gave me his old shell,ã> and I'm trying to get it up and running ããoh boy. beware!ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã