Browse Source

DJ1YFK -> DJ5CW

master
Fabian Kurz 2 years ago
parent
commit
89bdd1eaf5
  1. 4
      help.php
  2. 6
      index.php
  3. 6
      login.php
  4. 2
      privacy.php

4
help.php

@ -26,7 +26,7 @@
<p>All logs you upload are credited to the account you are logged in with, regardless of the callsign you made the contacts with. This means you can upload your ADIF files from portable, holiday or DXpedition operations just like those from your home station. They are all merged automatically.</p>
<h2>How can I make QSOs with members on DXpeditions count?</h2>
<p>Many additional (individual) member calls are already in the database and will be recognized automatically. If a contact is not counted, there are two options: Either enter the homecall of the operator in the comment field of your logbook in the format: <pre>CWO:DJ1YFK</pre> (no spaces, all upper case). Alternatively, just enter the contact manually in the "Enter QSOs" tab.</p>
<p>Many additional (individual) member calls are already in the database and will be recognized automatically. If a contact is not counted, there are two options: Either enter the homecall of the operator in the comment field of your logbook in the format: <pre>CWO:DJ5CW</pre> (no spaces, all upper case). Alternatively, just enter the contact manually in the "Enter QSOs" tab.</p>
<h2>Uploading the logs is very slow!</h2>
<p>Depending on the current load on the server and your internet connection, uploading and processing 1000 QSOs takes about one minute. It is recommended to split up your log into smaller chunks if it's very large. Most logging programs will allow you to export ADIF logs by date, so it would be a reasonable idea to upload logs year by year.</p>
@ -62,7 +62,7 @@
<p><a href="/">Back to the main website</a></p>
<hr>
<p>Last modified: <? echo date ("Y-m-d", filemtime("index.php")); ?> - <a href="http://fkurz.net/">Fabian Kurz, DJ1YFK</a> <a href="mailto:fabian@fkurz.net">&lt;fabian@fkurz.net&gt;</a>
<p>Last modified: <? echo date ("Y-m-d", filemtime("index.php")); ?> - <a href="http://fkurz.net/">Fabian Kurz, DJ5CW</a> <a href="mailto:fabian@fkurz.net">&lt;fabian@fkurz.net&gt;</a>
- <a href="/privacy">Impressum / Datenschutz / Privacy Policy</a> - <a href="https://git.fkurz.net/dj1yfk/cwops">Source code repository</a>
</p>

6
index.php

@ -395,7 +395,7 @@ If you like to start over (re-upload your whole log), you can delete all QSOs th
<h2>Change Account Settings</h2>
<p>Here you can change your password and enter an email address (for account recovery). If you changed your callsign and want to change the account name, please send a mail to Fabian, DJ1YFK <a href="mailto:fabian@fkurz.net">&lt;fabian@fkurz.net&gt;</a>.</p>
<p>Here you can change your password and enter an email address (for account recovery). If you changed your callsign and want to change the account name, please send a mail to Fabian, DJ5CW<a href="mailto:fabian@fkurz.net">&lt;fabian@fkurz.net&gt;</a>.</p>
<table>
<tr><td>Password:</td><td> <input id='password_field' name='password' type='password' size='15'></td><td><button onClick="javascript:update_account('password');">Set new password</button></td></tr>
@ -456,14 +456,14 @@ else {
<p>When signing up, you accept the <a href="/privacy">privacy policy</a> of this site.</p>
<p>Lost your password and no email address in account profile? Get in touch with <a href="mailto:help@cwops.telegraphy.de">Fabian, DJ1YFK</a> to reset your account.</p>
<p>Lost your password and no email address in account profile? Get in touch with <a href="mailto:help@cwops.telegraphy.de">Fabian, DJ5CW</a> to reset your account.</p>
<?
}
?>
<hr>
<p>Last modified: <? echo date ("Y-m-d", filemtime("index.php")); ?> - <?=site_stats();?> - <a href="http://fkurz.net/">Fabian Kurz, DJ1YFK</a> <a href="mailto:fabian@fkurz.net">&lt;fabian@fkurz.net&gt;</a>
<p>Last modified: <? echo date ("Y-m-d", filemtime("index.php")); ?> - <?=site_stats();?> - <a href="http://fkurz.net/">Fabian Kurz, DJ5CW</a> <a href="mailto:fabian@fkurz.net">&lt;fabian@fkurz.net&gt;</a>
- <a href="/privacy">Impressum / Datenschutz / Privacy Policy</a> - <a href="https://git.fkurz.net/dj1yfk/cwops">Source code repository</a>
</p>

6
login.php

@ -50,7 +50,7 @@ function lostpassword () {
$r = mysqli_fetch_object($q);
if ($r->email) {
echo "Sending recovery email to the saved email address. If you don't receive it, check your spam folder or get in touch with Fabian, DJ1YFK (fabian@fkurz.net) to request a new password.<br>";
echo "Sending recovery email to the saved email address. If you don't receive it, check your spam folder or get in touch with Fabian, DJ5CW (fabian@fkurz.net) to request a new password.<br>";
$link = "https://cwops.telegraphy.de/recovery/".sha1($r->password)."/".$r->callsign;
@ -65,7 +65,7 @@ $link
If you didn't request this mail yourself, please disregard this message.
73,
Fabian, DJ1YFK (Administrator of CWops Award Tools)
Fabian, DJ5CW (Administrator of CWops Award Tools)
";
mail($r->email, $subject, $mailtext, "From: CWops Award Tools <help@cwops.telegraphy.de>\r\nBcc: fabian@fkurz.net", "-fhelp@cwops.telegraphy.de");
@ -73,7 +73,7 @@ If you didn't request this mail yourself, please disregard this message.
echo "<a href='/'>Return to home page</a>";
}
else {
echo "No email address in the database. Please get in touch with Fabian, DJ1YFK (fabian@fkurz.net) to request a new password.<br>";
echo "No email address in the database. Please get in touch with Fabian, DJ5CW (fabian@fkurz.net) to request a new password.<br>";
echo "<a href='/'>Return to home page</a>";
}
return;

2
privacy.php

@ -28,7 +28,7 @@ ol {
<p> Diese Webseite wird betrieben von / This website is operated by</p>
<p>Fabian Kurz, DJ1YFK<br>
<p>Fabian Kurz, DJ5CW<br>
Frohschammerstr. 8<br>
D-80807 München<br>
Germany<br>

Loading…
Cancel
Save