[Dxspider-support] Things for spiders
Kin
ea3cv at cronux.net
Tue Mar 25 17:47:33 GMT 2025
Hi all,
More and more sysops decide to activate register/password on their node.
This miniHowTo is for them.
To change the message sent to users who are not registered to submit an
spot/ann/... and who currently request an SP to be sent to sysop and want it
to be an email, you can use the following:
>From the console:
set/var $DXM::msgs{en}{e28} = 'Sorry, you need to be registered (Send email
to $main::myemail to register)'
set/var $DXM::msgs{es}{e28} = 'Lo siento, necesitas registrarte (Envia un
email a $main::myemail para registrarte)'
Note: In my case, I have changed English (en) and Spanish (es):
Sorry, you need to be registered (SP EA3CV to register)
Lo siento, necesitas registrarte (SP EA3CV para registrarte)
For:
Sorry, you need to be registered (Send email to ea3cv at cronux.net to
register)
Sorry, you need to be registered (Lo siento, necesitas registrarte (Envia un
email a a3cv at cronux.net para registrarte)
To make this change permanent, the following lines need to be included in
spider/startup:
set/var $DXM::msgs{en}{e28} = 'Sorry, you need to be registered (Send email
to $main::myemail to register)'
set/var $DXM::msgs{es}{e28} = 'Lo siento, necesitas registrarte (Envia un
email a $main::myemail para registrarte)'
Note: It is important to use single quotes in these assignments, and to have
the $main::myemail variable correctly defined in DXVars.pm.
Kin EA3CV
https://clustermap.cronux.net/map.html
https://github.com/EA3CV/dxspider_info
https://github.com/EA3CV/dxspider_update
DXSpider Channel: t.me/dxspider
https://www.dxcluster.info/telnet/index.php
More information about the Dxspider-support
mailing list