;$HBBS ; File : BBS:Nodes/NodeX/NodeLocal ; Purpose: Defines specific node options ; this file defines specific node options and overrides ALL settings ; in bbs:nodes/GlobalConfig. ; if you want all your logs to go in one file just set the filenames of each ; log file to the same name! then you could have one big global file for ; all the nodes, or seperate ones for each node, OR completely seperate files ; for each type of error.. all the doors are supposed to find the location ; of the file from the "node" program rather than asuming thier location.. SysopAccount=Hydra NodeName=Users Node NodePhone=01202 417197 NodePlayPen=HBBS:Nodes/Node1/Playpen/ ; specifies directory for uploaded files NodeConnectScript=hbbs:scripts/Node1Connect.scr AskUserPW=TRUE ; great for local logins on private node(s) UseSysPW=no SysPW=OK SysPWPrompt=Enter System Password > SysPWScript=hbbs:scripts/Node1SysPW.scr ; script that gets run BEFORE the ; user gets asked for the sys pw UserNamePrompt=Gimme Your Handle! > UserPWPrompt=And Now Your Secret Password > UseNodePW=no NodePW=CHANGEME NodePWPrompt=Enter Node Password > NodePWScript=hbbs:scripts/Node1NodePW.scr ; script that gets run BEFORE ; a user gets asked for the node pw NodeLogFile=hbbs:nodes/node1/logs/node.log ; specifies location of logfile for node CallersLogFile=hbbs:nodes/node1/logs/callers.log ModemLogFile=hbbs:nodes/node1/logs/modem.log ; location of modem log for this node UploadLog=TRUE DownLoadLog=TRUE AccessLevelRequired=0 ; if you have a lots of nodes you could reserve one of ; them for elite/group/co-sysops... ; obviously for node 1 you should make this setting ; lower or equal to the level of access given to new users ; (see BBS:Access/NewUser) ChatFlag=ON Iconified=NO StartScreen=YES UseOwnScreen=NO DoorLog=FALSE DoorLogFile=hbbs:nodes/node3/logs/Door.log