I'm having weird problems with Automessage. Can anyone tell me how to disable it? Thanks
I'm having weird problems with Automessage. Can anyone tell me how to disable it? Thanks
I'm having weird problems with Automessage. Can anyone tell me how to disable it? Thanks
I'm having weird problems with Automessage. Can anyone tell me how to
disable it? Thanks
You can delete the file data/msgs/auto.msg.
You can give users the 'W' restriction to prevent them from creating (writing) an auto-message.
Thank you for that kind sir. That's a lot of work for one logon option. I gave it my all but still came up with "undifined" something or other. I'll leave it as in. You know what the error is I'm getting. "Synchronet no longer supports DOS programs in Linux"I'm having weird problems with Automessage. Can anyone tell me how to
disable it? Thanks
I think you could comment out the relevant lines in logon.js or, as the code suggests, remove data/msgs/auto.msg. The relevant code is:
// Auto-message
auto_msg=system.data_dir + "msgs/auto.msg"
if(file_size(auto_msg)>0) {
f=new File(auto_msg);
if(f.open("rb",true,f.length)) {
buf += asc2htmlterm(f.read(f.length), false, true, P_NOATCODES).replace(/(?: )*<br>/g,'<br>');
f.close();
}
buf += ' <br>';
}
To disable it elsewhere I think you'd have to edit the shell or menus that provide access to it.
I'm having weird problems with Automessage. Can anyone tell me how to
disable it? Thanks
You can delete the file data/msgs/auto.msg.
You can give users the 'W' restriction to prevent them from creating
(writing) an auto-message.
does that remove the option from the menu(s), too?
On 2019 May 15 17:11:36, you wrote to Steve Wolf:
I'm having weird problems with Automessage. Can anyone tell me how to
disable it? Thanks
You can delete the file data/msgs/auto.msg.
You can give users the 'W' restriction to prevent them from creating (writing) an auto-message.
does that remove the option from the menu(s), too?
Re: AutoMessage
By: Va7aqd to Steve Wolf on Wed May 15 2019 04:27 pm
I'm having weird problems with Automessage. Can anyone tell me how to
disable it? Thanks
I think you could comment out the relevant lines in logon.js or, as the code suggests, remove data/msgs/auto.msg. The relevant code is:
// Auto-message
auto_msg=system.data_dir + "msgs/auto.msg"
if(file_size(auto_msg)>0) {
f=new File(auto_msg);
if(f.open("rb",true,f.length)) {
buf += asc2htmlterm(f.read(f.length), false, true, P_NOATCODES).replace(/(?: )*<br>/g,'<br>');
f.close();
}
buf += ' <br>';
}
To disable it elsewhere I think you'd have to edit the shell or menus that provide access to it.Thank you for that kind sir. That's a lot of work for one logon option. I gave it my all but still came up with "undifined" something or other. I'll leave it as in. You know what the error is I'm getting. "Synchronet no longer supports DOS programs in Linux"
Re: AutoMessage
By: mark lewis to Digital Man on Wed May 15 2019 08:36 pm
I'm having weird problems with Automessage. Can anyone tell me how to
disable it? Thanks
You can delete the file data/msgs/auto.msg.
I tried that. It's didn't help. Still get "Synchronet no longer supports DOS programs.
You can give users the 'W' restriction to prevent them from creating
(writing) an auto-message.
does that remove the option from the menu(s), too?
I think you still have to take it out of the menu from what I read.
You know what the error is I'm getting. "Synchronet no longer supports
DOS programs in Linux"
I'm having weird problems with Automessage. Can anyone tell me how to
disable it? Thanks
You can delete the file data/msgs/auto.msg.
I tried that. It's didn't help. Still get "Synchronet no longer supports DOS programs.
You can give users the 'W' restriction to prevent them from creating
(writing) an auto-message.
does that remove the option from the menu(s), too?
I think you still have to take it out of the menu from what I read.
You can give users the 'W' restriction to prevent them from creating
(writing) an auto-message.
does that remove the option from the menu(s), too?
No.
I'm having weird problems with Automessage. Can anyone tell me how
to disable it? Thanks
I tried that. It's didn't help. Still get "Synchronet no longerThat's because that error has nothing to do with the auto-message. Have you looked at your log files?
supports DOS programs.
i will say that the error message could use with some refinement... perhaps something like
"Synchronet needs DOSEMU support for DOS programs on Linux."
"no longer supports" seems to say that sbbs flat out doesn't support DOS programs on linux at all which is not correct since it does with DOSEMU support compiled in...
That's because that error has nothing to do with the auto-message.
Have you looked at your log files?
I think your right. This must have to do with the ubuntu 18.04 uprade. Many users are complaining about permission problems. If you're
running Ubunutu/Lubuntu 16.04 don't upgrade.
"Synchronet needs DOSEMU support for DOS programs on Linux."
"no longer supports" seems to say that sbbs flat out doesn't support DOS
programs on linux at all which is not correct since it does with DOSEMU
support compiled in...
That's not the actual error message - it was misreported.
You can delete the file data/msgs/auto.msg.
You can give users the 'W' restriction to prevent them from creating
(writing) an auto-message.
does that remove the option from the menu(s), too?
You can give users the 'W' restriction to prevent them from creating
(writing) an auto-message.
does that remove the option from the menu(s), too?
I don't think that would.. You'd still have to edit your command
shell and menu ANSIs to remove the option if you don't want it there.
Re: AutoMessage
By: Digital Man to Steve Wolf on Wed May 15 2019 05:11 pm
You can delete the file data/msgs/auto.msg.
At some point, wasn't there an option to delete the auto-message from the auto-message option when logged into the BBS (at least for the sysop)? I seem to remember that being a thing.
Sysop: | Ruben Figueroa |
---|---|
Location: | Mesquite, Tx |
Users: | 3 |
Nodes: | 4 (0 / 4) |
Uptime: | 255:02:06 |
Calls: | 79 |
Files: | 53 |
Messages: | 75,391 |