Text update

This commit is contained in:
2023-01-06 20:34:29 +01:00
parent d6334fc4fe
commit fc6d0a15d7
2 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ global $language, $dir, $locale;
<h2><?php echo _('Why this sudden and drastic change?'); ?></h2> <h2><?php echo _('Why this sudden and drastic change?'); ?></h2>
<p><?php echo _('In mid-October 2021 I noticed that I was locked out of my registrar\'s control panel (Namecheap Inc.) for <q>suspected fraud, a chargeback or some similar violation of our terms of service</q>. After contacting their customer support multiple times, even after more than a year, all I have ever gotten back from them is that I will hear from them soon, as they need more time to investigate, and they appreciate my patience. I was refused renewing the domain or moving to a different registrar.'); ?></p> <p><?php echo _('In mid-October 2021 I noticed that I was locked out of my registrar\'s control panel (Namecheap Inc.) for <q>suspected fraud, a chargeback or some similar violation of our terms of service</q>. After contacting their customer support multiple times, even after more than a year, all I have ever gotten back from them is that I will hear from them soon, as they need more time to investigate, and they appreciate my patience. I was refused renewing the domain or moving to a different registrar.'); ?></p>
<p><?php echo _('Given that I was unable to get a satisfying answer and the old domain was due to expire, I went ahead and bought the new domain danwin1210.de, to switch over to. danwin1210.me went down after expiry, but thankfully I was allowed to pay for extension by creating a new account and depositing the money for renewal there, so it was back up shortly afterwards.'); ?></p> <p><?php echo _('Given that I was unable to get a satisfying answer and the old domain was due to expire, I went ahead and bought the new domain danwin1210.de, to switch over to. danwin1210.me went down after expiry, but thankfully I was allowed to pay for extension by creating a new account and depositing the money for renewal there, so it was back up shortly afterwards.'); ?></p>
<p><?php echo _('After a year my domain was due expiry again, so I enquired if I could move to a different registrar now. They offered me again to pay via an alternate account, because: <q>Unfortunately, we need more time to investigate your issue.</q> A year should be more than enough time to solve whatever issue they might have with my account... This time I decided to let it expire for good, since almost everyone should have switched over to the new domain by now.'); ?></p> <p><?php echo _('After a year my domain was due expiry again, so I enquired if I could move to a different registrar now. They offered me again to pay via an alternate account, because: <q>Unfortunately, we need more time to investigate your issue.</q> A year should be more than enough time to solve whatever issue they might have with my account This time I decided to let it expire for good, since almost everyone should have switched over to the new domain by now.'); ?></p>
<h2><?php echo _('What does it mean for users?'); ?></h2> <h2><?php echo _('What does it mean for users?'); ?></h2>
<p><?php echo _('You don\'t have an account and just browse the site? Not much will change, just the address in your browsers URL bar.'); ?></p> <p><?php echo _('You don\'t have an account and just browse the site? Not much will change, just the address in your browsers URL bar.'); ?></p>
<p><?php echo _('You are using the XMPP/E-Mail service? I\'m sorry, but this will likely cause you some struggles, as you now only have a few days left to migrate all your contacts/accounts to the new address. Any service where you registered with your email address will need to be updated to reflect the new domain. You might otherwise get locked out of your accounts, if they require you to e.g. click a link in your email for login. (Still recommended, but no longer necessary. See update above)'); ?></p> <p><?php echo _('You are using the XMPP/E-Mail service? I\'m sorry, but this will likely cause you some struggles, as you now only have a few days left to migrate all your contacts/accounts to the new address. Any service where you registered with your email address will need to be updated to reflect the new domain. You might otherwise get locked out of your accounts, if they require you to e.g. click a link in your email for login.'); ?></p>
<p><?php echo _('E-Mail users should also update their PGP key <a href="/mail/manage_account.php" target="_blank">in their account settings</a> to reflect the new domain and allow WKD clients to grab your key automatically.'); ?></p> <p><?php echo _('E-Mail users should also update their PGP key <a href="/mail/manage_account.php" target="_blank">in their account settings</a> to reflect the new domain and allow WKD clients to grab your key automatically.'); ?></p>
<p><?php echo _('You can still login with your .me user credentials, but the account is going to be .de. As long as the old domain is still online, you can also receive emails on the .me domain, while sending is switched over to .de.'); ?></p> <p><?php echo _('You can still login with your .me user credentials, but the account is going to be .de. As long as the old domain is still online, you can also receive emails on the .me domain, while sending is switched over to .de.'); ?></p>
<p><?php echo _('XMPP users will most likely notice their account stopped working. Unfortunately there is no easy way to migrate accounts with prosody (the XMPP server), as there is with email. You will need to update your account settings to reflect the new domain in order to login and re-connect with all your buddies.'); ?></p> <p><?php echo _('XMPP users will most likely notice their account stopped working. Unfortunately there is no easy way to migrate accounts with prosody (the XMPP server), as there is with email. You will need to update your account settings to reflect the new domain in order to login and re-connect with all your buddies.'); ?></p>

View File

@ -30,7 +30,7 @@ global $language, $dir, $locale;
<meta property="og:url" content="https://danwin1210.de/tutorials/torify-ftp/"> <meta property="og:url" content="https://danwin1210.de/tutorials/torify-ftp/">
<meta property="og:locale" content="<?php echo $locale; ?>"> <meta property="og:locale" content="<?php echo $locale; ?>">
<meta property="og:site_name" content="<?php echo _('Daniel'); ?>"> <meta property="og:site_name" content="<?php echo _('Daniel'); ?>">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"HowTo","name":"<?php echo _('Torify FTP clients'); ?>", "datePublished": "2017-10-21", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}, "tool": [{"@type":"HowToTool", "name":"Tor", "url": "https://www.torproject.org/"},{"@type":"HowToTool", "name":"FileZilla", "url": "https://filezilla-project.org/"},{"@type":"HowToTool", "name":"WinSCP", "url": "https://winscp.net/"}], "totalTime": "PT5M", "step": [{"@type": "HowToStep", "name": "<?php echo _("Download FileZilla"); ?>", "text": "<?php echo _("If you haven't installed FileZilla yet, you need to first download FileZilla."); ?>", "url": "https://filezilla-project.org/download.php?type=client"},{"@type": "HowToStep", "name": "<?php echo _("Configure proxy"); ?>", "text": "<?php echo _("Go to Generic Proxy settings and change the type to SOCKS5, host to localhost and Port to 9050 (if you run Tor as daemon) or 9150 (if you run TorBrowser)."); ?>", "image": ["2.gif", "3.gif"]},{"@type": "HowToStep", "name": "<?php echo _("Alternatively download WinSCP"); ?>", "text": "<?php echo _("If you haven't installed WinSCP yet, you need to first download WinSCP."); ?>", "url": "https://winscp.net/eng/download.php"},{"@type": "HowToStep", "name": "<?php echo _("Enter connection details"); ?>", "text": "<?php echo _("When started, enter your connection details."); ?>", "image": "1.jpg"},{"@type": "HowToStep", "name": "<?php echo _("Change connection timeout"); ?>", "text": "<?php echo _("Click on the Advanced... button and under Connection, change timeout to 50 as Tor can be slow at times."); ?>", "image": "2.jpg"},{"@type": "HowToStep", "name": "<?php echo _("Configure proxy"); ?>", "text": "<?php echo str_replace('"', "'", _('Now switch to the Proxy tab and change the type to SOCKS5, host to 127.0.0.1 and Port to 9050 (if your run Tor as daemon) or 9150 (if you run TorBrowser) and set "Do DNS name lookup at proxy end" to yes.')); ?>", "image": "3.jpg"}]}</script> <script type="application/ld+json">{"@context":"https://schema.org","@type":"HowTo","name":"<?php echo _('Torify FTP clients'); ?>", "datePublished": "2017-10-21", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}, "tool": [{"@type":"HowToTool", "name":"Tor", "url": "https://www.torproject.org/"},{"@type":"HowToTool", "name":"FileZilla", "url": "https://filezilla-project.org/"},{"@type":"HowToTool", "name":"WinSCP", "url": "https://winscp.net/"}], "totalTime": "PT5M", "step": [{"@type": "HowToStep", "name": "<?php echo _("Download FileZilla"); ?>", "text": "<?php echo _("If you haven't installed FileZilla yet, you need to first download FileZilla."); ?>", "url": "https://filezilla-project.org/download.php?type=client"},{"@type": "HowToStep", "name": "<?php echo _("Configure proxy"); ?>", "text": "<?php echo _("Go to Generic Proxy settings and change the type to SOCKS5, host to localhost and Port to 9050 (if you run Tor as daemon) or 9150 (if you run TorBrowser)."); ?>", "image": ["2.gif", "3.gif"]},{"@type": "HowToStep", "name": "<?php echo _("Alternatively download WinSCP"); ?>", "text": "<?php echo _("If you haven't installed WinSCP yet, you need to first download WinSCP."); ?>", "url": "https://winscp.net/eng/download.php"},{"@type": "HowToStep", "name": "<?php echo _("Enter connection details"); ?>", "text": "<?php echo _("When started, enter your connection details."); ?>", "image": "1.jpg"},{"@type": "HowToStep", "name": "<?php echo _("Change connection timeout"); ?>", "text": "<?php echo _("Click on the Advanced button and under Connection, change timeout to 50 as Tor can be slow at times."); ?>", "image": "2.jpg"},{"@type": "HowToStep", "name": "<?php echo _("Configure proxy"); ?>", "text": "<?php echo str_replace('"', "'", _('Now switch to the Proxy tab and change the type to SOCKS5, host to 127.0.0.1 and Port to 9050 (if your run Tor as daemon) or 9150 (if you run TorBrowser) and set "Do DNS name lookup at proxy end" to yes.')); ?>", "image": "3.jpg"}]}</script>
<style>img{max-width:100%}</style> <style>img{max-width:100%}</style>
</head><body> </head><body>
<?php menu(_('Tutorials - Torify FTP clients')); ?> <?php menu(_('Tutorials - Torify FTP clients')); ?>
@ -80,7 +80,7 @@ global $language, $dir, $locale;
<source srcset="1.jpg.avif" type="image/avif"> <source srcset="1.jpg.avif" type="image/avif">
<img loading="lazy" src="1.jpg" alt="<?php echo _('Connection details'); ?>"> <img loading="lazy" src="1.jpg" alt="<?php echo _('Connection details'); ?>">
</picture> </picture>
<p><?php echo _('Click on the Advanced... button and under Connection, change timeout to 50 as Tor can be slow at times.'); ?></p> <p><?php echo _('Click on the Advanced button and under Connection, change timeout to 50 as Tor can be slow at times.'); ?></p>
<picture> <picture>
<source srcset="2.jpg.webp" type="image/webp"> <source srcset="2.jpg.webp" type="image/webp">
<source srcset="2.jpg.avif" type="image/avif"> <source srcset="2.jpg.avif" type="image/avif">