Add blog and news
This commit is contained in:
36
blog/index.php
Normal file
36
blog/index.php
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<?php
|
||||||
|
require_once('../common.php');
|
||||||
|
global $language, $dir, $locale;
|
||||||
|
?>
|
||||||
|
<!DOCTYPE html><html lang="<?php echo $language; ?>" dir="<?php echo $dir; ?>"><head>
|
||||||
|
<title><?php echo _('Daniel - Blog and news'); ?></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="author" content="Daniel Winzen">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="description" content="<?php echo _('Blog and news by Daniel Winzen'); ?>">
|
||||||
|
<link rel="canonical" href="https://danwin1210.de/blog/">
|
||||||
|
<link rel="alternate" href="https://danwin1210.de/blog/" hreflang="x-default">
|
||||||
|
<?php alt_links(); ?>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="<?php echo _('Daniel - Blog and news'); ?>">
|
||||||
|
<meta property="og:description" content="<?php echo _('Blog and news by Daniel Winzen'); ?>">
|
||||||
|
<meta property="og:image" content="https://danwin1210.de/daniel.jpg">
|
||||||
|
<meta property="og:image:type" content="image/jpeg">
|
||||||
|
<meta property="og:image:height" content="1000">
|
||||||
|
<meta property="og:image:width" content="1000">
|
||||||
|
<meta property="og:image:alt" content="<?php echo _('An avatar representing Daniel Winzen'); ?>">
|
||||||
|
<meta property="og:url" content="https://danwin1210.de/blog/">
|
||||||
|
<meta property="og:locale" content="<?php echo $locale; ?>">
|
||||||
|
<meta property="og:site_name" content="<?php echo _('Daniel'); ?>">
|
||||||
|
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"<?php echo _('Daniel - Blog and news'); ?>", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
||||||
|
</head><body>
|
||||||
|
<?php menu(_('Blog and news')); ?>
|
||||||
|
<p><?php echo _('Blog posts and news related to my services will be posted here.'); ?></p>
|
||||||
|
<div class="table">
|
||||||
|
<div class="headerrow"><div class="cell"><?php echo _('Date'); ?></div><div class="cell"><?php echo _('Title'); ?></div></div>
|
||||||
|
<div class="row"><div class="cell"><?php echo _('March 2020'); ?></div><div class="cell"><a href="/hosting/"><?php echo _('Hosting service shutdown due to hack'); ?></a></div></div>
|
||||||
|
<div class="row"><div class="cell"><?php echo _('December 2021'); ?></div><div class="cell"><a href="/new-domain.php"><?php echo _('New domain - DanWin1210.Me is now DanWin1210.De'); ?></a></div></div>
|
||||||
|
<div class="row"><div class="cell"><?php echo _('December 2022'); ?></div><div class="cell"><a href="/chat/"><?php echo _('Daniel\'s Chat shutdown'); ?></a></div></div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
</body></html>
|
@ -3,7 +3,7 @@ require_once('../common.php');
|
|||||||
global $language, $dir, $locale;
|
global $language, $dir, $locale;
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html><html lang="<?php echo $language; ?>" dir="<?php echo $dir; ?>"><head>
|
<!DOCTYPE html><html lang="<?php echo $language; ?>" dir="<?php echo $dir; ?>"><head>
|
||||||
<title><?php echo _('Daniel - Chat'); ?></title>
|
<title><?php echo _('Daniel\'s Chat shutdnown'); ?></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="author" content="Daniel Winzen">
|
<meta name="author" content="Daniel Winzen">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
@ -12,7 +12,7 @@ global $language, $dir, $locale;
|
|||||||
<link rel="alternate" href="https://danwin1210.de/chat/" hreflang="x-default">
|
<link rel="alternate" href="https://danwin1210.de/chat/" hreflang="x-default">
|
||||||
<?php alt_links(); ?>
|
<?php alt_links(); ?>
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:title" content="<?php echo _('Daniel - Chat'); ?>">
|
<meta property="og:title" content="<?php echo _('Daniel\'s Chat shutdown'); ?>">
|
||||||
<meta property="og:description" content="<?php echo _('Daniel\'s Chat - a former darknet chat community'); ?>">
|
<meta property="og:description" content="<?php echo _('Daniel\'s Chat - a former darknet chat community'); ?>">
|
||||||
<meta property="og:image" content="https://danwin1210.de/daniel.jpg">
|
<meta property="og:image" content="https://danwin1210.de/daniel.jpg">
|
||||||
<meta property="og:image:type" content="image/jpeg">
|
<meta property="og:image:type" content="image/jpeg">
|
||||||
@ -22,9 +22,9 @@ global $language, $dir, $locale;
|
|||||||
<meta property="og:url" content="https://danwin1210.de/chat/">
|
<meta property="og:url" content="https://danwin1210.de/chat/">
|
||||||
<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":"WebPage","name":"<?php echo _('Daniel - Chat'); ?>", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"<?php echo _('Daniel\' Chat shutdown'); ?>", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
||||||
</head><body>
|
</head><body>
|
||||||
<?php menu(_('Daniel\'s Chat')); ?>
|
<?php menu(_('Daniel\'s Chat shutdown')); ?>
|
||||||
<p><?php echo _('After 9 years, I\'m shutting down the chat for good.'); ?></p>
|
<p><?php echo _('After 9 years, I\'m shutting down the chat for good.'); ?></p>
|
||||||
<p><?php echo _('You can find alternative chats on <a href="https://onions.danwin1210.de/?cat=2">my onion link list</a>. If you are interested in running a similar chat community, you can download my chat script on <a href="https://github.com/DanWin/le-chat-php" target="_blank" rel="noopener noreferrer">GitHub</a>.'); ?></p>
|
<p><?php echo _('You can find alternative chats on <a href="https://onions.danwin1210.de/?cat=2">my onion link list</a>. If you are interested in running a similar chat community, you can download my chat script on <a href="https://github.com/DanWin/le-chat-php" target="_blank" rel="noopener noreferrer">GitHub</a>.'); ?></p>
|
||||||
<p><?php echo _('This chat started as a hobby project for use in school in 2013 and evolved into a very active darknet chat community. I handed over chat administration to various other people since 2017, as I was no longer able to find the time or motivation to administrate the chat. In recent months, the administration that took over, kept the chat very private, made people spend hours waiting to get access and randomly kicked people for no reason. This in turn filled my inbox with messages of people asking for assistance to access the chat and traffic has decreased to a fraction of what it used to be. In this state, it doesn\'t make sense to continue providing the service. Thus I decided to shut down the chat for good in December 2022, after 9 years.'); ?></p>
|
<p><?php echo _('This chat started as a hobby project for use in school in 2013 and evolved into a very active darknet chat community. I handed over chat administration to various other people since 2017, as I was no longer able to find the time or motivation to administrate the chat. In recent months, the administration that took over, kept the chat very private, made people spend hours waiting to get access and randomly kicked people for no reason. This in turn filled my inbox with messages of people asking for assistance to access the chat and traffic has decreased to a fraction of what it used to be. In this state, it doesn\'t make sense to continue providing the service. Thus I decided to shut down the chat for good in December 2022, after 9 years.'); ?></p>
|
||||||
|
@ -123,7 +123,7 @@ function menu(string $title = ''): void
|
|||||||
$onions='http://zdmhl2zydlw5soy3jpaofbpq3pmuxc7trx2lfubeqryqd266jl4q.b32.i2p';
|
$onions='http://zdmhl2zydlw5soy3jpaofbpq3pmuxc7trx2lfubeqryqd266jl4q.b32.i2p';
|
||||||
}
|
}
|
||||||
echo "<a href=\"$host/\">"._('Home').'</a>';
|
echo "<a href=\"$host/\">"._('Home').'</a>';
|
||||||
echo "<a href=\"$host/chat/\">"._('Chat').'</a>';
|
echo "<a href=\"$host/blog/\">"._('Blog and news').'</a>';
|
||||||
echo "<a href=\"$onions/test.php\">"._('Online-Test').'</a>';
|
echo "<a href=\"$onions/test.php\">"._('Online-Test').'</a>';
|
||||||
echo "<a href=\"$onions/\">"._('Onion link list').'</a>';
|
echo "<a href=\"$onions/\">"._('Onion link list').'</a>';
|
||||||
echo "<a href=\"$host/mail/\">"._('E-Mail + XMPP').'</a>';
|
echo "<a href=\"$host/mail/\">"._('E-Mail + XMPP').'</a>';
|
||||||
|
@ -3,7 +3,7 @@ require_once('../common.php');
|
|||||||
global $language, $dir, $locale;
|
global $language, $dir, $locale;
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html><html lang="<?php echo $language; ?>" dir="<?php echo $dir; ?>"><head>
|
<!DOCTYPE html><html lang="<?php echo $language; ?>" dir="<?php echo $dir; ?>"><head>
|
||||||
<title><?php echo _('Hosting - Info'); ?></title>
|
<title><?php echo _('Daniel\'s Hosting shutdown after hack'); ?></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="author" content="Daniel Winzen">
|
<meta name="author" content="Daniel Winzen">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
@ -12,7 +12,7 @@ global $language, $dir, $locale;
|
|||||||
<link rel="alternate" href="https://danwin1210.de/hosting/" hreflang="x-default">
|
<link rel="alternate" href="https://danwin1210.de/hosting/" hreflang="x-default">
|
||||||
<?php alt_links(); ?>
|
<?php alt_links(); ?>
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:title" content="<?php echo _('Hosting - Info'); ?>">
|
<meta property="og:title" content="<?php echo _('Daniel\'s Hosting shutdown after hack'); ?>">
|
||||||
<meta property="og:description" content="<?php echo _('Daniel\'s Hosting - a former darknet web hosting service'); ?>">
|
<meta property="og:description" content="<?php echo _('Daniel\'s Hosting - a former darknet web hosting service'); ?>">
|
||||||
<meta property="og:image" content="https://danwin1210.de/daniel.jpg">
|
<meta property="og:image" content="https://danwin1210.de/daniel.jpg">
|
||||||
<meta property="og:image:type" content="image/jpeg">
|
<meta property="og:image:type" content="image/jpeg">
|
||||||
@ -22,9 +22,9 @@ global $language, $dir, $locale;
|
|||||||
<meta property="og:url" content="https://danwin1210.de/hosting/">
|
<meta property="og:url" content="https://danwin1210.de/hosting/">
|
||||||
<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":"WebPage","name":"<?php echo _('Hosting - Info'); ?>", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"<?php echo _('Daniel\'s Hosting shutdown after hack'); ?>", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
||||||
</head><body>
|
</head><body>
|
||||||
<?php menu(_('Hosting - Info')); ?>
|
<?php menu(_('Daniel\'s Hosting shutdown after hack')); ?>
|
||||||
<p><?php echo _('In March 2020 a hacker deleted all databases related to my hosting, thus I was forced to shut down my hosting service. If you want to contribute or setup your own hosting, check out my open source project at <a href="https://github.com/DanWin/hosting" target="_blank" rel="noopener">https://github.com/DanWin/hosting</a>.'); ?></p>
|
<p><?php echo _('In March 2020 a hacker deleted all databases related to my hosting, thus I was forced to shut down my hosting service. If you want to contribute or setup your own hosting, check out my open source project at <a href="https://github.com/DanWin/hosting" target="_blank" rel="noopener">https://github.com/DanWin/hosting</a>.'); ?></p>
|
||||||
<p><?php echo _('Being a darknet hoster has taught me many things. However, this was a free time project I did next to my full time job and it\'s very time-consuming to try and keep the server clean from illegal and scammy sites. I\'ve spent 10 times more time on deleting accounts than I could find time to continue development. At this time I do not plan on continuing the hosting project, but this doesn\'t have to be the end. There are other hosting providers like <a href="http://hzwjmjimhr7bdmfv2doll4upibt5ojjmpo3pbp5ctwcg37n3hyk7qzid.onion/" target="_blank" rel="noopener">Ablative Hosting</a>, <a href="http://q3lgwxinynjxkor6wghr6hrhlix7fquja3t25phbagqizkpju36fwdyd.onion/" target="_blank" rel="noopener">OneHost</a>, <a href="http://dwebkjkovsjobzrb45dz6prnlifnapiyp2dba33vcmcsaikr2re4d5qd.onion" target="_blank" rel="noopener">OnionLand Hosting</a> or a clearnet proxy service <a href="https://clearnetonion.eu.org/" target="_blank" rel="noopener">Clearnet Onion | Easy clearnet relay</a> and my project is <a href="https://github.com/DanWin/hosting/" target="_blank" rel="noopener">available for download</a>, which should enable anyone willing to become the next darknet shared hosting provider to start where I left of.'); ?></p>
|
<p><?php echo _('Being a darknet hoster has taught me many things. However, this was a free time project I did next to my full time job and it\'s very time-consuming to try and keep the server clean from illegal and scammy sites. I\'ve spent 10 times more time on deleting accounts than I could find time to continue development. At this time I do not plan on continuing the hosting project, but this doesn\'t have to be the end. There are other hosting providers like <a href="http://hzwjmjimhr7bdmfv2doll4upibt5ojjmpo3pbp5ctwcg37n3hyk7qzid.onion/" target="_blank" rel="noopener">Ablative Hosting</a>, <a href="http://q3lgwxinynjxkor6wghr6hrhlix7fquja3t25phbagqizkpju36fwdyd.onion/" target="_blank" rel="noopener">OneHost</a>, <a href="http://dwebkjkovsjobzrb45dz6prnlifnapiyp2dba33vcmcsaikr2re4d5qd.onion" target="_blank" rel="noopener">OnionLand Hosting</a> or a clearnet proxy service <a href="https://clearnetonion.eu.org/" target="_blank" rel="noopener">Clearnet Onion | Easy clearnet relay</a> and my project is <a href="https://github.com/DanWin/hosting/" target="_blank" rel="noopener">available for download</a>, which should enable anyone willing to become the next darknet shared hosting provider to start where I left of.'); ?></p>
|
||||||
</main>
|
</main>
|
||||||
|
Reference in New Issue
Block a user