46 lines
2.2 KiB
PHP
46 lines
2.2 KiB
PHP
<?php
|
|
include('../common.php');
|
|
header('Content-Type: text/html; charset=UTF-8');
|
|
?>
|
|
<!DOCTYPE html><html><head>
|
|
<title>Daniel's Hosting</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
|
</head><body>
|
|
<p>Info | <a href="register.php">Register</a> | <a href="login.php">Login</a> | <a href="list.php">List of hosted sites</a></p>
|
|
<p>Here you can get yourself a hosting account on my server.</p>
|
|
<p>What you will get:</p>
|
|
<ul>
|
|
<li>Chose between PHP 7.0 or 7.1</li>
|
|
<li>Nginx Webserver</li>
|
|
<li>SQLite support</li>
|
|
<li>1 MariaDB (MySQL) database</li>
|
|
<li><a href="/phpmyadmin/" target="_blank">PHPMyAdmin</a> and <a href="/adminer/" target="_blank">Adminer</a> for web based database administration</li>
|
|
<li><b>No Web-based file management yet, you'll need to use an FTP client like <a href="https://filezilla-project.org/">FileZilla</a> (<a href="http://tt3j2x4k5ycaa5zt.onion/tutorials/torify-ftp/" target="_blank">Torify FileZilla</a>) for now, to manage files. A web based file manager is planned.</b></li>
|
|
<li>FTP access</li>
|
|
<li>SFTP access</li>
|
|
<li>No disk quota</li>
|
|
<li>mail() can send e-mails from your.onion@<?php echo ADDRESS; ?> (your.onion@hosting.danwin1210.me for clearnet)</li>
|
|
<li>Webmail and IMAP, POP3 and SMTP access to your mail account</li>
|
|
<li>Mail sent to anything@your.onion gets automatically redirected to your inbox</li>
|
|
<li>Your own .onion address</li>
|
|
<li>There is a missing feature or you need a special configuration? Just <a href="http://tt3j2x4k5ycaa5zt.onion/contact.php">contact me</a> and I'll see what I can do.</li>
|
|
<li>Empty accounts will be deleted after a month</li>
|
|
<li>More to come…</li>
|
|
</ul>
|
|
<h2>Rules</h2>
|
|
<ul>
|
|
<li>No child pornography!</li>
|
|
<li>No terroristic propaganda!</li>
|
|
<li>No illegal content according to German law!</li>
|
|
<li>No malware! (e.g. botnets)</li>
|
|
<li>No phishing!</li>
|
|
<li>No scams!</li>
|
|
<li>No spam!</li>
|
|
<li>No shops! (mostly scams anyway)</li>
|
|
<li>No proxy scripts!</li>
|
|
<li>No IP logger or similar de-anonymizer sites!</li>
|
|
<li>I preserve the right to delete any site for violating these rules and adding new rules at any time.</li>
|
|
</ul>
|
|
</body></html>
|