Initial commit
This commit is contained in:
.github
.gitignore.well-known
README.mdabout.phpchat
common.phpcontact.phpfaq.phpfavicon.icogithub-ipv6-proxy.phphosting
index.phplocale
new-domain.phpprivacy.phprobots.txttutorials
index.php
update-translation.shtorify-ftp
1.gif1.gif.avif1.gif.webp1.jpg1.jpg.avif1.jpg.webp2.1.gif2.1.gif.avif2.1.gif.webp2.gif2.gif.avif2.gif.webp2.jpg2.jpg.avif2.jpg.webp3.1.gif3.1.gif.avif3.1.gif.webp3.gif3.gif.avif3.gif.webp3.jpg3.jpg.avif3.jpg.webp4.gif4.gif.avif4.gif.webp5.1.gif5.1.gif.avif5.1.gif.webp5.gif5.gif.avif5.gif.webpindex.php
18
hosting/index.php
Normal file
18
hosting/index.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
require_once('../common.php');
|
||||
global $language;
|
||||
?>
|
||||
<!DOCTYPE html><html lang="<?php echo $language; ?>"><head>
|
||||
<title><?php echo _('Hosting - Info'); ?></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 _('Daniel\'s Hosting - a former darknet web hosting service'); ?>">
|
||||
<link rel="canonical" href="https://danwin1210.de/hosting/">
|
||||
<?php alt_links(); ?>
|
||||
</head><body>
|
||||
<?php menu(_('Hosting - Info')); ?>
|
||||
<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>
|
||||
</main>
|
||||
</body></html>
|
Reference in New Issue
Block a user