Add FAQ entry about selling kidneys

This commit is contained in:
2023-07-14 16:37:19 +02:00
parent 5dfc78f08d
commit 8448826fa2

View File

@ -39,6 +39,7 @@ global $language, $dir, $locale;
{"@type": "Question", "name": "<?php echo _('My email doesn\'t get sent. I\'m getting an error about TLS'); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php printf(str_replace('"', "'", _('You\'ve tried sending an email to a mail server that doesn\'t accept emails via encrypted transfer, or is using insecure protocols. This is very unfortunate, because it would leak your email content to anyone on the internet, who can intercept your email before it reaches the destination. You can disable mandatory encryption in your <a href="%s">account settings</a>, if you still need to send this email.')), 'https://danwin1210.de/mail/manage_account.php'); ?>"}},
{"@type": "Question", "name": "<?php echo _('I can\'t receive email, the sender gets an error about TLS'); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php printf(str_replace('"', "'", _('Someone tried emailing you from a mail server that doesn\'t support sending emails via encrypted transfer, or is using insecure protocols. This is very unfortunate, because it would leak your email content to anyone on the internet, who can intercept your email before it reaches the destination. You can disable mandatory encryption in your <a href="%s">account settings</a>, if you still need to receive this email.')), 'https://danwin1210.de/mail/manage_account.php'); ?>"}},
{"@type": "Question", "name": "<?php echo htmlspecialchars(_('I\'m in debt and I need to get money fast. How can I quickly make some money?')); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php echo htmlspecialchars(sprintf(_('Becoming rich and clearing your debts is a process that starts in your head. Chances of becoming rich overnight are extremely low, you should rather focus on long term goals. It may take you a few years to become financially free, but everyone can get there, if you are willing to learn and educate yourself. I made an in-depth tutorial about some steps you can take: <a href="%s">How to get rich (fast)</a>.'), 'https://danwin1210.de/tutorials/get-rich-fast/')); ?>"}},
{"@type": "Question", "name": "<?php echo htmlspecialchars(_('I want to sell my kidney, can you help me?')); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php echo htmlspecialchars(sprintf(_('In most countries, selling organs is illegal. So if you succeed in finding a doctor that would agree to take out your organs, and have a buyer, then both of them are risking several years of prison time. For them, it is much safer and easier to kill you while taking your organs, to prevent you from telling anyone, and of course not having to pay you. Your motive is most likely financial gain. However, when you sell your kidney, you can expect to be paid only a fraction of its worth. For a more detailed answer, you may want to read <a href="%s" target="_blank" rel="noopener noreferrer">this Wikipedia article</a>.'), 'https://en.wikipedia.org/wiki/Organ_trade')); ?>"}},
{"@type": "Question", "name": "<?php echo _('I have more Questions.'); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php printf(str_replace('"', "'", _('Feel free, to <a href="%s">contact me</a>.')), 'https://danwin1210.de/contact.php'); ?>"}}
]}</script>
</head><body>
@ -116,6 +117,10 @@ global $language, $dir, $locale;
<div class="cell"><?php echo _('I\'m in debt and I need to get money fast. How can I quickly make some money?'); ?></div>
<div class="cell"><?php printf(_('Becoming rich and clearing your debts is a process that starts in your head. Chances of becoming rich overnight are extremely low, you should rather focus on long term goals. It may take you a few years to become financially free, but everyone can get there, if you are willing to learn and educate yourself. I made an in-depth tutorial about some steps you can take: <a href="%s">How to get rich (fast)</a>.'), '/tutorials/get-rich-fast/'); ?></div>
</div>
<div class="row">
<div class="cell"><?php echo _('I want to sell my kidney, can you help me?'); ?></div>
<div class="cell"><?php printf(_('In most countries, selling organs is illegal. So if you succeed in finding a doctor that would agree to take out your organs, and have a buyer, then both of them are risking several years of prison time. For them, it is much safer and easier to kill you while taking your organs, to prevent you from telling anyone, and of course not having to pay you. Your motive is most likely financial gain. However, when you sell your kidney, you can expect to be paid only a fraction of its worth. For a more detailed answer, you may want to read <a href="%s" target="_blank" rel="noopener noreferrer">this Wikipedia article</a>.'), 'https://en.wikipedia.org/wiki/Organ_trade'); ?></div>
</div>
<div class="row">
<div class="cell"><?php echo _('I have more Questions.'); ?></div>
<div class="cell"><?php printf(_('Feel free, to <a href="%s">contact me</a>.'), 'contact.php'); ?></div>