=================================== DECODIFICAR 7+ CON BBS WINFBB 7.00E =================================== Yo voy a mostrarles el método que utilizo ya hace 5 años en mi WinFBB 7.00e, sin ánimo ninguno de polemizar en cuanto a cual es el mejor o el peor. Es posible que las siguientes lineas sean de utilidad para algún SysOp. 1) Instalar en C:\FBB el archivo AUTO7P.EXE y el archivo AUTO7P.CFG Este es mi archivo de configuración del AUTO7P: ########################### # AUTO7P.CFG for FBB 7.00 # # for CX2SA BBS by CX2SA # ########################### # # # Minas, 29/01/2006 - 16:27:38 UTC # # CONFIGURATION FILE FOR AUTO7P v1.32 # Not more of 79 characters for line is allowed. # # Callsign of the BBS, without SSID CX2SA # # Base directory for the server. You may specify at most 8 path. # Path MUST be separated by one or more space C:\FBB\USERS\ # # Name of the BBS import file, C:\FBB\MAIL.IN # # NEW IN 1.31, workig directory for AUTO7P. C:\FBB\AUTO7P # # Directory where auto7p put the succesfully converted files. # If this path is the same of the previusly, the converted file will not be # moved C:\FBB\7Plus\ # # Callsign where address the auto7p sysop messages (my be the same bbs call) # Use * like callsign if you do not want auto7p sysop messages CX2SA # # Max split lenght for the import file, in Kbytes (20-1000), 0=no split # # NEW IN 1.32, max size for automatic correction request, in kb 0-1000, # 1..1000 define sysop decide, 0 always sysop decide, -1 always ask .cor # # NEW IN 1.32B Max original file size, 0...1000000 Kb, 0 no ckeck, # otherwise is the max size in kb that the original file may assume once # decoded (1000000 kb = 1 Giga Bytes!) # # MAX MAIL MAX COR MAX ORG SIZE 2000 5 1000000 # # Global download flag, # 1 the user my download file, ONLY for his callsign. # 0 Only the user enabled in the list may download file. 1 # # Next rows specify a valid callsign list and permission flag. # 0 excluded the user # 1, user may download file, ONLY for HIS callsign. # 2, user may download file for his or redirect the output (AUTO7P TO command) CX2SA 2 2) Defino el server en el archivo de Winfbb INIT.SRV # FBB7.00 # ########################### # INIT.SRV for FBB 7.00 # # for CX2SA BBS by CX2SA # ########################### # # Minas, 29/01/2006 - 16:27:38 UTC # # Set-up file # # ... RESTO OMITIDO # # # List of servers : # Internal servers REQCFG and WP new in 5.15 # AUTO7P AUTO7P Pide archivos en 7plus <= Linea a agregar FWDLST FWDLST Pide listado de FWD partners GUIACX GUIACX Pide datos postales de estaciones CX LISTSP MULTSP Envia 1 mail personal a una lista MULTSP MULTSP Envia 1 mail personal a varios colegas REQCFG ********** Pide configuracion de BBS REQDIR REQDIR.COM Pide Directorios del FBB-DOS REQFIL REQFIL.COM Pide archivos de textos ASCII REQQSL REQQSL Pide la QSL electronica del BBS WP ********** Pide info de paginas blancas # # End of INIT.SRV file # 3) Crear bajo C:\FBB 2 directorios: C:\FBB\7Plus y C:\FBB\Auto7P 4) Crear bajo C:\FBB un archivo .BAT llamado: AUTO7.BAT con los siguientes datos: @ECHO OFF CD \FBB AUTO7P.EXE INQUIRYFILE M_FILTER.FWD AUTO7P.EXE AUTO7PCLOCK AUTO7P.EXE DELETIME 10 5) Con el click de DERECHA establecer las propiedades de este archivo de la siguiente forma: Lengüeta "Programa" Marcar "Cerrar al salir" Marcar "Evitar que los programas basados en MS-DOS detecten Windows Lengüeta "Varios" Desmarcar en "Segundo plano" la opción "Suspender siempre" Desmarcar en "Terminación" la opción "Avisar si continúa activo" Dar "Aplicar" y "Aceptar" y listo. 6) Editar el archivo CRON.SYS que está en C:\FBB\SYSTEM e incluir al final el llamado a AUTO7.BAT tal como muestro a continuación en mi archivo: ########################## # CRON.SYS for FBB 7.00 # # for CX2SA BBS by CX2SA # ########################## # # Minas, 26/03/2006 - 01:02:32 UTC # # File CRON.SYS. Here DOS-commands can be executed to fixed # hours, also Gateway, Yapp, Bip and Talk can be turned on or # off. # Format: TALK YES (NO), BIP YES (NO), GATE 1 YES (NO), YAPP 2 # YES (NO). # DOS-program is run like in FORWARD.SYS with D or X command. # # As in FORWARD.SYS, you can use H for hour and D for day. # 0=sunday, 1=monday,.....6=saturday. # Also IF-ENDIF and IF-ELSE-ENDIF is allowed # # Possible formats for time: # IF H 0-9 All hours between 00 and 09. # IF H 0,9 Only at 00 and 09. # IF H 0,9-11 At 00, and all other hours between 09 and 11. # IF D 0-2 Sunday, monday, tuesday. # TALK NO # BIP NO # GATE 1 YES GATE 2 YES GATE 3 NO GATE 4 NO GATE 5 NO GATE 6 NO GATE 7 NO # IF H 12-14 YAPP 1 NO ELSE YAPP 1 YES ENDIF # YAPP 1 YES YAPP 2 YES YAPP 3 YES YAPP 4 YES YAPP 5 YES YAPP 6 YES YAPP 7 YES # X AUTO7.BAT C:\FBB <==== Incluir esta linea # Y bien, de este modo cada 60 minutos el FBB hará una comprobación de los archivos que se han recibido en 7plus y los colocará en el directorio de trabajo que es C:\FBB\Auto7P, y una vez completados todos, se armarán en la carpeta C:\FBB\7Plus. Deben tener presente de contar en el directorio C:\FBB\BIN con los siguientes archivos: M_FILT32.DLL y M_FILTER.DLL Con este método no se necesita crear ningún BBS virtual para decodificar los archivos de 7plus puesto que trabajan en tiempo real estas .DLL dejando en el directorio raíz del FBB el archivo M_FILTER.FWD el cual será trabajado finalmente por el AUTO7P.