• This is not working

    From Phil@VERT/CYBER to All on Sat Aug 25 20:45:00 2007
    For some reason this is not working when I run this applicaton and I type the ãword AGREE and press enter.ãã!INCLUDE ERRNO.INCã!INCLUDE FILE_IO.INCã!INCLUDE USERDEFS.INCã!INCLUDE SBBSDEFS.INCã!INCLUDE NODEDEFS.INCãCLSãprintfile "c:\sbbs\text\validate.txt"ãPRINT "\r\n"ãPRINT "\r\n"ãprint "\r\nI agree to abide by the follow terms and conditions (AGREE Or Type ãNO ): "ãSTR INFOãGETSTR INFO 5 K_UPPERãCOMPARE_STR "AGREE"ãIF_FALSEãgoto noãEND_CMDã:startãprint "\r\nLets start the upgrade now."ãprint "\r\n"ãprint "\r\nPress enter to start."ãsTR INFOãcompare_ars FLAG 1Aãif_falseãTOGGLE_USER_FLAG 1AãTOGGLE_USER_FLAG 2AãEND_CMDãcompare_ars FLAG 1Cãif_falseãTOGGLE_USER_FLAG 1CãTOGGLE_USER_FLAG 2Bãend_cmdãcompare_ars FLAG 1Dãif_falseãTOGGLE_USER_FLAG 1DãTOGGLE_USER_FLAG 2Dãend_cmdãcompare_ars FLAG 1Eãif_falseãTOGGLE_USER_FLAG 1EãTOGGLE_USER_FLAG 2Eãend_cmdãcompare_ars FLAG 1Fãif_falseãTOGGLE_USER_FLAG 1FãTOGGLE_USER_FLAG 2Fãend_cmdãSET_USER_LEVEL 20ãprint "\r\nYour access level and security flags have been updated. You will ãneed to re-login please so they will ããtake effect."ãGOTO OKã:Noãprint "\r\nYour security level and flags where not changed."ã:okãPRINT "\r\n"ãprint "\r\nPress enter to continue."ãSTR INFOã:ENDãã---ã þ Synchronet þ bbs.cyberchatnet.com - Vienna, VAã
  • From Angus McLeod@VERT/ANJO to Phil on Sat Aug 25 22:18:00 2007
    Re: This is not workingã By: Phil to All on Sat Aug 25 2007 20:45:00ãã > For some reason this is not working when I run this applicaton and I type thã > word AGREE and press enter.ããYou have an awful lot of END_CMDs and no END_IFs at all!ããAlso, may I draw your atention to section 3.1 of the BAJA docs?ãã---ãPlaying: "S.Y.M.M" by "Manic Street Preachers"ã from the "This is my truth, tell me yours" album.ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Phil@VERT/CYBER to Angus McLeod on Sat Aug 25 22:53:00 2007
    This is not even working. When I tyepe in AGREE its not catching it.ãã!INCLUDE ERRNO.INCã!INCLUDE FILE_IO.INCã!INCLUDE USERDEFS.INCã!INCLUDE SBBSDEFS.INCã!INCLUDE NODEDEFS.INCã!global infoãCLSãprintfile "c:\sbbs\text\validate.txt"ãPRINT "\r\n"ãPRINT "\r\n"ãprint "\r\nI agree to abide by the follow terms and conditions (AGREE Or Type ãNO ): "ãSTR INFOãGETSTR INFO 5 K_UPPERãCOMPARE_STR "AGREE"ãIF_TRUEãprint "\r\nThe Word Agree was typed in"ãprint "\r\n"Press Enter"ãSTR INFOãend_ifã ããã> Re: This is not workingã > By: Phil to All on Sat Aug 25 2007 20:45:00ãã > > For some reason this is not working when I run this applicaton and I type ã > > th word AGREE and press enter.ã > ã > You have an awful lot of END_CMDs and no END_IFs at all!ãã > Also, may I draw your atention to section 3.1 of the BAJA docs?ãã > ---ã > Playing: "S.Y.M.M" by "Manic Street Preachers"ã from the "This is my truth, tell me yours" album.ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSãã---ã þ Synchronet þ bbs.cyberchatnet.com - Vienna, VAã
  • From Digital Man@VERT to Phil on Sat Aug 25 23:08:17 2007
    Re: This is not workingã By: Phil to All on Sat Aug 25 2007 08:45 pmãã > For some reason this is not working when I run this applicaton and I type thã > word AGREE and press enter.ã > ã > !INCLUDE ERRNO.INCã > !INCLUDE FILE_IO.INCã > !INCLUDE USERDEFS.INCã > !INCLUDE SBBSDEFS.INCã > !INCLUDE NODEDEFS.INCã > CLSã > printfile "c:\sbbs\text\validate.txt"ã > PRINT "\r\n"ã > PRINT "\r\n"ã > print "\r\nI agree to abide by the follow terms and conditions (AGREE Or Typã > NO ): "ã > STR INFOã > GETSTR INFO 5 K_UPPERã > COMPARE_STR "AGREE"ããI think you meant to write: COMPARE INFO "AGREE"ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #146:ãThe smallest county in America is New York County, better known as Manhattan. ãNorco, CA WX: 73.2øF, 56% humidity, 0 mph SSE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Angus McLeod@VERT/ANJO to Phil on Sun Aug 26 07:43:00 2007
    Re: Re: This is not workingã By: Phil to Angus McLeod on Sat Aug 25 2007 22:53:00ãã > This is not even working. When I tyepe in AGREE its not catching it.ãã > STR INFOã > GETSTR INFO 5 K_UPPERã > COMPARE_STR "AGREE"ããYou are storing the input in 'INFO' but comparing the stringconst with the ãwork string.ãã---ãPlaying: "The swamp song (version 1)" by "Oasis"ã from the "(What's the story) Morning glory" album.ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Phil@VERT/CYBER to Digital Man on Sun Aug 26 02:49:00 2007
    I did this and its still not working.ãã!INCLUDE ERRNO.INCã!INCLUDE FILE_IO.INCã!INCLUDE USERDEFS.INCã!INCLUDE SBBSDEFS.INCã!INCLUDE NODEDEFS.INCã!global infoãCLSãprintfile "c:\sbbs\text\validate.txt"ãPRINT "\r\n"ãPRINT "\r\n"ãprint "\r\nI agree to abide by the follow terms and conditions (AGREE Or Type ãNO ): "ãSTR INFOãGETSTR INFO 5 K_UPPERãCOMPARE INFO "AGREE"ãIF_TRUEãprint "\r\nThe Word Agree was typed in"ãprint "\r\n"Press Enter"ãGETSTR INFO 5 K_UPPERãEND_IFãSTR INFOãããã > Re: This is not workingã By: Phil to All on Sat Aug 25 2007 08:45 pmãã > > For some reason this is not working when I run this applicaton and I type ã > > th word AGREE and press enter.ã > ã > > !INCLUDE ERRNO.INCã > > !INCLUDE FILE_IO.INCã > > !INCLUDE USERDEFS.INCã > > !INCLUDE SBBSDEFS.INCã > > !INCLUDE NODEDEFS.INCã > > CLSã > > printfile "c:\sbbs\text\validate.txt"ã > > PRINT "\r\n"ã > > PRINT "\r\n"ã > > print "\r\nI agree to abide by the follow terms and conditions (AGREE Or ã > > Typ NO ): "ã > > STR INFOã > > GETSTR INFO 5 K_UPPERã > > COMPARE_STR "AGREE"ã > ã > I think you meant to write: COMPARE INFO "AGREE"ãã digital man (xbox-live: digitlman)ãã > Snapple "Real Fact" #146:ã > The smallest county in America is New York County, better known as Manhattan ã > Norco, CA WX: 73.2øF, 56% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs -ã þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.netãã---ã þ Synchronet þ bbs.cyberchatnet.com - Vienna, VAã
  • From Phil@VERT/CYBER to Angus McLeod on Sun Aug 26 10:34:00 2007
    ãCan you please give me working example?ããThanksãPhilãã > Re: Re: This is not workingã By: Phil to Angus McLeod on Sat Aug 25 2007 22:53:00ãã > > This is not even working. When I tyepe in AGREE its not catching it.ã > ã > > STR INFOã > > GETSTR INFO 5 K_UPPERã > > COMPARE_STR "AGREE"ã > ã > You are storing the input in 'INFO' but comparing the stringconst with the ã > work string.ãã > ---ã > Playing: "The swamp song (version 1)" by "Oasis"ã from the "(What's the story) Morning glory" album.ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSãã---ã þ Synchronet þ bbs.cyberchatnet.com - Vienna, VAã
  • From MRoblivious1bmf@VERT to Phil on Sun Aug 26 10:25:15 2007
    To: Philã.,: This is something about This is not working,ã Phil said it to All on Sat Aug 25 2007 08:45 pmã--ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ-ÄÄÄÄ---ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ---ÄÄÄÄÄÄÄÄÄ--ÄÄÄÄÄÄÄÄã > FLAG 1E if_false TOGGLE_USER_FLAG 1E TOGGLE_USER_FLAGã > 2E end_cmd compare_ars FLAG 1F if_false TOGGLE_USER_FLAGãããyou cant use end_cmd to close an ifããyou need end_ifã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From MRoblivious1bmf@VERT to Digital Man on Sun Aug 26 10:25:55 2007
    To: Digital Manã.,: This is something about This is not working,ã Digital Man said it to Phil on Sat Aug 25 2007 11:08 pmã--ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ-ÄÄÄÄ---ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ---ÄÄÄÄÄÄÄÄÄ--ÄÄÄÄÄÄÄÄã > I think you meant to write: COMPARE INFO "AGREE"ãããthat too.ããalso he should format a bit better, just for working on it.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Phil on Sun Aug 26 10:56:16 2007
    Re: Re: This is not workingã By: Phil to Digital Man on Sun Aug 26 2007 02:49 amããPlease (for the umpteenth time), please post your replies *below* the quotedãtext!ãã > I did this and its still not working.ã > ã > !INCLUDE ERRNO.INCã > !INCLUDE FILE_IO.INCã > !INCLUDE USERDEFS.INCã > !INCLUDE SBBSDEFS.INCã > !INCLUDE NODEDEFS.INCã > !global infoã > CLSã > printfile "c:\sbbs\text\validate.txt"ã > PRINT "\r\n"ã > PRINT "\r\n"ã > print "\r\nI agree to abide by the follow terms and conditions (AGREE Or Typã > NO ): "ã > STR INFOã > GETSTR INFO 5 K_UPPERã > COMPARE INFO "AGREE"ã > IF_TRUEã > print "\r\nThe Word Agree was typed in"ã > print "\r\n"Press Enter"ã > GETSTR INFO 5 K_UPPERã > END_IFã > STR INFOããWell I compiled your little code there and ran it and here is the result:ããFile not found.ãc:\sbbs\text\validate.txtããããI agree to abide by the follow terms and conditions (AGREE Or Type NO ): AGREEããThe Word Agree was typed inãã----------------------------------------------------------------------------ããWhat more do you want it to do? Looks like it's working to me. <shrug>ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #145:ãLake Superior is the world's largest lake. ãNorco, CA WX: 78.0øF, 60% humidity, 0 mph S wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Angus McLeod@VERT/ANJO to Phil on Sun Aug 26 22:26:00 2007
    Re: Re: This is not workingã By: Phil to Angus McLeod on Sun Aug 26 2007 10:34:00ãã > Can you please give me working example?ããNo. I'm going to twit you for top-posting instead.ãã---ãPlaying: "Teach U A Lesson" by "Robin Thicke"ã from "The Evolution of Robin Thicke" album.ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Creative1@VERT to Angus McLeod on Sun Aug 26 20:28:13 2007
    Re: Re: This is not workingã By: Angus McLeod to Phil on Sun Aug 26 2007 10:26 pmãã > No. I'm going to twit you for top-posting instead.ãã uhm, excuse me, what does getting "twit'ed" mean?ãã-c1ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Phil@VERT/CYBER to Digital Man on Mon Aug 27 01:27:00 2007
    Ok, this is interesting. I typed baja validate.src and its not working for me.ããPhilããã > Re: Re: This is not workingã By: Phil to Digital Man on Sun Aug 26 2007 02:49 amãã > Please (for the umpteenth time), please post your replies *below* the quoted ã > text!ãã > > I did this and its still not working.ã > ã > > !INCLUDE ERRNO.INCã > > !INCLUDE FILE_IO.INCã > > !INCLUDE USERDEFS.INCã > > !INCLUDE SBBSDEFS.INCã > > !INCLUDE NODEDEFS.INCã > > !global infoã > > CLSã > > printfile "c:\sbbs\text\validate.txt"ã > > PRINT "\r\n"ã > > PRINT "\r\n"ã > > print "\r\nI agree to abide by the follow terms and conditions (AGREE Or ã > > Typ NO ): "ã > > STR INFOã > > GETSTR INFO 5 K_UPPERã > > COMPARE INFO "AGREE"ã > > IF_TRUEã > > print "\r\nThe Word Agree was typed in"ã > > print "\r\n"Press Enter"ã > > GETSTR INFO 5 K_UPPERã > > END_IFã > > STR INFOã > ã > Well I compiled your little code there and ran it and here is the result:ãã > File not found.ã > c:\sbbs\text\validate.txtãããã > I agree to abide by the follow terms and conditions (AGREE Or Type NO ): AGRãã > The Word Agree was typed inã ----------------------------------------------------------------------------ãã > What more do you want it to do? Looks like it's working to me. <shrug>ãã digital man (xbox-live: digitlman)ãã > Snapple "Real Fact" #145:ã > Lake Superior is the world's largest lake. ã > Norco, CA WX: 78.0øF, 60% humidity, 0 mph S wind, 0.00 inches rain/24hrs ---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.netãã---ã þ Synchronet þ bbs.cyberchatnet.com - Vienna, VAã
  • From Phil@VERT/CYBER to Angus McLeod on Mon Aug 27 10:39:00 2007
    Why, I do not do anything wrong and it was a valid question.ããPhilãã > Re: Re: This is not workingã By: Phil to Angus McLeod on Sun Aug 26 2007 10:34:00ãã > > Can you please give me working example?ã > ã > No. I'm going to twit you for top-posting instead.ãã > ---ã > Playing: "Teach U A Lesson" by "Robin Thicke"ã from "The Evolution of Robin Thicke" album.ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSãã---ã þ Synchronet þ bbs.cyberchatnet.com - Vienna, VAã
  • From Angus McLeod@VERT/ANJO to Creative1 on Mon Aug 27 23:00:00 2007
    Re: Re: This is not workingã By: Creative1 to Angus McLeod on Sun Aug 26 2007 20:28:00ãã > > No. I'm going to twit you for top-posting instead.ã > ã > uhm, excuse me, what does getting "twit'ed" mean?ããIt means you were put in the twit-list, so your messages will be purged ãfrom mail packets instead of added to the bases.ãã---ãPlaying: "Peace Train" by "Cat Stevens"ã from the "Teaser And The Firecat" album.ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Mindless Automaton@VERT/ELDRITCH to Phil on Mon Aug 27 16:35:00 2007
    Phil wrote:ã> Why, I do not do anything wrong and it was a valid question.ã> ã> Philã> ããWhat he is saying is please type your message on the bottom of yourãreply rather than on top.ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.orgã
  • From Mrproper@VERT/WARZONE to Phil on Tue Aug 28 16:12:00 2007
    Re: Re: This is not workingã By: Phil to Angus McLeod on Mon Aug 27 2007 11:39 amãã > Why, I do not do anything wrong and it was a valid question.ã > ããTop Posting your replys IS wrong.ããã---ã þ Synchronet þ Warzone BBS -ã
  • From MRoblivious1bmf@VERT to Phil on Tue Aug 28 21:28:39 2007
    To: Philã.,: This is something about Re: This is not working,ã Phil said it to Digital Man on Mon Aug 27 2007 01:27 amã--ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ-ÄÄÄÄ---ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ---ÄÄÄÄÄÄÄÄÄ--ÄÄÄÄÄÄÄÄã > Ok, this is interesting. I typed baja validate.src and its not working for mãã > PhilããããHEY PHIL: POST ON THE FREAKING BOTTOM!!!!!!!!!!!ãããREAD THIS: POST ON THE FREAKING BOTTOM!!!ãããQUOTE ON THE TOP, POST ON THE BOTTOM.ããTO PUT IT ANOTHER WAY, FOLLOW THESE INSTRUCTIONS:ãã[1] PUT AUTHOR'S MSG ON THE *****FUCKING TOP****ã[2] PUT YOUR REPLY ON THE ****FUCKIGN BOTTOM****ããfurther denial to comply with my requests will result in coathanger fished up ãyour nose, removing the shrivled, wallnut sized remains of the poor excuse ãfor a brain that you have!!ããthank you!!ãããps> post on the fucking bottomã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Jas Hud@VERT/DSTREAM to Phil on Fri Aug 31 23:32:00 2007
    Re: Re: This is not workingã By: Phil to Angus McLeod on Mon Aug 27 2007 10:39 amããPHIL WILL YOU PLEASE POST ON THE FREAKING BOTTOM??????????????ãã .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙã+o edge of oblivion bbs þ eob-bbs.comã|04An underground bbs with tons of the best games+filesã|05a zer0net nodeãã---ã þ Synchronet þ Data Stream - telnet://dsbbs.net - www.dsbbs.netã
  • From Raistlin@VERT/TOHS to Jas Hud on Thu Sep 13 08:08:00 2007
    Re: Re: This is not workingã By: Jas Hud to Phil on Fri Aug 31 2007 11:32 pmãã > Re: Re: This is not workingã > By: Phil to Angus McLeod on Mon Aug 27 2007 10:39 amã > ã > PHIL WILL YOU PLEASE POST ON THE FREAKING BOTTOM??????????????ããããHAHAHAHããPhil, Start the revolution!ãããBlahahahaãã<R>ã*****Tower of HIGH Sorcery BBS*************************************************ãTelnet to us Today : telnet://tohs.synchro.net - Hottest Gaming BBS Around!ãFidoNet: 1:102/301 -- TONS of Online Games!!! -- ãLand of Devastation, USURPER, LORD 2, DoorMUD, BRE, D&D, Geopolitics,ãTrade Wars 2002, CHESS, Domain Poker, Global War, Planets: TEOS,ãThe PIT, Godfather of Crime, Scrabble, Stock Market Simulator and alot more!ã******************************************************************************ãããã---ã þ Synchronet þ Tower of High Sorceryã
  • From Mindless Automaton@VERT/ELDRITCH to Raistlin on Thu Sep 13 19:44:00 2007
    Raistlin wrote:ã> Re: Re: This is not workingã> By: Jas Hud to Phil on Fri Aug 31 2007 11:32 pmã> ã> > Re: Re: This is not workingã> > By: Phil to Angus McLeod on Mon Aug 27 2007 10:39 amã> > ã> > PHIL WILL YOU PLEASE POST ON THE FREAKING BOTTOM??????????????ã> ã> ã> HAHAHAHã> ã> Phil, Start the revolution!ã> ã> ã> BlahahahaããDon't do it, Phil! Join us.. life is good posting at the bottom..ãJoin us.. Join us..ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.orgã
  • From MRoblivious1bmf@VERT to Mindless Automaton on Fri Sep 14 00:19:40 2007
    To: Mindless Automatonã.,: This is something about Re: This is not working,ã Mindless Automaton said it to Raistlin on Thu Sep 13 2007 07:44 pmã--ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ-ÄÄÄÄ---ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ---ÄÄÄÄÄÄÄÄÄ--ÄÄÄÄÄÄÄÄããã > > Blahahahaãã > Don't do it, Phil! Join us.. life is good posting at the bottom..ã > Join us.. Join us..ããããyeah, but if you think about it.. arent we all <makes quotes with fingers> ãposting on the _top_<stops> when we should be posting <makes quotes with ãfingers>on the bottom<stops making quotes with fingers>ããyes people,i am talking about the iraq war.ã<no i'm not>ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã