home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / fmodo061 / faximodo.txt < prev    next >
Text File  |  1993-07-16  |  8KB  |  230 lines

  1. Faximodo v0.61 beta                                    18-07-1993
  2.  
  3. SubSoft Development (c) 1993 by Harrie Beuvink
  4.                                 Fido.Org  2:283/705.0
  5.                                 NeST.Ftn 90:500/208.0
  6.                                 PNN.Ftn  13:310/204.0
  7.                                 Fax     +31 53 777522
  8.                                 BBS     +31 53 777522
  9.  
  10. This packages is until now just a BETA version. Dont blame me if it
  11. doesn't work as you wanted it....
  12.  
  13. Downloading faxes is a not yet implemented feature!
  14.  
  15. Disclaming...: I'm not responseble for any harm your system may get. 
  16.                You use it on your own risk. On my system it works! ;-)
  17.  
  18. This packet contains:
  19.  
  20.         FAXIMODO.TXT  this textfile
  21.         FAXIMODO.TTP  programfile
  22.         FAXIMODO.CFG  configfile
  23.         FAXIMODO.HDR  headerfile, will be put in top in every fax
  24.         FAXIMODO.USR  userfile, the users who have acces en account
  25.         FAX_INFO.ASC  textfile shown in the dorfile
  26.         SENDFAX.DOR   dorfile for quickbs
  27.         FAX.MNU       menufile for quickbbs
  28.  
  29. Also some programs from the packet HFAXBETA are needed. There is a newer 
  30. verser from HackFax but I din't get it to work till now. HFAXBETA works 
  31. fine with FAXIMODO. Those programs are:   ASC2G3.TTP, FAX.FNT, MYFAX.INF
  32. and SENDFAX.TTP and they MUST be in the same folder as defined in 
  33. FAXIMODO.CFG!! The programmer of HackFax now is:
  34. Markus Bubendorf
  35. Kirchgasse 3
  36. 4124 Schönenbuch
  37. Schweiz
  38. Telephon: +41 (0)61 482 02 20
  39. Bitte keine Faxe schicken, da der Computer i.d.R. ausgeschaltet ist.
  40. E-Mail: Markus Bubendorf on 2:301/216.3 @ FidoNet
  41.  
  42. The original was written by:
  43. Helmut E. Neumann
  44. Im Appensee 4
  45. W6100 Darmstadt 23
  46. BR Deutschland
  47.  
  48.  
  49. Faximodo is a programm or the atari-st(e) /tt? to give users the 
  50. possibility to send faxes from your bbs. It's written in gfa-basic 3.5e
  51.  
  52.  
  53.           The files FAXIMODO.CFG, FAXIMODO.USR, FAXIMODO.HDR 
  54.           and FAXIMODO.TTP must be in the SAME FOLDER!!!!!!!
  55.  
  56.  
  57. FaxiModo knows tree parameters. I will give more details about them:
  58.  
  59. faximodo.ttp -check
  60. -------------------
  61. Faximodo with this parameter must be start up from the dor-file. This packet
  62. contains a sample dor-file.
  63. It exits with errorlevel 0 when a user is not listed in de file FAXIMODO.USR
  64.                          1 when the user's credits are less then LowCredit
  65.                         >1 return the current credit of a fax-user.
  66. It reads the info of a user from the file DORINFO1.DEF, with MUST
  67. be in the same folder as all the other FaxiModo files! For more info
  68. about the file DORINFO1.DEF read your manual of the bbs-program you are
  69. using.
  70.  
  71. faximodo.ttp -convert
  72. ---------------------
  73. This parameter reads the mailarea and convert the mailarea message to
  74. a faxfile. Messages received by FaxiModi will get the status "received".
  75. The file FAXIMODO.HDR will be put on top of the fax to send. You can put 
  76. your own advertising/announts in this file.
  77. The faxes will be put in the faxoutboundfolder, defined in the controlefile
  78. FAXIMODE.CFG and an entry is written in the file FAXOMODO.OUT in this 
  79. folder.
  80.  
  81. faximodo.ttp -send
  82. ------------------
  83.  
  84. This parameter will send the fax out. Everytime when there is an atempt to
  85. send the fax out, the outboundfile FAXIMODO.OUT will be updated, so the
  86. maximum tries to send a fax will be ... tadaa ... MaxTries in the configfile.
  87. When a fax isn't deliverable the flag MaxTries is set and when a fax is sent
  88. the flag SENT is set and the useraccount in FAXIMODO will be updated. In all
  89. cases, the user will get a report in the area.
  90.  
  91. The controle-files:
  92.  
  93. FAXIMODO.CFG
  94. ------------
  95. ; Sysopname for messages generated to the user.
  96. ; Adress is for future perpose. FaxiModo will soon also send fax by netmail.
  97. SysOp       Harrie Beuvink
  98. Adress      2:283/705.0
  99. ; if the fax isn't sent after MaxTries, the user will get a messages.
  100. ; the system doesn't make attamps anymore to send the fax.
  101. MaxTries    2
  102. ; when usercredit < LowCredit, a messages will be send to the user
  103. LowCredit   150
  104. ; give only users access who may send faxes!! (security in the bbs-sofrtware)
  105. MailArea    c:\msgs\0195
  106. ; Keep the path's short. The utils from hackfax only use short commandlines
  107. FaxInbound  .
  108. FaxOutbound .
  109. faxConvert  asc2g3.ttp
  110. faxSend     sendfax.ttp
  111. ; path and filename to the logfile of HackFax. Faximodo will look in this
  112. ; file is the fax is sent correctly. Also update MYFAX.INF! (part of HackFax)
  113. SendLog     myfax.log
  114. StripNet    053
  115. ; defaultcost 75 cents, to 09* cost 250, to 064* cost 0 etc....
  116. ; the user will get a conformation when the fax is sent correctly.
  117. CallCost 75
  118.    09    250
  119.    06    250
  120.    060   0
  121.    064   0
  122. End
  123. ; a messages will be send to the user if a send to this not allowed numbers:
  124. NoSend
  125.    777522
  126. End
  127.  
  128. Put in this file your own advertising...
  129.  
  130. FAXIMODO.HDR
  131. ------------
  132. +-------------------------------------------------------------------------+
  133. |   This fax is     - created by FaxiModo (c) SubSoft Development 1993    |
  134. |                   - send by the 68000 Atari Data Server  +3153777522    |
  135. +-------------------------------------------------------------------------+
  136.  
  137. FAXIMODO.USR
  138. ------------
  139. Harrie Beuvink 7225
  140. Ruud Van.Der.Veen      1000
  141. Erwin Van.Hunen 850
  142. erik van.wette         1000
  143. richard van.hooijdonk  1000
  144. Marcel De.Gier         1000
  145.  
  146. Files for your bbs-program are: (I use quickbbs and there are written for...)
  147. Note that the MUST be written a DORINFO1.DEF in the dorfile. See for more
  148. details about the creation of this file the documentation of your bbs-prog.
  149.  
  150. SENDFAX.DOR
  151. -----------
  152. cd \faximodo
  153. write dorinfo1.def
  154. exec faximodo.ttp -check
  155. cd \qbbs
  156. cls
  157. menu 39 \qbbs\text\fax_info.asc
  158. IF *C=0 THEN GOTO noaccess
  159. if *C=1 then goto low
  160. if *C>1 then goto faximodo
  161. goto einde
  162. :noaccess
  163. prompt  Press [RETURN] ...
  164. key
  165. cls
  166. SEND  Moment, checking access and credits
  167. SEND
  168. send  Sorry, you don't have any credits to send faxes.
  169. send
  170. send  If you want to use this service, deposit the minimum amount of
  171. send  Hfl 10,00 on my account Giro 5068284 to my name Harrie Beuvink
  172. send  with the discription "FAX-SERVICE"
  173. send
  174. prompt  Press [RETURN] ...
  175. key
  176. goto einde
  177. :low
  178. prompt  Press [RETURN] ...
  179. key
  180. cls
  181. send  Sorry, you don't have enough credits to send faxes anymore.
  182. send
  183. send  If you want to continue to use this service,  deposit the 
  184. send  minimum amount of Hfl 10,00 on my account Giro 5068284 to 
  185. send  my name Harrie Beuvink with the discription "FAX-SERVICE"
  186. send
  187. prompt  Press [RETURN] ...
  188. key
  189. goto einde
  190. :faximodo
  191. send  Your credits now are *C cents.
  192. send
  193. send  Mention in the "To :" field the name and phonenumber you 
  194. send  want to send your fax to!!  Example
  195. send  To   : President Bush 053777522
  196. send  Subj : Don't forget to write te correct faxnumber...
  197. send
  198. menu 27 195
  199. goto einde
  200. :einde
  201. cd \qbbs
  202. exit
  203.  
  204. FAX_INFO.ASC
  205. ------------
  206.  Hello ╱A,
  207.  We charge the following costs for the next service:
  208.  Sending fax:   to 09*       numbers cost  250 cents
  209.                 to 06*       numbers cost  250 cents
  210.                 to 060*      numbers cost    0 cents
  211.                 to 064*      numbers cost    0 cents
  212.                 to all other numbers cost   75 cents
  213.  
  214.  Sending is not allowed and possible to number 777522 ;-)
  215.  You will receive a messages from the bbs if your 
  216.  acount is lower than 150 cents.
  217.  
  218. FAX.MNU
  219. -------
  220. Is included in the archive.
  221.  
  222.  
  223. Have fun. If there are any problems, just contact me.
  224.  
  225. Harrie Beuvink
  226. PO.Box 340
  227. 7500 AH Enschede
  228. The Netherlands
  229.  
  230.