• telnet.src

    From Rich Ringer@VERT to All on Mon Sep 4 01:07:57 2000
    OTE: DCTEdit v0.04 [5]ãHi All,ãI am new to BAJA programming and I have a question for someone.ãI was told by Rob that the telgate.src file can be modified to allow the user ãto input his own telnet address instead of using the ones that the sysop puts ãin.ãI looked at the telgate.src file and it's only a couple of lines long, I'm not ãsure on how to make the change to allow this. Can someone help?ãHow would the command line in scfg be setup to allow this as well. I know the ãcommand is *telgate (domain or ip)ãThank you in advance,ããRich RingerãPony's Corral BBSãtelnet://thecorral.tzo.comãftp://thecorral.tzo.comãhttp://thecorral.tzo.comãe-mail richr@thecorral.tzo.comã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Amcleod@VERT to Rich Ringer on Mon Sep 4 06:03:56 2000
    RE: telnet.srcãBY: Rich Ringer to All on Mon Sep 04 2000 08:07 amãã > I looked at the telgate.src file and it's only a couple of lines long, I'm nã > sure on how to make the change to allow this. Can someone help?ã > How would the command line in scfg be setup to allow this as well. I know thã > command is *telgate (domain or ip)ããTELGATE.SRC is five lines long. One is a clear-screen, one is a pause, two areãinformational prints and the only remaining line is "telnet_gate str". Did youãthink that maybe you have to get the desired address in 'str' then callãtelnet_gate? Did you think about using a 'getstr' to get the string? Exactlyãwhat have you tried?ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Rich Ringer@VERT to Amcleod on Tue Oct 10 10:20:41 2000
    RE: telnet.srcãBY: Amcleod to Rich Ringer on Mon Sep 04 2000 01:03 pmããOTE: DCTEdit v0.04 [3]ã > > I looked at the telgate.src file and it's only a couple ofã > > lines long, I' sure on how to make the change to allowã > TELGATE.SRC is five lines long. One is a clear-screen, oneã > is a pause, two informational prints and the only remainingã > line is "telnet_gate str". Did think that maybe you have toã > get the desired address in 'str' then call telnet_gate? Didã > you think about using a 'getstr' to get the string? Exactã > what have you tried?ãHi Amcleod,ãI haven't tried anything yet....not sure where to begin. I wqas hoping that ãsomeone could help me figure this out.ããThanks,ãRichã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Rich Ringer on Fri Oct 13 10:39:18 2000
    RE: telnet.srcãBY: Rich Ringer to Amcleod on Tue Oct 10 2000 05:20 pmãã > OTE: DCTEdit v0.04 [3]ã > > > I looked at the telgate.src file and it's only a couple ofã > > > lines long, I' sure on how to make the change to allowã > > TELGATE.SRC is five lines long. One is a clear-screen, oneã > > is a pause, two informational prints and the only remainingã > > line is "telnet_gate str". Did think that maybe you have toã > > get the desired address in 'str' then call telnet_gate? Didã > > you think about using a 'getstr' to get the string? Exactã > > what have you tried?ã > Hi Amcleod,ã > I haven't tried anything yet....not sure where to begin. I wqas hoping thatã > someone could help me figure this out.ããAs Amcleod suggested, use GETSTR (see DOCS\BAJA.DOC for details).ããThis is an extremely simple modification, but since you don't seem to want toãfigure anything out for yourself (not a put-down, I'm that way sometimesãmyself), here are some step-by-step directions:ãã1. Copy EXEC\TELGATE.SRC to another file in the EXEC directory (perhapsãTELNET.SRC).ãã2. Edit EXEC\TELNET.SRC and add the following lines to the top of the file:ã PRINT "Enter telnet address: "ã GETSTRãã3. Type BAJA TELNET to compile the new module. If it reports any errors, goãback to step 1.ãã4. Create an external program with a command line of "*TELNET".ãã5. Re-start the Telnet server.ãã6. When a user runs the door, it'll prompt them to the enter the address.ããI think this is what you've been looking for.ããRobã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Amcleod@VERT to Digital Man on Fri Oct 13 13:31:53 2000
    RE: telnet.srcãBY: Digital Man to Rich Ringer on Fri Oct 13 2000 05:39 pmãã > 1. Copy EXEC\TELGATE.SRC to another file in the EXEC directory (perhapsã > TELNET.SRC).ããCan you please explain the syntax of the COPY command? Pretty please? ;-)ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From TommyKnocker@VERT/TALAMASC to Amcleod on Sat Oct 14 00:27:00 2000
    RE: telnet.srcãBY: Amcleod to Digital Man on Fri Oct 13 2000 08:31 pmãã > RE: telnet.srcã > BY: Digital Man to Rich Ringer on Fri Oct 13 2000 05:39 pmã > ã > > 1. Copy EXEC\TELGATE.SRC to another file in the EXEC directory (perhapsã > > TELNET.SRC).ã > ã > Can you please explain the syntax of the COPY command? Pretty please? ;-)ã > ããã You need to be slapped Angus. And right after, come clean the coffe offãmy monitor.ã TKããã---ã þ Synchronet þ telnet://talamasca-bbs.com http://talamasca-bbs.comã
  • From HumbleBub@VERT/GTBBS to TommyKnocker on Sun Oct 15 11:21:00 2000
    RE: telnet.srcãBY: TommyKnocker to Amcleod on Sat Oct 14 2000 07:27 amãã > RE: telnet.srcã > BY: Amcleod to Digital Man on Fri Oct 13 2000 08:31 pmã > ã > > RE: telnet.srcã > > BY: Digital Man to Rich Ringer on Fri Oct 13 2000 05:39 pmã > >ã > > > 1. Copy EXEC\TELGATE.SRC to another file in the EXEC directory (perhapã > > > TELNET.SRC).ã > >ã > > Can you please explain the syntax of the COPY command? Pretty please? ;ã > >ã > ã > ã > You need to be slapped Angus. And right after, come clean the coffe ofã > my monitor.ã > TKã > ã > ãAw..he was being naughty wasn't he? ãã---ã þ Synchronet þ Glastonbury Torã