CINXE.COM

Profil publique - Learn CW Online

<!DOCTYPE html> <html> <head> <title>Profil publique - Learn CW Online</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" lang="en" content="Learn CW Online - At LCWO you can learn Morse Code (CW) online, in your web browser!"> <meta name="description" lang="fr" content="Grâce à LCWO, vous pouvez apprendre la télégraphie Morse (CW) en ligne directement depuis votre navigateur web préféré. Vous n'avez pas besoin d'installer un programme sur votre ordinateur, vos données personnelles sont accessibles depuis n'importe quel ordinateur connecté à Internet et vous pouvez facilement suivre votre progression par le biais de statistiques complètes."> <meta name="keywords" content="learn cw, cw, morse code practice, telegraphy, learn morse code, morse code, koch method, morsen lernen, impare il cw, high speed cw, hst, qrq, ham radio, dj1yfk, rufzxp, fabian kurz"> <meta name="author" content="Fabian Kurz"> <meta property="og:title" content="Learn CW Online" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://lcwo.net/" /> <meta property="og:image" content="https://lcwo.net/pics/lcwo.png" /> <meta property="og:description" content="Learn CW Online - a free web app for learning Morse code!" /> <link rel="icon" href="/favicon.ico"> <link rel="shortcut icon" href="/favicon.ico"> <link rel='canonical' href='https://lcwo.net/profile/'> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="LCWO News Feed"> <link href="/forumatom.xml" type="application/atom+xml" rel="alternate" title="LCWO Forum Feed"> <link id="lcwocss" href="/style.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/js/leaflet.css"> <script type="text/javascript" src="/js/jscwlib.js?cachebreak=1711272842"></script> <!-- User activity heatmap dependencies curl -L 'https://d3js.org/d3.v7.min.js' > js/d3.js curl -L 'https://unpkg.com/cal-heatmap/dist/cal-heatmap.min.js' > js/cal-heatmap.js curl -L 'https://unpkg.com/cal-heatmap/dist/cal-heatmap.css' > cal-heatmap.css curl -L 'https://unpkg.com/@popperjs/core@2' > js/popperjs-core.js curl -L 'https://unpkg.com/cal-heatmap/dist/plugins/Tooltip.min.js' > js/cal-heatmap-Tooltip.js --> <script src="/js/d3.js"></script> <script src="/js/cal-heatmap.js"></script> <link rel="stylesheet" href="/cal-heatmap.css"> <script src="/js/popperjs-core.js"></script> <script src="/js/cal-heatmap-Tooltip.js"></script> </head> <body bgcolor="#ffffff"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr class="headerline"> <td style="background-image:url(/pics/lcwo-bg2.png);" width="41%"> <a href="/"><img style="border-style:none;" src="/pics/lcwo.png" height="75" width="214" title="LCWO - Home" alt="[LCWO LOGO]"></a> </td> <td style="background-image:url(/pics/lcwo-bg2.png);" width="59%"> &nbsp; </td> </tr> </tbody></table> <script> function agree_policy () { var i = document.getElementById("consent"); i.innerHTML = "Thanks!"; var request = new XMLHttpRequest(); request.open("GET", "//lcwo.net/api/consent.php", true); request.send(); } </script> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td class="menuText" width="100%"> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="16" alt=":"> <a class="mLink" href="/">Accueil</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">Utilisateurs</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">Meilleurs scores</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/forum">Forum </a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/usergroups">Groupes d'utilisateurs</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/about">À propos</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> </td> </tr> </tbody></table> <br> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="220" valign="top"> <script> function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) { endstr = document.cookie.length; } return unescape(document.cookie.substring(offset, endstr)); } function getCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) { return getCookieVal (j); } i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } if (getCookie('lcwo_username') && getCookie('lcwo_hash')) { console.log("found cookies, attempting to log in!"); var u = getCookie('lcwo_username'); var h = getCookie('lcwo_hash'); var request = new XMLHttpRequest(); request.open("POST", '/dologin', true); request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); request.onreadystatechange = function() { var done = 4, ok = 200; if (request.readyState == done && request.status == ok) { if (request.responseText) { if (request.responseText.indexOf("LOGIN_SUCCESS") != -1) { // login succeeded... forwarding window.setTimeout( function () { window.location.href = 'https://lcwo.net'; }, 1000); } } } } request.send("username="+u); } </script> <table width="90%"> <tr><th class="tborder">Connexion</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>Nom d'utilisateur: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>Mot de passe: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="Connexion"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">Mot de passe oublié ?</a> - <strong><a href="/signup">S'enregistrer</a></strong> </div> <br> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Language</th></tr> <tr> <td class="tborder"> <table width="100%"> <tr><td><a href="/bg/profile" title="Bulgarian"> &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; </a></td><td><a href="/br/profile" title="Brazilian Portuguese"> Português brasileiro </a></td></tr><tr><td><a href="/bs/profile" title="Bosnian"> Bosanski </a></td><td><a href="/ca/profile" title="Catalan"> Català </a></td></tr><tr><td><a href="/cn/profile" title="Traditional Chinese"> &#32321;&#39636;&#20013;&#25991; </a></td><td><a href="/cs/profile" title="Czech"> &#268;esky </a></td></tr><tr><td><a href="/da/profile" title="Danish"> Dansk </a></td><td><a href="/de/profile" title="German"> Deutsch </a></td></tr><tr><td><a href="/en/profile" title="English"> English </a></td><td><a href="/es/profile" title="Spanish"> Español </a></td></tr><tr><td><a href="/fi/profile" title="Finnish"> Suomi </a></td><td><a href="/fr/profile" title="French"><strong> Français </strong></a></td></tr><tr><td><a href="/gr/profile" title="Greek"> &#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940; </a></td><td><a href="/hr/profile" title="Croatian"> Hrvatski </a></td></tr><tr><td><a href="/hu/profile" title="Hungarian"> Magyar </a></td><td><a href="/it/profile" title="Italian"> Italiano </a></td></tr><tr><td><a href="/ja/profile" title="Japanese"> &#x65e5;&#x672c;&#x8a9e; </a></td><td><a href="/ko/profile" title="Korean"> 한국어 </a></td></tr><tr><td><a href="/ms/profile" title="Malay"> Bahasa Melayu </a></td><td><a href="/nl/profile" title="Dutch"> Nederlands </a></td></tr><tr><td><a href="/no/profile" title="Norwegian"> Norsk </a></td><td><a href="/pl/profile" title="Polish"> Polski </a></td></tr><tr><td><a href="/pt/profile" title="Portuguese"> Português </a></td><td><a href="/ro/profile" title="Romanian"> Român&#259; </a></td></tr><tr><td><a href="/ru/profile" title="Russian"> &#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; </a></td><td><a href="/si/profile" title="Sinhala"> &#3523;&#3538;&#3458;&#3524;&#3517; </a></td></tr><tr><td><a href="/sk/profile" title="Slovak"> Slovenčina </a></td><td><a href="/sl/profile" title="Slovenian"> Sloven&#353;&#269;ina </a></td></tr><tr><td><a href="/sr/profile" title="Serbian"> Srpski </a></td><td><a href="/sv/profile" title="Swedish"> Svenska </a></td></tr><tr><td><a href="/th/profile" title="Thai"> &#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; </a></td><td><a href="/tr/profile" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/profile" title="Ukrainian"> &#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; </a></td><td><a href="/zh/profile" title="Simplified Chinese"> &#31616;&#20307;&#20013;&#25991; </a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Qui est en ligne ? (52)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/Aladin" title="">Aladin</a> <a href="/profile/bakelite" title="">bakelite</a> <a href="/profile/bassmaster" title="Horst-Dieter">bassmaster</a> <a href="/profile/BG2FYI" title="zhang">BG2FYI</a> <a href="/profile/BH4EXR" title="">BH4EXR</a> <a href="/profile/bilos" title="Fiorentino">bilos</a> <a href="/profile/Bort" title="Andreas">Bort</a> <a href="/profile/Cake24" title="Josh">Cake24</a> <a href="/profile/cwalton00" title="Curtis">cwalton00</a> <a href="/profile/edwinlee" title="">edwinlee</a> <a href="/profile/erickitt" title="">erickitt</a> <a href="/profile/EU1AFR" title="Nick">EU1AFR</a> <a href="/profile/giobbe" title="gio">giobbe</a> <a href="/profile/Godmil" title="Gordon">Godmil</a> <a href="/profile/great97452" title="">great97452</a> <a href="/profile/hiroshi1276" title="">hiroshi1276</a> <a href="/profile/HL5JKO" title="AHN BEOUNGCHEAL">HL5JKO</a> <a href="/profile/JA1EFS" title="">JA1EFS</a> <a href="/profile/ja4dwx" title="真野 基">ja4dwx</a> <a href="/profile/JF8KBH" title="">JF8KBH</a> <a href="/profile/John203" title="">John203</a> <a href="/profile/JQ3BAK" title="">JQ3BAK</a> <a href="/profile/JR9TRO" title="tksfj17@gmail.com">JR9TRO</a> <a href="/profile/Jur" title="Jur">Jur</a> <a href="/profile/k0dbu" title="Matthew">k0dbu</a> <a href="/profile/K1TOO" title="Douglas A Levinson">K1TOO</a> <a href="/profile/K9ZIP" title="Joe">K9ZIP</a> <a href="/profile/kalkin" title="joly">kalkin</a> <a href="/profile/kameakio" title="">kameakio</a> <a href="/profile/katsuoeb" title=" ">katsuoeb</a> <a href="/profile/KB9NGM" title="Daniel Soper">KB9NGM</a> <a href="/profile/Lahtnac" title="">Lahtnac</a> <a href="/profile/LU1BQO" title="Edy">LU1BQO</a> <a href="/profile/Moontwister" title="Patricia">Moontwister</a> <a href="/profile/N4ZDL" title="William Qualls">N4ZDL</a> <a href="/profile/N5TEA" title="Jeremy Conkling">N5TEA</a> <a href="/profile/ON5KP" title="Koenraad Pauwels">ON5KP</a> <a href="/profile/PE1GFW" title="Albert Vos">PE1GFW</a> <a href="/profile/PE4BAS" title="Bas">PE4BAS</a> <a href="/profile/r2day" title="">r2day</a> <a href="/profile/rafiks" title="Ralph">rafiks</a> <a href="/profile/rcjcw" title="richard">rcjcw</a> <a href="/profile/SERG1" title="">SERG1</a> <a href="/profile/SQ7MHX" title="">SQ7MHX</a> <a href="/profile/test" title="Test user.">test</a> <a href="/profile/Trueno" title="Jesus">Trueno</a> <a href="/profile/Ud3sdi" title="Ilia">Ud3sdi</a> <a href="/profile/UR5UCJ" title="Ihor">UR5UCJ</a> <a href="/profile/US5ZCF" title="Алексей">US5ZCF</a> <a href="/profile/WA4ZL" title="Stephen joseph Bear">WA4ZL</a> <a href="/profile/yo3ioi" title="yo3ioi">yo3ioi</a> <a href="/profile/Zdravko" title="Zdravko">Zdravko</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <meta http-equiv="refresh" content="0;url=/"/> </td> <td width="20"> &nbsp; </td> </tr> </table> <br><br><br> <div align="center" class="footer">lcwo.net - <strong>Learn Morse Code (CW) Online</strong> by <a class="sLink" href="http://fkurz.net/">Fabian Kurz, DJ5CW</a> (<a href="/impressum">Impressum</a>) - <a href="/privacy">Privacy Policy / Datenschutzinformationen</a></div> <script> // keep the session cookie alife as long as user is on the page, refresh every // 5 minutes function session_keepalive () { var request = new XMLHttpRequest(); request.open("GET", "//lcwo.net/api/index.php?action=keepalive", true); request.onreadystatechange = function() { var done = 4, ok = 200; if (request.readyState == done && request.status == ok) { var r = JSON.parse(request.responseText); if (r["result"] == false) { // no session if (document.getElementById("logoutlink")) { // but we think we're logged in! document.location.href = "//lcwo.net"; } } } } request.send(); } window.setInterval('session_keepalive()', 300000); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10