"Polished" the index page a bit.
This commit is contained in:
@ -24,23 +24,23 @@ if(isset($_SERVER['HTTP_HOST']) && preg_match('/danwin1210\.(i2p|me)$/', $_SERVE
|
|||||||
<p>Here you can get yourself a hosting account on my server.</p>
|
<p>Here you can get yourself a hosting account on my server.</p>
|
||||||
<p>What you will get:</p>
|
<p>What you will get:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Free anonymous webhosting</li>
|
<li>Completely free anonymous webhosting</li>
|
||||||
<li>Choose between PHP <?php echo implode(', ', PHP_VERSIONS); ?> or no PHP support</li>
|
<li>Choose between PHP <?php echo implode(', ', PHP_VERSIONS); ?> or no PHP support</li>
|
||||||
<li>Nginx Webserver</li>
|
<li>Nginx Webserver</li>
|
||||||
<li>SQLite support</li>
|
<li>SQLite support</li>
|
||||||
<li>MariaDB (MySQL) database support</li>
|
<li>MariaDB (MySQL) database support</li>
|
||||||
<li><a href="/phpmyadmin/" target="_blank">PHPMyAdmin</a> and <a href="/adminer/" target="_blank">Adminer</a> for web based database administration</li>
|
<li><a href="/phpmyadmin/" target="_blank">PHPMyAdmin</a> and <a href="/adminer/" target="_blank">Adminer</a> for web based database administration</li>
|
||||||
<li>Web-based file management</li>
|
<li>Web-based file manager</li>
|
||||||
<li>FTP access</li>
|
<li>FTP access</li>
|
||||||
<li>SFTP access</li>
|
<li>SFTP access</li>
|
||||||
<li>No disk quota, but please be fair about your disk usage - quota will come</li>
|
<li>No disk quota, but please be fair about your disk usage - a quota will come soon</li>
|
||||||
<li>mail() can send e-mails from your.onion@<?php echo ADDRESS; ?> (your.onion@hosting.danwin1210.me for clearnet) - not yet working but will return in future, use <a href="https://github.com/PHPMailer/PHPMailer" target="_blank">https://github.com/PHPMailer/PHPMailer</a> or similar for now</li>
|
<li>mail() can send e-mails from your.onion@<?php echo ADDRESS; ?> (your.onion@hosting.danwin1210.me for clearnet) - not yet working but will return in future, use <a href="https://github.com/PHPMailer/PHPMailer" target="_blank">https://github.com/PHPMailer/PHPMailer</a> or similar for now</li>
|
||||||
<li>Webmail and IMAP, POP3 and SMTP access to your mail account</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>Mail sent to anything@your.onion gets automatically redirected to your inbox</li>
|
||||||
<li>Your own .onion address</li>
|
<li>Your own .onion domain</li>
|
||||||
<li>On request your own clearnet domain or a free subdomain of danwin1210.me. I can setup an I2P domain as well.</li>
|
<li>On request your own clearnet domain or a free subdomain of danwin1210.me. I can setup an I2P domain as well.</li>
|
||||||
<li>There is a missing feature or you need a special configuration? Just <a href="<?php echo "$host/contact.php"; ?>">contact me</a> and I'll see what I can do.</li>
|
<li>There is a missing feature or you need a special configuration? Just <a href="<?php echo "$host/contact.php"; ?>">contact me</a> and I'll see what I can do.</li>
|
||||||
<li>Empty/Unused accounts will be automatically deleted after a month</li>
|
<li>Empty/Unused accounts will be automatically deleted after a month of inactivity</li>
|
||||||
<li>More to come…</li>
|
<li>More to come…</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Rules</h2>
|
<h2>Rules</h2>
|
||||||
|
Reference in New Issue
Block a user