• Unbaja Error?

    From Corey@VERT/TSGC to All on Sun Sep 11 18:00:00 2005
    I can't get any @GOTOXY statments to work in winxpsp2.ããHelp! I've fallen and... Hey! nice carpet!ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Deuce@VERT/SYNCNIX to Corey on Sun Sep 11 23:27:00 2005
    Re: Unbaja Error?ã By: Corey to All on Sun Sep 11 2005 18:00:00ãã > I can't get any @GOTOXY statments to work in winxpsp2.ã > ã > Help! I've fallen and... Hey! nice carpet!ããNot sure what you mean by that...ãã@-codes can only be expanded on output from a variable by diong something likeãthe following:ããCOPY STR var_with_at_codeãPRINT "%s"ãã---ã þ Synchronet þ ``Penguins make tasty snacks''ã
  • From Corey@VERT/TSGC to Deuce on Sun Sep 11 23:18:00 2005
    Re: Unbaja Error?ã By: Deuce to Corey on Mon Sep 12 2005 12:27 amãã > Re: Unbaja Error?ã > By: Corey to All on Sun Sep 11 2005 18:00:00ã > ã > > I can't get any @GOTOXY statments to work in winxpsp2.ã > >ã > > Help! I've fallen and... Hey! nice carpet!ã > ã > Not sure what you mean by that...ã > ã > @-codes can only be expanded on output from a variable by diong something liã > the following:ã > ã > COPY STR var_with_at_codeã > PRINT "%s"ã > ããok, I decompiled something with ansi placement codes in it,ãand it prints the code to the screen instead of running it.ãI see @GOTOXY12:35 or some stuff.ãããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Deuce@VERT/SYNCNIX to Corey on Mon Sep 12 03:33:00 2005
    Re: Unbaja Error?ã By: Corey to Deuce on Sun Sep 11 2005 23:18:00ãã > > @-codes can only be expanded on output from a variable by diong somethingã > > the following:ã > >ã > > COPY STR var_with_at_codeã > > PRINT "%s"ã > >ã > ã > ok, I decompiled something with ansi placement codes in it,ã > and it prints the code to the screen instead of running it.ã > I see @GOTOXY12:35 or some stuff.ããI'd need to actually see an example.ãã---ã þ Synchronet þ ``Penguins make tasty snacks''ã
  • From Digital Man@VERT to Corey on Tue Sep 13 03:00:54 2005
    Re: Unbaja Error?ã By: Corey to Deuce on Sun Sep 11 2005 11:18 pmãã > Re: Unbaja Error?ã > By: Deuce to Corey on Mon Sep 12 2005 12:27 amã > ã > > Re: Unbaja Error?ã > > By: Corey to All on Sun Sep 11 2005 18:00:00ã > >ã > > > I can't get any @GOTOXY statments to work in winxpsp2.ã > > >ã > > > Help! I've fallen and... Hey! nice carpet!ã > >ã > > Not sure what you mean by that...ã > >ã > > @-codes can only be expanded on output from a variable by diong somethingã > > the following:ã > >ã > > COPY STR var_with_at_codeã > > PRINT "%s"ã > >ã > ã > ok, I decompiled something with ansi placement codes in it,ã > and it prints the code to the screen instead of running it.ã > I see @GOTOXY12:35 or some stuff.ãã@-codes can't be printed using PRINTF in Baja modules, since v3.11, I believeãit was. Use PRINT instead.ãã digital manããSnapple "Real Fact" #107:ãYou burn more calories sleeping than watching TV.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Corey@VERT/TSGC to Digital Man on Tue Sep 13 07:57:00 2005
    Re: Unbaja Error?ã By: Digital Man to Corey on Tue Sep 13 2005 04:00 amãã > Re: Unbaja Error?ã > By: Corey to Deuce on Sun Sep 11 2005 11:18 pmã > ã > > Re: Unbaja Error?ã > > By: Deuce to Corey on Mon Sep 12 2005 12:27 amã > >ã > > > Re: Unbaja Error?ã > > > By: Corey to All on Sun Sep 11 2005 18:00:00ã > > >ã > > > > I can't get any @GOTOXY statments to work in winxpsp2.ã > > > >ã > > > > Help! I've fallen and... Hey! nice carpet!ã > > >ã > > > Not sure what you mean by that...ã > > >ã > > > @-codes can only be expanded on output from a variable by diong somethã > > > the following:ã > > >ã > > > COPY STR var_with_at_codeã > > > PRINT "%s"ã > > >ã > >ã > > ok, I decompiled something with ansi placement codes in it,ã > > and it prints the code to the screen instead of running it.ã > > I see @GOTOXY12:35 or some stuff.ã > ã > @-codes can't be printed using PRINTF in Baja modules, since v3.11, I believã > it was. Use PRINT instead.ã > ã > digital manã > ã > Snapple "Real Fact" #107:ã > You burn more calories sleeping than watching TV.ã > ããhmm, so much for bionews then.ããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Angus McLeod@VERT/ANJO to Corey on Tue Sep 13 11:59:00 2005
    Re: Unbaja Error?ã By: Corey to Digital Man on Tue Sep 13 2005 07:57:00ãã > > @-codes can't be printed using PRINTF in Baja modules, since v3.11, I belã > > it was. Use PRINT instead.ã > ã > hmm, so much for bionews then.ããIt should be a pretty simple fix. Try SPRINTF to a temporary variable and ãthen PRINT the variable. ãã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Corey@VERT/TSGC to Angus McLeod on Tue Sep 13 14:30:00 2005
    Re: Unbaja Error?ã By: Angus McLeod to Corey on Tue Sep 13 2005 12:59 pmãã > Re: Unbaja Error?ã > By: Corey to Digital Man on Tue Sep 13 2005 07:57:00ã > ã > > > @-codes can't be printed using PRINTF in Baja modules, since v3.11, I ã > > > it was. Use PRINT instead.ã > >ã > > hmm, so much for bionews then.ã > ã > It should be a pretty simple fix. Try SPRINTF to a temporary variable andã > then PRINT the variable.ã > ããif I gave you the lines of code could you point it out for me?ããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Deuce@VERT/SYNCNIX to Corey on Tue Sep 13 18:02:00 2005
    Re: Unbaja Error?ã By: Corey to Angus McLeod on Tue Sep 13 2005 14:30:00ãã > > > > @-codes can't be printed using PRINTF in Baja modules, since v3.11,ã > > > > it was. Use PRINT instead.ã > > >ã > > > hmm, so much for bionews then.ã > >ã > > It should be a pretty simple fix. Try SPRINTF to a temporary variable anã > > then PRINT the variable.ã > >ã > ã > if I gave you the lines of code could you point it out for me?ããI could...ããPRINT won't do @-expansion from a variable anymore either... except in the oneãspecial case:ããPRINT "%s"ããwhich will do @-expansion on STRãã---ã þ Synchronet þ ``Penguins make tasty snacks''ã
  • From Corey@VERT/TSGC to Deuce on Tue Sep 13 17:43:00 2005
    Re: Unbaja Error?ã > By: Corey to Angus McLeod on Tue Sep 13 2005 14:30:00ã > ã > > > > > @-codes can't be printed using PRINTF in Baja modules, sinceã > v3.11,ã > > > > > it was. Use PRINT instead.ã > > > >ã > > > > hmm, so much for bionews then.ã > > >ã > > > It should be a pretty simple fix. Try SPRINTF to a temporary variableã > anã > > > then PRINT the variable.ã > > >ã > > ã > > if I gave you the lines of code could you point it out for me?ã > ã > I could...ã > ã > PRINT won't do @-expansion from a variable anymore either... except in the ãoneã > special case:ã > ã > PRINT "%s"ã > ã > which will do @-expansion on STRã > ã > ---ã > þ Synchronet þ ``Penguins make tasty snacks''ããok, how would I fix these lines?ããSET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegistered ãVersion\x01n\x01g*\x01n"ãSET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregistered ãVersion\x01n\x01r*\x01n"ãSET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstration ãVersion\x01n\x01r*\x01n"ãPRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c Bio-ãNews ..."ããCoreyããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Sniper@VERT/KIA to Corey on Tue Sep 13 21:39:00 2005
    Corey wrote to Digital Man <=-ãã Co> Re: Unbaja Error?ã Co> By: Digital Man to Corey on Tue Sep 13 2005 04:00 amãã > Re: Unbaja Error?ã > By: Corey to Deuce on Sun Sep 11 2005 11:18 pmã >ã > > Re: Unbaja Error?ã > > By: Deuce to Corey on Mon Sep 12 2005 12:27 amã > >ã > > > Re: Unbaja Error?ã > > > By: Corey to All on Sun Sep 11 2005 18:00:00ã > > >ã > > > > I can't get any @GOTOXY statments to work in winxpsp2.ã > > > >ã > > > > Help! I've fallen and... Hey! nice carpet!ã > > >ã > > > Not sure what you mean by that...ã > > >ã > > > @-codes can only be expanded on output from a variable by diong somethã > > > the following:ã > > >ã > > > COPY STR var_with_at_codeã > > > PRINT "%s"ã > > >ã > >ã > > ok, I decompiled something with ansi placement codes in it,ã > > and it prints the code to the screen instead of running it.ã > > I see @GOTOXY12:35 or some stuff.ã >ã > @-codes can't be printed using PRINTF in Baja modules, since v3.11, I believã > it was. Use PRINT instead.ã >ãã Co> hmm, so much for bionews then.ããWhats wrong with Bionews? Running 5 beta 5 with no problems...ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... Dismissed. I got no more use for youã--- MultiMail/Linux v0.46ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Sniper@VERT/KIA to Corey on Tue Sep 13 21:44:00 2005
    Corey wrote to Angus McLeod <=-ãã Co> Re: Unbaja Error?ã Co> By: Angus McLeod to Corey on Tue Sep 13 2005 12:59 pmãã > Re: Unbaja Error?ã > By: Corey to Digital Man on Tue Sep 13 2005 07:57:00ã >ã > > > @-codes can't be printed using PRINTF in Baja modules, since v3.11, Iã > > > it was. Use PRINT instead.ã > >ã > > hmm, so much for bionews then.ã >ã > It should be a pretty simple fix. Try SPRINTF to a temporary variable andã > then PRINT the variable.ã >ãã Co> if I gave you the lines of code could you point it out for me?ããCorey,ãã What version of BioNews are you using? I have the last one done,ãVersion 5 Beta 5.ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... To the blond: Hurry, dial 911! Blond:OK, what's the number?ã--- MultiMail/Linux v0.46ã þ Synchronet þ Killed In Action -
    telnet://kiabbs.orgã
  • From Angus McLeod@VERT/ANJO to Corey on Tue Sep 13 23:31:00 2005
    Re: Unbaja Error?ã By: Corey to Angus McLeod on Tue Sep 13 2005 14:30:00ãã > > > > @-codes can't be printed using PRINTF in Baja modules, since v3.11,ã > > > > it was. Use PRINT instead.ã > > >ã > > > hmm, so much for bionews then.ã > >ã > > It should be a pretty simple fix. Try SPRINTF to a temporary variable anã > > then PRINT the variable.ã > ã > if I gave you the lines of code could you point it out for me?ããProbably....ããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Angus McLeod@VERT/ANJO to Corey on Tue Sep 13 23:37:00 2005
    Re: Re: Unbaja Error?ã By: Corey to Deuce on Tue Sep 13 2005 17:43:00ãã > ok, how would I fix these lines?ã > ã > SET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegisteredã > Version\x01n\x01g*\x01n"ã > SET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregisteredã > Version\x01n\x01r*\x01n"ã > SET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstration VersionããThose lines don't actually print anything. You will probably need to ãmodify the line wherein 'var_f5cf4cbf' and 'var_47940d05' and 'var_e0d73214'ãare printedãã > PRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c BiããSplit it up as follows:ãã SET str "@GOTOXY:1,22@"ã PRINT "%s"ã PRINT "\n\x01>\x01n\x01cScanning......ãããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules.
    The ANJO BBSã
  • From Corey@VERT/TSGC to Sniper on Tue Sep 13 21:05:00 2005
    Re: Re: Unbaja Error?ã By: Sniper to Corey on Tue Sep 13 2005 10:39 pmãã > -=> Corey wrote to Digital Man <=-ã > ã > Co> Re: Unbaja Error?ã > Co> By: Digital Man to Corey on Tue Sep 13 2005 04:00 amã > ã > > Re: Unbaja Error?ã > > By: Corey to Deuce on Sun Sep 11 2005 11:18 pmã > >ã > > > Re: Unbaja Error?ã > > > By: Deuce to Corey on Mon Sep 12 2005 12:27 amã > > >ã > > > > Re: Unbaja Error?ã > > > > By: Corey to All on Sun Sep 11 2005 18:00:00ã > > > >ã > > > > > I can't get any @GOTOXY statments to work in winxpsp2.ã > > > > >ã > > > > > Help! I've fallen and... Hey! nice carpet!ã > > > >ã > > > > Not sure what you mean by that...ã > > > >ã > > > > @-codes can only be expanded on output from a variable by diong somã > > > > the following:ã > > > >ã > > > > COPY STR var_with_at_codeã > > > > PRINT "%s"ã > > > >ã > > >ã > > > ok, I decompiled something with ansi placement codes in it,ã > > > and it prints the code to the screen instead of running it.ã > > > I see @GOTOXY12:35 or some stuff.ã > >ã > > @-codes can't be printed using PRINTF in Baja modules, since v3.11, I belã > > it was. Use PRINT instead.ã > >ã > ã > Co> hmm, so much for bionews then.ã > ã > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > ã > ã > ã > Sniperã > Killed In Action BBS, telnet://kiabbs.orgã > Home of the Unofficial SynchroNet Support Network.ã > download the info pack at any of the below sites:ã > http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgã > ã > ... Dismissed. I got no more use for youããgot 5.0 b1 here.ãlooks terrible.ããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Deuce@VERT/SYNCNIX to Corey on Tue Sep 13 23:39:00 2005
    Re: Re: Unbaja Error?ã By: Corey to Deuce on Tue Sep 13 2005 17:43:00ãã > ok, how would I fix these lines?ã > ã > SET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegisteredã > Version\x01n\x01g*\x01n"ã > SET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregisteredã > Version\x01n\x01r*\x01n"ã > SET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstrationã > Version\x01n\x01r*\x01n"ã > PRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c Biã > News ..."ããThe various SET statements aren't techically broken... but I'll get back toãthem. The PRINT statement should be replaced with:ãSET STR "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01cãBiNews ..."ãPRINT "%s"ããThen, anytime one of those var_* things are printed, change the line:ãPRINT var_f5cf4cbfããTo:ãCOPY STR var_f5cf4cbfãPRINT "%s"ãã---ã þ Synchronet þ ``Penguins make tasty snacks''ã
  • From Sniper@VERT/KIA to Corey on Thu Sep 15 19:29:00 2005
    Corey wrote to Sniper <=-ãã > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã >ãã Co> got 5.0 b1 here.ã Co> looks terrible.ããYeap, I got his last version just before he disapeared. Seeing as I haveãa reg code, I don't have those annoying messages. :)ããHope your able to remove that using that unbaja thing. :)ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... I haven't broken the rules in a long time, I guess I'm about due.ã--- MultiMail/Linux v0.46ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Corey@VERT/TSGC to Sniper on Thu Sep 15 19:02:00 2005
    Re: Re: Unbaja Error?ã By: Sniper to Corey on Thu Sep 15 2005 08:29 pmãã > -=> Corey wrote to Sniper <=-ã > ã > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > >ã > ã > Co> got 5.0 b1 here.ã > Co> looks terrible.ã > ã > Yeap, I got his last version just before he disapeared. Seeing as I haveã > a reg code, I don't have those annoying messages. :)ã > ã > Hope your able to remove that using that unbaja thing. :)ã > ã > ã > ã > Sniperã > Killed In Action BBS, telnet://kiabbs.orgã > Home of the Unofficial SynchroNet Support Network.ã > download the info pack at any of the below sites:ã > http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgã > ã > ... I haven't broken the rules in a long time, I guess I'm about due.ããI see the code I have to change, but it won't recompile,ãsays some mode call is wrong.ããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Stainless@VERT/RATSNEST to Sniper on Thu Sep 15 21:26:00 2005
    Re: Re: Unbaja Error?ã By: Sniper to Corey on Thu Sep 15 2005 08:29 pmãããI have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?!ãNo probs here.ã
  • From Finnigann@VERT/BNB to Corey on Fri Sep 16 00:58:00 2005
    Corey wrote to Sniper <=-ãã Co> Re: Re: Unbaja Error?ã Co> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmãã > -=> Corey wrote to Sniper <=-ã >ã > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > >ã >ã > Co> got 5.0 b1 here.ã > Co> looks terrible.ã >ã > Yeap, I got his last version just before he disapeared. Seeing as I haveã > a reg code, I don't have those annoying messages. :)ã >ã > Hope your able to remove that using that unbaja thing. :)ã >ã >ããã Co> I see the code I have to change, but it won't recompile,ã Co> says some mode call is wrong.ããI'm not familar with the program/door/game BioNews... is it a BAJA prgram? Orãsomeother language? (C, Pascal, Batch etc)ããOr does unbaja work on any kind of software. (I know I shoulda been payingãcloder attention)ãã... Amateur Radio is a contact sport!ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.netã
  • From Corey@VERT/TSGC to Finnigann on Thu Sep 15 22:07:00 2005
    Re: Re: Unbaja Error?ã By: Finnigann to Corey on Fri Sep 16 2005 01:58 amãã > -=> Corey wrote to Sniper <=-ã > ã > Co> Re: Re: Unbaja Error?ã > Co> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmã > ã > > -=> Corey wrote to Sniper <=-ã > >ã > > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > > >ã > >ã > > Co> got 5.0 b1 here.ã > > Co> looks terrible.ã > >ã > > Yeap, I got his last version just before he disapeared. Seeing as I haveã > > a reg code, I don't have those annoying messages. :)ã > >ã > > Hope your able to remove that using that unbaja thing. :)ã > >ã > >ã > ã > ã > Co> I see the code I have to change, but it won't recompile,ã > Co> says some mode call is wrong.ã > ã > I'm not familar with the program/door/game BioNews... is it a BAJA prgram? Oã > someother language? (C, Pascal, Batch etc)ã > ã > Or does unbaja work on any kind of software. (I know I shoulda been payingã > cloder attention)ã > ã > ... Amateur Radio is a contact sport!ããBioNews is written in Baja, a Synchronet programming language.ãbaja compiles source into a bin file.ãunbaja decompiles the bin into sort of readable and usable code.ããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Angus McLeod@VERT/ANJO to Finnigann on Fri Sep 16 02:15:00 2005
    Re: Re: Unbaja Error?ã By: Finnigann to Corey on Fri Sep 16 2005 00:58:00ãã > Co> I see the code I have to change, but it won't recompile,ã > Co> says some mode call is wrong.ã > ã > I'm not familar with the program/door/game BioNews... is it a BAJA prgram? Oã > someother language? (C, Pascal, Batch etc)ã > ã > Or does unbaja work on any kind of software. (I know I shoulda been payingã > cloder attention)ããIt will only 'de-compile' a Synchronet .BIN file back to a Synchronet .SRC ãfile.ããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Digital Man@VERT to Corey on Thu Sep 15 22:38:08 2005
    Re: Re: Unbaja Error?ã By: Corey to Sniper on Thu Sep 15 2005 07:02 pmãã > Re: Re: Unbaja Error?ã > By: Sniper to Corey on Thu Sep 15 2005 08:29 pmã > ã > > -=> Corey wrote to Sniper <=-ã > >ã > > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > > >ã > >ã > > Co> got 5.0 b1 here.ã > > Co> looks terrible.ã > >ã > > Yeap, I got his last version just before he disapeared. Seeing as I haveã > > a reg code, I don't have those annoying messages. :)ã > >ã > > Hope your able to remove that using that unbaja thing. :)ã > >ã > >ã > >ã > > Sniperã > > Killed In Action BBS, telnet://kiabbs.orgã > > Home of the Unofficial SynchroNet Support Network.ã > > download the info pack at any of the below sites:ã > > http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgã > >ã > > ... I haven't broken the rules in a long time, I guess I'm about due.ã > ã > I see the code I have to change, but it won't recompile,ã > says some mode call is wrong.ããPlease paste the actual error message here.ãã digital manããSnapple "Real Fact" #74:ãYou share your birthday with 9 million others in the world.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Stainless@VERT/RATSNEST to Finnigann on Fri Sep 16 00:26:00 2005
    Re: Re: Unbaja Error?ã By: Finnigann to Corey on Fri Sep 16 2005 01:58 amãã > > Yeap, I got his last version just before he disapeared. Seeing as I haveã > > a reg code, I don't have those annoying messages. :)ã > >ã > > Hope your able to remove that using that unbaja thing. :)This is a RegãThat is a Reg key and only good for the version he gave it to you for.ãI have a registered copy of 5.3 and 5.5 doesn't even acknowledge it.ã > ã > Or does unbaja work on any kind of software. (I know I shoulda been payingã > cloder attention)ããThe program is written in Baja and I have it available on my website if youãwant to look at it. http://ratsnest.synchro.net. Pretty useful utility.ãã
  • From Finnigann@VERT/BNB to Angus McLeod on Fri Sep 16 06:00:00 2005
    Angus McLeod wrote to Finnigann <=-ãã AM> Re: Re: Unbaja Error?ã AM> By: Finnigann to Corey on Fri Sep 16 2005 00:58:00ãã > Co> I see the code I have to change, but it won't recompile,ã > Co> says some mode call is wrong.ã >ã > I'm not familar with the program/door/game BioNews... is it a BAJA prgram? Oã > someother language? (C, Pascal, Batch etc)ã >ã > Or does unbaja work on any kind of software. (I know I shoulda been payingã > cloder attention)ãã AM> It will only 'de-compile' a Synchronet .BIN file back to a Synchronetã AM> .SRC file.ãããAh so... hence the name. I just didn't know that BioNews had been writen inãBaJa (althouI suspected as much.)ããAnd people want to kill this wonderful tool? No wonder bush is president. Iãcan't figure anything out.ãã... Amateur Radio is a contact sport!ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.netã
  • From Corey@VERT/TSGC to Digital Man on Fri Sep 16 08:07:00 2005
    Re: Re: Unbaja Error?ã By: Digital Man to Corey on Thu Sep 15 2005 11:38 pmãã > Re: Re: Unbaja Error?ã > By: Corey to Sniper on Thu Sep 15 2005 07:02 pmã > ã > > Re: Re: Unbaja Error?ã > > By: Sniper to Corey on Thu Sep 15 2005 08:29 pmã > >ã > > > -=> Corey wrote to Sniper <=-ã > > >ã > > > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > > > >ã > > >ã > > > Co> got 5.0 b1 here.ã > > > Co> looks terrible.ã > > >ã > > > Yeap, I got his last version just before he disapeared. Seeing as I hã > > > a reg code, I don't have those annoying messages. :)ã > > >ã > > > Hope your able to remove that using that unbaja thing. :)ã > > >ã > > >ã > > >ã > > > Sniperã > > > Killed In Action BBS, telnet://kiabbs.orgã > > > Home of the Unofficial SynchroNet Support Network.ã > > > download the info pack at any of the below sites:ã > > > http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgã > > >ã > > > ... I haven't broken the rules in a long time, I guess I'm about due.ã > >ã > > I see the code I have to change, but it won't recompile,ã > > says some mode call is wrong.ã > ã > Please paste the actual error message here.ã > ã > digital manã > ã > Snapple "Real Fact" #74:ã > You share your birthday with 9 million others in the world.ã > ããerr, okãããBAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module CompilerããCompiling bionews.src...ã!SYNTAX ERROR:ãbionews.src 138: COMPARE_MODE_MISC 32ããCoreyããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Melkor@VERT/STARFRON to Digital Man on Fri Sep 16 09:17:00 2005
    ãI to have played with the bionews.. I think I have 5.5 so this may not be theãsame error.. When I try to recompile I get this one..ãã!SYNTAX ERRORãc:\sbbs\exec\bionews.src 138: Compare_Mode_Misc 32ããã...In the long run, we are all dead.ãJoin StarNet today.. Http://starfrontiers.dyndns.orgããã---ã þ Synchronet þ Star Frontiers BBS Moore, OK Telnet://starfron.synchro.netã
  • From Angus McLeod@VERT/ANJO to Corey on Fri Sep 16 13:31:00 2005
    Re: Re: Unbaja Error?ã By: Corey to Digital Man on Fri Sep 16 2005 08:07:00ãã > > Please paste the actual error message here.ãã > err, okã > ã > ã > BAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module Compilerã > ã > Compiling bionews.src...ã > !SYNTAX ERROR:ã > bionews.src 138: COMPARE_MODE_MISC 32ããLOL!!!ããThat should be 'COMPARE_MODE_MISC 32' with an 'N' not an 'M'. It seems ãthere is a typo in 'unbaja.c' on or about line 1740 that causes it to emit ãa mis-spelled verb when de-compiling.....ããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Angus McLeod@VERT/ANJO to Melkor on Fri Sep 16 13:38:00 2005
    Re: Re: Unbaja Error?ã By: Melkor to Digital Man on Fri Sep 16 2005 09:17:00ãã > I to have played with the bionews.. I think I have 5.5 so this may not be thã > same error.. When I try to recompile I get this one..ã > ã > !SYNTAX ERRORã > c:\sbbs\exec\bionews.src 138: Compare_Mode_Misc 32ããSee my earlier post.ããChange MODE to NODE, and compile. Or fix typo in 'unbaja.c' (or wait for ãan official fix), de-compile again, and go from there.ããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Corey@VERT/TSGC to Angus McLeod on Fri Sep 16 11:37:00 2005
    Re: Re: Unbaja Error?ã > By: Corey to Digital Man on Fri Sep 16 2005 08:07:00ã > ã > > > Please paste the actual error message here.ã > ã > > err, okã > > ã > > ã > > BAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module Compilerã > > ã > > Compiling bionews.src...ã > > !SYNTAX ERROR:ã > > bionews.src 138: COMPARE_MODE_MISC 32ã > ã > LOL!!!ã > ã > That should be 'COMPARE_MODE_MISC 32' with an 'N' not an 'M'. It seems ã > there is a typo in 'unbaja.c' on or about line 1740 that causes it to emit ã > a mis-spelled verb when de-compiling.....ã > ã > ã > ---ã > þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSããhmm, ok, which sync programmer is the high school grad?? lolãããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Sniper@VERT/KIA to Corey on Fri Sep 16 21:17:00 2005
    Corey wrote to Sniper <=-ãã Co> Re: Re: Unbaja Error?ã Co> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmãã > -=> Corey wrote to Sniper <=-ã >ã > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > >ã >ã > Co> got 5.0 b1 here.ã > Co> looks terrible.ã >ã > Yeap, I got his last version just before he disapeared. Seeing as I haveã > a reg code, I don't have those annoying messages. :)ã >ã > Hope your able to remove that using that unbaja thing. :)ã >ãã Co> I see the code I have to change, but it won't recompile,ã Co> says some mode call is wrong.ããCan't help ya there. Maybe Rob can.ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... "He's regular Army!" Ž "And I'm regular crazy." Ž Klingerã--- MultiMail/Linux v0.46ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Sniper@VERT/KIA to Stainless on Fri Sep 16 21:20:00 2005
    Stainless wrote to Sniper <=-ãã St> Re: Re: Unbaja Error?ã St> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmããã St> I have BioNews 5.3 I think. Registered. Where did the bio guy goã St> anyway?! No probs here.ããI've got the 5.5, along with my registration... ããI have no idea. He stopped by, asked me if I still wanted to run bionews,ãwhich I had taken down because the last version I had of it didn't workãwith SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theãregistration code. Never heard from him again.ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... Matrimony isn't a WORD, It's a SENTENCE!ã--- MultiMail/Linux v0.46ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Sniper@VERT/KIA to Finnigann on Fri Sep 16 22:11:00 2005
    Finnigann wrote to Corey <=-ãã -=> Corey wrote to Sniper <=-ãã Co> Re: Re: Unbaja Error?ã Co> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmãã > -=> Corey wrote to Sniper <=-ã >ã > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > >ã >ã > Co> got 5.0 b1 here.ã > Co> looks terrible.ã >ã > Yeap, I got his last version just before he disapeared. Seeing as I haveã > a reg code, I don't have those annoying messages. :)ã >ã > Hope your able to remove that using that unbaja thing. :)ã >ã >ããã Co> I see the code I have to change, but it won't recompile,ã Co> says some mode call is wrong.ãã Fi> I'm not familar with the program/door/game BioNews... is it a BAJAã Fi> prgram? Or someother language? (C, Pascal, Batch etc)ãã Fi> Or does unbaja work on any kind of software. (I know I shoulda beenã Fi> paying cloder attention)ããBionews is a BAJA program written to post messages to users when they logãon/off <Configurable>... giving the SysOp the option to "Force" the usersãto read it and it can pause for a specific amount of time again, forcingãthe user to read the message. It has lots of other options and ãcapabilites... Allowing users to post messages back to the author of theãoriginal message... Shows the message to the user once, or a specificãnumber of times, allows different options to make it a "New" message eachãtime the user logs on... etc... Quite a nice little progie.ããããããããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... Cut with an axe, beat to fit, paint to matchã--- MultiMail/Linux v0.46ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Melkor@VERT/STARFRON to Sniper on Fri Sep 16 21:50:00 2005
    ã > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theãThe version I have says its 5.5 but I cant get it to work.. I edit the cfg fileãand even with the stock .bin file that comes with it it loads, clears theãscreen then just sits there...ããã...Did you write the words, or the lyrics?ãJoin StarNet today.. Http://starfrontiers.dyndns.orgããã---ã þ Synchronet þ Star Frontiers BBS Moore, OK Telnet://starfron.synchro.netã
  • From Corey@VERT/TSGC to Melkor on Fri Sep 16 19:57:00 2005
    Re: Re: Unbaja Error?ã By: Melkor to Sniper on Fri Sep 16 2005 10:50 pmãã > ã > > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theã > The version I have says its 5.5 but I cant get it to work.. I edit the cfg fã > and even with the stock .bin file that comes with it it loads, clears theã > screen then just sits there...ã > ã > ã > ...Did you write the words, or the lyrics?ã > Join StarNet today.. Http://starfrontiers.dyndns.orgã > ã > ããmy 5.5 won't load at all.ãit says error 1 for the cfg file, even new out of the zip it don't run.ããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Melkor@VERT/STARFRON to Corey on Fri Sep 16 23:05:00 2005
    ã > it says error 1 for the cfg file, even new out of the zip it don't run.ãMake sure you have the cfg file in the correct dir..ãunzip bionews to xtrn\bionews and copy the .bin to the exec dir.. everythingãelse goes in xtrn\bionews..ããã...First secure an independent income, then practice virtue.ãJoin StarNet today.. Http://starfrontiers.dyndns.orgããã---ã þ Synchronet þ Star Frontiers BBS Moore, OK Telnet://starfron.synchro.netã
  • From Corey@VERT/TSGC to Melkor on Fri Sep 16 21:46:00 2005
    Re: Re: Unbaja Error?ã By: Melkor to Corey on Sat Sep 17 2005 12:05 amãã > ã > > it says error 1 for the cfg file, even new out of the zip it don't run.ã > Make sure you have the cfg file in the correct dir..ã > unzip bionews to xtrn\bionews and copy the .bin to the exec dir.. everythingã > else goes in xtrn\bionews..ã > ã > ã > ...First secure an independent income, then practice virtue.ã > Join StarNet today.. Http://starfrontiers.dyndns.orgã > ã > ããthats how I have it.ããHave yourself a Ozzy little christmas, Let the F word fly...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.orgã
  • From Finnigann@VERT/BNB to Sniper on Sat Sep 17 00:42:00 2005
    Sniper wrote to Finnigann <=-ãã -=> Finnigann wrote to Corey <=-ãã -=> Corey wrote to Sniper <=-ãã Co> Re: Re: Unbaja Error?ã Co> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmãã > -=> Corey wrote to Sniper <=-ã >ã > > Whats wrong with Bionews? Running 5 beta 5 with no problems...ã > >ã >ã > Co> got 5.0 b1 here.ã > Co> looks terrible.ã >ã > Yeap, I got his last version just before he disapeared. Seeing as I haveã > a reg code, I don't have those annoying messages. :)ã >ã > Hope your able to remove that using that unbaja thing. :)ã >ã >ããã Co> I see the code I have to change, but it won't recompile,ã Co> says some mode call is wrong.ãã Fi> I'm not familar with the program/door/game BioNews... is it a BAJAã Fi> prgram? Or someother language? (C, Pascal, Batch etc)ãã Fi> Or does unbaja work on any kind of software. (I know I shoulda beenã Fi> paying cloder attention)ãã Sn> Bionews is a BAJA program written to post messages to users when theyã Sn> log on/off <Configurable>... giving the SysOp the option to "Force" theã Sn> users to read it and it can pause for a specific amount of time again,ã Sn> forcing the user to read the message. It has lots of other options andã Sn> capabilites... Allowing users to post messages back to the author ofã Sn> the original message... Shows the message to the user once, or aã Sn> specific number of times, allows different options to make it a "New"ã Sn> message each time the user logs on... etc... Quite a nice littleã Sn> progie.ããããI hear ya. But it's been my experience that you need something 45 or larger toãget people to read ANYTHING. (self included) the first time.ããã...idea. Can SBBS be set to alter levels depending on how a user exits? droppedãcarier is very frustrating and I warn people that it's not the way it supposedãto work. If I can drop their level everytime they drop carrier it might stopãthe practice. I have seen the spy screen showing a game menu and theãdisconnected message...ãã... "Bad password, already being used by root.ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.netã
  • From Finnigann@VERT/BNB to Melkor on Sat Sep 17 01:46:00 2005
    Melkor wrote to Sniper <=-ããã > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theã Me> The version I have says its 5.5 but I cant get it to work.. I edit theã Me> cfg file and even with the stock .bin file that comes with it it loads,ã Me> clears the screen then just sits there...ãããDitto.ããIf you hear anything pass it on please - here I mean. (-:ãã... It's a small world, but I wouldn't want to paint it.ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.netã
  • From Mrproper@VERT/VEXED2 to Sniper on Sat Sep 17 09:36:00 2005
    Re: Re: Unbaja Error?ã By: Sniper to Stainless on Fri Sep 16 2005 22:20:00ãã > -=> Stainless wrote to Sniper <=-ã > ã > St> Re: Re: Unbaja Error?ã > St> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmã > ã > ã > St> I have BioNews 5.3 I think. Registered. Where did the bio guy goã > St> anyway?! No probs here.ã > ã > I've got the 5.5, along with my registration...ã > ã > I have no idea. He stopped by, asked me if I still wanted to run bionews,ã > which I had taken down because the last version I had of it didn't workã > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theã > registration code. Never heard from him again.ã > ã > ããDon't Merlin at Carso BBS still have the online BIOnews key generator?ããI heard the older versions had a backdoor in them.. Don't know if that's trueãor not but unbaja will sure tell.ããã---ããMrProperãSysOp - WarZone BBSã---ã þ Synchronet þ DoveNet - WarZone BBS: warzone.dyndns.orgã
  • From Finnigann@VERT/BNB to Mrproper on Sat Sep 17 13:17:00 2005
    Mrproper wrote to Sniper <=-ãã Mr> Re: Re: Unbaja Error?ã Mr> By: Sniper to Stainless on Fri Sep 16 2005 22:20:00ãã > -=> Stainless wrote to Sniper <=-ã >ã > St> Re: Re: Unbaja Error?ã > St> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmã >ã >ã > St> I have BioNews 5.3 I think. Registered. Where did the bio guy goã > St> anyway?! No probs here.ã >ã > I've got the 5.5, along with my registration...ã >ã > I have no idea. He stopped by, asked me if I still wanted to run bionews,ã > which I had taken down because the last version I had of it didn't workã > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theã > registration code. Never heard from him again.ã >ã >ãã Mr> Don't Merlin at Carso BBS still have the online BIOnews key generator?ãã Mr> I heard the older versions had a backdoor in them.. Don't know ifã Mr> that's true or not but unbaja will sure tell.ãããdid you say you have 5.5 working? If no one has it working, is there a copy ofãan older version I can D/L?ãã... Only a vaRool would use such language in public.' --Rikerã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.netã
  • From Mrproper@VERT/VEXED2 to Finnigann on Sat Sep 17 14:18:00 2005
    Re: Re: Unbaja Error?ã By: Finnigann to Mrproper on Sat Sep 17 2005 14:17:00ãã > ã > Mr> Don't Merlin at Carso BBS still have the online BIOnews key generator?ã > ã > Mr> I heard the older versions had a backdoor in them.. Don't know ifã > Mr> that's true or not but unbaja will sure tell.ã > ã > ã > did you say you have 5.5 working? If no one has it working, is there a copyã > an older version I can D/L?ã > ããI din't use bionews on my system.ããã---ããMrProperãSysOp - WarZone BBSã---ã þ Synchronet þ DoveNet - WarZone BBS: warzone.dyndns.orgã
  • From Lord Time@VERT/TIME to Finnigann on Sat Sep 17 13:59:00 2005
    Re: Re: Unbaja Error?ã By: Finnigann to Mrproper on Sat Sep 17 2005 01:17 pmãã > did you say you have 5.5 working? If no one has it working, is there a copyã > an older version I can D/L?ã > ãI might have some in file area (under synchronet file \ SYNCDOOR there about ã3 in thereãã---ã ãRob StarrãLord Time SysOp ofãTime Warp of the Future BBS ãTelnet://Time.Darktech.Org or Telnet://Timewarpfuture.Dyndns.Org (backup) ãor Telnet://Time.Synchro.Net (qwk or ftn & e-mail)ãICQ # 11868133 or # 70398519ãYahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Timeããã---ã þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Gamesã
  • From Finnigann@VERT/BNB to Mrproper on Sat Sep 17 19:00:00 2005
    Mrproper wrote to Finnigann <=-ãã Mr> Re: Re: Unbaja Error?ã Mr> By: Finnigann to Mrproper on Sat Sep 17 2005 14:17:00ãã >ã > Mr> Don't Merlin at Carso BBS still have the online BIOnews key generator?ã >ã > Mr> I heard the older versions had a backdoor in them.. Don't know ifã > Mr> that's true or not but unbaja will sure tell.ã >ã >ã > did you say you have 5.5 working? If no one has it working, is there a copyã > an older version I can D/L?ã >ãã Mr> I din't use bionews on my system.ãããI used it for about 5 minutes... It sounds like a great door(?)ãã... Frankly, Scallop, I Don't Give a Clam ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.netã
  • From Sniper@VERT/KIA to Melkor on Sun Sep 18 18:31:00 2005
    Melkor wrote to Sniper <=-ããã > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theã Me> The version I have says its 5.5 but I cant get it to work.. I edit theã Me> cfg file and even with the stock .bin file that comes with it it loads,ã Me> clears the screen then just sits there...ããI'd download it again, maybe you have a bad copy.ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... Hi! I'm a shareware signature! Send $5 if you use me, send $10 forãmanual!ã--- MultiMail/Linux v0.45ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Sniper@VERT/KIA to Finnigann on Sun Sep 18 18:39:00 2005
    Finnigann wrote to Sniper <=-ãã Sn> Bionews is a BAJA program written to post messages to users when theyã Sn> log on/off <Configurable>... giving the SysOp the option to "Force" theã Sn> users to read it and it can pause for a specific amount of time again,ã Sn> forcing the user to read the message. It has lots of other options andã Sn> capabilites... Allowing users to post messages back to the author ofã Sn> the original message... Shows the message to the user once, or aã Sn> specific number of times, allows different options to make it a "New"ã Sn> message each time the user logs on... etc... Quite a nice littleã Sn> progie.ãã Fi> I hear ya. But it's been my experience that you need something 45 orã Fi> larger to get people to read ANYTHING. (self included) the first time.ããThat may be true, although I've found the shorter the message, the better ãchance they'll read it. :)ãã Fi> ...idea. Can SBBS be set to alter levels depending on how a user exits?ã Fi> dropped carier is very frustrating and I warn people that it's not theã Fi> way it supposed to work. If I can drop their level everytime they dropã Fi> carrier it might stop the practice. I have seen the spy screen showingã Fi> a game menu and the disconnected message...ããToo many possibilites on why a user exits from the BBS. I mean, I wouldn'tãbe dropping access because of it. They could have gotten stuck in the door,ãetc... No way to know.ãããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... Old usenetters never die, they just become unresponsiveã--- MultiMail/Linux v0.45ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Sniper@VERT/KIA to Mrproper on Sun Sep 18 18:40:00 2005
    Mrproper wrote to Sniper <=-ãã Mr> Re: Re: Unbaja Error?ã Mr> By: Sniper to Stainless on Fri Sep 16 2005 22:20:00ãã > -=> Stainless wrote to Sniper <=-ã >ã > St> Re: Re: Unbaja Error?ã > St> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmã >ã >ã > St> I have BioNews 5.3 I think. Registered. Where did the bio guy goã > St> anyway?! No probs here.ã >ã > I've got the 5.5, along with my registration...ã >ã > I have no idea. He stopped by, asked me if I still wanted to run bionews,ã > which I had taken down because the last version I had of it didn't workã > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theã > registration code. Never heard from him again.ã >ã >ãã Mr> Don't Merlin at Carso BBS still have the online BIOnews key generator?ããSomeone has it? Hmmm....ãã Mr> I heard the older versions had a backdoor in them.. Don't know ifã Mr> that's true or not but unbaja will sure tell.ããYea, I heard about that, although couldn't tell ya one way or the other. :)ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... Useless Invention: Candy bars with stannous fluoride addedã--- MultiMail/Linux v0.45ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã
  • From Sniper@VERT/KIA to Finnigann on Sun Sep 18 20:31:00 2005
    Finnigann wrote to Mrproper <=-ãã -=> Mrproper wrote to Sniper <=-ãã Mr> Re: Re: Unbaja Error?ã Mr> By: Sniper to Stainless on Fri Sep 16 2005 22:20:00ãã > -=> Stainless wrote to Sniper <=-ã >ã > St> Re: Re: Unbaja Error?ã > St> By: Sniper to Corey on Thu Sep 15 2005 08:29 pmã >ã >ã > St> I have BioNews 5.3 I think. Registered. Where did the bio guy goã > St> anyway?! No probs here.ã >ã > I've got the 5.5, along with my registration...ã >ã > I have no idea. He stopped by, asked me if I still wanted to run bionews,ã > which I had taken down because the last version I had of it didn't workã > with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theã > registration code. Never heard from him again.ã >ã >ãã Mr> Don't Merlin at Carso BBS still have the online BIOnews key generator?ãã Mr> I heard the older versions had a backdoor in them.. Don't know ifã Mr> that's true or not but unbaja will sure tell.ããã Fi> did you say you have 5.5 working? If no one has it working, is there aã Fi> copy of an older version I can D/L?ããMine's working... this is on a WinXP PIV 2.4 machine.ããMore than welcome to check it out. I haven't do anything "Different". :)ããããSniperãKilled In Action BBS, telnet://kiabbs.orgãHome of the Unofficial SynchroNet Support Network.ãdownload the info pack at any of the below sites:ãhttp://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.orgãã... System halted. There is NOTHING you can doã--- MultiMail/Linux v0.45ã þ Synchronet þ Killed In Action - telnet://kiabbs.orgã