add an RBN line to progress
[spider.git] / html / adminmanual_en-11.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
5  <TITLE>The DXSpider Administration Manual v1.51: The DXSpider Command Reference</TITLE>
6  <LINK HREF="adminmanual_en-10.html" REL=previous>
7  <LINK HREF="adminmanual_en.html#toc11" REL=contents>
8 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
9 </HEAD>
10 <BODY>
11 Next
12 <A HREF="adminmanual_en-10.html">Previous</A>
13 <A HREF="adminmanual_en.html#toc11">Contents</A>
14 <HR>
15 <H2><A NAME="s11">11.</A> <A HREF="adminmanual_en.html#toc11">The DXSpider Command Reference</A></H2>
16
17 <H2><A NAME="ss11.1">11.1</A> <A HREF="adminmanual_en.html#toc11.1">accept (0)</A>
18 </H2>
19
20 <P><CODE><B>accept</B> Set a filter to accept something</CODE></P>
21 <P>Create a filter to accept somethingThere are 2 types of filter, accept and reject.  See HELP FILTERING for moreinfo.</P>
22 <H2><A NAME="ss11.2">11.2</A> <A HREF="adminmanual_en.html#toc11.2">accept/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
23 </H2>
24
25 <P><CODE><B>accept/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Announce filter sysop version</CODE></P>
26 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
27 <BLOCKQUOTE><CODE>
28 <PRE>
29   accept/ann by G,M,2  accept/ann input node_default by G,M,2  accept/ann user_default by G,M,2
30 </PRE>
31 </CODE></BLOCKQUOTE>
32 </P>
33 <H2><A NAME="ss11.3">11.3</A> <A HREF="adminmanual_en.html#toc11.3">accept/announce [0-9] &lt;pattern&gt; (0)</A>
34 </H2>
35
36 <P><CODE><B>accept/announce [0-9] &lt;pattern&gt;</B> Set an 'accept' filter line for announce</CODE></P>
37 <P>Create an 'accept this announce' line for a filter. An accept filter line means that if the announce matches this filter it ispassed onto the user. See HELP FILTERING for more info. Please read thisto understand how filters work - it will save a lot of grief later on.You can use any of the following things in this line:-
38 <BLOCKQUOTE><CODE>
39 <PRE>
40   info &lt;string&gt;            eg: iota or qsl  by &lt;prefixes&gt;            eg: G,M,2           origin &lt;prefixes&gt;  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  origin_state &lt;states&gt;                eg: VA,NH,RI,NH  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  by_state &lt;states&gt;  channel &lt;prefixes&gt;  wx 1                     filter WX announces  dest &lt;prefixes&gt;          eg: 6MUK,WDX      (distros)
41 </PRE>
42 </CODE></BLOCKQUOTE>
43 some examples:-
44 <BLOCKQUOTE><CODE>
45 <PRE>
46   acc/ann dest 6MUK  acc/ann 2 by_zone 14,15,16  (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
47 </PRE>
48 </CODE></BLOCKQUOTE>
49 or
50 <BLOCKQUOTE><CODE>
51 <PRE>
52   acc/ann by G,M,2 
53 </PRE>
54 </CODE></BLOCKQUOTE>
55 for american states
56 <BLOCKQUOTE><CODE>
57 <PRE>
58   acc/ann by_state va,nh,ri,nh
59 </PRE>
60 </CODE></BLOCKQUOTE>
61 You can use the tag 'all' to accept everything eg:
62 <BLOCKQUOTE><CODE>
63 <PRE>
64   acc/ann all
65 </PRE>
66 </CODE></BLOCKQUOTE>
67 but this probably for advanced users...</P>
68 <H2><A NAME="ss11.4">11.4</A> <A HREF="adminmanual_en.html#toc11.4">accept/route &lt;call&gt; [0-9] &lt;pattern&gt; (8)</A>
69 </H2>
70
71 <P><CODE><B>accept/route &lt;call&gt; [0-9] &lt;pattern&gt;</B> Set an 'accept' filter line for routing</CODE></P>
72 <P>Create an 'accept this routing PC Protocol' line for a filter. An accept filter line means that if a PC16/17/19/21/24/41/50 matches this filter it is passed thru that interface. See HELP FILTERING for more info. Please read thisto understand how filters work - it will save a lot of grief later on.You can use any of the following things in this line:-
73 <BLOCKQUOTE><CODE>
74 <PRE>
75   call &lt;prefixes&gt;        the callsign of the thingy  call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  call_zone &lt;prefixes or numbers&gt;  call_state &lt;states&gt;                eg: VA,NH,RI,NH  origin &lt;prefixes&gt;      really the interface it came in on  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  origin_state &lt;states&gt;                eg: VA,NH,RI,NH
76 </PRE>
77 </CODE></BLOCKQUOTE>
78 some examples:-
79 <BLOCKQUOTE><CODE>
80 <PRE>
81   acc/route gb7djk call_dxcc 61,38 (send only UK+EIRE nodes)  acc/route gb7djk call gb7djk     (equiv to SET/ISOLATE)
82 </PRE>
83 </CODE></BLOCKQUOTE>
84 you can now use 'by' as a synonym for 'call' so:
85 <BLOCKQUOTE><CODE>
86 <PRE>
87   by = call  by_dxcc = call_dxcc 
88 </PRE>
89 </CODE></BLOCKQUOTE>
90 and so onYou can use the tag 'all' to accept everything eg:
91 <BLOCKQUOTE><CODE>
92 <PRE>
93   acc/route all
94 </PRE>
95 </CODE></BLOCKQUOTE>
96 </P>
97 <H2><A NAME="ss11.5">11.5</A> <A HREF="adminmanual_en.html#toc11.5">accept/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
98 </H2>
99
100 <P><CODE><B>accept/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Spot filter sysop version</CODE></P>
101 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
102 <BLOCKQUOTE><CODE>
103 <PRE>
104   accept/spot db0sue-7 1 by_zone 14,15,16  accept/spot node_default all  set/hops node_default 10
105 </PRE>
106 </CODE></BLOCKQUOTE>
107 <BLOCKQUOTE><CODE>
108 <PRE>
109   accept/spot user_default by G,M,2
110 </PRE>
111 </CODE></BLOCKQUOTE>
112 </P>
113 <H2><A NAME="ss11.6">11.6</A> <A HREF="adminmanual_en.html#toc11.6">accept/spots [0-9] &lt;pattern&gt; (0)</A>
114 </H2>
115
116 <P><CODE><B>accept/spots [0-9] &lt;pattern&gt;</B> Set an 'accept' filter line for spots</CODE></P>
117 <P>Create an 'accept this spot' line for a filter. An accept filter line means that if the spot matches this filter it ispassed onto the user. See HELP FILTERING for more info. Please read thisto understand how filters work - it will save a lot of grief later on.You can use any of the following things in this line:-
118 <BLOCKQUOTE><CODE>
119 <PRE>
120   freq &lt;range&gt;           eg: 0/30000 or hf or hf/cw or 6m,4m,2m  on &lt;range&gt;             same as 'freq'  call &lt;prefixes&gt;        eg: G,PA,HB9  info &lt;string&gt;          eg: iota or qsl  by &lt;prefixes&gt;              call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  call_zone &lt;prefixes or numbers&gt;  call_state &lt;states&gt;                eg: VA,NH,RI,ME  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  by_state &lt;states&gt;                eg: VA,NH,RI,ME  origin &lt;prefixes&gt;  channel &lt;prefixes&gt;
121 </PRE>
122 </CODE></BLOCKQUOTE>
123 'call' means the callsign that has spotted 'by' whoever.For frequencies, you can use any of the band names defined inSHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -thus: hf/ssb. You can also just have a simple range like: 0/30000 -this is more efficient than saying simply: freq HF (but don't gettoo hung up about that)some examples:-
124 <BLOCKQUOTE><CODE>
125 <PRE>
126   acc/spot 1 on hf/cw  acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
127 </PRE>
128 </CODE></BLOCKQUOTE>
129 You can use the tag 'all' to accept everything, eg:
130 <BLOCKQUOTE><CODE>
131 <PRE>
132   acc/spot 3 all
133 </PRE>
134 </CODE></BLOCKQUOTE>
135 for US states 
136 <BLOCKQUOTE><CODE>
137 <PRE>
138   acc/spots by_state VA,NH,RI,MA,ME
139 </PRE>
140 </CODE></BLOCKQUOTE>
141 but this probably for advanced users...</P>
142 <H2><A NAME="ss11.7">11.7</A> <A HREF="adminmanual_en.html#toc11.7">accept/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
143 </H2>
144
145 <P><CODE><B>accept/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> WCY filter sysop version</CODE></P>
146 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
147 <BLOCKQUOTE><CODE>
148 <PRE>
149   accept/wcy node_default all  set/hops node_default 10
150 </PRE>
151 </CODE></BLOCKQUOTE>
152 </P>
153 <H2><A NAME="ss11.8">11.8</A> <A HREF="adminmanual_en.html#toc11.8">accept/wcy [0-9] &lt;pattern&gt; (0)</A>
154 </H2>
155
156 <P><CODE><B>accept/wcy [0-9] &lt;pattern&gt;</B> set an 'accept' WCY filter</CODE></P>
157 <P>It is unlikely that you will want to do this, but if you do then you canfilter on the following fields:-
158 <BLOCKQUOTE><CODE>
159 <PRE>
160   by &lt;prefixes&gt;            eg: G,M,2           origin &lt;prefixes&gt;  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  channel &lt;prefixes&gt;
161 </PRE>
162 </CODE></BLOCKQUOTE>
163 There are no examples because WCY Broadcasts only come from one place andyou either want them or not (see UNSET/WCY if you don't want them).This command is really provided for future use.See HELP FILTER for information.</P>
164 <H2><A NAME="ss11.9">11.9</A> <A HREF="adminmanual_en.html#toc11.9">accept/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
165 </H2>
166
167 <P><CODE><B>accept/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> WWV filter sysop version</CODE></P>
168 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
169 <BLOCKQUOTE><CODE>
170 <PRE>
171   accept/wwv db0sue-7 1 by_zone 4  accept/wwv node_default all  set/hops node_default 10
172 </PRE>
173 </CODE></BLOCKQUOTE>
174 <BLOCKQUOTE><CODE>
175 <PRE>
176   accept/wwv user_default by W,K
177 </PRE>
178 </CODE></BLOCKQUOTE>
179 </P>
180 <H2><A NAME="ss11.10">11.10</A> <A HREF="adminmanual_en.html#toc11.10">accept/wwv [0-9] &lt;pattern&gt; (0)</A>
181 </H2>
182
183 <P><CODE><B>accept/wwv [0-9] &lt;pattern&gt;</B> set an 'accept' WWV filter</CODE></P>
184 <P>It is unlikely that you will want to do this, but if you do then you canfilter on the following fields:-
185 <BLOCKQUOTE><CODE>
186 <PRE>
187   by &lt;prefixes&gt;            eg: G,M,2           origin &lt;prefixes&gt;  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  channel &lt;prefixes&gt;
188 </PRE>
189 </CODE></BLOCKQUOTE>
190 for example 
191 <BLOCKQUOTE><CODE>
192 <PRE>
193   accept/wwv by_zone 4
194 </PRE>
195 </CODE></BLOCKQUOTE>
196 is probably the only useful thing to do (which will only show WWV broadcastsby stations in the US).See HELP FILTER for information.</P>
197 <H2><A NAME="ss11.11">11.11</A> <A HREF="adminmanual_en.html#toc11.11">announce &lt;text&gt; (0)</A>
198 </H2>
199
200 <P><CODE><B>announce &lt;text&gt;</B> Send an announcement to LOCAL users only</CODE></P>
201 <P>&lt;text&gt; is the text of the announcement you wish to broadcast </P>
202 <H2><A NAME="ss11.12">11.12</A> <A HREF="adminmanual_en.html#toc11.12">announce full &lt;text&gt; (0)</A>
203 </H2>
204
205 <P><CODE><B>announce full &lt;text&gt;</B> Send an announcement cluster wide</CODE></P>
206 <P>This will send your announcement cluster wide</P>
207 <H2><A NAME="ss11.13">11.13</A> <A HREF="adminmanual_en.html#toc11.13">announce sysop &lt;text&gt; (5)</A>
208 </H2>
209
210 <P><CODE><B>announce sysop &lt;text&gt;</B> Send an announcement to Sysops only</CODE></P>
211
212 <H2><A NAME="ss11.14">11.14</A> <A HREF="adminmanual_en.html#toc11.14">apropos &lt;string&gt; (0)</A>
213 </H2>
214
215 <P><CODE><B>apropos &lt;string&gt;</B> Search help database for &lt;string&gt;</CODE></P>
216 <P>Search the help database for &lt;string&gt; (it isn't case sensitive), and printthe names of all the commands that may be relevant.</P>
217 <H2><A NAME="ss11.15">11.15</A> <A HREF="adminmanual_en.html#toc11.15">blank [&lt;string&gt;] [&lt;nn&gt;] (0)</A>
218 </H2>
219
220 <P><CODE><B>blank [&lt;string&gt;] [&lt;nn&gt;]</B> Print nn (default 1) blank lines (or strings)</CODE></P>
221 <P>In its basic form this command prints one or more blank lines. However ifyou pass it a string it will replicate the string for the width of the screen (default 80) and then print that one or more times, so:
222 <BLOCKQUOTE><CODE>
223 <PRE>
224   blank 2
225 </PRE>
226 </CODE></BLOCKQUOTE>
227 prints two blank lines
228 <BLOCKQUOTE><CODE>
229 <PRE>
230   blank - 
231 </PRE>
232 </CODE></BLOCKQUOTE>
233 prints a row of - characters once.
234 <BLOCKQUOTE><CODE>
235 <PRE>
236   blank abc
237 </PRE>
238 </CODE></BLOCKQUOTE>
239 prints 'abcabcabcabcabcabc....'This is really only of any use in a script file and you can print a maximumof 9 lines.</P>
240 <H2><A NAME="ss11.16">11.16</A> <A HREF="adminmanual_en.html#toc11.16">bye (0)</A>
241 </H2>
242
243 <P><CODE><B>bye</B> Exit from the cluster</CODE></P>
244 <P>This will disconnect you from the cluster</P>
245 <H2><A NAME="ss11.17">11.17</A> <A HREF="adminmanual_en.html#toc11.17">catchup &lt;node call&gt; all|[&lt;msgno&gt; ...] (5)</A>
246 </H2>
247
248 <P><CODE><B>catchup &lt;node call&gt; all|[&lt;msgno&gt; ...]</B> Mark a message as sent</CODE></P>
249
250 <H2><A NAME="ss11.18">11.18</A> <A HREF="adminmanual_en.html#toc11.18">chat &lt;group&gt; &lt;text&gt; (0)</A>
251 </H2>
252
253 <P><CODE><B>chat &lt;group&gt; &lt;text&gt;</B> Chat or Conference to a group</CODE></P>
254 <P>It is now possible to JOIN a group and have network wide conferencing to thatgroup. DXSpider does not (and probably will not) implement the AK1A conference mode as this seems very limiting, is hardly used and doesn't seemto work too well anyway.This system uses the existing ANN system and is compatible with both otherDXSpider nodes and AK1A clusters (they use ANN/&lt;group&gt;). You can be a member of as many "groups" as you want. To join a group type:-
255 <BLOCKQUOTE><CODE>
256 <PRE>
257   JOIN FOC    (where FOC is the group name)
258 </PRE>
259 </CODE></BLOCKQUOTE>
260 To leave a group type:-
261 <BLOCKQUOTE><CODE>
262 <PRE>
263   LEAVE FOC
264 </PRE>
265 </CODE></BLOCKQUOTE>
266 You can see which groups you are in by typing:-
267 <BLOCKQUOTE><CODE>
268 <PRE>
269   STAT/USER
270 </PRE>
271 </CODE></BLOCKQUOTE>
272 and you can see whether your mate is in the group, if he connects to thesame node as you, by typing:-
273 <BLOCKQUOTE><CODE>
274 <PRE>
275   STAT/USER g1tlh
276 </PRE>
277 </CODE></BLOCKQUOTE>
278 To send a message to a group type:-
279 <BLOCKQUOTE><CODE>
280 <PRE>
281   CHAT FOC hello everyone
282 </PRE>
283 </CODE></BLOCKQUOTE>
284 or
285 <BLOCKQUOTE><CODE>
286 <PRE>
287   CH #9000 hello I am back
288 </PRE>
289 </CODE></BLOCKQUOTE>
290 See also JOIN, LEAVE, SHOW/CHAT</P>
291 <H2><A NAME="ss11.19">11.19</A> <A HREF="adminmanual_en.html#toc11.19">clear/announce &lt;callsign&gt; [input] [0-9|all] (8)</A>
292 </H2>
293
294 <P><CODE><B>clear/announce &lt;callsign&gt; [input] [0-9|all]</B> Clear a announce filter line</CODE></P>
295 <P>A sysop can clear an input or normal output filter for a user or thenode_default or user_default. </P>
296 <H2><A NAME="ss11.20">11.20</A> <A HREF="adminmanual_en.html#toc11.20">clear/announce [1|all] (0)</A>
297 </H2>
298
299 <P><CODE><B>clear/announce [1|all]</B> Clear a announce filter line</CODE></P>
300 <P>This command allows you to clear (remove) a line in a annouce filter or to remove the whole filter.see CLEAR/SPOTS for a more detailed explanation.</P>
301 <H2><A NAME="ss11.21">11.21</A> <A HREF="adminmanual_en.html#toc11.21">clear/route &lt;callsign&gt; [input] [0-9|all] (8)</A>
302 </H2>
303
304 <P><CODE><B>clear/route &lt;callsign&gt; [input] [0-9|all]</B> Clear a route filter line</CODE></P>
305 <P>A sysop can clear an input or normal output filter for a user or thenode_default or user_default. </P>
306 <H2><A NAME="ss11.22">11.22</A> <A HREF="adminmanual_en.html#toc11.22">clear/route [1|all] (0)</A>
307 </H2>
308
309 <P><CODE><B>clear/route [1|all]</B> Clear a route filter line</CODE></P>
310 <P>This command allows you to clear (remove) a line in a route filter or to remove the whole filter.see CLEAR/SPOTS for a more detailed explanation.</P>
311 <H2><A NAME="ss11.23">11.23</A> <A HREF="adminmanual_en.html#toc11.23">clear/spots &lt;callsign&gt; [input] [0-9|all] (8)</A>
312 </H2>
313
314 <P><CODE><B>clear/spots &lt;callsign&gt; [input] [0-9|all]</B> Clear a spot filter line</CODE></P>
315 <P>A sysop can clear an input or normal output filter for a user or thenode_default or user_default. </P>
316 <H2><A NAME="ss11.24">11.24</A> <A HREF="adminmanual_en.html#toc11.24">clear/spots [0-9|all] (0)</A>
317 </H2>
318
319 <P><CODE><B>clear/spots [0-9|all]</B> Clear a spot filter line</CODE></P>
320 <P>This command allows you to clear (remove) a line in a spot filter or to remove the whole filter.If you have a filter:-
321 <BLOCKQUOTE><CODE>
322 <PRE>
323   acc/spot 1 on hf/cw  acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
324 </PRE>
325 </CODE></BLOCKQUOTE>
326 and you say:-
327 <BLOCKQUOTE><CODE>
328 <PRE>
329   clear/spot 1
330 </PRE>
331 </CODE></BLOCKQUOTE>
332 you will be left with:-
333 <BLOCKQUOTE><CODE>
334 <PRE>
335   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
336 </PRE>
337 </CODE></BLOCKQUOTE>
338 If you do:
339 <BLOCKQUOTE><CODE>
340 <PRE>
341   clear/spot all
342 </PRE>
343 </CODE></BLOCKQUOTE>
344 the filter will be completely removed.</P>
345 <H2><A NAME="ss11.25">11.25</A> <A HREF="adminmanual_en.html#toc11.25">clear/wcy &lt;callsign&gt; [input] [0-9|all] (8)</A>
346 </H2>
347
348 <P><CODE><B>clear/wcy &lt;callsign&gt; [input] [0-9|all]</B> Clear a WCY filter line</CODE></P>
349 <P>A sysop can clear an input or normal output filter for a user or thenode_default or user_default. </P>
350 <H2><A NAME="ss11.26">11.26</A> <A HREF="adminmanual_en.html#toc11.26">clear/wcy [1|all] (0)</A>
351 </H2>
352
353 <P><CODE><B>clear/wcy [1|all]</B> Clear a WCY filter line</CODE></P>
354 <P>This command allows you to clear (remove) a line in a WCY filter or to remove the whole filter.see CLEAR/SPOTS for a more detailed explanation.</P>
355 <H2><A NAME="ss11.27">11.27</A> <A HREF="adminmanual_en.html#toc11.27">clear/wwv &lt;callsign&gt; [input] [0-9|all] (8)</A>
356 </H2>
357
358 <P><CODE><B>clear/wwv &lt;callsign&gt; [input] [0-9|all]</B> Clear a WWV filter line</CODE></P>
359 <P>A sysop can clear an input or normal output filter for a user or thenode_default or user_default. </P>
360 <H2><A NAME="ss11.28">11.28</A> <A HREF="adminmanual_en.html#toc11.28">clear/wwv [1|all] (0)</A>
361 </H2>
362
363 <P><CODE><B>clear/wwv [1|all]</B> Clear a WWV filter line</CODE></P>
364 <P>This command allows you to clear (remove) a line in a WWV filter or to remove the whole filter.see CLEAR/SPOTS for a more detailed explanation.</P>
365 <H2><A NAME="ss11.29">11.29</A> <A HREF="adminmanual_en.html#toc11.29">connect &lt;callsign&gt; (5)</A>
366 </H2>
367
368 <P><CODE><B>connect &lt;callsign&gt;</B> Start a connection to another DX Cluster</CODE></P>
369 <P>Start a connection process that will culminate in a new connection to theDX cluster &lt;callsign&gt;. This process creates a new 'client' process which willuse the script in /spider/connect/&lt;callsign&gt; to effect the 'chat' exchangenecessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.</P>
370 <H2><A NAME="ss11.30">11.30</A> <A HREF="adminmanual_en.html#toc11.30">dbavail (0)</A>
371 </H2>
372
373 <P><CODE><B>dbavail</B> Show a list of all the Databases in the system</CODE></P>
374 <P>Title says it all really, this command lists all the databases definedin the system. It is also aliased to SHOW/COMMAND.</P>
375 <H2><A NAME="ss11.31">11.31</A> <A HREF="adminmanual_en.html#toc11.31">dbcreate &lt;name&gt; (9)</A>
376 </H2>
377
378 <P><CODE><B>dbcreate &lt;name&gt;</B> Create a database entry</CODE></P>
379
380 <H2><A NAME="ss11.32">11.32</A> <A HREF="adminmanual_en.html#toc11.32">dbcreate &lt;name&gt; chain &lt;name&gt; [&lt;name&gt;..] (9)</A>
381 </H2>
382
383 <P><CODE><B>dbcreate &lt;name&gt; chain &lt;name&gt; [&lt;name&gt;..]</B> Create a chained database entry</CODE></P>
384
385 <H2><A NAME="ss11.33">11.33</A> <A HREF="adminmanual_en.html#toc11.33">dbcreate &lt;name&gt; cmd &lt;dxspider command&gt; (9)</A>
386 </H2>
387
388 <P><CODE><B>dbcreate &lt;name&gt; cmd &lt;dxspider command&gt;</B> make a local command available as a DB</CODE></P>
389 <P>DBCREATE allows you to define a database in the system. It doesn't actuallycreate anything, just defines it.The databases that are created are simple DB_File hash databases, they are therefore already 'indexed'.You can define a local database with the first form of the command eg:
390 <BLOCKQUOTE><CODE>
391 <PRE>
392   DBCREATE oblast
393 </PRE>
394 </CODE></BLOCKQUOTE>
395 You can also chain databases with the addition of the 'chain' keyword. This will search each database one after the other. A typical example is:
396 <BLOCKQUOTE><CODE>
397 <PRE>
398   DBCREATE sdx_qsl chain sql_ad
399 </PRE>
400 </CODE></BLOCKQUOTE>
401 No checking is done to see if the any of the chained databases exist, infact it is usually better to do the above staement first then do each ofthe chained databases.Databases can exist offsite. To define a database that lives on another node do:
402 <BLOCKQUOTE><CODE>
403 <PRE>
404   DBCREATE buckmaster remote gb7dxc
405 </PRE>
406 </CODE></BLOCKQUOTE>
407 Remote databases cannot be chained; however, the last database in a a chain can be a remote database eg:
408 <BLOCKQUOTE><CODE>
409 <PRE>
410   DBCREATE qsl chain gb7dxc
411 </PRE>
412 </CODE></BLOCKQUOTE>
413 To see what databases have been defined do:
414 <BLOCKQUOTE><CODE>
415 <PRE>
416   DBAVAIL (or it will have been aliased to SHOW/COMMAND)
417 </PRE>
418 </CODE></BLOCKQUOTE>
419 It would be normal for you to add an entry into your local Aliases fileto allow people to use the 'SHOW/&lt;dbname&gt;' style syntax. So you wouldneed to add a line like:-
420 <BLOCKQUOTE><CODE>
421 <PRE>
422   's' =&gt; [    ..    ..    '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',    ..    ..   ],
423 </PRE>
424 </CODE></BLOCKQUOTE>
425 to allow 
426 <BLOCKQUOTE><CODE>
427 <PRE>
428   SH/BUCK g1tlh
429 </PRE>
430 </CODE></BLOCKQUOTE>
431 to work as they may be used to.You can also make local commands available as 'pseudo' databases. Youcan therefore make spider special commands available as a database. Iimagine that this will be primarily useful for remote access from legacy nodes. For example:-
432 <BLOCKQUOTE><CODE>
433 <PRE>
434   DBCREATE dxqsl cmd show/dxqsl
435 </PRE>
436 </CODE></BLOCKQUOTE>
437 You also use one of these databases in a chain. This may be useful locally. See DBIMPORT for the importing of existing AK1A format data to databases.See DBSHOW for generic database enquiry</P>
438 <H2><A NAME="ss11.34">11.34</A> <A HREF="adminmanual_en.html#toc11.34">dbcreate &lt;name&gt; remote &lt;node&gt; (9)</A>
439 </H2>
440
441 <P><CODE><B>dbcreate &lt;name&gt; remote &lt;node&gt;</B> Create a remote database entry</CODE></P>
442
443 <H2><A NAME="ss11.35">11.35</A> <A HREF="adminmanual_en.html#toc11.35">dbimport &lt;dbname&gt; &lt;filename&gt; (9)</A>
444 </H2>
445
446 <P><CODE><B>dbimport &lt;dbname&gt; &lt;filename&gt;</B> Import AK1A data into a database</CODE></P>
447 <P>If you want to import or update data in bulk to a database you can usethis command. It will either create or update entries into an existingdatabase. For example:-
448 <BLOCKQUOTE><CODE>
449 <PRE>
450   DBIMPORT oblast /tmp/OBLAST.FUL
451 </PRE>
452 </CODE></BLOCKQUOTE>
453 will import the standard OBLAST database that comes with AK1A into theoblast database held locally.</P>
454 <H2><A NAME="ss11.36">11.36</A> <A HREF="adminmanual_en.html#toc11.36">dbremove &lt;dbname&gt; (9)</A>
455 </H2>
456
457 <P><CODE><B>dbremove &lt;dbname&gt;</B> Delete a database</CODE></P>
458 <P>DBREMOVE will completely remove a database entry and also delete any datafile that is associated with it. There is no warning, no comeback, no safety net. For example:
459 <BLOCKQUOTE><CODE>
460 <PRE>
461   DBREMOVE oblast 
462 </PRE>
463 </CODE></BLOCKQUOTE>
464 will remove the oblast database from the system and it will also removethe associated datafile.I repeat:There is no warning, no comeback, no safety net.You have been warned.</P>
465 <H2><A NAME="ss11.37">11.37</A> <A HREF="adminmanual_en.html#toc11.37">dbshow &lt;dbname&gt; &lt;key&gt; (0)</A>
466 </H2>
467
468 <P><CODE><B>dbshow &lt;dbname&gt; &lt;key&gt;</B> Display an entry, if it exists, in a database</CODE></P>
469 <P>This is the generic user interface to the database to the database system.It is expected that the sysop will add an entry to the local Aliases fileso that users can use the more familiar AK1A style of enquiry such as:
470 <BLOCKQUOTE><CODE>
471 <PRE>
472   SH/BUCK G1TLH
473 </PRE>
474 </CODE></BLOCKQUOTE>
475 but if he hasn't and the database really does exist (use DBAVAIL orSHOW/COMMAND to find out) you can do the same thing with:
476 <BLOCKQUOTE><CODE>
477 <PRE>
478   DBSHOW buck G1TLH
479 </PRE>
480 </CODE></BLOCKQUOTE>
481 </P>
482 <H2><A NAME="ss11.38">11.38</A> <A HREF="adminmanual_en.html#toc11.38">debug (9)</A>
483 </H2>
484
485 <P><CODE><B>debug</B> Set the cluster program into debug mode</CODE></P>
486 <P>Executing this command will only have an effect if you are running the clusterin debug mode i.e.
487 <BLOCKQUOTE><CODE>
488 <PRE>
489         perl -d cluster.pl
490 </PRE>
491 </CODE></BLOCKQUOTE>
492 It will interrupt the cluster just after the debug command has finished.</P>
493 <H2><A NAME="ss11.39">11.39</A> <A HREF="adminmanual_en.html#toc11.39">delete/usdb &lt;callsign&gt; ... (9)</A>
494 </H2>
495
496 <P><CODE><B>delete/usdb &lt;callsign&gt; ...</B> Delete this user from the US State Database</CODE></P>
497 <P>This command will completely remove a one or more callsignsfrom the US States database.There is NO SECOND CHANCE.It goes without saying that you should use this command CAREFULLY!Note that these callsign may be re-instated by any weekly updates from the FCC.</P>
498 <H2><A NAME="ss11.40">11.40</A> <A HREF="adminmanual_en.html#toc11.40">delete/user &lt;callsign&gt; ... (9)</A>
499 </H2>
500
501 <P><CODE><B>delete/user &lt;callsign&gt; ...</B> Delete this user from the User Database</CODE></P>
502 <P>This command will completely remove a one or more users from the database.There is NO SECOND CHANCE.It goes without saying that you should use this command CAREFULLY!</P>
503 <H2><A NAME="ss11.41">11.41</A> <A HREF="adminmanual_en.html#toc11.41">demonstrate &lt;call&gt; &lt;command&gt; (9)</A>
504 </H2>
505
506 <P><CODE><B>demonstrate &lt;call&gt; &lt;command&gt;</B> Demonstrate a command to another user</CODE></P>
507 <P>This command is provided so that sysops can demonstrate commands to other users. It runs a command as though that user had typed it in andthen sends the output to that user, together with the command that caused it.
508 <BLOCKQUOTE><CODE>
509 <PRE>
510   DEMO g7brn sh/dx iota oc209  DEMO g1tlh set/here
511 </PRE>
512 </CODE></BLOCKQUOTE>
513 Note that this command is similar to SPOOF and will have the same sideeffects. Commands are run at the privilege of the user which is beingdemonstrated to. </P>
514 <H2><A NAME="ss11.42">11.42</A> <A HREF="adminmanual_en.html#toc11.42">directory (0)</A>
515 </H2>
516
517 <P><CODE><B>directory</B> List messages </CODE></P>
518
519 <H2><A NAME="ss11.43">11.43</A> <A HREF="adminmanual_en.html#toc11.43">directory &lt;from&gt;-&lt;to&gt; (0)</A>
520 </H2>
521
522 <P><CODE><B>directory &lt;from&gt;-&lt;to&gt;</B> List messages &lt;from&gt; message &lt;to&gt; message </CODE></P>
523 <P>List the messages in the messages directory.If there is a 'p' one space after the message number then it is a personal message. If there is a '-' between the message number and the'p' then this indicates that the message has been read.You can use shell escape characters such as '*' and '?' in the &lt;call&gt;fields.You can combine some of the various directory commands together eg:-
524 <BLOCKQUOTE><CODE>
525 <PRE>
526    DIR TO G1TLH 5
527 </PRE>
528 </CODE></BLOCKQUOTE>
529 or 
530 <BLOCKQUOTE><CODE>
531 <PRE>
532    DIR SUBJECT IOTA 200-250
533 </PRE>
534 </CODE></BLOCKQUOTE>
535 You can abbreviate all the commands to one letter and use ak1a syntax:-
536 <BLOCKQUOTE><CODE>
537 <PRE>
538    DIR/T G1* 10   DIR/S QSL 10-100 5
539 </PRE>
540 </CODE></BLOCKQUOTE>
541 </P>
542 <H2><A NAME="ss11.44">11.44</A> <A HREF="adminmanual_en.html#toc11.44">directory &lt;nn&gt; (0)</A>
543 </H2>
544
545 <P><CODE><B>directory &lt;nn&gt;</B> List last &lt;nn&gt; messages</CODE></P>
546
547 <H2><A NAME="ss11.45">11.45</A> <A HREF="adminmanual_en.html#toc11.45">directory all (0)</A>
548 </H2>
549
550 <P><CODE><B>directory all</B> List all messages</CODE></P>
551
552 <H2><A NAME="ss11.46">11.46</A> <A HREF="adminmanual_en.html#toc11.46">directory from &lt;call&gt; (0)</A>
553 </H2>
554
555 <P><CODE><B>directory from &lt;call&gt;</B> List all messages from &lt;call&gt;</CODE></P>
556
557 <H2><A NAME="ss11.47">11.47</A> <A HREF="adminmanual_en.html#toc11.47">directory new (0)</A>
558 </H2>
559
560 <P><CODE><B>directory new</B> List all new messages</CODE></P>
561
562 <H2><A NAME="ss11.48">11.48</A> <A HREF="adminmanual_en.html#toc11.48">directory own (0)</A>
563 </H2>
564
565 <P><CODE><B>directory own</B> List your own messages</CODE></P>
566
567 <H2><A NAME="ss11.49">11.49</A> <A HREF="adminmanual_en.html#toc11.49">directory subject &lt;string&gt; (0)</A>
568 </H2>
569
570 <P><CODE><B>directory subject &lt;string&gt;</B> List all messages with &lt;string&gt; in subject</CODE></P>
571
572 <H2><A NAME="ss11.50">11.50</A> <A HREF="adminmanual_en.html#toc11.50">directory to &lt;call&gt; (0)</A>
573 </H2>
574
575 <P><CODE><B>directory to &lt;call&gt;</B> List all messages to &lt;call&gt;</CODE></P>
576
577 <H2><A NAME="ss11.51">11.51</A> <A HREF="adminmanual_en.html#toc11.51">directory- (5)</A>
578 </H2>
579
580 <P><CODE><B>directory-</B> </CODE></P>
581 <P>Sysops can see all users' messages.</P>
582 <H2><A NAME="ss11.52">11.52</A> <A HREF="adminmanual_en.html#toc11.52">disconnect &lt;call&gt; [&lt;call&gt; ...] (8)</A>
583 </H2>
584
585 <P><CODE><B>disconnect &lt;call&gt; [&lt;call&gt; ...]</B> Disconnect a user or cluster</CODE></P>
586 <P>Disconnect any &lt;call&gt; connected locally</P>
587 <H2><A NAME="ss11.53">11.53</A> <A HREF="adminmanual_en.html#toc11.53">dx [by &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt; (0)</A>
588 </H2>
589
590 <P><CODE><B>dx [by &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</B> Send a DX spot</CODE></P>
591 <P>This is how you send a DX Spot to other users. You can, in fact, nowenter the &lt;freq&gt; and the &lt;call&gt; either way round. 
592 <BLOCKQUOTE><CODE>
593 <PRE>
594    DX FR0G 144.600   DX 144.600 FR0G   DX 144600 FR0G 
595 </PRE>
596 </CODE></BLOCKQUOTE>
597 will all give the same result. You can add some remarks to the endof the command and they will be added to the spot.
598 <BLOCKQUOTE><CODE>
599 <PRE>
600    DX FR0G 144600 this is a test
601 </PRE>
602 </CODE></BLOCKQUOTE>
603 You can credit someone else by saying:-
604 <BLOCKQUOTE><CODE>
605 <PRE>
606    DX by G1TLH FR0G 144.600 he isn't on the cluster
607 </PRE>
608 </CODE></BLOCKQUOTE>
609 The &lt;freq&gt; is compared against the available bands set up in the cluster.  See SHOW/BANDS for more information.</P>
610 <H2><A NAME="ss11.54">11.54</A> <A HREF="adminmanual_en.html#toc11.54">echo &lt;line&gt; (0)</A>
611 </H2>
612
613 <P><CODE><B>echo &lt;line&gt;</B> Echo the line to the output</CODE></P>
614 <P>This command is useful in scripts and so forth for printing theline that you give to the command to the output. You can use thisin user_default scripts and the SAVE command for titling and so forthThe script will interpret certain standard "escape" sequences as follows:-
615 <BLOCKQUOTE><CODE>
616 <PRE>
617   \t - becomes a TAB character (0x09 in ascii)  \a - becomes a BEEP character (0x07 in ascii)  \n - prints a new line
618 </PRE>
619 </CODE></BLOCKQUOTE>
620 So the following example:-
621 <BLOCKQUOTE><CODE>
622 <PRE>
623   echo GB7DJK is a dxcluster
624 </PRE>
625 </CODE></BLOCKQUOTE>
626 produces:-
627 <BLOCKQUOTE><CODE>
628 <PRE>
629   GB7DJK is a dxcluster
630 </PRE>
631 </CODE></BLOCKQUOTE>
632 on the output. You don't need a \n on the end of the line you want to send.A more complex example:-
633 <BLOCKQUOTE><CODE>
634 <PRE>
635   echo GB7DJK\n\tg1tlh\tDirk\n\tg3xvf\tRichard
636 </PRE>
637 </CODE></BLOCKQUOTE>
638 produces:-
639 <BLOCKQUOTE><CODE>
640 <PRE>
641   GB7DJK          g1tlh   Dirk          g3xvf   Richard
642 </PRE>
643 </CODE></BLOCKQUOTE>
644 on the output.</P>
645 <H2><A NAME="ss11.55">11.55</A> <A HREF="adminmanual_en.html#toc11.55">export &lt;msgno&gt; &lt;filename&gt; (9)</A>
646 </H2>
647
648 <P><CODE><B>export &lt;msgno&gt; &lt;filename&gt;</B> Export a message to a file</CODE></P>
649 <P>Export a message to a file. This command can only be executed on a localconsole with a fully privileged user. The file produced will be in a formready to be imported back into the cluster by placing it in the import directory (/spider/msg/import).This command cannot overwrite an existing file. This is to provide some measure of security. Any files written will owned by the same user as the main cluster, otherwise you can put the new files anywhere the cluster canaccess. For example:-
650 <BLOCKQUOTE><CODE>
651 <PRE>
652   EXPORT 2345 /tmp/a
653 </PRE>
654 </CODE></BLOCKQUOTE>
655 </P>
656 <H2><A NAME="ss11.56">11.56</A> <A HREF="adminmanual_en.html#toc11.56">export_users [&lt;filename&gt;] (9)</A>
657 </H2>
658
659 <P><CODE><B>export_users [&lt;filename&gt;]</B> Export the users database to ascii</CODE></P>
660 <P>Export the users database to a file in ascii format. If no filenameis given then it will export the file to /spider/data/user_asc.If the file already exists it will be renamed to &lt;filename&gt;.o. In factup to 5 generations of the file can be kept each one with an extra 'o' on thesuffix. BE WARNED: this will write to any file you have write access to. No check ismade on the filename (if any) that you specify.</P>
661 <H2><A NAME="ss11.57">11.57</A> <A HREF="adminmanual_en.html#toc11.57">filtering... (0)</A>
662 </H2>
663
664 <P><CODE><B>filtering...</B> Filtering things in DXSpider</CODE></P>
665 <P>There are a number of things you can filter in the DXSpider system. Theyall use the same general mechanism.In general terms you can create a 'reject' or an 'accept' filter whichcan have up to 10 lines in it. You do this using, for example:-
666 <BLOCKQUOTE><CODE>
667 <PRE>
668   accept/spots .....  reject/spots .....
669 </PRE>
670 </CODE></BLOCKQUOTE>
671 where ..... are the specific commands for that type of filter. Thereare filters for spots, wwv, announce, wcy and (for sysops)connects. See each different accept or reject command reference formore details.There is also a command to clear out one or more lines in a filter andone to show you what you have set. They are:-
672 <BLOCKQUOTE><CODE>
673 <PRE>
674   clear/spots 1  clear/spots all
675 </PRE>
676 </CODE></BLOCKQUOTE>
677 and 
678 <BLOCKQUOTE><CODE>
679 <PRE>
680   show/filter
681 </PRE>
682 </CODE></BLOCKQUOTE>
683 There is clear/xxxx command for each type of filter.For now we are going to use spots for the examples, but you can applythe principles to all types of filter.There are two main types of filter 'accept' or 'reject'; which you usedepends entirely on how you look at the world and what is leastwriting to achieve what you want. Each filter has 10 lines (of anylength) which are tried in order. If a line matches then the actionyou have specified is taken (ie reject means ignore it and acceptmeans gimme it).The important thing to remember is that if you specify a 'reject'filter (all the lines in it say 'reject/spots' (for instance)) then ifa spot comes in that doesn't match any of the lines then you will getit BUT if you specify an 'accept' filter then any spots that don'tmatch are dumped. For example if I have a one line accept filter:-
684 <BLOCKQUOTE><CODE>
685 <PRE>
686   accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
687 </PRE>
688 </CODE></BLOCKQUOTE>
689 then automatically you will ONLY get VHF spots from or to CQ zones 1415 and 16.  If you set a reject filter like:
690 <BLOCKQUOTE><CODE>
691 <PRE>
692   reject/spots on hf/cw
693 </PRE>
694 </CODE></BLOCKQUOTE>
695 Then you will get everything EXCEPT HF CW spots, If you am interested in IOTAand will work it even on CW then you could say:-
696 <BLOCKQUOTE><CODE>
697 <PRE>
698   reject/spots on hf/cw and not info iota
699 </PRE>
700 </CODE></BLOCKQUOTE>
701 But in that case you might only be interested in iota and say:-
702 <BLOCKQUOTE><CODE>
703 <PRE>
704   accept/spots not on hf/cw or info iota
705 </PRE>
706 </CODE></BLOCKQUOTE>
707 which is exactly the same. You should choose one or the other untilyou are confortable with the way it works. Yes, you can mix them(actually you can have an accept AND a reject on the same line) butdon't try this at home until you can analyse the results that you getwithout ringing up the sysop for help.Another useful addition now is filtering by US state
708 <BLOCKQUOTE><CODE>
709 <PRE>
710   accept/spots by_state VA,NH,RI,ME
711 </PRE>
712 </CODE></BLOCKQUOTE>
713 You can arrange your filter lines into logical units, either for yourown understanding or simply convenience. I have one set frequently:-
714 <BLOCKQUOTE><CODE>
715 <PRE>
716   reject/spots 1 on hf/cw  reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  
717 </PRE>
718 </CODE></BLOCKQUOTE>
719 What this does is to ignore all HF CW spots (being a class B I can'tread any CW and couldn't possibly be interested in HF :-) and alsorejects any spots on VHF which don't either originate or spot someonein Europe.This is an exmaple where you would use the line number (1 and 2 inthis case), if you leave the digit out, the system assumes '1'. Digits'0'-'9' are available.You can leave the word 'and' out if you want, it is implied. You canuse any number of brackets to make the 'expression' as you wantit. There are things called precedence rules working here which meanthat you will NEED brackets in a situation like line 2 because,without it, will assume:-
720 <BLOCKQUOTE><CODE>
721 <PRE>
722   (on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 
723 </PRE>
724 </CODE></BLOCKQUOTE>
725 annoying, but that is the way it is. If you use OR - usebrackets. Whilst we are here CASE is not important. 'And BY_Zone' isjust 'and by_zone'.If you want to alter your filter you can just redefine one or morelines of it or clear out one line. For example:-
726 <BLOCKQUOTE><CODE>
727 <PRE>
728   reject/spots 1 on hf/ssb
729 </PRE>
730 </CODE></BLOCKQUOTE>
731 or 
732 <BLOCKQUOTE><CODE>
733 <PRE>
734   clear/spots 1
735 </PRE>
736 </CODE></BLOCKQUOTE>
737 To remove the filter in its entirty:-
738 <BLOCKQUOTE><CODE>
739 <PRE>
740   clear/spots all
741 </PRE>
742 </CODE></BLOCKQUOTE>
743 There are similar CLEAR commands for the other filters:-
744 <BLOCKQUOTE><CODE>
745 <PRE>
746   clear/announce  clear/wcy  clear/wwv
747 </PRE>
748 </CODE></BLOCKQUOTE>
749 ADVANCED USERS:-Once you are happy with the results you get, you may like to experiment. my example that filters hf/cw spots and accepts vhf/uhf spots from EUcan be written with a mixed filter, eg:
750 <BLOCKQUOTE><CODE>
751 <PRE>
752   rej/spot on hf/cw  acc/spot on 0/30000  acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)
753 </PRE>
754 </CODE></BLOCKQUOTE>
755 each filter slot actually has a 'reject' slot and an 'accept'slot. The reject slot is executed BEFORE the accept slot.It was mentioned earlier that after a reject test that doesn't match,the default for following tests is 'accept', the reverse is true for'accept'. In the example what happens is that the reject is executedfirst, any non hf/cw spot is passed to the accept line, which letsthru everything else on HF.The next filter line lets through just VHF/UHF spots from EU.</P>
756 <H2><A NAME="ss11.58">11.58</A> <A HREF="adminmanual_en.html#toc11.58">forward/latlong &lt;node_call&gt; (8)</A>
757 </H2>
758
759 <P><CODE><B>forward/latlong &lt;node_call&gt;</B> Send latitude and longitude information to another cluster</CODE></P>
760 <P>This command sends all the latitude and longitude information that yourcluster is holding against callsigns.  One advantage of recieving thisinformation is that more locator information is held by you.  Thismeans that more locators are given on the DX line assuming you haveSET/DXGRID enabled.  This could be a LOT of information though, soit is not recommended on slow links.</P>
761 <H2><A NAME="ss11.59">11.59</A> <A HREF="adminmanual_en.html#toc11.59">forward/opernam &lt;call&gt; (1)</A>
762 </H2>
763
764 <P><CODE><B>forward/opernam &lt;call&gt;</B> Send out information on this &lt;call&gt; to all clusters</CODE></P>
765 <P>This command sends out any information held in the user file which can be broadcast in PC41 protocol packets. This information is Name, QTH, Locationand Homenode. PC41s are only sent for the information that is available.</P>
766 <H2><A NAME="ss11.60">11.60</A> <A HREF="adminmanual_en.html#toc11.60">help (0)</A>
767 </H2>
768
769 <P><CODE><B>help</B> The HELP Command</CODE></P>
770 <P>HELP is available for a number of commands. The syntax is:-
771 <BLOCKQUOTE><CODE>
772 <PRE>
773   HELP &lt;cmd&gt;
774 </PRE>
775 </CODE></BLOCKQUOTE>
776 Where &lt;cmd&gt; is the name of the command you want help on.All commands can be abbreviated, so SHOW/DX can be abbreviatedto SH/DX, ANNOUNCE can be shortened to AN and so on.Look at the APROPOS &lt;string&gt; command which will search the help databasefor the &lt;string&gt; you specify and give you a list of likely commandsto look at with HELP.</P>
777 <H2><A NAME="ss11.61">11.61</A> <A HREF="adminmanual_en.html#toc11.61">init &lt;node&gt; (5)</A>
778 </H2>
779
780 <P><CODE><B>init &lt;node&gt;</B> Re-initialise a link to an AK1A compatible node</CODE></P>
781 <P>This command attempts to re-initialise a link to a (usually) AK1A nodethat has got confused, usually by a protocol loop of some kind. It maywork - but you usually will be better off simply disconnecting it (orbetter, if it is a real AK1A node, doing an RCMD &lt;node&gt; DISC/F &lt;yournode&gt;).Best of luck - you will need it.</P>
782 <H2><A NAME="ss11.62">11.62</A> <A HREF="adminmanual_en.html#toc11.62">join &lt;group&gt; (0)</A>
783 </H2>
784
785 <P><CODE><B>join &lt;group&gt;</B> Join a chat or conference group</CODE></P>
786 <P>JOIN allows you to join a network wide conference group. To join agroup (called FOC in this case) type:-
787 <BLOCKQUOTE><CODE>
788 <PRE>
789   JOIN FOC
790 </PRE>
791 </CODE></BLOCKQUOTE>
792 See also CHAT, LEAVE, SHOW/CHAT</P>
793 <H2><A NAME="ss11.63">11.63</A> <A HREF="adminmanual_en.html#toc11.63">kill (5)</A>
794 </H2>
795
796 <P><CODE><B>kill</B> </CODE></P>
797 <P>As a sysop you can kill any message on the system.</P>
798 <H2><A NAME="ss11.64">11.64</A> <A HREF="adminmanual_en.html#toc11.64">kill &lt;from msgno&gt;-&lt;to msgno&gt; (0)</A>
799 </H2>
800
801 <P><CODE><B>kill &lt;from msgno&gt;-&lt;to msgno&gt;</B> Delete a range of messages</CODE></P>
802
803 <H2><A NAME="ss11.65">11.65</A> <A HREF="adminmanual_en.html#toc11.65">kill &lt;from&gt;-&lt;to&gt; (5)</A>
804 </H2>
805
806 <P><CODE><B>kill &lt;from&gt;-&lt;to&gt;</B> Remove a range of messages from the system</CODE></P>
807
808 <H2><A NAME="ss11.66">11.66</A> <A HREF="adminmanual_en.html#toc11.66">kill &lt;msgno&gt; [&lt;msgno..] (0)</A>
809 </H2>
810
811 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno..]</B> Delete a message from the local system</CODE></P>
812
813 <H2><A NAME="ss11.67">11.67</A> <A HREF="adminmanual_en.html#toc11.67">kill &lt;msgno&gt; [&lt;msgno&gt; ...] (0)</A>
814 </H2>
815
816 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ...]</B> Remove or erase a message from the system</CODE></P>
817 <P>You can get rid of any message to or originating from your callsign using this command. You can remove more than one message at a time.</P>
818 <H2><A NAME="ss11.68">11.68</A> <A HREF="adminmanual_en.html#toc11.68">kill expunge &lt;msgno&gt; [&lt;msgno..] (6)</A>
819 </H2>
820
821 <P><CODE><B>kill expunge &lt;msgno&gt; [&lt;msgno..]</B> Expunge a message</CODE></P>
822 <P>Deleting a message using the normal KILL commands only marks that messagefor deletion. The actual deletion only happens later (usually two days later).The KILL EXPUNGE command causes the message to be truly deleted more or lessimmediately.It otherwise is used in the same way as the KILL command.</P>
823 <H2><A NAME="ss11.69">11.69</A> <A HREF="adminmanual_en.html#toc11.69">kill from &lt;call&gt; (5)</A>
824 </H2>
825
826 <P><CODE><B>kill from &lt;call&gt;</B> Remove all messages from a callsign</CODE></P>
827
828 <H2><A NAME="ss11.70">11.70</A> <A HREF="adminmanual_en.html#toc11.70">kill full &lt;msgno&gt; [&lt;msgno..] (5)</A>
829 </H2>
830
831 <P><CODE><B>kill full &lt;msgno&gt; [&lt;msgno..]</B> Delete a message from the whole cluster</CODE></P>
832 <P>Delete a message from the local system. You will only be able todelete messages that you have originated or been sent (unless you arethe sysop). 
833 <BLOCKQUOTE><CODE>
834 <PRE>
835   KILL 1234-1255
836 </PRE>
837 </CODE></BLOCKQUOTE>
838 Will delete all the messages that you own between msgnos 1234 and 1255.
839 <BLOCKQUOTE><CODE>
840 <PRE>
841   KILL from g1tlh
842 </PRE>
843 </CODE></BLOCKQUOTE>
844 will delete all the messages from g1tlh (if you are g1tlh). Similarly:
845 <BLOCKQUOTE><CODE>
846 <PRE>
847   KILL to g1tlh
848 </PRE>
849 </CODE></BLOCKQUOTE>
850 will delete all messages to g1tlh.
851 <BLOCKQUOTE><CODE>
852 <PRE>
853   KILL FULL 1234
854 </PRE>
855 </CODE></BLOCKQUOTE>
856 will delete a message (usually a 'bulletin') from the whole cluster system. This uses the subject field, so any messages that have exactly thesame subject will be deleted. Beware!</P>
857 <H2><A NAME="ss11.71">11.71</A> <A HREF="adminmanual_en.html#toc11.71">kill full &lt;msgno&gt; [&lt;msgno] (5)</A>
858 </H2>
859
860 <P><CODE><B>kill full &lt;msgno&gt; [&lt;msgno]</B> Remove a message from the entire cluster</CODE></P>
861 <P>Remove this message from the entire cluster system as well as your node.</P>
862 <H2><A NAME="ss11.72">11.72</A> <A HREF="adminmanual_en.html#toc11.72">kill to &lt;call&gt; (5)</A>
863 </H2>
864
865 <P><CODE><B>kill to &lt;call&gt;</B> Remove all messages to a callsign</CODE></P>
866
867 <H2><A NAME="ss11.73">11.73</A> <A HREF="adminmanual_en.html#toc11.73">kill from &lt;regex&gt; (0)</A>
868 </H2>
869
870 <P><CODE><B>kill from &lt;regex&gt;</B> Delete messages FROM a callsign or pattern</CODE></P>
871
872 <H2><A NAME="ss11.74">11.74</A> <A HREF="adminmanual_en.html#toc11.74">kill to &lt;regex&gt; (0)</A>
873 </H2>
874
875 <P><CODE><B>kill to &lt;regex&gt;</B> Delete messages TO a callsign or pattern</CODE></P>
876
877 <H2><A NAME="ss11.75">11.75</A> <A HREF="adminmanual_en.html#toc11.75">leave &lt;group&gt; (0)</A>
878 </H2>
879
880 <P><CODE><B>leave &lt;group&gt;</B> Leave a chat or conference group</CODE></P>
881 <P>LEAVE allows you to leave a network wide conference group. To leave agroup (called FOC in this case) type:-
882 <BLOCKQUOTE><CODE>
883 <PRE>
884   LEAVE FOC
885 </PRE>
886 </CODE></BLOCKQUOTE>
887 See also CHAT, JOIN, SHOW/CHAT</P>
888 <H2><A NAME="ss11.76">11.76</A> <A HREF="adminmanual_en.html#toc11.76">links (0)</A>
889 </H2>
890
891 <P><CODE><B>links</B> Show which nodes is physically connected</CODE></P>
892 <P>This is a quick listing that shows which links are connected andsome information about them. See WHO for a list of all connections.</P>
893 <H2><A NAME="ss11.77">11.77</A> <A HREF="adminmanual_en.html#toc11.77">load/aliases (9)</A>
894 </H2>
895
896 <P><CODE><B>load/aliases</B> Reload the command alias table</CODE></P>
897 <P>Reload the /spider/cmd/Aliases file after you have editted it. Youwill need to do this if you change this file whilst the cluster isrunning in order for the changes to take effect.</P>
898 <H2><A NAME="ss11.78">11.78</A> <A HREF="adminmanual_en.html#toc11.78">load/badmsg (9)</A>
899 </H2>
900
901 <P><CODE><B>load/badmsg</B> Reload the bad msg table</CODE></P>
902 <P>Reload the /spider/msg/badmsg.pl file if you have changed it manually whilstthe cluster is running. This table contains a number of perl regular expressions which are searched for in the fields targetted of each message. If any of them match then that message is immediately deleted on receipt. </P>
903 <H2><A NAME="ss11.79">11.79</A> <A HREF="adminmanual_en.html#toc11.79">load/badwords (9)</A>
904 </H2>
905
906 <P><CODE><B>load/badwords</B> Reload the bad words table</CODE></P>
907 <P>Reload the /spider/data/badwords file if you have changed it manually whilstthe cluster is running. This file contains a list of words which, if foundon certain text portions of PC protocol, will cause those protocol framesto be rejected. It will all put out a message if any of these words areused on the announce, dx and talk commands. The words can be one or more on a line, lines starting with '#' are ignored.</P>
908 <H2><A NAME="ss11.80">11.80</A> <A HREF="adminmanual_en.html#toc11.80">load/bands (9)</A>
909 </H2>
910
911 <P><CODE><B>load/bands</B> Reload the band limits table</CODE></P>
912 <P>Reload the /spider/data/bands.pl file if you have changed it manually whilstthe cluster is running. </P>
913 <H2><A NAME="ss11.81">11.81</A> <A HREF="adminmanual_en.html#toc11.81">load/cmd_cache (9)</A>
914 </H2>
915
916 <P><CODE><B>load/cmd_cache</B> Reload the automatic command cache</CODE></P>
917 <P>Normally, if you change a command file in the cmd or local_cmd tree itwill automatially be picked up by the cluster program. Sometimes itcan get confused if you are doing a lot of moving commands about ordelete a command in the local_cmd tree and want to use the normal oneagain. Execute this command to reset everything back to the state itwas just after a cluster restart.</P>
918 <H2><A NAME="ss11.82">11.82</A> <A HREF="adminmanual_en.html#toc11.82">load/forward (9)</A>
919 </H2>
920
921 <P><CODE><B>load/forward</B> Reload the msg forwarding routing table</CODE></P>
922 <P>Reload the /spider/msg/forward.pl file if you have changed itmanually whilst the cluster is running.</P>
923 <H2><A NAME="ss11.83">11.83</A> <A HREF="adminmanual_en.html#toc11.83">load/keps (5)</A>
924 </H2>
925
926 <P><CODE><B>load/keps</B> Load new keps data</CODE></P>
927
928 <H2><A NAME="ss11.84">11.84</A> <A HREF="adminmanual_en.html#toc11.84">load/keps [nn] (5)</A>
929 </H2>
930
931 <P><CODE><B>load/keps [nn]</B> Load new keps data from message</CODE></P>
932 <P>If there is no message number then reload the current Keps data fromthe Keps.pm data file. You create this file by running 
933 <BLOCKQUOTE><CODE>
934 <PRE>
935  /spider/perl/convkeps.pl &lt;filename&gt;
936 </PRE>
937 </CODE></BLOCKQUOTE>
938 on a file containing NASA 2 line keps as a message issued by AMSAT. If there is a message number, then it will take the message, runconvkeps.pl on it and then load the data, all in one step.These messages are sent to ALL by GB7DJK (and others) from time to time. </P>
939 <H2><A NAME="ss11.85">11.85</A> <A HREF="adminmanual_en.html#toc11.85">load/messages (9)</A>
940 </H2>
941
942 <P><CODE><B>load/messages</B> Reload the system messages file</CODE></P>
943 <P>If you change the /spider/perl/Messages file (usually whilstfiddling/writing new commands) you can have them take effect during acluster session by executing this command. You need to do this if getsomething like :-unknown message 'xxxx' in lang 'en'</P>
944 <H2><A NAME="ss11.86">11.86</A> <A HREF="adminmanual_en.html#toc11.86">load/prefixes (9)</A>
945 </H2>
946
947 <P><CODE><B>load/prefixes</B> Reload the prefix table</CODE></P>
948 <P>Reload the /spider/data/prefix_data.pl file if you have changed itmanually whilst the cluster is running.</P>
949 <H2><A NAME="ss11.87">11.87</A> <A HREF="adminmanual_en.html#toc11.87">merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;] (5)</A>
950 </H2>
951
952 <P><CODE><B>merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;]</B> Ask for the latest spots and WWV </CODE></P>
953 <P>MERGE allows you to bring your spot and wwv database up to date. By defaultit will request the last 10 spots and 5 WWVs from the node you select. The node must be connected locally.You can request any number of spots or wwv and although they will be appendedto your databases they will not duplicate any that have recently been added (the last 2 days for spots and last month for WWV data).</P>
954 <H2><A NAME="ss11.88">11.88</A> <A HREF="adminmanual_en.html#toc11.88">msg &lt;cmd&gt; &lt;msgno&gt; [data ... ] (9)</A>
955 </H2>
956
957 <P><CODE><B>msg &lt;cmd&gt; &lt;msgno&gt; [data ... ]</B> Alter various message parameters</CODE></P>
958 <P>Alter message parameters like To, From, Subject, whether private or bulletinor return receipt (RR) is required or whether to keep this message from timingout.
959 <BLOCKQUOTE><CODE>
960 <PRE>
961   MSG TO &lt;msgno&gt; &lt;call&gt;     - change TO callsign to &lt;call&gt;  MSG FRom &lt;msgno&gt; &lt;call&gt;   - change FROM callsign to &lt;call&gt;  MSG PRrivate &lt;msgno&gt;      - set private flag  MSG NOPRrivate &lt;msgno&gt;    - unset private flag  MSG RR &lt;msgno&gt;            - set RR flag  MSG NORR &lt;msgno&gt;          - unset RR flag  MSG KEep &lt;msgno&gt;          - set the keep flag (message won't be deleted ever)  MSG NOKEep &lt;msgno&gt;        - unset the keep flag  MSG SUbject &lt;msgno&gt; &lt;new&gt; - change the subject to &lt;new&gt;  MSG WAittime &lt;msgno&gt;      - remove any waitting time for this message  MSG NOREad &lt;msgno&gt;        - mark message as unread  MSG REad &lt;msgno&gt;          - mark message as read  MSG QUeue                 - queue any outstanding bulletins  MSG QUeue 1               - queue any outstanding private messages
962 </PRE>
963 </CODE></BLOCKQUOTE>
964 You can look at the status of a message by using:-
965 <BLOCKQUOTE><CODE>
966 <PRE>
967   STAT/MSG &lt;msgno&gt;      
968 </PRE>
969 </CODE></BLOCKQUOTE>
970 This will display more information on the message than DIR does.</P>
971 <H2><A NAME="ss11.89">11.89</A> <A HREF="adminmanual_en.html#toc11.89">pc &lt;call&gt; &lt;text&gt; (8)</A>
972 </H2>
973
974 <P><CODE><B>pc &lt;call&gt; &lt;text&gt;</B> Send arbitrary text to a connected callsign</CODE></P>
975 <P>Send some arbitrary text to a locally connected callsign. Noprocessing is done on the text. This command allows you to send PCProtocol to unstick things if problems arise (messages get stucketc). eg:-
976 <BLOCKQUOTE><CODE>
977 <PRE>
978    pc gb7djk PC33^GB7TLH^GB7DJK^400^
979 </PRE>
980 </CODE></BLOCKQUOTE>
981 or 
982 <BLOCKQUOTE><CODE>
983 <PRE>
984    pc G1TLH Try doing that properly!!!
985 </PRE>
986 </CODE></BLOCKQUOTE>
987 Send any text you like to the callsign requested. This is used mainly to sendPC protocol to connected nodes either for testing or to unstick things. You can also use in the same way as a talk command to a connected user butwithout any processing, added of "from &lt;blah&gt; to &lt;blah" or whatever.</P>
988 <H2><A NAME="ss11.90">11.90</A> <A HREF="adminmanual_en.html#toc11.90">ping &lt;node call&gt; (1)</A>
989 </H2>
990
991 <P><CODE><B>ping &lt;node call&gt;</B> Check the link quality between nodes</CODE></P>
992 <P>This command allows you to send a frame to another cluster node onthe network and get a return frame.  The time it takes to do thisis a good indication of the quality of the link.  The actual timeit takes is output to the console in seconds.Any visible cluster node can be PINGed.</P>
993 <H2><A NAME="ss11.91">11.91</A> <A HREF="adminmanual_en.html#toc11.91">rcmd &lt;node call&gt; &lt;cmd&gt; (1)</A>
994 </H2>
995
996 <P><CODE><B>rcmd &lt;node call&gt; &lt;cmd&gt;</B> Send a command to another DX Cluster</CODE></P>
997 <P>This command allows you to send nearly any command to another DX Clusternode that is connected to the system. Whether you get any output is dependant on a) whether the other system knowsthat the node callsign of this cluster is in fact a node b) whether theother system is allowing RCMDs from this node and c) whether you havepermission to send this command at all.</P>
998 <H2><A NAME="ss11.92">11.92</A> <A HREF="adminmanual_en.html#toc11.92">read (0)</A>
999 </H2>
1000
1001 <P><CODE><B>read</B> Read the next unread personal message addressed to you</CODE></P>
1002
1003 <H2><A NAME="ss11.93">11.93</A> <A HREF="adminmanual_en.html#toc11.93">read &lt;msgno&gt; (0)</A>
1004 </H2>
1005
1006 <P><CODE><B>read &lt;msgno&gt;</B> Read the specified message</CODE></P>
1007 <P>You can read any messages that are sent as 'non-personal' and also anymessage either sent by or sent to your callsign.</P>
1008 <H2><A NAME="ss11.94">11.94</A> <A HREF="adminmanual_en.html#toc11.94">read- (5)</A>
1009 </H2>
1010
1011 <P><CODE><B>read-</B> </CODE></P>
1012 <P>As a sysop you may read any message on the system</P>
1013 <H2><A NAME="ss11.95">11.95</A> <A HREF="adminmanual_en.html#toc11.95">reject (0)</A>
1014 </H2>
1015
1016 <P><CODE><B>reject</B> Set a filter to reject something</CODE></P>
1017 <P>Create a filter to reject somethingThere are 2 types of filter, accept and reject.  See HELP FILTERING for moreinfo.</P>
1018 <H2><A NAME="ss11.96">11.96</A> <A HREF="adminmanual_en.html#toc11.96">reject/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
1019 </H2>
1020
1021 <P><CODE><B>reject/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Announce filter sysop version</CODE></P>
1022 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
1023 <BLOCKQUOTE><CODE>
1024 <PRE>
1025   reject/ann by G,M,2  reject/ann input node_default by G,M,2  reject/ann user_default by G,M,2
1026 </PRE>
1027 </CODE></BLOCKQUOTE>
1028 </P>
1029 <H2><A NAME="ss11.97">11.97</A> <A HREF="adminmanual_en.html#toc11.97">reject/announce [0-9] &lt;pattern&gt; (0)</A>
1030 </H2>
1031
1032 <P><CODE><B>reject/announce [0-9] &lt;pattern&gt;</B> Set a 'reject' filter line for announce</CODE></P>
1033 <P>Create an 'reject this announce' line for a filter. A reject filter line means that if the announce matches this filter it ispassed onto the user. See HELP FILTERING for more info. Please read thisto understand how filters work - it will save a lot of grief later on.You can use any of the following things in this line:-
1034 <BLOCKQUOTE><CODE>
1035 <PRE>
1036   info &lt;string&gt;            eg: iota or qsl  by &lt;prefixes&gt;            eg: G,M,2           origin &lt;prefixes&gt;  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  origin_state &lt;states&gt;                eg: VA,NH,RI,ME  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  by_state &lt;states&gt;                eg: VA,NH,RI,ME  channel &lt;prefixes&gt;  wx 1                     filter WX announces  dest &lt;prefixes&gt;          eg: 6MUK,WDX      (distros)
1037 </PRE>
1038 </CODE></BLOCKQUOTE>
1039 some examples:-
1040 <BLOCKQUOTE><CODE>
1041 <PRE>
1042   rej/ann by_zone 14,15,16 and not by G,M,2
1043 </PRE>
1044 </CODE></BLOCKQUOTE>
1045 You can use the tag 'all' to reject everything eg:
1046 <BLOCKQUOTE><CODE>
1047 <PRE>
1048   rej/ann all
1049 </PRE>
1050 </CODE></BLOCKQUOTE>
1051 but this probably for advanced users...</P>
1052 <H2><A NAME="ss11.98">11.98</A> <A HREF="adminmanual_en.html#toc11.98">reject/route &lt;call&gt; [0-9] &lt;pattern&gt; (8)</A>
1053 </H2>
1054
1055 <P><CODE><B>reject/route &lt;call&gt; [0-9] &lt;pattern&gt;</B> Set an 'reject' filter line for routing</CODE></P>
1056 <P>Create an 'reject this routing PC Protocol' line for a filter. An reject filter line means that if a PC16/17/19/21/24/41/50 matches this filter it is NOT passed thru that interface. See HELP FILTERING for more info. Please read this to understand how filters work - it will save a lot of grief later on.You can use any of the following things in this line:-
1057 <BLOCKQUOTE><CODE>
1058 <PRE>
1059   call &lt;prefixes&gt;        the callsign of the thingy  call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  call_zone &lt;prefixes or numbers&gt;  call_state &lt;states&gt;                eg: VA,NH,RI,ME  origin &lt;prefixes&gt;      really the interface it came in on  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  origin_state &lt;states&gt;                eg: VA,NH,RI,ME
1060 </PRE>
1061 </CODE></BLOCKQUOTE>
1062 some examples:-
1063 <BLOCKQUOTE><CODE>
1064 <PRE>
1065   rej/route gb7djk call_dxcc 61,38 (everything except  UK+EIRE nodes)
1066 </PRE>
1067 </CODE></BLOCKQUOTE>
1068 You can use the tag 'all' to reject everything eg:
1069 <BLOCKQUOTE><CODE>
1070 <PRE>
1071   rej/route all     (equiv to [very] restricted mode)
1072 </PRE>
1073 </CODE></BLOCKQUOTE>
1074 as with ACCEPT/ROUTE 'by' is now a synonym for 'call'.</P>
1075 <H2><A NAME="ss11.99">11.99</A> <A HREF="adminmanual_en.html#toc11.99">reject/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
1076 </H2>
1077
1078 <P><CODE><B>reject/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Spot filter sysop version</CODE></P>
1079 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
1080 <BLOCKQUOTE><CODE>
1081 <PRE>
1082   reject/spot db0sue-7 1 by_zone 14,15,16  reject/spot node_default all  set/hops node_default 10
1083 </PRE>
1084 </CODE></BLOCKQUOTE>
1085 <BLOCKQUOTE><CODE>
1086 <PRE>
1087   reject/spot user_default by G,M,2
1088 </PRE>
1089 </CODE></BLOCKQUOTE>
1090 </P>
1091 <H2><A NAME="ss11.100">11.100</A> <A HREF="adminmanual_en.html#toc11.100">reject/spots [0-9] &lt;pattern&gt; (0)</A>
1092 </H2>
1093
1094 <P><CODE><B>reject/spots [0-9] &lt;pattern&gt;</B> Set a 'reject' filter line for spots</CODE></P>
1095 <P>Create a 'reject this spot' line for a filter. A reject filter line means that if the spot matches this filter it isdumped (not passed on). See HELP FILTERING for more info. Please read thisto understand how filters work - it will save a lot of grief later on.You can use any of the following things in this line:-
1096 <BLOCKQUOTE><CODE>
1097 <PRE>
1098   freq &lt;range&gt;           eg: 0/30000 or hf or hf/cw or 6m,4m,2m  on &lt;range&gt;             same as 'freq'  call &lt;prefixes&gt;        eg: G,PA,HB9  info &lt;string&gt;          eg: iota or qsl  by &lt;prefixes&gt;              call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  call_zone &lt;prefixes or numbers&gt;  call_state &lt;states&gt;                eg: VA,NH,RI,ME  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  by_state &lt;states&gt;                eg: VA,NH,RI,ME  origin &lt;prefixes&gt;  channel &lt;prefixes&gt;
1099 </PRE>
1100 </CODE></BLOCKQUOTE>
1101 'call' means the callsign that has spotted 'by' whoever.For frequencies, you can use any of the band names defined inSHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -thus: hf/ssb. You can also just have a simple range like: 0/30000 -this is more efficient than saying simply: on HF (but don't gettoo hung up about that)some examples:-
1102 <BLOCKQUOTE><CODE>
1103 <PRE>
1104   rej/spot 1 on hf  rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
1105 </PRE>
1106 </CODE></BLOCKQUOTE>
1107 You can use the tag 'all' to reject everything eg:
1108 <BLOCKQUOTE><CODE>
1109 <PRE>
1110   rej/spot 3 all
1111 </PRE>
1112 </CODE></BLOCKQUOTE>
1113 but this probably for advanced users...</P>
1114 <H2><A NAME="ss11.101">11.101</A> <A HREF="adminmanual_en.html#toc11.101">reject/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
1115 </H2>
1116
1117 <P><CODE><B>reject/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> WCY filter sysop version</CODE></P>
1118 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
1119 <BLOCKQUOTE><CODE>
1120 <PRE>
1121   reject/wcy gb7djk all
1122 </PRE>
1123 </CODE></BLOCKQUOTE>
1124 </P>
1125 <H2><A NAME="ss11.102">11.102</A> <A HREF="adminmanual_en.html#toc11.102">reject/wcy [0-9] &lt;pattern&gt; (0)</A>
1126 </H2>
1127
1128 <P><CODE><B>reject/wcy [0-9] &lt;pattern&gt;</B> set a 'reject' WCY filter</CODE></P>
1129 <P>It is unlikely that you will want to do this, but if you do then you canfilter on the following fields:-
1130 <BLOCKQUOTE><CODE>
1131 <PRE>
1132   by &lt;prefixes&gt;            eg: G,M,2           origin &lt;prefixes&gt;  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  channel &lt;prefixes&gt;
1133 </PRE>
1134 </CODE></BLOCKQUOTE>
1135 There are no examples because WCY Broadcasts only come from one place andyou either want them or not (see UNSET/WCY if you don't want them).This command is really provided for future use.See HELP FILTER for information.</P>
1136 <H2><A NAME="ss11.103">11.103</A> <A HREF="adminmanual_en.html#toc11.103">reject/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt; (8)</A>
1137 </H2>
1138
1139 <P><CODE><B>reject/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> WWV filter sysop version</CODE></P>
1140 <P>This version allows a sysop to set a filter for a callsign as well as thedefault for nodes and users eg:-
1141 <BLOCKQUOTE><CODE>
1142 <PRE>
1143   reject/wwv db0sue-7 1 by_zone 4  reject/wwv node_default all
1144 </PRE>
1145 </CODE></BLOCKQUOTE>
1146 <BLOCKQUOTE><CODE>
1147 <PRE>
1148   reject/wwv user_default by W
1149 </PRE>
1150 </CODE></BLOCKQUOTE>
1151 </P>
1152 <H2><A NAME="ss11.104">11.104</A> <A HREF="adminmanual_en.html#toc11.104">reject/wwv [0-9] &lt;pattern&gt; (0)</A>
1153 </H2>
1154
1155 <P><CODE><B>reject/wwv [0-9] &lt;pattern&gt;</B> set a 'reject' WWV filter</CODE></P>
1156 <P>It is unlikely that you will want to do this, but if you do then you canfilter on the following fields:-
1157 <BLOCKQUOTE><CODE>
1158 <PRE>
1159   by &lt;prefixes&gt;            eg: G,M,2           origin &lt;prefixes&gt;  origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)  origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW  origin_zone &lt;prefixes or numbers&gt;  by_dxcc &lt;prefixes or numbers&gt;  by_itu &lt;prefixes or numbers&gt;  by_zone &lt;prefixes or numbers&gt;  channel &lt;prefixes&gt;
1160 </PRE>
1161 </CODE></BLOCKQUOTE>
1162 for example 
1163 <BLOCKQUOTE><CODE>
1164 <PRE>
1165   reject/wwv by_zone 14,15,16
1166 </PRE>
1167 </CODE></BLOCKQUOTE>
1168 is probably the only useful thing to do (which will only show WWV broadcastsby stations in the US).See HELP FILTER for information.</P>
1169 <H2><A NAME="ss11.105">11.105</A> <A HREF="adminmanual_en.html#toc11.105">reply (0)</A>
1170 </H2>
1171
1172 <P><CODE><B>reply</B> Reply (privately) to the last message that you have read</CODE></P>
1173
1174 <H2><A NAME="ss11.106">11.106</A> <A HREF="adminmanual_en.html#toc11.106">reply &lt;msgno&gt; (0)</A>
1175 </H2>
1176
1177 <P><CODE><B>reply &lt;msgno&gt;</B> Reply (privately) to the specified message</CODE></P>
1178
1179 <H2><A NAME="ss11.107">11.107</A> <A HREF="adminmanual_en.html#toc11.107">reply b &lt;msgno&gt; (0)</A>
1180 </H2>
1181
1182 <P><CODE><B>reply b &lt;msgno&gt;</B> Reply as a Bulletin to the specified message</CODE></P>
1183
1184 <H2><A NAME="ss11.108">11.108</A> <A HREF="adminmanual_en.html#toc11.108">reply noprivate &lt;msgno&gt; (0)</A>
1185 </H2>
1186
1187 <P><CODE><B>reply noprivate &lt;msgno&gt;</B> Reply as a Bulletin to the specified message</CODE></P>
1188
1189 <H2><A NAME="ss11.109">11.109</A> <A HREF="adminmanual_en.html#toc11.109">reply rr &lt;msgno&gt; (0)</A>
1190 </H2>
1191
1192 <P><CODE><B>reply rr &lt;msgno&gt;</B> Reply to the specified message with read receipt</CODE></P>
1193 <P>You can reply to a message and the subject will automatically have"Re:" inserted in front of it, if it isn't already present.You can also use all the extra qualifiers such as RR, PRIVATE, NOPRIVATE, B that you can use with the SEND command (see SENDfor further details)</P>
1194 <H2><A NAME="ss11.110">11.110</A> <A HREF="adminmanual_en.html#toc11.110">save [-d -t -a] &lt;filename&gt; "&lt;cmd&gt;" [...] (9)</A>
1195 </H2>
1196
1197 <P><CODE><B>save [-d -t -a] &lt;filename&gt; "&lt;cmd&gt;" [...]</B> Save command output to a file</CODE></P>
1198 <P>This sysop only cammand allows you to save the output of one or morecommands to a file. For example:-
1199 <BLOCKQUOTE><CODE>
1200 <PRE>
1201   save /spider/packclus/dxstats show/dxstat
1202 </PRE>
1203 </CODE></BLOCKQUOTE>
1204 will save the output of the normal command "show/dxstat" to the file"dxstats" in the files area.You can have some extra flags to the save which will either date stamp or time stamp or both the filename so:-
1205 <BLOCKQUOTE><CODE>
1206 <PRE>
1207   save -d /tmp/a &lt;cmd&gt; creates /tmp/a_6-Jan-2002  save -t /tmp/a &lt;cmd&gt; creates /tmp/a_2301Z  save -d -t /tmp/a &lt;cmd&gt; creates /tmp/a_6-Jan-2002_2301Z
1208 </PRE>
1209 </CODE></BLOCKQUOTE>
1210 The -a flag means append to the file instead of overwriting it.You can have more than one command on the line, to do this you MUSTenclose each command in double quotes (") eg:-
1211 <BLOCKQUOTE><CODE>
1212 <PRE>
1213   save /tmp/a "sh/hfstats" "blank +" "sh/vhfstats"
1214 </PRE>
1215 </CODE></BLOCKQUOTE>
1216 or
1217 <BLOCKQUOTE><CODE>
1218 <PRE>
1219   save /tmp/a "sh/hfstats","blank +","sh/vhfstats"
1220 </PRE>
1221 </CODE></BLOCKQUOTE>
1222 You can only write into places that the cluster has permission for (whichis that of the "sysop" user [which had BETTER NOT BE "root"]), you will need to create any directories you want to put stuff in beforehand as well.It is likely that you will want to run these commands in a crontab type situation. You would do that something like:-
1223 <BLOCKQUOTE><CODE>
1224 <PRE>
1225   0 0 * * * run_cmd('save /tmp/dxstats "echo DXStat Table", "sh/dxstats"')
1226 </PRE>
1227 </CODE></BLOCKQUOTE>
1228 Note that you still enclose each command with (") characters but you mustenclose the entire save command in (') characters. Now in fact, this can be varied if you know what you are doing. See theadmin manual for more details.</P>
1229 <H2><A NAME="ss11.111">11.111</A> <A HREF="adminmanual_en.html#toc11.111">send &lt;call&gt; [&lt;call&gt; ...] (0)</A>
1230 </H2>
1231
1232 <P><CODE><B>send &lt;call&gt; [&lt;call&gt; ...]</B> Send a message to one or more callsigns</CODE></P>
1233
1234 <H2><A NAME="ss11.112">11.112</A> <A HREF="adminmanual_en.html#toc11.112">send copy &lt;msgno&gt; &lt;call&gt; (0)</A>
1235 </H2>
1236
1237 <P><CODE><B>send copy &lt;msgno&gt; &lt;call&gt;</B> Send a copy of a  message to someone</CODE></P>
1238
1239 <H2><A NAME="ss11.113">11.113</A> <A HREF="adminmanual_en.html#toc11.113">send noprivate &lt;call&gt; (0)</A>
1240 </H2>
1241
1242 <P><CODE><B>send noprivate &lt;call&gt;</B> Send a message to all stations</CODE></P>
1243 <P>All the SEND commands will create a message which will be sent either toan individual callsign or to one of the 'bulletin' addresses. SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that isit will mark the message as personal and send it to the cluster node thatthat callsign is connected to. If the &lt;call&gt; you have specified is in facta known bulletin category on your node (eg: ALL) then the message shouldautomatically become a bulletin.You can have more than one callsign in all of the SEND commands.You can have multiple qualifiers so that you can have for example:-
1244 <BLOCKQUOTE><CODE>
1245 <PRE>
1246   SEND RR COPY 123 PRIVATE G1TLH G0RDI
1247 </PRE>
1248 </CODE></BLOCKQUOTE>
1249 which should send a copy of message 123 to G1TLH and G0RDI and you willreceive a read receipt when they have read the message.SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)SP is an alias for SEND PRIVATEThe system will ask you for a subject. Conventionally this should be no longer than 29 characters for compatibility. Most modern clustersoftware should accept more.You will now be prompted to start entering your text. You finish the message by entering '/EX' on a new line. For instance:
1250 <BLOCKQUOTE><CODE>
1251 <PRE>
1252   ...  bye then Jim  73 Dirk  /ex
1253 </PRE>
1254 </CODE></BLOCKQUOTE>
1255 If you have started a message and you don't want to keep it then youcan abandon the message with '/ABORT' on a new line, like:-
1256 <BLOCKQUOTE><CODE>
1257 <PRE>
1258   line 1  line 2  oh I just can't be bothered with this  /abort
1259 </PRE>
1260 </CODE></BLOCKQUOTE>
1261 If you abort the message it will NOT be sent.When you are entering the text of your message, most normal output (suchas DX announcements and so on are suppressed and stored for latter display(upto 20 such lines are stored, as new ones come along, so the oldestlines are dropped).Also, you can enter normal commands commands (and get the output immediately) whilst in the middle of a message. You do this by typingthe command preceeded by a '/' character on a new line, so:-
1262 <BLOCKQUOTE><CODE>
1263 <PRE>
1264   /dx g1tlh 144010 strong signal
1265 </PRE>
1266 </CODE></BLOCKQUOTE>
1267 Will issue a dx annoucement to the rest of the cluster. Also, you can add the output of a command to your message by preceeding the command with '//', thus :-
1268 <BLOCKQUOTE><CODE>
1269 <PRE>
1270   //sh/vhftable
1271 </PRE>
1272 </CODE></BLOCKQUOTE>
1273 This will show YOU the output from SH/VHFTABLE and also store it in themessage. You can carry on with the message until you are ready to send it. </P>
1274 <H2><A NAME="ss11.114">11.114</A> <A HREF="adminmanual_en.html#toc11.114">send private &lt;call&gt; (0)</A>
1275 </H2>
1276
1277 <P><CODE><B>send private &lt;call&gt;</B> Send a personal message</CODE></P>
1278
1279 <H2><A NAME="ss11.115">11.115</A> <A HREF="adminmanual_en.html#toc11.115">send rr &lt;call&gt; (0)</A>
1280 </H2>
1281
1282 <P><CODE><B>send rr &lt;call&gt;</B> Send a message and ask for a read receipt</CODE></P>
1283
1284 <H2><A NAME="ss11.116">11.116</A> <A HREF="adminmanual_en.html#toc11.116">set/address &lt;your address&gt; (0)</A>
1285 </H2>
1286
1287 <P><CODE><B>set/address &lt;your address&gt;</B> Record your postal address</CODE></P>
1288
1289 <H2><A NAME="ss11.117">11.117</A> <A HREF="adminmanual_en.html#toc11.117">set/announce (0)</A>
1290 </H2>
1291
1292 <P><CODE><B>set/announce</B> Allow announce messages to come out on your terminal</CODE></P>
1293
1294 <H2><A NAME="ss11.118">11.118</A> <A HREF="adminmanual_en.html#toc11.118">set/anntalk (0)</A>
1295 </H2>
1296
1297 <P><CODE><B>set/anntalk</B> Allow talk like announce messages on your terminal</CODE></P>
1298
1299 <H2><A NAME="ss11.119">11.119</A> <A HREF="adminmanual_en.html#toc11.119">set/arcluster &lt;call&gt; [&lt;call&gt;..] (5)</A>
1300 </H2>
1301
1302 <P><CODE><B>set/arcluster &lt;call&gt; [&lt;call&gt;..]</B> Make the callsign an AR-Cluster node</CODE></P>
1303
1304 <H2><A NAME="ss11.120">11.120</A> <A HREF="adminmanual_en.html#toc11.120">set/baddx &lt;call&gt;.. (8)</A>
1305 </H2>
1306
1307 <P><CODE><B>set/baddx &lt;call&gt;..</B> Stop callsigns in a dx spot being propagated</CODE></P>
1308
1309 <H2><A NAME="ss11.121">11.121</A> <A HREF="adminmanual_en.html#toc11.121">set/badnode &lt;call&gt;.. (8)</A>
1310 </H2>
1311
1312 <P><CODE><B>set/badnode &lt;call&gt;..</B> Stop spots from this node being propagated</CODE></P>
1313
1314 <H2><A NAME="ss11.122">11.122</A> <A HREF="adminmanual_en.html#toc11.122">set/badspotter &lt;call&gt;.. (8)</A>
1315 </H2>
1316
1317 <P><CODE><B>set/badspotter &lt;call&gt;..</B> Stop spots from this callsign being propagated</CODE></P>
1318
1319 <H2><A NAME="ss11.123">11.123</A> <A HREF="adminmanual_en.html#toc11.123">set/badword &lt;word&gt;.. (8)</A>
1320 </H2>
1321
1322 <P><CODE><B>set/badword &lt;word&gt;..</B> Stop things with this word being propagated</CODE></P>
1323
1324 <H2><A NAME="ss11.124">11.124</A> <A HREF="adminmanual_en.html#toc11.124">set/bbs &lt;call&gt; [&lt;call&gt;..] (5)</A>
1325 </H2>
1326
1327 <P><CODE><B>set/bbs &lt;call&gt; [&lt;call&gt;..]</B> Make the callsign a BBS</CODE></P>
1328
1329 <H2><A NAME="ss11.125">11.125</A> <A HREF="adminmanual_en.html#toc11.125">set/beep (0)</A>
1330 </H2>
1331
1332 <P><CODE><B>set/beep</B> Add a beep to DX and other messages on your terminal</CODE></P>
1333
1334 <H2><A NAME="ss11.126">11.126</A> <A HREF="adminmanual_en.html#toc11.126">set/clx &lt;call&gt; [&lt;call&gt;..] (5)</A>
1335 </H2>
1336
1337 <P><CODE><B>set/clx &lt;call&gt; [&lt;call&gt;..]</B> Make the callsign an CLX node</CODE></P>
1338
1339 <H2><A NAME="ss11.127">11.127</A> <A HREF="adminmanual_en.html#toc11.127">set/debug &lt;name&gt; (9)</A>
1340 </H2>
1341
1342 <P><CODE><B>set/debug &lt;name&gt;</B> Add a debug level to the debug set</CODE></P>
1343
1344 <H2><A NAME="ss11.128">11.128</A> <A HREF="adminmanual_en.html#toc11.128">set/dx (0)</A>
1345 </H2>
1346
1347 <P><CODE><B>set/dx</B> Allow DX messages to come out on your terminal</CODE></P>
1348
1349 <H2><A NAME="ss11.129">11.129</A> <A HREF="adminmanual_en.html#toc11.129">set/dxcq (0)</A>
1350 </H2>
1351
1352 <P><CODE><B>set/dxcq</B> Show CQ Zones on the end of DX announcements</CODE></P>
1353
1354 <H2><A NAME="ss11.130">11.130</A> <A HREF="adminmanual_en.html#toc11.130">set/dxgrid (0)</A>
1355 </H2>
1356
1357 <P><CODE><B>set/dxgrid</B> Allow QRA Grid Squares on the end of DX announcements</CODE></P>
1358
1359 <H2><A NAME="ss11.131">11.131</A> <A HREF="adminmanual_en.html#toc11.131">set/dxitu (0)</A>
1360 </H2>
1361
1362 <P><CODE><B>set/dxitu</B> Show ITU Zones on the end of DX announcements</CODE></P>
1363
1364 <H2><A NAME="ss11.132">11.132</A> <A HREF="adminmanual_en.html#toc11.132">set/dxnet &lt;call&gt; [&lt;call&gt;..] (5)</A>
1365 </H2>
1366
1367 <P><CODE><B>set/dxnet &lt;call&gt; [&lt;call&gt;..]</B> Make the callsign an DXNet node</CODE></P>
1368
1369 <H2><A NAME="ss11.133">11.133</A> <A HREF="adminmanual_en.html#toc11.133">set/echo (0)</A>
1370 </H2>
1371
1372 <P><CODE><B>set/echo</B> Make the cluster echo your input</CODE></P>
1373
1374 <H2><A NAME="ss11.134">11.134</A> <A HREF="adminmanual_en.html#toc11.134">set/email &lt;email&gt; ... (0)</A>
1375 </H2>
1376
1377 <P><CODE><B>set/email &lt;email&gt; ...</B> Set email address(es) and forward your personals</CODE></P>
1378
1379 <H2><A NAME="ss11.135">11.135</A> <A HREF="adminmanual_en.html#toc11.135">set/here (0)</A>
1380 </H2>
1381
1382 <P><CODE><B>set/here</B> Tell the system you are present at your terminal</CODE></P>
1383
1384 <H2><A NAME="ss11.136">11.136</A> <A HREF="adminmanual_en.html#toc11.136">set/homenode &lt;node&gt;  (0)</A>
1385 </H2>
1386
1387 <P><CODE><B>set/homenode &lt;node&gt; </B> Set your normal cluster callsign</CODE></P>
1388 <P>Tell the cluster system where you normally connect to. Any Messages sentto you will normally find their way there should you not be connected.eg:-
1389 <BLOCKQUOTE><CODE>
1390 <PRE>
1391   SET/HOMENODE gb7djk
1392 </PRE>
1393 </CODE></BLOCKQUOTE>
1394 </P>
1395 <H2><A NAME="ss11.137">11.137</A> <A HREF="adminmanual_en.html#toc11.137">set/hops &lt;call&gt; ann|spots|route|wwv|wcy &lt;n&gt; (8)</A>
1396 </H2>
1397
1398 <P><CODE><B>set/hops &lt;call&gt; ann|spots|route|wwv|wcy &lt;n&gt;</B> Set hop count  </CODE></P>
1399
1400 <H2><A NAME="ss11.138">11.138</A> <A HREF="adminmanual_en.html#toc11.138">set/isolate (9)</A>
1401 </H2>
1402
1403 <P><CODE><B>set/isolate</B> Isolate a node from the rest of the network</CODE></P>
1404 <P>Connect a node to your system in such a way that you are a full protocolmember of its network and can see all spots on it, but nothing either leaksout from it nor goes back into from the rest of the nodes connected to you.You can potentially connect several nodes in this way.</P>
1405 <H2><A NAME="ss11.139">11.139</A> <A HREF="adminmanual_en.html#toc11.139">set/language &lt;lang&gt; (0)</A>
1406 </H2>
1407
1408 <P><CODE><B>set/language &lt;lang&gt;</B> Set the language you want to use</CODE></P>
1409 <P>You can select the language that you want the cluster to use. Currentlythe languages available are en (English), de (German), es (Spanish),Czech (cz), French (fr), Portuguese (pt), Italian (it) and nl (Dutch).</P>
1410 <H2><A NAME="ss11.140">11.140</A> <A HREF="adminmanual_en.html#toc11.140">set/location &lt;lat &amp; long&gt; (0)</A>
1411 </H2>
1412
1413 <P><CODE><B>set/location &lt;lat &amp; long&gt;</B> Set your latitude and longitude</CODE></P>
1414
1415 <H2><A NAME="ss11.141">11.141</A> <A HREF="adminmanual_en.html#toc11.141">set/lockout &lt;call&gt; (9)</A>
1416 </H2>
1417
1418 <P><CODE><B>set/lockout &lt;call&gt;</B> Stop a callsign connecting to the cluster</CODE></P>
1419
1420 <H2><A NAME="ss11.142">11.142</A> <A HREF="adminmanual_en.html#toc11.142">set/logininfo (0)</A>
1421 </H2>
1422
1423 <P><CODE><B>set/logininfo</B> Inform when a station logs in/out locally</CODE></P>
1424
1425 <H2><A NAME="ss11.143">11.143</A> <A HREF="adminmanual_en.html#toc11.143">set/name &lt;your name&gt; (0)</A>
1426 </H2>
1427
1428 <P><CODE><B>set/name &lt;your name&gt;</B> Set your name</CODE></P>
1429 <P>Tell the system what your name is eg:-
1430 <BLOCKQUOTE><CODE>
1431 <PRE>
1432   SET/NAME Dirk
1433 </PRE>
1434 </CODE></BLOCKQUOTE>
1435 </P>
1436 <H2><A NAME="ss11.144">11.144</A> <A HREF="adminmanual_en.html#toc11.144">set/node &lt;call&gt; [&lt;call&gt;..] (5)</A>
1437 </H2>
1438
1439 <P><CODE><B>set/node &lt;call&gt; [&lt;call&gt;..]</B> Make the callsign an AK1A cluster</CODE></P>
1440 <P>Tell the system that the call(s) are to be treated as AK1A cluster andfed PC Protocol rather normal user commands.</P>
1441 <H2><A NAME="ss11.145">11.145</A> <A HREF="adminmanual_en.html#toc11.145">set/obscount &lt;count&gt; &lt;call&gt; (8)</A>
1442 </H2>
1443
1444 <P><CODE><B>set/obscount &lt;count&gt; &lt;call&gt;</B> Set the 'pump-up' obscelence PING counter </CODE></P>
1445 <P>From 1.35 onwards neighbouring nodes are pinged at regular intervals (seeSET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'counter which is decremented on every outgoing ping and then reset tothe 'obscount' value on every incoming ping. The default value of thisparameter is 2. What this means is that a neighbouring node will be pinged twice at (default) 300 second intervals and if no reply has been heard just beforewhat would be the third attempt, that node is disconnected.If a ping is heard then the obscount is reset to the full value. Usingdefault values, if a node has not responded to a ping within 15 minutes,it is disconnected.You can set this parameter between 1 and 9.It is STRONGLY recommended that you don't change the default.</P>
1446 <H2><A NAME="ss11.146">11.146</A> <A HREF="adminmanual_en.html#toc11.146">set/page &lt;lines per page&gt; (0)</A>
1447 </H2>
1448
1449 <P><CODE><B>set/page &lt;lines per page&gt;</B> Set the lines per page</CODE></P>
1450 <P>Tell the system how many lines you wish on a page when the number of lineof output from a command is more than this. The default is 20. Setting itexplicitly to 0 will disable paging. 
1451 <BLOCKQUOTE><CODE>
1452 <PRE>
1453   SET/PAGE 30  SET/PAGE 0
1454 </PRE>
1455 </CODE></BLOCKQUOTE>
1456 The setting is stored in your user profile.</P>
1457 <H2><A NAME="ss11.147">11.147</A> <A HREF="adminmanual_en.html#toc11.147">set/password (0)</A>
1458 </H2>
1459
1460 <P><CODE><B>set/password</B> Set your own password</CODE></P>
1461 <P>This command only works for a 'telnet' user (currently). It willonly work if you have a password already set. This initial passwordcan only be set by the sysop.When you execute this command it will ask you for your old password,then ask you to type in your new password twice (to make sure youget it right). You may or may not see the data echoed on the screenas you type, depending on the type of telnet client you have.</P>
1462 <H2><A NAME="ss11.148">11.148</A> <A HREF="adminmanual_en.html#toc11.148">set/password &lt;callsign&gt; &lt;string&gt; (9)</A>
1463 </H2>
1464
1465 <P><CODE><B>set/password &lt;callsign&gt; &lt;string&gt;</B> Set a users password</CODE></P>
1466 <P>The password for a user can only be set by a full sysop. The stringcan contain any characters. The way this field is used depends on context. If it is being used inthe SYSOP command context then you are offered 5 random numbers and youhave to supply the corresponding letters. This is now mainly for ax25connections.If it is being used on incoming telnet connections then, if a passwordis set or the:
1467 <BLOCKQUOTE><CODE>
1468 <PRE>
1469   set/var $main::passwdreq = 1
1470 </PRE>
1471 </CODE></BLOCKQUOTE>
1472 command is executed in the startup script, then a password prompt isgiven after the normal 'login: ' prompt.  </P>
1473 <H2><A NAME="ss11.149">11.149</A> <A HREF="adminmanual_en.html#toc11.149">set/pinginterval &lt;time&gt; &lt;nodecall&gt; (9)</A>
1474 </H2>
1475
1476 <P><CODE><B>set/pinginterval &lt;time&gt; &lt;nodecall&gt;</B> Set ping time to neighbouring nodes </CODE></P>
1477 <P>As from release 1.35 all neighbouring nodes are pinged at regular intervalsin order to determine the rolling quality of the link and, in future, toaffect routing decisions. The default interval is 300 secs or 5 minutes.You can use this command to set a different interval. Please don't. But if you do the value you enter is treated as minutes up 30 and secondsfor numbers greater than that.This is used also to help determine when a link is down at the far end(as certain cluster software doesn't always notice), see SET/OBSCOUNTfor more information.If you must change it (and it may be useful for internet connected nodeson dynamic IP addresses that go away after a set time of usage) the timecan be specified as:-
1478 <BLOCKQUOTE><CODE>
1479 <PRE>
1480   5      which if less than 30 is converted to minutes otherwise is          taken as the no of seconds between pings.   120s   120 seconds  5m     5 minutes  1h     1 hour
1481 </PRE>
1482 </CODE></BLOCKQUOTE>
1483 Please be aware that this causes traffic to occur on the link, setting this value too low may annoy your neighbours beyond the point of endurance!You can switch this off by setting it to 0.</P>
1484 <H2><A NAME="ss11.150">11.150</A> <A HREF="adminmanual_en.html#toc11.150">set/privilege &lt;n&gt; &lt;call&gt; [&lt;call..] (9)</A>
1485 </H2>
1486
1487 <P><CODE><B>set/privilege &lt;n&gt; &lt;call&gt; [&lt;call..]</B> Set privilege level on a call</CODE></P>
1488 <P>Set the privilege level on a callsign. The privilege levels that pertainto commands are as default:-
1489 <BLOCKQUOTE><CODE>
1490 <PRE>
1491   0 - normal user  1 - allow remote nodes normal user RCMDs  5 - various privileged commands (including shutdown, but not disc-      connect), the normal level for another node.  8 - more privileged commands (including disconnect)  9 - local sysop privilege. DO NOT SET ANY REMOTE USER OR NODE TO THIS      LEVEL.
1492 </PRE>
1493 </CODE></BLOCKQUOTE>
1494 If you are a sysop and you come in as a normal user on a remote connectionyour privilege will automatically be set to 0.</P>
1495 <H2><A NAME="ss11.151">11.151</A> <A HREF="adminmanual_en.html#toc11.151">set/prompt &lt;string&gt; (0)</A>
1496 </H2>
1497
1498 <P><CODE><B>set/prompt &lt;string&gt;</B> Set your prompt to &lt;string&gt;</CODE></P>
1499
1500 <H2><A NAME="ss11.152">11.152</A> <A HREF="adminmanual_en.html#toc11.152">set/qra &lt;locator&gt; (0)</A>
1501 </H2>
1502
1503 <P><CODE><B>set/qra &lt;locator&gt;</B> Set your QRA Grid locator</CODE></P>
1504 <P>Tell the system what your QRA (or Maidenhead) locator is. If you have notdone a SET/LOCATION then your latitude and longitude will be set roughlycorrectly (assuming your locator is correct ;-). For example:-
1505 <BLOCKQUOTE><CODE>
1506 <PRE>
1507   SET/QRA JO02LQ
1508 </PRE>
1509 </CODE></BLOCKQUOTE>
1510 </P>
1511 <H2><A NAME="ss11.153">11.153</A> <A HREF="adminmanual_en.html#toc11.153">set/qth &lt;your qth&gt; (0)</A>
1512 </H2>
1513
1514 <P><CODE><B>set/qth &lt;your qth&gt;</B> Set your QTH</CODE></P>
1515 <P>Tell the system where you are. For example:-
1516 <BLOCKQUOTE><CODE>
1517 <PRE>
1518   SET/QTH East Dereham, Norfolk
1519 </PRE>
1520 </CODE></BLOCKQUOTE>
1521 </P>
1522 <H2><A NAME="ss11.154">11.154</A> <A HREF="adminmanual_en.html#toc11.154">set/register &lt;call&gt; ... (9)</A>
1523 </H2>
1524
1525 <P><CODE><B>set/register &lt;call&gt; ...</B> Mark a user as registered</CODE></P>
1526
1527 <H2><A NAME="ss11.155">11.155</A> <A HREF="adminmanual_en.html#toc11.155">set/spider &lt;call&gt; [&lt;call&gt;..] (5)</A>
1528 </H2>
1529
1530 <P><CODE><B>set/spider &lt;call&gt; [&lt;call&gt;..]</B> Make the callsign an DXSpider node</CODE></P>
1531 <P>Tell the system that the call(s) are to be treated as DXSpider node andfed new style DX Protocol rather normal user commands.</P>
1532 <H2><A NAME="ss11.156">11.156</A> <A HREF="adminmanual_en.html#toc11.156">set/startup (0)</A>
1533 </H2>
1534
1535 <P><CODE><B>set/startup</B> Create your own startup script</CODE></P>
1536 <P>Create a startup script of DXSpider commands which will be executedeverytime that you login into this node. You can only input the wholescript afresh, it is not possible to 'edit' it. Inputting a new script isjust like typing in a message using SEND. To finish inputting type: /EXon a newline, to abandon the script type: /ABORT.You may find the (curiously named) command BLANK useful to break up the output. If you simply want a blank line, it is easier to input one or more spaces and press the &lt;return&gt; key.See UNSET/STARTUP to remove a script.</P>
1537 <H2><A NAME="ss11.157">11.157</A> <A HREF="adminmanual_en.html#toc11.157">set/startup &lt;call&gt; (6)</A>
1538 </H2>
1539
1540 <P><CODE><B>set/startup &lt;call&gt;</B> Create a user startup script</CODE></P>
1541
1542 <H2><A NAME="ss11.158">11.158</A> <A HREF="adminmanual_en.html#toc11.158">set/sys_location &lt;lat &amp; long&gt; (9)</A>
1543 </H2>
1544
1545 <P><CODE><B>set/sys_location &lt;lat &amp; long&gt;</B> Set your cluster latitude and longitude</CODE></P>
1546 <P>In order to get accurate headings and such like you must tell the systemwhat your latitude and longitude is. If you have not yet done a SET/QRAthen this command will set your QRA locator for you. For example:-
1547 <BLOCKQUOTE><CODE>
1548 <PRE>
1549   SET/LOCATION 52 22 N 0 57 E
1550 </PRE>
1551 </CODE></BLOCKQUOTE>
1552 </P>
1553 <H2><A NAME="ss11.159">11.159</A> <A HREF="adminmanual_en.html#toc11.159">set/sys_qra &lt;locator&gt; (9)</A>
1554 </H2>
1555
1556 <P><CODE><B>set/sys_qra &lt;locator&gt;</B> Set your cluster QRA Grid locator</CODE></P>
1557
1558 <H2><A NAME="ss11.160">11.160</A> <A HREF="adminmanual_en.html#toc11.160">set/talk (0)</A>
1559 </H2>
1560
1561 <P><CODE><B>set/talk</B> Allow TALK messages to come out on your terminal</CODE></P>
1562
1563 <H2><A NAME="ss11.161">11.161</A> <A HREF="adminmanual_en.html#toc11.161">set/usdb &lt;call&gt; &lt;state&gt; &lt;city&gt; (9)</A>
1564 </H2>
1565
1566 <P><CODE><B>set/usdb &lt;call&gt; &lt;state&gt; &lt;city&gt;</B> add/update a US DB callsign</CODE></P>
1567 <P>This command allows you to add or alter a callsign in the US statedatabase. Use with extreme caution. Anything you do here will beoverwritten by any weekly updates that affect this callsign
1568 <BLOCKQUOTE><CODE>
1569 <PRE>
1570   set/usdb g1tlh nh downtown rindge
1571 </PRE>
1572 </CODE></BLOCKQUOTE>
1573 see also DELETE/USDB</P>
1574 <H2><A NAME="ss11.162">11.162</A> <A HREF="adminmanual_en.html#toc11.162">set/usstate (0)</A>
1575 </H2>
1576
1577 <P><CODE><B>set/usstate</B> Allow US State info on the end of DX announcements</CODE></P>
1578
1579 <H2><A NAME="ss11.163">11.163</A> <A HREF="adminmanual_en.html#toc11.163">set/wcy (0)</A>
1580 </H2>
1581
1582 <P><CODE><B>set/wcy</B> Allow WCY messages to come out on your terminal</CODE></P>
1583
1584 <H2><A NAME="ss11.164">11.164</A> <A HREF="adminmanual_en.html#toc11.164">set/wwv (0)</A>
1585 </H2>
1586
1587 <P><CODE><B>set/wwv</B> Allow WWV messages to come out on your terminal</CODE></P>
1588
1589 <H2><A NAME="ss11.165">11.165</A> <A HREF="adminmanual_en.html#toc11.165">set/wx (0)</A>
1590 </H2>
1591
1592 <P><CODE><B>set/wx</B> Allow WX messages to come out on your terminal</CODE></P>
1593
1594 <H2><A NAME="ss11.166">11.166</A> <A HREF="adminmanual_en.html#toc11.166">show/baddx (1)</A>
1595 </H2>
1596
1597 <P><CODE><B>show/baddx</B> Show all the bad dx calls in the system</CODE></P>
1598 <P>Display all the bad dx callsigns in the system, see SET/BADDXfor more information.</P>
1599 <H2><A NAME="ss11.167">11.167</A> <A HREF="adminmanual_en.html#toc11.167">show/badnode (1)</A>
1600 </H2>
1601
1602 <P><CODE><B>show/badnode</B> Show all the bad nodes in the system</CODE></P>
1603 <P>Display all the bad node callsigns in the system, see SET/BADNODEfor more information.</P>
1604 <H2><A NAME="ss11.168">11.168</A> <A HREF="adminmanual_en.html#toc11.168">show/badspotter (1)</A>
1605 </H2>
1606
1607 <P><CODE><B>show/badspotter</B> Show all the bad spotters in the system</CODE></P>
1608 <P>Display all the bad spotter's callsigns in the system, see SET/BADSPOTTERfor more information.</P>
1609 <H2><A NAME="ss11.169">11.169</A> <A HREF="adminmanual_en.html#toc11.169">show/badword (1)</A>
1610 </H2>
1611
1612 <P><CODE><B>show/badword</B> Show all the bad words in the system</CODE></P>
1613 <P>Display all the bad words in the system, see SET/BADWORDfor more information.</P>
1614 <H2><A NAME="ss11.170">11.170</A> <A HREF="adminmanual_en.html#toc11.170">show/chat [&lt;group&gt;] [&lt;lines&gt;] (0)</A>
1615 </H2>
1616
1617 <P><CODE><B>show/chat [&lt;group&gt;] [&lt;lines&gt;]</B> Show any chat or conferencing </CODE></P>
1618 <P>This command allows you to see any chat or conferencing that has  occurred whilst you were away. SHOW/CHAT on its own will show data forall groups. If you use a group name then it will show only chat forthat group.</P>
1619 <H2><A NAME="ss11.171">11.171</A> <A HREF="adminmanual_en.html#toc11.171">show/configuration [&lt;node&gt;] (0)</A>
1620 </H2>
1621
1622 <P><CODE><B>show/configuration [&lt;node&gt;]</B> Show all the nodes and users visible</CODE></P>
1623 <P>This command allows you to see all the users that can be seenand the nodes to which they are connected.This command is normally abbreviated to: sh/cNormally, the list returned will be just for the nodes from your country (because the list otherwise will be very long).
1624 <BLOCKQUOTE><CODE>
1625 <PRE>
1626   SH/C ALL 
1627 </PRE>
1628 </CODE></BLOCKQUOTE>
1629 will produce a complete list of all nodes. BE WARNED: the list that is returned can be VERY longIt is possible to supply a node or part of a prefix and you will get a list of the users for that node or list of nodes starting withthat prefix.
1630 <BLOCKQUOTE><CODE>
1631 <PRE>
1632   SH/C GB7DJK
1633 </PRE>
1634 </CODE></BLOCKQUOTE>
1635 <BLOCKQUOTE><CODE>
1636 <PRE>
1637   SH/C SK
1638 </PRE>
1639 </CODE></BLOCKQUOTE>
1640 </P>
1641 <H2><A NAME="ss11.172">11.172</A> <A HREF="adminmanual_en.html#toc11.172">show/configuration/node (0)</A>
1642 </H2>
1643
1644 <P><CODE><B>show/configuration/node</B> Show all the nodes connected locally</CODE></P>
1645 <P>Show all the nodes connected to this node.</P>
1646 <H2><A NAME="ss11.173">11.173</A> <A HREF="adminmanual_en.html#toc11.173">show/connect (1)</A>
1647 </H2>
1648
1649 <P><CODE><B>show/connect</B> Show all the active connections</CODE></P>
1650 <P>This command shows information on all the active connections known tothe node. This command gives slightly more information than WHO.</P>
1651 <H2><A NAME="ss11.174">11.174</A> <A HREF="adminmanual_en.html#toc11.174">show/contest &lt;year and month&gt; (0)</A>
1652 </H2>
1653
1654 <P><CODE><B>show/contest &lt;year and month&gt;</B> Show all the contests for a month</CODE></P>
1655 <P>Show all known contests which are maintained at http://www.sk3bg.se/contest/for a particular month or year. The format is reasonably flexible.For example:-
1656 <BLOCKQUOTE><CODE>
1657 <PRE>
1658   SH/CONTEST sep2003  SH/CONTEST 03 march
1659 </PRE>
1660 </CODE></BLOCKQUOTE>
1661 </P>
1662 <H2><A NAME="ss11.175">11.175</A> <A HREF="adminmanual_en.html#toc11.175">show/date [&lt;prefix&gt;|&lt;callsign&gt;] (0)</A>
1663 </H2>
1664
1665 <P><CODE><B>show/date [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show the local time </CODE></P>
1666 <P>This is very nearly the same as SHOW/TIME, the only difference the formatof the date string if no arguments are given.If no prefixes or callsigns are given then this command returns the localtime and UTC as the computer has it right now. If you give some prefixesthen it will show UTC and UTC + the local offset (not including DST) atthe prefixes or callsigns that you specify.</P>
1667 <H2><A NAME="ss11.176">11.176</A> <A HREF="adminmanual_en.html#toc11.176">show/db0sdx &lt;callsign&gt; (0)</A>
1668 </H2>
1669
1670 <P><CODE><B>show/db0sdx &lt;callsign&gt;</B> Show QSL infomation from DB0SDX database</CODE></P>
1671 <P>This command queries the DB0SDX QSL server on the internetand returns any information available for that callsign. This serviceis provided for users of this software by http://www.qslinfo.de.See also SHOW/QRZ, SHOW/WM7D.</P>
1672 <H2><A NAME="ss11.177">11.177</A> <A HREF="adminmanual_en.html#toc11.177">show/debug (9)</A>
1673 </H2>
1674
1675 <P><CODE><B>show/debug</B> Show what levels of debug information you are logging</CODE></P>
1676
1677 <H2><A NAME="ss11.178">11.178</A> <A HREF="adminmanual_en.html#toc11.178">show/dx (0)</A>
1678 </H2>
1679
1680 <P><CODE><B>show/dx</B> Interrogate the spot database</CODE></P>
1681 <P>If you just type SHOW/DX you will get the last so many spots(sysop configurable, but usually 10).In addition you can add any number of these commands in very nearlyany order to the basic SHOW/DX command, they are:-
1682 <BLOCKQUOTE><CODE>
1683 <PRE>
1684  on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS) on &lt;from&gt;/&lt;to&gt;  - eg 1000/4000 14000-30000  (in Khz)    &lt;from&gt;-&lt;to&gt;
1685 </PRE>
1686 </CODE></BLOCKQUOTE>
1687 <BLOCKQUOTE><CODE>
1688 <PRE>
1689  &lt;number&gt;        - the number of spots you want &lt;from&gt;-&lt;to&gt;     - &lt;from&gt; spot no &lt;to&gt; spot no in the selected list &lt;from&gt;/&lt;to&gt;
1690 </PRE>
1691 </CODE></BLOCKQUOTE>
1692 <BLOCKQUOTE><CODE>
1693 <PRE>
1694  &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt; *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt; *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
1695 </PRE>
1696 </CODE></BLOCKQUOTE>
1697 <BLOCKQUOTE><CODE>
1698 <PRE>
1699  day &lt;number&gt;    - starting &lt;number&gt; days ago day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago     &lt;from&gt;/&lt;to&gt;   
1700 </PRE>
1701 </CODE></BLOCKQUOTE>
1702 <BLOCKQUOTE><CODE>
1703 <PRE>
1704  info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
1705 </PRE>
1706 </CODE></BLOCKQUOTE>
1707 <BLOCKQUOTE><CODE>
1708 <PRE>
1709  by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; is the                    same).
1710 </PRE>
1711 </CODE></BLOCKQUOTE>
1712 <BLOCKQUOTE><CODE>
1713 <PRE>
1714  qsl             - this automatically looks for any qsl info on the call                   held in the spot database.
1715 </PRE>
1716 </CODE></BLOCKQUOTE>
1717 <BLOCKQUOTE><CODE>
1718 <PRE>
1719  iota [&lt;iota&gt;]   - If the iota island number is missing it will look for                  the string iota and anything which looks like an iota                  island number. If you specify then it will look for                    that island.
1720 </PRE>
1721 </CODE></BLOCKQUOTE>
1722 <BLOCKQUOTE><CODE>
1723 <PRE>
1724  qra [&lt;locator&gt;] - this will look for the specific locator if you specify                   one or else anything that looks like a locator.
1725 </PRE>
1726 </CODE></BLOCKQUOTE>
1727 <BLOCKQUOTE><CODE>
1728 <PRE>
1729  dxcc            - treat the prefix as a 'country' and look for spots                   from that country regardless of actual prefix.                   eg dxcc oq2 
1730 </PRE>
1731 </CODE></BLOCKQUOTE>
1732 <BLOCKQUOTE><CODE>
1733 <PRE>
1734                    You can also use this with the 'by' keyword so                    eg by W dxcc  
1735 </PRE>
1736 </CODE></BLOCKQUOTE>
1737 <BLOCKQUOTE><CODE>
1738 <PRE>
1739  real or rt      - Format the output the same as for real time spots. The                   formats are deliberately different (so you can tell                   one sort from the other). This is useful for some                    logging programs that can't cope with normal sh/dx                    output. An alias of SHOW/FDX is available.
1740 </PRE>
1741 </CODE></BLOCKQUOTE>
1742 <BLOCKQUOTE><CODE>
1743 <PRE>
1744  filter          - Filter the spots, before output, with the user's                    spot filter. An alias of SHOW/MYDX is available.
1745 </PRE>
1746 </CODE></BLOCKQUOTE>
1747 <BLOCKQUOTE><CODE>
1748 <PRE>
1749  zone &lt;zones&gt;    - look for spots in the cq zone (or zones) specified.                   zones are numbers separated by commas.
1750 </PRE>
1751 </CODE></BLOCKQUOTE>
1752 <BLOCKQUOTE><CODE>
1753 <PRE>
1754  by_zone &lt;zones&gt; - look for spots spotted by people in the cq zone                   specified.
1755 </PRE>
1756 </CODE></BLOCKQUOTE>
1757 <BLOCKQUOTE><CODE>
1758 <PRE>
1759  itu &lt;itus&gt;      - look for spots in the itu zone (or zones) specified                   itu zones are numbers separated by commas.
1760 </PRE>
1761 </CODE></BLOCKQUOTE>
1762 <BLOCKQUOTE><CODE>
1763 <PRE>
1764  by_itu &lt;itus&gt;   - look for spots spotted by people in the itu zone                   specified.
1765 </PRE>
1766 </CODE></BLOCKQUOTE>
1767 <BLOCKQUOTE><CODE>
1768 <PRE>
1769  state &lt;list&gt;    - look for spots in the US state (or states) specified                   The list is two letter state codes separated by commas.
1770 </PRE>
1771 </CODE></BLOCKQUOTE>
1772 <BLOCKQUOTE><CODE>
1773 <PRE>
1774  by_state &lt;list&gt; - look for spots spotted by people in the US state                   specified.
1775 </PRE>
1776 </CODE></BLOCKQUOTE>
1777 <BLOCKQUOTE><CODE>
1778 <PRE>
1779  e.g. 
1780 </PRE>
1781 </CODE></BLOCKQUOTE>
1782 <BLOCKQUOTE><CODE>
1783 <PRE>
1784    SH/DX 9m0   SH/DX on 20m info iota   SH/DX 9a on vhf day 30   SH/DX rf1p qsl   SH/DX iota    SH/DX iota eu-064   SH/DX qra jn86   SH/DX dxcc oq2   SH/DX dxcc oq2 by w dxcc   SH/DX zone 4,5,6   SH/DX by_zone 4,5,6   SH/DX state in,oh   SH/DX by_state in,oh
1785 </PRE>
1786 </CODE></BLOCKQUOTE>
1787 </P>
1788 <H2><A NAME="ss11.179">11.179</A> <A HREF="adminmanual_en.html#toc11.179">show/dxcc &lt;prefix&gt; (0)</A>
1789 </H2>
1790
1791 <P><CODE><B>show/dxcc &lt;prefix&gt;</B> Interrogate the spot database by country</CODE></P>
1792 <P>This command takes the &lt;prefix&gt; (which can be a full or partial callsign if desired), looks up which internal country number it isand then displays all the spots as per SH/DX for that country.This is now an alias for 'SHOW/DX DXCC' The options for SHOW/DX also apply to this command.   e.g. 
1793 <BLOCKQUOTE><CODE>
1794 <PRE>
1795    SH/DXCC G   SH/DXCC W on 20m iota
1796 </PRE>
1797 </CODE></BLOCKQUOTE>
1798 This can be done with the SHOW/DX command like this:-
1799 <BLOCKQUOTE><CODE>
1800 <PRE>
1801    SH/DX dxcc g   SH/DX dxcc w on 20m iota
1802 </PRE>
1803 </CODE></BLOCKQUOTE>
1804 This is an alias for: SH/DX dxcc</P>
1805 <H2><A NAME="ss11.180">11.180</A> <A HREF="adminmanual_en.html#toc11.180">show/dxqsl &lt;callsign&gt; (0)</A>
1806 </H2>
1807
1808 <P><CODE><B>show/dxqsl &lt;callsign&gt;</B> Show any QSL info gathered from spots</CODE></P>
1809 <P>The node collects information from the comment fields in spots (thingslike 'VIA EA7WA' or 'QSL-G1TLH') and stores these in a database.This command allows you to interrogate that database and if the callsignis found will display the manager(s) that people have spotted. This information is NOT reliable, but it is normally reasonably accurate ifit is spotted enough times.For example:-
1810 <BLOCKQUOTE><CODE>
1811 <PRE>
1812   sh/dxqsl 4k9w
1813 </PRE>
1814 </CODE></BLOCKQUOTE>
1815 You can check the raw input spots yourself with:-
1816 <BLOCKQUOTE><CODE>
1817 <PRE>
1818   sh/dx 4k9w qsl
1819 </PRE>
1820 </CODE></BLOCKQUOTE>
1821 This gives you more background information.</P>
1822 <H2><A NAME="ss11.181">11.181</A> <A HREF="adminmanual_en.html#toc11.181">show/dxstats [days] [date] (0)</A>
1823 </H2>
1824
1825 <P><CODE><B>show/dxstats [days] [date]</B> Show the DX Statistics</CODE></P>
1826 <P>Show the total DX spots for the last &lt;days&gt; no of days (default is 31), starting from a &lt;date&gt; (default: today).</P>
1827 <H2><A NAME="ss11.182">11.182</A> <A HREF="adminmanual_en.html#toc11.182">show/fdx (0)</A>
1828 </H2>
1829
1830 <P><CODE><B>show/fdx</B> Show the DX data in realtime format.</CODE></P>
1831 <P>Normally SHOW/DX outputs spot data in a different format to therealtime data. This is a deliberate policy (so you can tell the difference between the two). Some logging programs cannot handlethis so SHOW/FDX outputs historical data in real time format.This is an alias for: SHOW/DX real</P>
1832 <H2><A NAME="ss11.183">11.183</A> <A HREF="adminmanual_en.html#toc11.183">show/files [&lt;filearea&gt; [&lt;string&gt;]] (0)</A>
1833 </H2>
1834
1835 <P><CODE><B>show/files [&lt;filearea&gt; [&lt;string&gt;]]</B> List the contents of a filearea</CODE></P>
1836 <P>SHOW/FILES on its own will show you a list of the various fileareasavailable on the system. To see the contents of a particular filearea type:-
1837 <BLOCKQUOTE><CODE>
1838 <PRE>
1839    SH/FILES &lt;filearea&gt;
1840 </PRE>
1841 </CODE></BLOCKQUOTE>
1842 where &lt;filearea&gt; is the name of the filearea you want to see the contents of.You can also use shell globbing characters like '*' and '?' in astring to see a selection of files in a filearea eg:-
1843 <BLOCKQUOTE><CODE>
1844 <PRE>
1845    SH/FILES bulletins arld*
1846 </PRE>
1847 </CODE></BLOCKQUOTE>
1848 See also TYPE - to see the contents of a file.</P>
1849 <H2><A NAME="ss11.184">11.184</A> <A HREF="adminmanual_en.html#toc11.184">show/filter (0)</A>
1850 </H2>
1851
1852 <P><CODE><B>show/filter</B> Show the contents of all the filters you have set</CODE></P>
1853 <P>Show the contents of all the filters that are set. This command displaysall the filters set - for all the various categories.</P>
1854 <H2><A NAME="ss11.185">11.185</A> <A HREF="adminmanual_en.html#toc11.185">show/hfstats [days] [date] (0)</A>
1855 </H2>
1856
1857 <P><CODE><B>show/hfstats [days] [date]</B> Show the HF DX Statistics </CODE></P>
1858 <P>Show the HF DX spots breakdown by band for the last &lt;days&gt; no of days (default is 31), starting from a &lt;date&gt; (default: today).</P>
1859 <H2><A NAME="ss11.186">11.186</A> <A HREF="adminmanual_en.html#toc11.186">show/hftable [days] [date] [prefix ...] (0)</A>
1860 </H2>
1861
1862 <P><CODE><B>show/hftable [days] [date] [prefix ...]</B> Show the HF DX Spotter Table</CODE></P>
1863 <P>Show the HF DX Spotter table for the list of prefixes for the last &lt;days&gt; no of days (default is 31), starting from a &lt;date&gt; (default: today).If there are no prefixes then it will show the table for your country.Remember that some countries have more than one "DXCC country" in them(eg G :-), to show them (assuming you are not in G already which isspecially treated in the code) you must list all the relevant prefixes
1864 <BLOCKQUOTE><CODE>
1865 <PRE>
1866   sh/hftable g gm gd gi gj gw gu 
1867 </PRE>
1868 </CODE></BLOCKQUOTE>
1869 Note that the prefixes are converted into country codes so you don't haveto list all possible prefixes for each country.If you want more or less days than the default simply include thenumber you require:-
1870 <BLOCKQUOTE><CODE>
1871 <PRE>
1872   sh/hftable 20 pa
1873 </PRE>
1874 </CODE></BLOCKQUOTE>
1875 If you want to start at a different day, simply add the date in some recognizable form:-
1876 <BLOCKQUOTE><CODE>
1877 <PRE>
1878   sh/hftable 2 25nov02  sh/hftable 2 25-nov-02   sh/hftable 2 021125   sh/hftable 2 25/11/02
1879 </PRE>
1880 </CODE></BLOCKQUOTE>
1881 This will show the stats for your DXCC for that CQWW contest weekend. You can specify either prefixes or full callsigns (so you can see how youdid against all your mates). You can also say 'all' which will then printthe worldwide statistics.
1882 <BLOCKQUOTE><CODE>
1883 <PRE>
1884   sh/hftable all 
1885 </PRE>
1886 </CODE></BLOCKQUOTE>
1887 </P>
1888 <H2><A NAME="ss11.187">11.187</A> <A HREF="adminmanual_en.html#toc11.187">show/hops &lt;call&gt; [ann|spots|route|wcy|wwv] (8)</A>
1889 </H2>
1890
1891 <P><CODE><B>show/hops &lt;call&gt; [ann|spots|route|wcy|wwv]</B> Show the hop counts for a node</CODE></P>
1892 <P>This command shows the hop counts set up for a node. You can specifywhich category you want to see. If you leave the category out then all the categories will be listed.</P>
1893 <H2><A NAME="ss11.188">11.188</A> <A HREF="adminmanual_en.html#toc11.188">show/isolate (1)</A>
1894 </H2>
1895
1896 <P><CODE><B>show/isolate</B> Show list of ISOLATED nodes</CODE></P>
1897
1898 <H2><A NAME="ss11.189">11.189</A> <A HREF="adminmanual_en.html#toc11.189">show/lockout &lt;prefix&gt;|all (9)</A>
1899 </H2>
1900
1901 <P><CODE><B>show/lockout &lt;prefix&gt;|all</B> Show the list of locked out or excluded callsigns</CODE></P>
1902
1903 <H2><A NAME="ss11.190">11.190</A> <A HREF="adminmanual_en.html#toc11.190">show/log [&lt;callsign&gt;] (8)</A>
1904 </H2>
1905
1906 <P><CODE><B>show/log [&lt;callsign&gt;]</B> Show excerpts from the system log</CODE></P>
1907 <P>This command outputs a short section of the system log.  On its ownit will output a general logfile.  With the optional callsign it willshow output from the log associated with that callsign.</P>
1908 <H2><A NAME="ss11.191">11.191</A> <A HREF="adminmanual_en.html#toc11.191">show/moon [ndays] [&lt;prefix&gt;|&lt;callsign&gt;] (0)</A>
1909 </H2>
1910
1911 <P><CODE><B>show/moon [ndays] [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show Moon rise and set times</CODE></P>
1912 <P>Show the Moon rise and set times for a (list of) prefixes or callsigns, together with the azimuth and elevation of the sun currently at thoselocations.If you don't specify any prefixes or callsigns, it will show the times foryour QTH (assuming you have set it with either SET/LOCATION or SET/QRA),together with the current azimuth and elevation.In addition, it will show the illuminated fraction of the moons disk.If all else fails it will show the Moonrise and set times for the nodethat you are connected to. For example:-
1913 <BLOCKQUOTE><CODE>
1914 <PRE>
1915   SH/MOON  SH/MOON G1TLH W5UN
1916 </PRE>
1917 </CODE></BLOCKQUOTE>
1918 You can also use this command to see into the past or the future, soif you want to see yesterday's times then do:-
1919 <BLOCKQUOTE><CODE>
1920 <PRE>
1921   SH/MOON -1 
1922 </PRE>
1923 </CODE></BLOCKQUOTE>
1924 or in three days time:-
1925 <BLOCKQUOTE><CODE>
1926 <PRE>
1927   SH/MOON +3 W9
1928 </PRE>
1929 </CODE></BLOCKQUOTE>
1930 Upto 366 days can be checked both in the past and in the future.Please note that the rise and set times are given as the UT times of rise and set on the requested UT day.</P>
1931 <H2><A NAME="ss11.192">11.192</A> <A HREF="adminmanual_en.html#toc11.192">show/muf &lt;prefix&gt; [&lt;hours&gt;][long] (0)</A>
1932 </H2>
1933
1934 <P><CODE><B>show/muf &lt;prefix&gt; [&lt;hours&gt;][long]</B> Show the likely propagation to a prefix</CODE></P>
1935 <P>This command allow you to estimate the likelihood of you contactinga station with the prefix you have specified. The output assumes a modestpower of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)The result predicts the most likely operating frequencies and signallevels for high frequency (shortwave) radio propagation paths onspecified days of the year and hours of the day. It is most useful forpaths between 250 km and 6000 km, but can be used with reduced accuracyfor paths shorter or longer than this.The command uses a routine MINIMUF 3.5 developed by the U.S. Navy andused to predict the MUF given the predicted flux, day of the year,hour of the day and geographic coordinates of the transmitter andreceiver. This routine is reasonably accurate for the purposes here,with a claimed RMS error of 3.8 MHz, but much smaller and less complexthan the programs used by major shortwave broadcasting organizations,such as the Voice of America.The command will display some header information detailing itsassumptions, together with the locations, latitude and longitudes andbearings. It will then show UTC (UT), local time at the other end(LT), calculate the MUFs, Sun zenith angle at the midpoint of the path(Zen) and the likely signal strengths. Then for each frequency for whichthe system thinks there is a likelihood of a circuit it prints a value.The value is currently a likely S meter reading based on the conventional6dB / S point scale. If the value has a '+' appended it means that it is1/2 an S point stronger. If the value is preceeded by an 'm' it means thatthere is likely to be much fading and by an 's' that the signal is likelyto be noisy.  By default SHOW/MUF will show the next two hours worth of data. Youcan specify anything up to 24 hours worth of data by appending the no ofhours required after the prefix. For example:-
1936 <BLOCKQUOTE><CODE>
1937 <PRE>
1938   SH/MUF W
1939 </PRE>
1940 </CODE></BLOCKQUOTE>
1941 produces:
1942 <BLOCKQUOTE><CODE>
1943 <PRE>
1944   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21  Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms  Location                       Lat / Long           Azim  East Dereham, Norfolk          52 41 N 0 57 E         47  United-States-W                43 0 N 87 54 W        299  UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0  18 23 11.5 -35  mS0+ mS2   S3  19  0 11.2 -41  mS0+ mS2   S3
1945 </PRE>
1946 </CODE></BLOCKQUOTE>
1947 indicating that you will have weak, fading circuits on top band and 80m but usable signals on 40m (about S3).inputing:-
1948 <BLOCKQUOTE><CODE>
1949 <PRE>
1950   SH/MUF W 24
1951 </PRE>
1952 </CODE></BLOCKQUOTE>
1953 will get you the above display, but with the next 24 hours worth ofpropagation data.
1954 <BLOCKQUOTE><CODE>
1955 <PRE>
1956   SH/MUF W L 24  SH/MUF W 24 Long
1957 </PRE>
1958 </CODE></BLOCKQUOTE>
1959 Gives you an estimate of the long path propagation characterics. Itshould be noted that the figures will probably not be very useful, norterrible accurate, but it is included for completeness.</P>
1960 <H2><A NAME="ss11.193">11.193</A> <A HREF="adminmanual_en.html#toc11.193">show/mydx (0)</A>
1961 </H2>
1962
1963 <P><CODE><B>show/mydx</B> Show the DX data filtered with your spot filter.</CODE></P>
1964 <P>SHOW/DX potentially shows all the spots available in the system. UsingSHOW/MYDX will, instead, filter the availble spots using any spot filter that you have set, first. This command, together with ACCEPT/SPOT or REJECT/SPOT, will allowyou to customise the spots that you receive.So if you have said: ACC/SPOT on hfDoing a SHOW/MYDX will now only, ever, show HF spots. All the other options on SH/DX can still be used.</P>
1965 <H2><A NAME="ss11.194">11.194</A> <A HREF="adminmanual_en.html#toc11.194">show/newconfiguration [&lt;node&gt;] (0)</A>
1966 </H2>
1967
1968 <P><CODE><B>show/newconfiguration [&lt;node&gt;]</B> Show all the nodes and users visible</CODE></P>
1969 <P>This command allows you to see all the users that can be seenand the nodes to which they are connected. This command produces essentially the same information as SHOW/CONFIGURATION except that it shows all the duplication ofany routes that might be present It also uses a different formatwhich may not take up quite as much space if you don't have anyloops.BE WARNED: the list that is returned can be VERY long</P>
1970 <H2><A NAME="ss11.195">11.195</A> <A HREF="adminmanual_en.html#toc11.195">show/newconfiguration/node (0)</A>
1971 </H2>
1972
1973 <P><CODE><B>show/newconfiguration/node</B> Show all the nodes connected locally</CODE></P>
1974 <P>Show all the nodes connected to this node in the new format.</P>
1975 <H2><A NAME="ss11.196">11.196</A> <A HREF="adminmanual_en.html#toc11.196">show/node [&lt;callsign&gt; ...] (1)</A>
1976 </H2>
1977
1978 <P><CODE><B>show/node [&lt;callsign&gt; ...]</B> Show the type and version number of nodes</CODE></P>
1979 <P>Show the type and version (if connected) of the nodes specified on thecommand line. If no callsigns are specified then a sorted list of allthe non-user callsigns known to the system will be displayed.</P>
1980 <H2><A NAME="ss11.197">11.197</A> <A HREF="adminmanual_en.html#toc11.197">show/prefix &lt;callsign&gt; (0)</A>
1981 </H2>
1982
1983 <P><CODE><B>show/prefix &lt;callsign&gt;</B> Interrogate the prefix database </CODE></P>
1984 <P>This command takes the &lt;callsign&gt; (which can be a full or partial callsign or a prefix), looks up which internal country number it is and then displays all the relevant prefixes for that countrytogether with the internal country no, the CQ and ITU regions. See also SHOW/DXCC</P>
1985 <H2><A NAME="ss11.198">11.198</A> <A HREF="adminmanual_en.html#toc11.198">show/program (5)</A>
1986 </H2>
1987
1988 <P><CODE><B>show/program</B> Show the locations of all the included program modules</CODE></P>
1989 <P>Show the name and location where every program module was load from. Thisis useful for checking where you think you have loaded a .pm file from. </P>
1990 <H2><A NAME="ss11.199">11.199</A> <A HREF="adminmanual_en.html#toc11.199">show/qra &lt;lat&gt; &lt;long&gt; (0)</A>
1991 </H2>
1992
1993 <P><CODE><B>show/qra &lt;lat&gt; &lt;long&gt;</B> Convert lat/long to a QRA Grid locator</CODE></P>
1994 <P>This is a multipurpose command that allows you either to calculate thedistance and bearing between two locators or (if only one locator isgiven on the command line) the distance and beraing from your stationto the locator. For example:-
1995 <BLOCKQUOTE><CODE>
1996 <PRE>
1997  SH/QRA IO92QL  SH/QRA JN06 IN73
1998 </PRE>
1999 </CODE></BLOCKQUOTE>
2000 The first example will show the distance and bearing to the locator fromyourself, the second example will calculate the distance and bearing fromthe first locator to the second. You can use 4 or 6 character locators.It is also possible to convert a latitude and longitude to a locator by using this command with a latitude and longitude as an argument, forexample:-
2001 <BLOCKQUOTE><CODE>
2002 <PRE>
2003  SH/QRA 52 41 N 0 58 E
2004 </PRE>
2005 </CODE></BLOCKQUOTE>
2006 </P>
2007 <H2><A NAME="ss11.200">11.200</A> <A HREF="adminmanual_en.html#toc11.200">show/qra &lt;locator&gt; [&lt;locator&gt;] (0)</A>
2008 </H2>
2009
2010 <P><CODE><B>show/qra &lt;locator&gt; [&lt;locator&gt;]</B> Show distance between QRA Grid locators</CODE></P>
2011
2012 <H2><A NAME="ss11.201">11.201</A> <A HREF="adminmanual_en.html#toc11.201">show/qrz &lt;callsign&gt; (0)</A>
2013 </H2>
2014
2015 <P><CODE><B>show/qrz &lt;callsign&gt;</B> Show any callbook details on a callsign</CODE></P>
2016 <P>This command queries the QRZ callbook server on the internetand returns any information available for that callsign. This serviceis provided for users of this software by http://www.qrz.com See also SHOW/WM7D for an alternative.</P>
2017 <H2><A NAME="ss11.202">11.202</A> <A HREF="adminmanual_en.html#toc11.202">show/registered [&lt;prefix&gt;] (9)</A>
2018 </H2>
2019
2020 <P><CODE><B>show/registered [&lt;prefix&gt;]</B> Show the registered users</CODE></P>
2021
2022 <H2><A NAME="ss11.203">11.203</A> <A HREF="adminmanual_en.html#toc11.203">show/route &lt;callsign&gt; ... (0)</A>
2023 </H2>
2024
2025 <P><CODE><B>show/route &lt;callsign&gt; ...</B> Show the route to the callsign</CODE></P>
2026 <P>This command allows you to see to which node the callsigns specified areconnected. It is a sort of inverse sh/config.
2027 <BLOCKQUOTE><CODE>
2028 <PRE>
2029  sh/route n2tly
2030 </PRE>
2031 </CODE></BLOCKQUOTE>
2032 </P>
2033 <H2><A NAME="ss11.204">11.204</A> <A HREF="adminmanual_en.html#toc11.204">show/satellite &lt;name&gt; [&lt;hours&gt; &lt;interval&gt;] (0)</A>
2034 </H2>
2035
2036 <P><CODE><B>show/satellite &lt;name&gt; [&lt;hours&gt; &lt;interval&gt;]</B> Show tracking data</CODE></P>
2037 <P>Show the tracking data from your location to the satellite of your choicefrom now on for the next few hours.If you use this command without a satellite name it will display a listof all the satellites known currently to the system. If you give a name then you can obtain tracking data of all the passesthat start and finish 5 degrees below the horizon. As default it willgive information for the next three hours for every five minute period.You can alter the number of hours and the step size, within certain limits. Each pass in a period is separated with a row of '-----' charactersSo for example:-
2038 <BLOCKQUOTE><CODE>
2039 <PRE>
2040  SH/SAT AO-10  SH/SAT FENGYUN1 12 2
2041 </PRE>
2042 </CODE></BLOCKQUOTE>
2043 </P>
2044 <H2><A NAME="ss11.205">11.205</A> <A HREF="adminmanual_en.html#toc11.205">show/startup (0)</A>
2045 </H2>
2046
2047 <P><CODE><B>show/startup</B> View your own startup script</CODE></P>
2048 <P>View the contents of a startup script created with SET/STARTUP.</P>
2049 <H2><A NAME="ss11.206">11.206</A> <A HREF="adminmanual_en.html#toc11.206">show/startup &lt;call&gt; (6)</A>
2050 </H2>
2051
2052 <P><CODE><B>show/startup &lt;call&gt;</B> View a user startup script</CODE></P>
2053
2054 <H2><A NAME="ss11.207">11.207</A> <A HREF="adminmanual_en.html#toc11.207">show/station all [&lt;regex&gt;] (6)</A>
2055 </H2>
2056
2057 <P><CODE><B>show/station all [&lt;regex&gt;]</B> Show list of users in the system</CODE></P>
2058
2059 <H2><A NAME="ss11.208">11.208</A> <A HREF="adminmanual_en.html#toc11.208">show/station [&lt;callsign&gt; ..] (0)</A>
2060 </H2>
2061
2062 <P><CODE><B>show/station [&lt;callsign&gt; ..]</B> Show information about a callsign</CODE></P>
2063 <P>Show the information known about a callsign and whether (and where)that callsign is connected to the cluster.
2064 <BLOCKQUOTE><CODE>
2065 <PRE>
2066   SH/ST G1TLH
2067 </PRE>
2068 </CODE></BLOCKQUOTE>
2069 If no callsign is given then show the information for yourself.</P>
2070 <H2><A NAME="ss11.209">11.209</A> <A HREF="adminmanual_en.html#toc11.209">show/sun [ndays] [&lt;prefix&gt;|&lt;callsign&gt;] (0)</A>
2071 </H2>
2072
2073 <P><CODE><B>show/sun [ndays] [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show sun rise and set times</CODE></P>
2074 <P>Show the sun rise and set times for a (list of) prefixes or callsigns, together with the azimuth and elevation of the sun currently at thoselocations.If you don't specify any prefixes or callsigns, it will show the times foryour QTH (assuming you have set it with either SET/LOCATION or SET/QRA),together with the current azimuth and elevation.If all else fails it will show the sunrise and set times for the nodethat you are connected to. For example:-
2075 <BLOCKQUOTE><CODE>
2076 <PRE>
2077   SH/SUN  SH/SUN G1TLH K9CW ZS
2078 </PRE>
2079 </CODE></BLOCKQUOTE>
2080 You can also use this command to see into the past or the future, soif you want to see yesterday's times then do:-
2081 <BLOCKQUOTE><CODE>
2082 <PRE>
2083   SH/SUN -1 
2084 </PRE>
2085 </CODE></BLOCKQUOTE>
2086 or in three days time:-
2087 <BLOCKQUOTE><CODE>
2088 <PRE>
2089   SH/SUN +3 W9
2090 </PRE>
2091 </CODE></BLOCKQUOTE>
2092 Upto 366 days can be checked both in the past and in the future.Please note that the rise and set times are given as the UT times of rise and set on the requested UT day.</P>
2093 <H2><A NAME="ss11.210">11.210</A> <A HREF="adminmanual_en.html#toc11.210">show/time [&lt;prefix&gt;|&lt;callsign&gt;] (0)</A>
2094 </H2>
2095
2096 <P><CODE><B>show/time [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show the local time </CODE></P>
2097 <P>If no prefixes or callsigns are given then this command returns the localtime and UTC as the computer has it right now. If you give some prefixesthen it will show UTC and UTC + the local offset (not including DST) atthe prefixes or callsigns that you specify.</P>
2098 <H2><A NAME="ss11.211">11.211</A> <A HREF="adminmanual_en.html#toc11.211">show/usdb [call ..] (0)</A>
2099 </H2>
2100
2101 <P><CODE><B>show/usdb [call ..]</B> Show information held on the FCC Call database</CODE></P>
2102 <P>Show the City and State of a Callsign held on the FCC database ifhis is being run on this system, eg:-
2103 <BLOCKQUOTE><CODE>
2104 <PRE>
2105   sh/usdb k1xx
2106 </PRE>
2107 </CODE></BLOCKQUOTE>
2108 </P>
2109 <H2><A NAME="ss11.212">11.212</A> <A HREF="adminmanual_en.html#toc11.212">show/vhfstats [days] [date] (0)</A>
2110 </H2>
2111
2112 <P><CODE><B>show/vhfstats [days] [date]</B> Show the VHF DX Statistics</CODE></P>
2113 <P>Show the VHF DX spots breakdown by band for the last &lt;days&gt; no of days (default is 31), starting from a date (default: today).</P>
2114 <H2><A NAME="ss11.213">11.213</A> <A HREF="adminmanual_en.html#toc11.213">show/vhftable [days] [date] [prefix ...] (0)</A>
2115 </H2>
2116
2117 <P><CODE><B>show/vhftable [days] [date] [prefix ...]</B> Show the VHF DX Spotter Table</CODE></P>
2118 <P>Show the VHF DX Spotter table for the list of prefixes for the last &lt;days&gt; no of days (default is 31), starting from a date (default: today).If there are no prefixes then it will show the table for your country.Remember that some countries have more than one "DXCC country" in them(eg G :-), to show them (assuming you are not in G already which isspecially treated in the code) you must list all the relevant prefixes
2119 <BLOCKQUOTE><CODE>
2120 <PRE>
2121   sh/vhftable g gm gd gi gj gw gu 
2122 </PRE>
2123 </CODE></BLOCKQUOTE>
2124 Note that the prefixes are converted into country codes so you don't haveto list all possible prefixes for each country.If you want more or less days than the default simply include thenumber you require:-
2125 <BLOCKQUOTE><CODE>
2126 <PRE>
2127   sh/vhftable 20 pa
2128 </PRE>
2129 </CODE></BLOCKQUOTE>
2130 If you want to start at a different day, simply add the date in some recognizable form:-
2131 <BLOCKQUOTE><CODE>
2132 <PRE>
2133   sh/vhftable 2 25nov02  sh/vhftable 2 25-nov-02   sh/vhftable 2 021125   sh/vhftable 2 25/11/02
2134 </PRE>
2135 </CODE></BLOCKQUOTE>
2136 This will show the stats for your DXCC for that CQWW contest weekend. You can specify either prefixes or full callsigns (so you can see how youdid against all your mates). You can also say 'all' which will then printthe worldwide statistics.
2137 <BLOCKQUOTE><CODE>
2138 <PRE>
2139   sh/vhftable all 
2140 </PRE>
2141 </CODE></BLOCKQUOTE>
2142 </P>
2143 <H2><A NAME="ss11.214">11.214</A> <A HREF="adminmanual_en.html#toc11.214">show/wcy (0)</A>
2144 </H2>
2145
2146 <P><CODE><B>show/wcy</B> Show last 10 WCY broadcasts</CODE></P>
2147
2148 <H2><A NAME="ss11.215">11.215</A> <A HREF="adminmanual_en.html#toc11.215">show/wcy &lt;n&gt; (0)</A>
2149 </H2>
2150
2151 <P><CODE><B>show/wcy &lt;n&gt;</B> Show last &lt;n&gt; WCY broadcasts</CODE></P>
2152 <P>Display the most recent WCY information that has been received by the system</P>
2153 <H2><A NAME="ss11.216">11.216</A> <A HREF="adminmanual_en.html#toc11.216">show/wm7d &lt;callsign&gt; (0)</A>
2154 </H2>
2155
2156 <P><CODE><B>show/wm7d &lt;callsign&gt;</B> Show callbook details on a US callsigns</CODE></P>
2157 <P>This command queries the WM7D callbook server on the internetand returns any information available for that US callsign. This serviceis provided for users of this software by http://www.wm7d.net.See also SHOW/QRZ. </P>
2158 <H2><A NAME="ss11.217">11.217</A> <A HREF="adminmanual_en.html#toc11.217">show/wwv (0)</A>
2159 </H2>
2160
2161 <P><CODE><B>show/wwv</B> Show last 10 WWV broadcasts</CODE></P>
2162
2163 <H2><A NAME="ss11.218">11.218</A> <A HREF="adminmanual_en.html#toc11.218">show/wwv &lt;n&gt; (0)</A>
2164 </H2>
2165
2166 <P><CODE><B>show/wwv &lt;n&gt;</B> Show last &lt;n&gt; WWV broadcasts</CODE></P>
2167 <P>Display the most recent WWV information that has been received by the system</P>
2168 <H2><A NAME="ss11.219">11.219</A> <A HREF="adminmanual_en.html#toc11.219">shutdown (5)</A>
2169 </H2>
2170
2171 <P><CODE><B>shutdown</B> Shutdown the cluster</CODE></P>
2172 <P>Shutdown the cluster and disconnect all the users </P>
2173 <H2><A NAME="ss11.220">11.220</A> <A HREF="adminmanual_en.html#toc11.220">spoof &lt;call&gt; &lt;command&gt; (9)</A>
2174 </H2>
2175
2176 <P><CODE><B>spoof &lt;call&gt; &lt;command&gt;</B> Do a command as though you are another user</CODE></P>
2177 <P>This command is provided so that sysops can set a user's parameters withoutme having to write a special 'sysop' version for every user command. Itallows you to pretend that you are doing the command as the user you specify.eg:-
2178 <BLOCKQUOTE><CODE>
2179 <PRE>
2180    SPOOF G1TLH set/name Dirk   SPOOF G1TLH set/qra JO02LQ
2181 </PRE>
2182 </CODE></BLOCKQUOTE>
2183 </P>
2184 <H2><A NAME="ss11.221">11.221</A> <A HREF="adminmanual_en.html#toc11.221">stat/channel [&lt;callsign&gt;] (5)</A>
2185 </H2>
2186
2187 <P><CODE><B>stat/channel [&lt;callsign&gt;]</B> Show the status of a channel on the cluster</CODE></P>
2188 <P>Show the internal status of the channel object either for the channel that you are on or else for the callsign that you asked for.Only the fields that are defined (in perl term) will be displayed.</P>
2189 <H2><A NAME="ss11.222">11.222</A> <A HREF="adminmanual_en.html#toc11.222">stat/db &lt;dbname&gt; (5)</A>
2190 </H2>
2191
2192 <P><CODE><B>stat/db &lt;dbname&gt;</B> Show the status of a database</CODE></P>
2193 <P>Show the internal status of a database descriptor.Depending on your privilege level you will see more or less information. This command is unlikely to be of much use to anyone other than a sysop.</P>
2194 <H2><A NAME="ss11.223">11.223</A> <A HREF="adminmanual_en.html#toc11.223">stat/msg (1)</A>
2195 </H2>
2196
2197 <P><CODE><B>stat/msg</B> Show the status of the message system</CODE></P>
2198
2199 <H2><A NAME="ss11.224">11.224</A> <A HREF="adminmanual_en.html#toc11.224">stat/msg &lt;msgno&gt; (1)</A>
2200 </H2>
2201
2202 <P><CODE><B>stat/msg &lt;msgno&gt;</B> Show the status of a message</CODE></P>
2203 <P>This command shows the internal status of a message and includes informationsuch as to whom it has been forwarded, its size, origin etc etc.If no message number is given then the status of the message system is displayed.</P>
2204 <H2><A NAME="ss11.225">11.225</A> <A HREF="adminmanual_en.html#toc11.225">stat/route_node &lt;callsign&gt; (5)</A>
2205 </H2>
2206
2207 <P><CODE><B>stat/route_node &lt;callsign&gt;</B> Show the data in a Route::Node object</CODE></P>
2208
2209 <H2><A NAME="ss11.226">11.226</A> <A HREF="adminmanual_en.html#toc11.226">stat/route_node all (5)</A>
2210 </H2>
2211
2212 <P><CODE><B>stat/route_node all</B> Show list of all Route::Node objects</CODE></P>
2213
2214 <H2><A NAME="ss11.227">11.227</A> <A HREF="adminmanual_en.html#toc11.227">stat/route_user &lt;callsign&gt; (5)</A>
2215 </H2>
2216
2217 <P><CODE><B>stat/route_user &lt;callsign&gt;</B> Show the data in a Route::User object</CODE></P>
2218
2219 <H2><A NAME="ss11.228">11.228</A> <A HREF="adminmanual_en.html#toc11.228">stat/route_user all (5)</A>
2220 </H2>
2221
2222 <P><CODE><B>stat/route_user all</B> Show list of all Route::User objects</CODE></P>
2223
2224 <H2><A NAME="ss11.229">11.229</A> <A HREF="adminmanual_en.html#toc11.229">stat/user [&lt;callsign&gt;] (5)</A>
2225 </H2>
2226
2227 <P><CODE><B>stat/user [&lt;callsign&gt;]</B> Show the full status of a user</CODE></P>
2228 <P>Shows the full contents of a user record including all the secret flagsand stuff.Only the fields that are defined (in perl term) will be displayed.</P>
2229 <H2><A NAME="ss11.230">11.230</A> <A HREF="adminmanual_en.html#toc11.230">sysop (0)</A>
2230 </H2>
2231
2232 <P><CODE><B>sysop</B> Regain your privileges if you login remotely</CODE></P>
2233 <P>The system automatically reduces your privilege level to that of anormal user if you login in remotely. This command allows you toregain your normal privilege level. It uses the normal system: fivenumbers are returned that are indexes into the character array that isyour assigned password (see SET/PASSWORD). The indexes start fromzero.You are expected to return a string which contains the charactersrequired in the correct order. You may intersperse those characterswith others to obscure your reply for any watchers. For example (andthese values are for explanation :-):
2234 <BLOCKQUOTE><CODE>
2235 <PRE>
2236   password = 012345678901234567890123456789  &gt; sysop  22 10 15 17 3
2237 </PRE>
2238 </CODE></BLOCKQUOTE>
2239 you type:-
2240 <BLOCKQUOTE><CODE>
2241 <PRE>
2242  aa2bbbb0ccc5ddd7xxx3n or 2 0 5 7 3 or 20573
2243 </PRE>
2244 </CODE></BLOCKQUOTE>
2245 They will all match. If there is no password you will still be offerednumbers but nothing will happen when you input a string. Any match iscase sensitive.</P>
2246 <H2><A NAME="ss11.231">11.231</A> <A HREF="adminmanual_en.html#toc11.231">talk &lt;call&gt; &gt; &lt;node&gt; [&lt;text&gt;] (0)</A>
2247 </H2>
2248
2249 <P><CODE><B>talk &lt;call&gt; &gt; &lt;node&gt; [&lt;text&gt;]</B> Send a text message to another station via a node</CODE></P>
2250 <P>Send a short message to any other station that is visible on the clustersystem. You can send it to anyone you can see with a SHOW/CONFIGURATION command, they don't have to be connected locally.The second form of TALK is used when other cluster nodes are connectedwith restricted information. This usually means that they don't send the user information usually associated with logging on and off the cluster.If you know that G3JNB is likely to be present on GB7TLH, but you can onlysee GB7TLH in the SH/C list but with no users, then you would use thesecond form of the talk message.If you want to have a ragchew with someone you can leave the text messageout and the system will go into 'Talk' mode. What this means is that ashort message is sent to the recipient telling them that you are in a'Talking' frame of mind and then you just type - everything you send willgo to the station that you asked for. All the usual announcements, spots and so on will still come out on yourterminal.If you want to do something (such as send a spot) you preceed the normal command with a '/' character, eg:-
2251 <BLOCKQUOTE><CODE>
2252 <PRE>
2253    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?   /HELP talk
2254 </PRE>
2255 </CODE></BLOCKQUOTE>
2256 To leave talk mode type:
2257 <BLOCKQUOTE><CODE>
2258 <PRE>
2259    /EX
2260 </PRE>
2261 </CODE></BLOCKQUOTE>
2262 If you are in 'Talk' mode, there is an extention to the '/' command whichallows you to send the output to all the people you are talking to. You do with the '//' command. For example:-
2263 <BLOCKQUOTE><CODE>
2264 <PRE>
2265   //sh/hftable
2266 </PRE>
2267 </CODE></BLOCKQUOTE>
2268 will send the hftable as you have it to all the people you are currently talking to.</P>
2269 <H2><A NAME="ss11.232">11.232</A> <A HREF="adminmanual_en.html#toc11.232">talk &lt;call&gt; [&lt;text&gt;] (0)</A>
2270 </H2>
2271
2272 <P><CODE><B>talk &lt;call&gt; [&lt;text&gt;]</B> Send a text message to another station</CODE></P>
2273
2274 <H2><A NAME="ss11.233">11.233</A> <A HREF="adminmanual_en.html#toc11.233">type &lt;filearea&gt;/&lt;name&gt; (0)</A>
2275 </H2>
2276
2277 <P><CODE><B>type &lt;filearea&gt;/&lt;name&gt;</B> Look at the contents of a file in one of the fileareas</CODE></P>
2278 <P>Type out the contents of a file in a filearea. So, for example, in filearea 'bulletins' you want to look at file 'arld051' you would enter:-
2279 <BLOCKQUOTE><CODE>
2280 <PRE>
2281    TYPE bulletins/arld051
2282 </PRE>
2283 </CODE></BLOCKQUOTE>
2284 See also SHOW/FILES to see what fileareas are available and a list of content.</P>
2285 <H2><A NAME="ss11.234">11.234</A> <A HREF="adminmanual_en.html#toc11.234">uncatchup &lt;node call&gt; all|[msgno&gt; ...] (5)</A>
2286 </H2>
2287
2288 <P><CODE><B>uncatchup &lt;node call&gt; all|[msgno&gt; ...]</B> Unmark a message as sent</CODE></P>
2289 <P>When you send messages the fact that you have forwarded it to another node is remembered so that it isn't sent again. When you have a new partnernode and you add their callsign to your /spider/msg/forward.pl file, alloutstanding non-private messages will be forwarded to them. This may wellbe ALL the non-private messages. You can prevent this by using these commmands:-
2290 <BLOCKQUOTE><CODE>
2291 <PRE>
2292   catchup GB7DJK all  catchup GB7DJK 300 301 302 303 500-510
2293 </PRE>
2294 </CODE></BLOCKQUOTE>
2295 and to undo what you have just done:-
2296 <BLOCKQUOTE><CODE>
2297 <PRE>
2298   uncatchup GB7DJK all  uncatchup GB7DJK 300 301 302 303 500-510
2299 </PRE>
2300 </CODE></BLOCKQUOTE>
2301 which will arrange for them to be forward candidates again.Order is not important.</P>
2302 <H2><A NAME="ss11.235">11.235</A> <A HREF="adminmanual_en.html#toc11.235">unset/announce (0)</A>
2303 </H2>
2304
2305 <P><CODE><B>unset/announce</B> Stop announce messages coming out on your terminal</CODE></P>
2306
2307 <H2><A NAME="ss11.236">11.236</A> <A HREF="adminmanual_en.html#toc11.236">unset/anntalk (0)</A>
2308 </H2>
2309
2310 <P><CODE><B>unset/anntalk</B> Stop talk like announce messages on your terminal</CODE></P>
2311 <P>The announce system on legacy cluster nodes is used as a talk substitute because the network is so poorly connected. If you:
2312 <BLOCKQUOTE><CODE>
2313 <PRE>
2314   unset/anntalk
2315 </PRE>
2316 </CODE></BLOCKQUOTE>
2317 you will suppress several of these announces, you may miss the odd useful one as well, but you would probably miss them anyway in thewelter of useless ones.
2318 <BLOCKQUOTE><CODE>
2319 <PRE>
2320   set/anntalk 
2321 </PRE>
2322 </CODE></BLOCKQUOTE>
2323 allows you to see them again. This is the default.</P>
2324 <H2><A NAME="ss11.237">11.237</A> <A HREF="adminmanual_en.html#toc11.237">unset/baddx &lt;call&gt;.. (8)</A>
2325 </H2>
2326
2327 <P><CODE><B>unset/baddx &lt;call&gt;..</B> Propagate a dx spot with this callsign again</CODE></P>
2328 <P>Setting a word as 'baddx' will prevent spots with that word in the'spotted' field (as in: DX 14001.1 FR0G)of a DX spot from going anyfurther. They will not be displayed and they will not be sent ontoother nodes.The word must be written in full, no wild cards are allowed eg:-
2329 <BLOCKQUOTE><CODE>
2330 <PRE>
2331   set/baddx FORSALE VIDEO FR0G
2332 </PRE>
2333 </CODE></BLOCKQUOTE>
2334 To allow a word again, use the following command ...
2335 <BLOCKQUOTE><CODE>
2336 <PRE>
2337   unset/baddx VIDEO
2338 </PRE>
2339 </CODE></BLOCKQUOTE>
2340 </P>
2341 <H2><A NAME="ss11.238">11.238</A> <A HREF="adminmanual_en.html#toc11.238">unset/badnode &lt;call&gt;.. (8)</A>
2342 </H2>
2343
2344 <P><CODE><B>unset/badnode &lt;call&gt;..</B> Allow spots from this node again</CODE></P>
2345 <P>Setting a callsign as a 'badnode' will prevent spots from that node going any further. They will not be displayed and they will not be sent onto other nodes.The call must be a full eg:-
2346 <BLOCKQUOTE><CODE>
2347 <PRE>
2348   set/badnode K1TTT 
2349 </PRE>
2350 </CODE></BLOCKQUOTE>
2351 will stop anything from K1TTT. If you want SSIDs as well then you mustenter them specifically.
2352 <BLOCKQUOTE><CODE>
2353 <PRE>
2354   unset/badnode K1TTT
2355 </PRE>
2356 </CODE></BLOCKQUOTE>
2357 will allow spots from him again.Use with extreme care. This command may well be superceeded by FILTERing.</P>
2358 <H2><A NAME="ss11.239">11.239</A> <A HREF="adminmanual_en.html#toc11.239">unset/badspotter &lt;call&gt;.. (8)</A>
2359 </H2>
2360
2361 <P><CODE><B>unset/badspotter &lt;call&gt;..</B> Allow spots from this callsign again</CODE></P>
2362 <P>Setting a callsign as a 'badspotter' will prevent spots from this callsign going any further. They will not be displayed and they will not be sent onto other nodes.The call must be written in full, no wild cards are allowed eg:-
2363 <BLOCKQUOTE><CODE>
2364 <PRE>
2365   set/badspotter VE2STN 
2366 </PRE>
2367 </CODE></BLOCKQUOTE>
2368 will stop anything from VE2STN. This command will automaticallystop spots from this user, regardless of whether or which SSID he uses. DO NOT USE SSIDs in the callsign, just use the callsignas above or below.
2369 <BLOCKQUOTE><CODE>
2370 <PRE>
2371   unset/badspotter VE2STN
2372 </PRE>
2373 </CODE></BLOCKQUOTE>
2374 will allow spots from him again.Use with extreme care. This command may well be superceded by FILTERing.</P>
2375 <H2><A NAME="ss11.240">11.240</A> <A HREF="adminmanual_en.html#toc11.240">unset/badword &lt;word&gt;.. (8)</A>
2376 </H2>
2377
2378 <P><CODE><B>unset/badword &lt;word&gt;..</B> Propagate things with this word again</CODE></P>
2379 <P>Setting a word as a 'badword' will prevent things like spots,announces or talks with this word in the the text part from going anyfurther. They will not be displayed and they will not be sent ontoother nodes.The word must be written in full, no wild cards are allowed eg:-
2380 <BLOCKQUOTE><CODE>
2381 <PRE>
2382   set/badword annihilate annihilated annihilation 
2383 </PRE>
2384 </CODE></BLOCKQUOTE>
2385 will stop anything with these words in the text.
2386 <BLOCKQUOTE><CODE>
2387 <PRE>
2388   unset/badword annihilated
2389 </PRE>
2390 </CODE></BLOCKQUOTE>
2391 will allow text with this word again.</P>
2392 <H2><A NAME="ss11.241">11.241</A> <A HREF="adminmanual_en.html#toc11.241">unset/beep (0)</A>
2393 </H2>
2394
2395 <P><CODE><B>unset/beep</B> Stop beeps for DX and other messages on your terminal</CODE></P>
2396
2397 <H2><A NAME="ss11.242">11.242</A> <A HREF="adminmanual_en.html#toc11.242">unset/debug &lt;name&gt; (9)</A>
2398 </H2>
2399
2400 <P><CODE><B>unset/debug &lt;name&gt;</B> Remove a debug level from the debug set</CODE></P>
2401 <P>You can choose to log several different levels.  The levels are
2402 <BLOCKQUOTE><CODE>
2403 <PRE>
2404  chan state msg cron connect
2405 </PRE>
2406 </CODE></BLOCKQUOTE>
2407 You can show what levels you are logging with SHOW/DEBUG</P>
2408 <H2><A NAME="ss11.243">11.243</A> <A HREF="adminmanual_en.html#toc11.243">unset/dx (0)</A>
2409 </H2>
2410
2411 <P><CODE><B>unset/dx</B> Stop DX messages coming out on your terminal</CODE></P>
2412
2413 <H2><A NAME="ss11.244">11.244</A> <A HREF="adminmanual_en.html#toc11.244">unset/dxcq (0)</A>
2414 </H2>
2415
2416 <P><CODE><B>unset/dxcq</B> Stop CQ Zones on the end of DX announcements</CODE></P>
2417 <P>Display both the Spotter's and the Spotted's CQ Zone on the endof a DX announcement (there is just enough room). Some user programscannot cope with this. The Spotter's CQ is on the RHS of the time, the Spotted's CQ is on the LHS.Conflicts with: SET/DXGRID, SET/DXITU, SHOW/USSTATEDo a STAT/USER to see which flags you have set if you are confused.  </P>
2418 <H2><A NAME="ss11.245">11.245</A> <A HREF="adminmanual_en.html#toc11.245">unset/dxgrid (0)</A>
2419 </H2>
2420
2421 <P><CODE><B>unset/dxgrid</B> Stop QRA Grid Squares on the end of DX announcements</CODE></P>
2422 <P>A standard feature which is enabled in version 1.43 and above is that if the spotter's grid square is known it is output on the endof a DX announcement (there is just enough room). Some user programscannot cope with this. You can use this command to reset (or set)this feature.Conflicts with: SET/DXCQ, SET/DXITUDo a STAT/USER to see which flags you have set if you are confused.  </P>
2423 <H2><A NAME="ss11.246">11.246</A> <A HREF="adminmanual_en.html#toc11.246">unset/dxitu (0)</A>
2424 </H2>
2425
2426 <P><CODE><B>unset/dxitu</B> Stop ITU Zones on the end of DX announcements</CODE></P>
2427 <P>Display both the Spotter's and the Spotted's ITU Zone on the endof a DX announcement (there is just enough room). Some user programscannot cope with this. The Spotter's ITU is on the RHS of the time, the Spotted's ITU is on the LHS.Conflicts with: SET/DXGRID, SET/DXCQ, SHOW/USSTATEDo a STAT/USER to see which flags you have set if you are confused.  </P>
2428 <H2><A NAME="ss11.247">11.247</A> <A HREF="adminmanual_en.html#toc11.247">unset/echo (0)</A>
2429 </H2>
2430
2431 <P><CODE><B>unset/echo</B> Stop the cluster echoing your input</CODE></P>
2432 <P>If you are connected via a telnet session, different implimentationsof telnet handle echo differently depending on whether you are connected via port 23 or some other port. You can use this commandto change the setting appropriately. The setting is stored in your user profile.YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.</P>
2433 <H2><A NAME="ss11.248">11.248</A> <A HREF="adminmanual_en.html#toc11.248">unset/email (0)</A>
2434 </H2>
2435
2436 <P><CODE><B>unset/email</B> Stop personal msgs being forwarded by email</CODE></P>
2437 <P>If any personal messages come in for your callsign then you can usethese commands to control whether they are forwarded onto your emailaddress. To enable the forwarding do something like:-
2438 <BLOCKQUOTE><CODE>
2439 <PRE>
2440   SET/EMAIL mike.tubby@somewhere.com
2441 </PRE>
2442 </CODE></BLOCKQUOTE>
2443 You can have more than one email address (each one separated by a space).Emails are forwarded to all the email addresses you specify.You can disable forwarding by:-
2444 <BLOCKQUOTE><CODE>
2445 <PRE>
2446   UNSET/EMAIL
2447 </PRE>
2448 </CODE></BLOCKQUOTE>
2449 </P>
2450 <H2><A NAME="ss11.249">11.249</A> <A HREF="adminmanual_en.html#toc11.249">unset/here (0)</A>
2451 </H2>
2452
2453 <P><CODE><B>unset/here</B> Tell the system you are absent from your terminal</CODE></P>
2454
2455 <H2><A NAME="ss11.250">11.250</A> <A HREF="adminmanual_en.html#toc11.250">unset/hops &lt;call&gt; ann|spots|route|wwv|wcy (8)</A>
2456 </H2>
2457
2458 <P><CODE><B>unset/hops &lt;call&gt; ann|spots|route|wwv|wcy</B> Unset hop count  </CODE></P>
2459 <P>Set the hop count for a particular type of broadcast for a node.This command allows you to set up special hop counts for a node for currently: announce, spots, wwv and wcy broadcasts.eg:
2460 <BLOCKQUOTE><CODE>
2461 <PRE>
2462   set/hops gb7djk ann 10  set/hops gb7mbc spots 20
2463 </PRE>
2464 </CODE></BLOCKQUOTE>
2465 Set SHOW/HOPS for information on what is already set. This commandcreates a filter and works in conjunction with the filter system. You can unset the hops with command UNSET/HOPS. For example:-
2466 <BLOCKQUOTE><CODE>
2467 <PRE>
2468   unset/hops gb7djk ann  unset/hops gb7mbc spots
2469 </PRE>
2470 </CODE></BLOCKQUOTE>
2471 </P>
2472 <H2><A NAME="ss11.251">11.251</A> <A HREF="adminmanual_en.html#toc11.251">unset/isolate (9)</A>
2473 </H2>
2474
2475 <P><CODE><B>unset/isolate</B> Stop Isolation of a node from the rest of the network</CODE></P>
2476 <P>Remove isolation from a node - SET/ISOLATE</P>
2477 <H2><A NAME="ss11.252">11.252</A> <A HREF="adminmanual_en.html#toc11.252">unset/lockout &lt;call&gt; (9)</A>
2478 </H2>
2479
2480 <P><CODE><B>unset/lockout &lt;call&gt;</B> Allow a callsign to connect to the cluster</CODE></P>
2481
2482 <H2><A NAME="ss11.253">11.253</A> <A HREF="adminmanual_en.html#toc11.253">unset/logininfo (0)</A>
2483 </H2>
2484
2485 <P><CODE><B>unset/logininfo</B> No longer inform when a station logs in/out locally</CODE></P>
2486
2487 <H2><A NAME="ss11.254">11.254</A> <A HREF="adminmanual_en.html#toc11.254">unset/password &lt;call&gt; ... (9)</A>
2488 </H2>
2489
2490 <P><CODE><B>unset/password &lt;call&gt; ...</B> Delete (remove) a user's password</CODE></P>
2491 <P>This command allows the sysop to completely delete and remove a password for a user. </P>
2492 <H2><A NAME="ss11.255">11.255</A> <A HREF="adminmanual_en.html#toc11.255">unset/privilege (0)</A>
2493 </H2>
2494
2495 <P><CODE><B>unset/privilege</B> Remove any privilege for this session</CODE></P>
2496 <P>You can use this command to 'protect' this session from unauthoriseduse. If you want to get your normal privilege back you will need toeither logout and login again (if you are on a console) or use theSYSOP command.</P>
2497 <H2><A NAME="ss11.256">11.256</A> <A HREF="adminmanual_en.html#toc11.256">unset/prompt (0)</A>
2498 </H2>
2499
2500 <P><CODE><B>unset/prompt</B> Set your prompt back to default</CODE></P>
2501 <P>This command will set your user prompt to the string that you say. The point of this command to enable a user to interface to programsthat are looking for a specific prompt (or else you just want a differentprompt).
2502 <BLOCKQUOTE><CODE>
2503 <PRE>
2504   SET/PROMPT clx &gt;
2505 </PRE>
2506 </CODE></BLOCKQUOTE>
2507 There are some substitutions that can be added to the prompt:
2508 <BLOCKQUOTE><CODE>
2509 <PRE>
2510   %C - callsign [which will have ( and ) around it if not here]  %D - date  %T - time  %M - cluster 'mycall'
2511 </PRE>
2512 </CODE></BLOCKQUOTE>
2513 The standard prompt is defined as:
2514 <BLOCKQUOTE><CODE>
2515 <PRE>
2516   SET/PROMPT %C de %M %D %T dxspider &gt;
2517 </PRE>
2518 </CODE></BLOCKQUOTE>
2519 UNSET/PROMPT will undo the SET/PROMPT command and set your prompt back tonormal.</P>
2520 <H2><A NAME="ss11.257">11.257</A> <A HREF="adminmanual_en.html#toc11.257">unset/register &lt;call&gt; ... (9)</A>
2521 </H2>
2522
2523 <P><CODE><B>unset/register &lt;call&gt; ...</B> Mark a user as not registered</CODE></P>
2524 <P>Registration is a concept that you can switch on by executing the
2525 <BLOCKQUOTE><CODE>
2526 <PRE>
2527   set/var $main::regreq = 1 
2528 </PRE>
2529 </CODE></BLOCKQUOTE>
2530 command (usually in your startup file)If a user is NOT registered then, firstly, instead of the normalmotd file (/spider/data/motd) being sent to the user at startup, theuser is sent the motd_nor file instead. Secondly, the non registereduser only has READ-ONLY access to the node. The non-registered usercannot use DX, ANN etc. The only exception to this is that a non-registered user can TALK orSEND messages to the sysop.</P>
2531 <H2><A NAME="ss11.258">11.258</A> <A HREF="adminmanual_en.html#toc11.258">unset/startup (0)</A>
2532 </H2>
2533
2534 <P><CODE><B>unset/startup</B> Remove your own startup script</CODE></P>
2535 <P>You can remove your startup script with UNSET/STARTUP.  </P>
2536 <H2><A NAME="ss11.259">11.259</A> <A HREF="adminmanual_en.html#toc11.259">unset/startup &lt;call&gt; (6)</A>
2537 </H2>
2538
2539 <P><CODE><B>unset/startup &lt;call&gt;</B> Remove a user startup script</CODE></P>
2540
2541 <H2><A NAME="ss11.260">11.260</A> <A HREF="adminmanual_en.html#toc11.260">unset/talk (0)</A>
2542 </H2>
2543
2544 <P><CODE><B>unset/talk</B> Stop TALK messages coming out on your terminal</CODE></P>
2545
2546 <H2><A NAME="ss11.261">11.261</A> <A HREF="adminmanual_en.html#toc11.261">unset/usstate (0)</A>
2547 </H2>
2548
2549 <P><CODE><B>unset/usstate</B> Stop US State info on the end of DX announcements</CODE></P>
2550 <P>If the spotter's or spotted's US State is known it is output on the end of a DX announcement (there is just enough room). A spotter's state will appear on the RHS of the time (like SET/DXGRID) and the spotted's State will appear on the LHS of thetime field. Any information found will override any locator information from SET/DXGRID.Some user programs cannot cope with this. You can use this command to reset (or set) this feature.Conflicts with: SET/DXCQ, SET/DXITUDo a STAT/USER to see which flags you have set if you are confused.  </P>
2551 <H2><A NAME="ss11.262">11.262</A> <A HREF="adminmanual_en.html#toc11.262">unset/wcy (0)</A>
2552 </H2>
2553
2554 <P><CODE><B>unset/wcy</B> Stop WCY messages coming out on your terminal</CODE></P>
2555
2556 <H2><A NAME="ss11.263">11.263</A> <A HREF="adminmanual_en.html#toc11.263">unset/wwv (0)</A>
2557 </H2>
2558
2559 <P><CODE><B>unset/wwv</B> Stop WWV messages coming out on your terminal</CODE></P>
2560
2561 <H2><A NAME="ss11.264">11.264</A> <A HREF="adminmanual_en.html#toc11.264">unset/wx (0)</A>
2562 </H2>
2563
2564 <P><CODE><B>unset/wx</B> Stop WX messages coming out on your terminal</CODE></P>
2565
2566 <H2><A NAME="ss11.265">11.265</A> <A HREF="adminmanual_en.html#toc11.265">who (0)</A>
2567 </H2>
2568
2569 <P><CODE><B>who</B> Show who is physically connected</CODE></P>
2570 <P>This is a quick listing that shows which callsigns are connected andwhat sort of connection they have</P>
2571 <H2><A NAME="ss11.266">11.266</A> <A HREF="adminmanual_en.html#toc11.266">wx &lt;text&gt; (0)</A>
2572 </H2>
2573
2574 <P><CODE><B>wx &lt;text&gt;</B> Send a weather message to local users</CODE></P>
2575
2576 <H2><A NAME="ss11.267">11.267</A> <A HREF="adminmanual_en.html#toc11.267">wx full &lt;text&gt; (0)</A>
2577 </H2>
2578
2579 <P><CODE><B>wx full &lt;text&gt;</B> Send a weather message to all cluster users</CODE></P>
2580
2581 <H2><A NAME="ss11.268">11.268</A> <A HREF="adminmanual_en.html#toc11.268">wx sysop &lt;text&gt; (5)</A>
2582 </H2>
2583
2584 <P><CODE><B>wx sysop &lt;text&gt;</B> Send a weather message to other clusters only</CODE></P>
2585 <P>Weather messages can sometimes be useful if you are experiencing an extremethat may indicate enhanced conditions</P>
2586 <HR>
2587 Next
2588 <A HREF="adminmanual_en-10.html">Previous</A>
2589 <A HREF="adminmanual_en.html#toc11">Contents</A>
2590 </BODY>
2591 </HTML>