Removed bbslist editor
This commit is contained in:
parent
071f5f803c
commit
4f9e87f60d
@ -57,6 +57,7 @@ v0.71.2 16-Jan-2005
|
|||||||
|
|
||||||
mbsetup:
|
mbsetup:
|
||||||
Added langugae defaults for Chinese.
|
Added langugae defaults for Chinese.
|
||||||
|
removed obsolete bbslist editor.
|
||||||
|
|
||||||
html:
|
html:
|
||||||
Added batch file upload written by Russell Tiedt to the faq.
|
Added batch file upload written by Russell Tiedt to the faq.
|
||||||
|
@ -9,18 +9,18 @@ SRCS = grlist.c m_domain.c m_fgroup.c m_lang.c m_marea.c m_new.c m_ibc.c \
|
|||||||
m_limits.c m_menu.c m_ngroup.c m_service.c m_tty.c mutil.c m_archive.c \
|
m_limits.c m_menu.c m_ngroup.c m_service.c m_tty.c mutil.c m_archive.c \
|
||||||
m_fdb.c m_global.c m_magic.c m_mgroup.c m_node.c m_task.c m_users.c \
|
m_fdb.c m_global.c m_magic.c m_mgroup.c m_node.c m_task.c m_users.c \
|
||||||
screen.c m_bbs.c m_ff.c m_hatch.c m_mail.c m_modem.c m_ol.c m_tic.c \
|
screen.c m_bbs.c m_ff.c m_hatch.c m_mail.c m_modem.c m_ol.c m_tic.c \
|
||||||
m_virus.c stlist.c m_bbslist.c m_route.c
|
m_virus.c stlist.c m_route.c
|
||||||
HDRS = grlist.h m_domain.h m_fgroup.h m_lang.h m_marea.h m_new.h m_ibc.h m_protocol.h \
|
HDRS = grlist.h m_domain.h m_fgroup.h m_lang.h m_marea.h m_new.h m_ibc.h m_protocol.h \
|
||||||
m_ticarea.h mutil.h ledit.h m_farea.h m_fido.h m_limits.h m_menu.h \
|
m_ticarea.h mutil.h ledit.h m_farea.h m_fido.h m_limits.h m_menu.h \
|
||||||
m_ngroup.h m_service.h m_tty.h screen.h m_archive.h m_fdb.h m_global.h \
|
m_ngroup.h m_service.h m_tty.h screen.h m_archive.h m_fdb.h m_global.h \
|
||||||
m_magic.h m_mgroup.h m_node.h m_task.h m_users.h stlist.h m_bbs.h m_ff.h \
|
m_magic.h m_mgroup.h m_node.h m_task.h m_users.h stlist.h m_bbs.h m_ff.h \
|
||||||
m_hatch.h m_mail.h m_modem.h m_ol.h m_tic.h m_virus.h m_bbslist.h \
|
m_hatch.h m_mail.h m_modem.h m_ol.h m_tic.h m_virus.h \
|
||||||
m_route.h
|
m_route.h
|
||||||
OBJS = grlist.o m_domain.o m_fgroup.o m_lang.o m_marea.o m_new.o m_ibc.o m_protocol.o \
|
OBJS = grlist.o m_domain.o m_fgroup.o m_lang.o m_marea.o m_new.o m_ibc.o m_protocol.o \
|
||||||
m_ticarea.o mbsetup.o ledit.o m_farea.o m_fido.o m_limits.o m_menu.o \
|
m_ticarea.o mbsetup.o ledit.o m_farea.o m_fido.o m_limits.o m_menu.o \
|
||||||
m_ngroup.o m_service.o m_tty.o mutil.o m_archive.o m_fdb.o m_global.o \
|
m_ngroup.o m_service.o m_tty.o mutil.o m_archive.o m_fdb.o m_global.o \
|
||||||
m_magic.o m_mgroup.o m_node.o m_task.o m_users.o screen.o m_bbs.o m_ff.o \
|
m_magic.o m_mgroup.o m_node.o m_task.o m_users.o screen.o m_bbs.o m_ff.o \
|
||||||
m_hatch.o m_mail.o m_modem.o m_ol.o m_tic.o m_virus.o stlist.o m_bbslist.o \
|
m_hatch.o m_mail.o m_modem.o m_ol.o m_tic.o m_virus.o stlist.o \
|
||||||
m_route.o
|
m_route.o
|
||||||
SLIBS = ../lib/libmbse.a ../lib/libmsgbase.a ../lib/libdbase.a ../lib/libdiesel.a
|
SLIBS = ../lib/libmbse.a ../lib/libmsgbase.a ../lib/libdbase.a ../lib/libdiesel.a
|
||||||
OTHER = Makefile
|
OTHER = Makefile
|
||||||
@ -80,7 +80,7 @@ m_new.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global
|
|||||||
m_ibc.o: ../config.h ../lib/mbselib.h ../paths.h screen.h mutil.h ledit.h stlist.h m_global.h m_ibc.h
|
m_ibc.o: ../config.h ../lib/mbselib.h ../paths.h screen.h mutil.h ledit.h stlist.h m_global.h m_ibc.h
|
||||||
m_protocol.o: ../config.h ../lib/mbselib.h ../paths.h screen.h mutil.h ledit.h stlist.h m_global.h m_protocol.h
|
m_protocol.o: ../config.h ../lib/mbselib.h ../paths.h screen.h mutil.h ledit.h stlist.h m_global.h m_protocol.h
|
||||||
m_ticarea.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h grlist.h m_global.h m_node.h m_fgroup.h m_farea.h m_archive.h m_ticarea.h
|
m_ticarea.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h grlist.h m_global.h m_node.h m_fgroup.h m_farea.h m_archive.h m_ticarea.h
|
||||||
mbsetup.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/mbsedb.h screen.h mutil.h ledit.h m_global.h m_bbs.h m_farea.h m_fgroup.h m_mail.h m_mgroup.h m_hatch.h m_tic.h m_ticarea.h m_magic.h m_fido.h m_lang.h m_archive.h m_virus.h m_tty.h m_limits.h m_users.h m_node.h m_fdb.h m_new.h m_ol.h m_bbslist.h m_protocol.h m_ff.h m_modem.h m_marea.h m_ngroup.h m_service.h m_domain.h m_task.h m_route.h m_ibc.h
|
mbsetup.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/mbsedb.h screen.h mutil.h ledit.h m_global.h m_bbs.h m_farea.h m_fgroup.h m_mail.h m_mgroup.h m_hatch.h m_tic.h m_ticarea.h m_magic.h m_fido.h m_lang.h m_archive.h m_virus.h m_tty.h m_limits.h m_users.h m_node.h m_fdb.h m_new.h m_ol.h m_protocol.h m_ff.h m_modem.h m_marea.h m_ngroup.h m_service.h m_domain.h m_task.h m_route.h m_ibc.h
|
||||||
ledit.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/msg.h screen.h mutil.h ledit.h
|
ledit.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/msg.h screen.h mutil.h ledit.h
|
||||||
m_farea.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/mbsedb.h screen.h mutil.h ledit.h m_global.h m_fgroup.h m_archive.h m_farea.h m_fgroup.h m_ngroup.h
|
m_farea.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/mbsedb.h screen.h mutil.h ledit.h m_global.h m_fgroup.h m_archive.h m_farea.h m_fgroup.h m_ngroup.h
|
||||||
m_fido.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h m_fido.h
|
m_fido.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h m_fido.h
|
||||||
@ -99,7 +99,7 @@ m_node.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h grlist.h stlist.
|
|||||||
m_task.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_task.h
|
m_task.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_task.h
|
||||||
m_users.o: ../config.h ../lib/mbselib.h ../lib/users.h screen.h mutil.h ledit.h m_lang.h m_global.h m_archive.h m_protocol.h m_users.h
|
m_users.o: ../config.h ../lib/mbselib.h ../lib/users.h screen.h mutil.h ledit.h m_lang.h m_global.h m_archive.h m_protocol.h m_users.h
|
||||||
screen.o: ../config.h ../lib/mbselib.h screen.h
|
screen.o: ../config.h ../lib/mbselib.h screen.h
|
||||||
m_bbs.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_lang.h m_protocol.h m_ol.h m_fgroup.h m_farea.h m_menu.h m_bbs.h m_bbslist.h m_limits.h
|
m_bbs.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_lang.h m_protocol.h m_ol.h m_fgroup.h m_farea.h m_menu.h m_bbs.h m_limits.h
|
||||||
m_ff.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h m_ff.h m_lang.h m_marea.h
|
m_ff.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h m_ff.h m_lang.h m_marea.h
|
||||||
m_hatch.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h m_fgroup.h m_ticarea.h m_hatch.h
|
m_hatch.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h m_fgroup.h m_ticarea.h m_hatch.h
|
||||||
m_mail.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_global.h m_marea.h m_mgroup.h m_mail.h
|
m_mail.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_global.h m_marea.h m_mgroup.h m_mail.h
|
||||||
@ -108,6 +108,5 @@ m_ol.o: ../config.h ../lib/mbselib.h ../lib/diesel.h screen.h mutil.h ledit.h m_
|
|||||||
m_tic.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_fgroup.h m_ticarea.h m_magic.h m_hatch.h m_tic.h
|
m_tic.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_fgroup.h m_ticarea.h m_magic.h m_hatch.h m_tic.h
|
||||||
m_virus.o: ../config.h ../lib/mbselib.h ../paths.h screen.h mutil.h ledit.h stlist.h m_global.h m_virus.h
|
m_virus.o: ../config.h ../lib/mbselib.h ../paths.h screen.h mutil.h ledit.h stlist.h m_global.h m_virus.h
|
||||||
stlist.o: ../config.h ../lib/mbselib.h stlist.h
|
stlist.o: ../config.h ../lib/mbselib.h stlist.h
|
||||||
m_bbslist.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_global.h m_bbslist.h
|
|
||||||
m_route.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h grlist.h m_node.h m_route.h
|
m_route.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h grlist.h m_node.h m_route.h
|
||||||
# End of generated dependencies
|
# End of generated dependencies
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
#include "m_farea.h"
|
#include "m_farea.h"
|
||||||
#include "m_menu.h"
|
#include "m_menu.h"
|
||||||
#include "m_bbs.h"
|
#include "m_bbs.h"
|
||||||
#include "m_bbslist.h"
|
|
||||||
#include "m_limits.h"
|
#include "m_limits.h"
|
||||||
|
|
||||||
|
|
||||||
@ -58,10 +57,9 @@ void bbs_menu(void)
|
|||||||
mbse_mvprintw( 9, 6, "3. Edit BBS Menus");
|
mbse_mvprintw( 9, 6, "3. Edit BBS Menus");
|
||||||
mbse_mvprintw(10, 6, "4. Edit File Areas");
|
mbse_mvprintw(10, 6, "4. Edit File Areas");
|
||||||
mbse_mvprintw(11, 6, "5. Edit Transfer Protocols");
|
mbse_mvprintw(11, 6, "5. Edit Transfer Protocols");
|
||||||
mbse_mvprintw(12, 6, "6. Edit BBS List Data");
|
mbse_mvprintw(12, 6, "6. Edit Oneliners");
|
||||||
mbse_mvprintw(13, 6, "7. Edit Oneliners");
|
|
||||||
|
|
||||||
switch(select_menu(7)) {
|
switch(select_menu(6)) {
|
||||||
case 0: return;
|
case 0: return;
|
||||||
|
|
||||||
case 1: EditLimits();
|
case 1: EditLimits();
|
||||||
@ -79,10 +77,7 @@ void bbs_menu(void)
|
|||||||
case 5: EditProtocol();
|
case 5: EditProtocol();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 6: bbslist_menu();
|
case 6: ol_menu();
|
||||||
break;
|
|
||||||
|
|
||||||
case 7: ol_menu();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,515 +0,0 @@
|
|||||||
/*****************************************************************************
|
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
* Purpose ...............: Setup BBS lists.
|
|
||||||
*
|
|
||||||
*****************************************************************************
|
|
||||||
* Copyright (C) 1997-2004
|
|
||||||
*
|
|
||||||
* Michiel Broek FIDO: 2:280/2802
|
|
||||||
* Beekmansbos 10
|
|
||||||
* 1971 BV IJmuiden
|
|
||||||
* the Netherlands
|
|
||||||
*
|
|
||||||
* This file is part of MBSE BBS.
|
|
||||||
*
|
|
||||||
* This BBS is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License as published by the
|
|
||||||
* Free Software Foundation; either version 2, or (at your option) any
|
|
||||||
* later version.
|
|
||||||
*
|
|
||||||
* MB BBS is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with MB BBS; see the file COPYING. If not, write to the Free
|
|
||||||
* Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../config.h"
|
|
||||||
#include "../lib/mbselib.h"
|
|
||||||
#include "screen.h"
|
|
||||||
#include "mutil.h"
|
|
||||||
#include "ledit.h"
|
|
||||||
#include "m_global.h"
|
|
||||||
#include "m_bbslist.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int BBSlistUpdated = 0;
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Count nr of bbslist records in the database.
|
|
||||||
* Creates the database if it doesn't exist.
|
|
||||||
*/
|
|
||||||
int CountBBSlist(void)
|
|
||||||
{
|
|
||||||
FILE *fil;
|
|
||||||
char ffile[PATH_MAX];
|
|
||||||
int count;
|
|
||||||
|
|
||||||
sprintf(ffile, "%s/etc/bbslist.data", getenv("MBSE_ROOT"));
|
|
||||||
if ((fil = fopen(ffile, "r")) == NULL) {
|
|
||||||
if ((fil = fopen(ffile, "a+")) != NULL) {
|
|
||||||
Syslog('+', "created new %s", ffile);
|
|
||||||
bbshdr.hdrsize = sizeof(bbshdr);
|
|
||||||
bbshdr.recsize = sizeof(bbs);
|
|
||||||
fwrite(&bbshdr, sizeof(bbshdr), 1, fil);
|
|
||||||
fclose(fil);
|
|
||||||
chmod(ffile, 0660);
|
|
||||||
return 0;
|
|
||||||
} else
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
count = 0;
|
|
||||||
fread(&bbshdr, sizeof(bbshdr), 1, fil);
|
|
||||||
|
|
||||||
while (fread(&bbs, bbshdr.recsize, 1, fil) == 1) {
|
|
||||||
count++;
|
|
||||||
}
|
|
||||||
fclose(fil);
|
|
||||||
|
|
||||||
return count;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Open database for editing. The datafile is copied, if the format
|
|
||||||
* is changed it will be converted on the fly. All editing must be
|
|
||||||
* done on the copied file.
|
|
||||||
*/
|
|
||||||
int OpenBBSlist(void);
|
|
||||||
int OpenBBSlist(void)
|
|
||||||
{
|
|
||||||
FILE *fin, *fout;
|
|
||||||
char fnin[PATH_MAX], fnout[PATH_MAX];
|
|
||||||
long oldsize;
|
|
||||||
|
|
||||||
sprintf(fnin, "%s/etc/bbslist.data", getenv("MBSE_ROOT"));
|
|
||||||
sprintf(fnout, "%s/etc/bbslist.temp", getenv("MBSE_ROOT"));
|
|
||||||
if ((fin = fopen(fnin, "r")) != NULL) {
|
|
||||||
if ((fout = fopen(fnout, "w")) != NULL) {
|
|
||||||
fread(&bbshdr, sizeof(bbshdr), 1, fin);
|
|
||||||
/*
|
|
||||||
* In case we are automaic upgrading the data format
|
|
||||||
* we save the old format. If it is changed, the
|
|
||||||
* database must always be updated.
|
|
||||||
*/
|
|
||||||
oldsize = bbshdr.recsize;
|
|
||||||
if (oldsize != sizeof(bbs)) {
|
|
||||||
BBSlistUpdated = 1;
|
|
||||||
Syslog('+', "Upgraded %s, format changed", fnin);
|
|
||||||
} else
|
|
||||||
BBSlistUpdated = 0;
|
|
||||||
bbshdr.hdrsize = sizeof(bbshdr);
|
|
||||||
bbshdr.recsize = sizeof(bbs);
|
|
||||||
fwrite(&bbshdr, sizeof(bbshdr), 1, fout);
|
|
||||||
|
|
||||||
/*
|
|
||||||
* The datarecord is filled with zero's before each
|
|
||||||
* read, so if the format changed, the new fields
|
|
||||||
* will be empty.
|
|
||||||
*/
|
|
||||||
memset(&bbs, 0, sizeof(bbs));
|
|
||||||
while (fread(&bbs, oldsize, 1, fin) == 1) {
|
|
||||||
fwrite(&bbs, sizeof(bbs), 1, fout);
|
|
||||||
memset(&bbs, 0, sizeof(bbs));
|
|
||||||
}
|
|
||||||
|
|
||||||
fclose(fin);
|
|
||||||
fclose(fout);
|
|
||||||
return 0;
|
|
||||||
} else
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void CloseBBSlist(int);
|
|
||||||
void CloseBBSlist(int force)
|
|
||||||
{
|
|
||||||
char fin[PATH_MAX], fout[PATH_MAX];
|
|
||||||
|
|
||||||
sprintf(fin, "%s/etc/bbslist.data", getenv("MBSE_ROOT"));
|
|
||||||
sprintf(fout,"%s/etc/bbslist.temp", getenv("MBSE_ROOT"));
|
|
||||||
|
|
||||||
if (BBSlistUpdated == 1) {
|
|
||||||
if (force || (yes_no((char *)"Database is changed, save changes") == 1)) {
|
|
||||||
working(1, 0, 0);
|
|
||||||
if ((rename(fout, fin)) == 0)
|
|
||||||
unlink(fout);
|
|
||||||
chmod(fin, 0660);
|
|
||||||
Syslog('+', "Updated \"bbslist.data\"");
|
|
||||||
if (!force)
|
|
||||||
working(6, 0, 0);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
chmod(fin, 0660);
|
|
||||||
working(1, 0, 0);
|
|
||||||
unlink(fout);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int AppendBBSlist(void)
|
|
||||||
{
|
|
||||||
FILE *fil;
|
|
||||||
char ffile[PATH_MAX], buf[12];
|
|
||||||
struct tm *l_date;
|
|
||||||
time_t Time;
|
|
||||||
|
|
||||||
Time = time(NULL);
|
|
||||||
l_date = localtime(&Time);
|
|
||||||
sprintf(buf, "%02d-%02d-%04d", l_date->tm_mday, l_date->tm_mon+1, l_date->tm_year+1900);
|
|
||||||
|
|
||||||
sprintf(ffile, "%s/etc/bbslist.temp", getenv("MBSE_ROOT"));
|
|
||||||
if ((fil = fopen(ffile, "a")) != NULL) {
|
|
||||||
memset(&bbs, 0, sizeof(bbs));
|
|
||||||
strcpy(bbs.DateOfEntry, buf);
|
|
||||||
strcpy(bbs.UserName, CFG.sysop_name);
|
|
||||||
fwrite(&bbs, sizeof(bbs), 1, fil);
|
|
||||||
fclose(fil);
|
|
||||||
BBSlistUpdated = 1;
|
|
||||||
return 0;
|
|
||||||
} else
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Edit one record, return -1 if there are errors, 0 if ok.
|
|
||||||
*/
|
|
||||||
int EditBBSlistRec(int Area)
|
|
||||||
{
|
|
||||||
FILE *fil;
|
|
||||||
char mfile[PATH_MAX], *temp, *aka;
|
|
||||||
long offset;
|
|
||||||
int j;
|
|
||||||
unsigned long crc, crc1;
|
|
||||||
|
|
||||||
clr_index();
|
|
||||||
working(1, 0, 0);
|
|
||||||
IsDoing("Edit bbslist");
|
|
||||||
|
|
||||||
sprintf(mfile, "%s/etc/bbslist.temp", getenv("MBSE_ROOT"));
|
|
||||||
if ((fil = fopen(mfile, "r")) == NULL) {
|
|
||||||
working(2, 0, 0);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
offset = sizeof(bbshdr) + ((Area -1) * sizeof(bbs));
|
|
||||||
if (fseek(fil, offset, 0) != 0) {
|
|
||||||
working(2, 0, 0);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
fread(&bbs, sizeof(bbs), 1, fil);
|
|
||||||
fclose(fil);
|
|
||||||
crc = 0xffffffff;
|
|
||||||
crc = upd_crc32((char *)&bbs, crc, sizeof(bbs));
|
|
||||||
|
|
||||||
set_color(WHITE, BLACK);
|
|
||||||
mbse_mvprintw( 4, 1, "8.6.1 EDIT BBSLIST");
|
|
||||||
set_color(CYAN, BLACK);
|
|
||||||
|
|
||||||
mbse_mvprintw( 6, 1, " 1. BBS");
|
|
||||||
mbse_mvprintw( 7, 1, " 2. Desc.");
|
|
||||||
mbse_mvprintw( 8, 1, " 3. Desc.");
|
|
||||||
mbse_mvprintw( 9, 1, " 4. Phn 1");
|
|
||||||
mbse_mvprintw(10, 1, " 5. Phn 2");
|
|
||||||
mbse_mvprintw(11, 1, " 6. Phn 3");
|
|
||||||
mbse_mvprintw(12, 1, " 7. Phn 4");
|
|
||||||
mbse_mvprintw(13, 1, " 8. Phn 5");
|
|
||||||
mbse_mvprintw(14, 1, " 9. TCPIP");
|
|
||||||
mbse_mvprintw(15, 1, "10. Name");
|
|
||||||
mbse_mvprintw(16, 1, "11. Sysop");
|
|
||||||
mbse_mvprintw(17, 1, "12. Date");
|
|
||||||
mbse_mvprintw(18, 1, "13. Lines");
|
|
||||||
mbse_mvprintw(19, 1, "14. Open");
|
|
||||||
|
|
||||||
mbse_mvprintw(16,46, "15. Verified");
|
|
||||||
mbse_mvprintw(17,46, "16. Available");
|
|
||||||
mbse_mvprintw(18,46, "17. Software");
|
|
||||||
mbse_mvprintw(19,46, "18. Storage");
|
|
||||||
|
|
||||||
for (;;) {
|
|
||||||
set_color(WHITE, BLACK);
|
|
||||||
show_str( 6,11,40, bbs.BBSName);
|
|
||||||
show_str( 7,11,65, bbs.Desc[0]);
|
|
||||||
show_str( 8,11,65, bbs.Desc[1]);
|
|
||||||
show_str( 9,11,20, bbs.Phone[0]); show_str( 9,32,30, bbs.Speeds[0]); show_str( 9,63,16, aka2str(bbs.FidoAka[0]));
|
|
||||||
show_str(10,11,20, bbs.Phone[1]); show_str(10,32,30, bbs.Speeds[1]); show_str(10,63,16, aka2str(bbs.FidoAka[1]));
|
|
||||||
show_str(11,11,20, bbs.Phone[2]); show_str(11,32,30, bbs.Speeds[2]); show_str(11,63,16, aka2str(bbs.FidoAka[2]));
|
|
||||||
show_str(12,11,20, bbs.Phone[3]); show_str(12,32,30, bbs.Speeds[3]); show_str(12,63,16, aka2str(bbs.FidoAka[3]));
|
|
||||||
show_str(13,11,20, bbs.Phone[4]); show_str(13,32,30, bbs.Speeds[4]); show_str(13,63,16, aka2str(bbs.FidoAka[4]));
|
|
||||||
show_str(14,11,50, bbs.IPaddress);
|
|
||||||
show_str(15,11,36, bbs.UserName);
|
|
||||||
show_str(16,11,36, bbs.Sysop);
|
|
||||||
show_str(17,11,10, bbs.DateOfEntry);
|
|
||||||
show_int(18,11, bbs.Lines);
|
|
||||||
show_str(19,11,20, bbs.Open);
|
|
||||||
|
|
||||||
show_str(16,60,10, bbs.Verified);
|
|
||||||
show_bool(17,60, bbs.Available);
|
|
||||||
show_str(18,60,20, bbs.Software);
|
|
||||||
show_int(19,60, bbs.Storage);
|
|
||||||
|
|
||||||
j = select_menu(18);
|
|
||||||
switch(j) {
|
|
||||||
case 0: crc1 = 0xffffffff;
|
|
||||||
crc1 = upd_crc32((char *)&bbs, crc1, sizeof(bbs));
|
|
||||||
if (crc != crc1) {
|
|
||||||
if (yes_no((char *)"Record is changed, save") == 1) {
|
|
||||||
working(1, 0, 0);
|
|
||||||
if ((fil = fopen(mfile, "r+")) == NULL) {
|
|
||||||
working(2, 0, 0);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
fseek(fil, offset, 0);
|
|
||||||
fwrite(&bbs, sizeof(bbs), 1, fil);
|
|
||||||
fclose(fil);
|
|
||||||
BBSlistUpdated = 1;
|
|
||||||
working(6, 0, 0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
IsDoing("Browsing Menu");
|
|
||||||
return 0;
|
|
||||||
case 1: E_STR( 6,11,40, bbs.BBSName, "The ^name^ of the BBS")
|
|
||||||
case 2: E_STR( 7,11,65, bbs.Desc[0], "The ^description^ of the BBS")
|
|
||||||
case 3: E_STR( 8,11,65, bbs.Desc[1], "The ^description^ of the BBS")
|
|
||||||
case 4:
|
|
||||||
case 5:
|
|
||||||
case 6:
|
|
||||||
case 7:
|
|
||||||
case 8: temp = calloc(81, sizeof(char));
|
|
||||||
aka = calloc(31, sizeof(char));
|
|
||||||
sprintf(temp, "The ^phone number^ for line %d", j-3);
|
|
||||||
strncpy(bbs.Phone[j-4], edit_str(j+5,11,20,bbs.Phone[j-4], temp), 20);
|
|
||||||
sprintf(temp, "The ^connect speeds^ for line %d", j-3);
|
|
||||||
strncpy(bbs.Speeds[j-4], edit_str(j+5,32,30,bbs.Speeds[j-4], temp), 30);
|
|
||||||
sprintf(aka, aka2str(bbs.FidoAka[j-4]));
|
|
||||||
sprintf(temp, "The ^Fidonet aka^ for line %d", j-3);
|
|
||||||
strncpy(aka, edit_str(j+5,63,16, aka, temp), 16);
|
|
||||||
bbs.FidoAka[j-4] = str2aka(aka);
|
|
||||||
free(aka);
|
|
||||||
free(temp);
|
|
||||||
break;
|
|
||||||
case 9: E_STR(14,11,50, bbs.IPaddress, "The ^IP address^ or ^hostname^ of this BBS")
|
|
||||||
case 10:E_STR(15,11,36, bbs.UserName, "The ^username^ of the person who entered this BBS")
|
|
||||||
case 11:E_STR(16,11,36, bbs.Sysop, "The ^sysop name^ for this BBS")
|
|
||||||
case 12:E_STR(17,11,10, bbs.DateOfEntry, "The ^date of entry^ for this BBS (DD-MM-JJJJ)")
|
|
||||||
case 13:E_INT(18,11, bbs.Lines, "The ^number of lines^ for this BBS")
|
|
||||||
case 14:E_STR(19,11,20, bbs.Open, "The ^opening hours^ for this BBS")
|
|
||||||
case 15:E_STR(16,60,10, bbs.Verified, "The last ^verify date^ for this BBS (DD-MM-JJJJ)")
|
|
||||||
case 16:E_BOOL(17,60, bbs.Available, "Is this BBS entry ^available^")
|
|
||||||
case 17:E_STR(18,60,20, bbs.Software, "The ^software^ this BBS is using")
|
|
||||||
case 18:E_INT(19,60, bbs.Storage, "The ^files storage^ capacity in GBytes")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void EditBBSlist(void)
|
|
||||||
{
|
|
||||||
int records, i, x, y, o;
|
|
||||||
char pick[12];
|
|
||||||
FILE *fil;
|
|
||||||
char temp[PATH_MAX];
|
|
||||||
long offset;
|
|
||||||
|
|
||||||
clr_index();
|
|
||||||
working(1, 0, 0);
|
|
||||||
IsDoing("Browsing Menu");
|
|
||||||
if (config_read() == -1) {
|
|
||||||
working(2, 0, 0);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
records = CountBBSlist();
|
|
||||||
if (records == -1) {
|
|
||||||
working(2, 0, 0);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (OpenBBSlist() == -1) {
|
|
||||||
working(2, 0, 0);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
o = 0;
|
|
||||||
|
|
||||||
for (;;) {
|
|
||||||
clr_index();
|
|
||||||
set_color(WHITE, BLACK);
|
|
||||||
mbse_mvprintw( 5, 2, "8.6.1 BBS LISTS SETUP");
|
|
||||||
set_color(CYAN, BLACK);
|
|
||||||
if (records != 0) {
|
|
||||||
sprintf(temp, "%s/etc/bbslist.temp", getenv("MBSE_ROOT"));
|
|
||||||
working(1, 0, 0);
|
|
||||||
if ((fil = fopen(temp, "r")) != NULL) {
|
|
||||||
fread(&bbshdr, sizeof(bbshdr), 1, fil);
|
|
||||||
x = 2;
|
|
||||||
y = 7;
|
|
||||||
set_color(CYAN, BLACK);
|
|
||||||
for (i = 1; i <= 20; i++) {
|
|
||||||
if (i == 11) {
|
|
||||||
x = 42;
|
|
||||||
y = 7;
|
|
||||||
}
|
|
||||||
if ((o + i) <= records) {
|
|
||||||
offset = sizeof(bbshdr) + (((o + i) - 1) * bbshdr.recsize);
|
|
||||||
fseek(fil, offset, 0);
|
|
||||||
fread(&bbs, bbshdr.recsize, 1, fil);
|
|
||||||
if (bbs.Available)
|
|
||||||
set_color(CYAN, BLACK);
|
|
||||||
else
|
|
||||||
set_color(LIGHTBLUE, BLACK);
|
|
||||||
sprintf(temp, "%3d. %-32s", o + i, bbs.BBSName);
|
|
||||||
temp[38] = '\0';
|
|
||||||
mbse_mvprintw(y, x, temp);
|
|
||||||
y++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
fclose(fil);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
strcpy(pick, select_record(records,20));
|
|
||||||
|
|
||||||
if (strncmp(pick, "-", 1) == 0) {
|
|
||||||
CloseBBSlist(FALSE);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (strncmp(pick, "A", 1) == 0) {
|
|
||||||
working(1, 0, 0);
|
|
||||||
if (AppendBBSlist() == 0) {
|
|
||||||
records++;
|
|
||||||
working(1, 0, 0);
|
|
||||||
} else
|
|
||||||
working(2, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (strncmp(pick, "N", 1) == 0)
|
|
||||||
if ((o + 20) < records)
|
|
||||||
o = o + 20;
|
|
||||||
|
|
||||||
if (strncmp(pick, "P", 1) == 0)
|
|
||||||
if ((o - 20) >= 0)
|
|
||||||
o = o - 20;
|
|
||||||
|
|
||||||
if ((atoi(pick) >= 1) && (atoi(pick) <= records)) {
|
|
||||||
EditBBSlistRec(atoi(pick));
|
|
||||||
o = ((atoi(pick) - 1) / 20) * 20;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void InitBBSlist(void)
|
|
||||||
{
|
|
||||||
CountBBSlist();
|
|
||||||
OpenBBSlist();
|
|
||||||
CloseBBSlist(TRUE);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void PurgeBBSlist(void)
|
|
||||||
{
|
|
||||||
FILE *pbbslist, *fp;
|
|
||||||
int recno = 0;
|
|
||||||
int iCount = 0;
|
|
||||||
char sFileName[PATH_MAX];
|
|
||||||
char temp[81];
|
|
||||||
|
|
||||||
clr_index();
|
|
||||||
set_color(WHITE, BLACK);
|
|
||||||
mbse_mvprintw( 5, 6, "8.6.2 BBS LISTS PURGE");
|
|
||||||
set_color(CYAN, BLACK);
|
|
||||||
working(1, 0, 0);
|
|
||||||
|
|
||||||
if (config_read() == -1) {
|
|
||||||
working(2, 0, 0);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
IsDoing("Purge bbslists");
|
|
||||||
|
|
||||||
sprintf(sFileName,"%s/etc/bbslist.data", getenv("MBSE_ROOT"));
|
|
||||||
|
|
||||||
if ((pbbslist = fopen(sFileName, "r")) == NULL) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
fread(&bbshdr, sizeof(bbshdr), 1, pbbslist);
|
|
||||||
while (fread(&bbs, bbshdr.recsize, 1, pbbslist) == 1) {
|
|
||||||
recno++;
|
|
||||||
if (!bbs.Available)
|
|
||||||
iCount++;
|
|
||||||
}
|
|
||||||
|
|
||||||
sprintf(temp, "%d records, %d records to purge", recno, iCount);
|
|
||||||
mbse_mvprintw(7, 6, temp);
|
|
||||||
if (iCount == 0) {
|
|
||||||
mbse_mvprintw(9, 6, "Press any key");
|
|
||||||
readkey(9, 20, LIGHTGRAY, BLACK);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (yes_no((char *)"Purge deleted records") == TRUE) {
|
|
||||||
working(1, 0, 0);
|
|
||||||
fseek(pbbslist, bbshdr.hdrsize, 0);
|
|
||||||
fp = fopen("tmp.1", "a");
|
|
||||||
fwrite(&bbshdr, sizeof(bbshdr), 1, fp);
|
|
||||||
while (fread(&bbs, bbshdr.recsize, 1, pbbslist) == 1) {
|
|
||||||
if (bbs.Available)
|
|
||||||
fwrite(&bbs, bbshdr.recsize, 1, fp);
|
|
||||||
}
|
|
||||||
fclose(fp);
|
|
||||||
fclose(pbbslist);
|
|
||||||
if ((rename("tmp.1", sFileName)) != 0)
|
|
||||||
working(2, 0, 0);
|
|
||||||
unlink("tmp.1");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void bbslist_menu(void)
|
|
||||||
{
|
|
||||||
for (;;) {
|
|
||||||
clr_index();
|
|
||||||
set_color(WHITE, BLACK);
|
|
||||||
mbse_mvprintw( 5, 6, "8.6 BBS LISTS SETUP");
|
|
||||||
set_color(CYAN, BLACK);
|
|
||||||
mbse_mvprintw( 7, 6, "1. Edit BBS lists");
|
|
||||||
mbse_mvprintw( 8, 6, "2. Purge BBS lists");
|
|
||||||
|
|
||||||
switch(select_menu(2)) {
|
|
||||||
case 0:
|
|
||||||
return;
|
|
||||||
|
|
||||||
case 1:
|
|
||||||
EditBBSlist();
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 2:
|
|
||||||
PurgeBBSlist();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
#ifndef _BBSLIST_H
|
|
||||||
#define _BBSLIST_H
|
|
||||||
|
|
||||||
|
|
||||||
int CountBBSlist(void);
|
|
||||||
void EditBBSlist(void);
|
|
||||||
void InitBBSlist(void);
|
|
||||||
void bbslist_menu(void);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
@ -56,7 +56,6 @@
|
|||||||
#include "m_fdb.h"
|
#include "m_fdb.h"
|
||||||
#include "m_new.h"
|
#include "m_new.h"
|
||||||
#include "m_ol.h"
|
#include "m_ol.h"
|
||||||
#include "m_bbslist.h"
|
|
||||||
#include "m_protocol.h"
|
#include "m_protocol.h"
|
||||||
#include "m_ff.h"
|
#include "m_ff.h"
|
||||||
#include "m_modem.h"
|
#include "m_modem.h"
|
||||||
@ -380,7 +379,6 @@ void initdatabases(void)
|
|||||||
InitNGroup();
|
InitNGroup();
|
||||||
InitNodes();
|
InitNodes();
|
||||||
InitOneline();
|
InitOneline();
|
||||||
InitBBSlist();
|
|
||||||
InitProtocol();
|
InitProtocol();
|
||||||
InitService();
|
InitService();
|
||||||
InitTicarea();
|
InitTicarea();
|
||||||
|
Reference in New Issue
Block a user