Yes, you can do this easily with WiRNS 3.0. For WiRNS 2.1 it would be a bit more difficult, but is still possible (you'd have to disable AuthActivate and then create a signed authcmds file).
Just add these lines to the authcmds file in WiRNS 3.0 (assuming you are currently using the contents of authcmds.example in your authcmds file), you can change the message where is says "Your message here":
Code:
Note that I have not tested this, but I believe it should work.
If you want the message to pop up more or less frequently, just change the "86400" values, this value is in seconds and is currently every 24 hours (86400 seconds).
Yes, you can do this easily with WiRNS 3.0. For WiRNS 2.1 it would be a bit more difficult, but is still possible (you'd have to disable AuthActivate and then create a signed authcmds file).
Just add these lines to the authcmds file in WiRNS 3.0 (assuming you are currently using the contents of authcmds.example in your authcmds file), you can change the message where is says "Your message here":
Code:
Code:
regedit setstr SysConfig/Auth MyMessage "Your message here"
regedit setstr SysConfig/Auth/ChannelGuide/OK Message "@SysConfig/Auth/MyMessage"
regedit setval SysConfig/Auth/ChannelGuide/OK MessageButtons 1
regedit setval SysConfig/Auth/ChannelGuide/OK MessageFrequency 86400
regedit setstr SysConfig/Auth/ReplayGuide/OK Message "@SysConfig/Auth/MyMessage"
regedit setval SysConfig/Auth/ReplayGuide/OK MessageButtons 1
regedit setval SysConfig/Auth/ReplayGuide/OK MessageFrequency 86400
If you want the message to pop up more or less frequently, just change the "86400" values, this value is in seconds and is currently every 24 hours (86400 seconds).