diff --git a/var/www/html/faq.php b/var/www/html/faq.php new file mode 100644 index 0000000..5a8693e --- /dev/null +++ b/var/www/html/faq.php @@ -0,0 +1,19 @@ + +
+Info | Register | Login | List of hosted sites | FAQ
+Question | Answer |
---|---|
Your rules are so strict. Can't you make an exception for my site? | No, I will not make exceptions for any site and neither am I curruptibly by offering me money. Once I start making an exception for your site, I would have to for every other site as well which is the same as if the rules didn't exist. |
I have an .htaccess file, but it doesn't work. How can I fix it? | .htaccess files are meant for Apache2 webservers. My server is based on NginX, which is much faster due to using static configuration files and not reading files like .htaccess at runtime. You can contact me and tell me your sites address where the .htaccess file is. I will then check your .htaccess and convert the rules to NginX rules and apply those. |
I just uploaded my page, but it's broken. HELP | Most likely your site makes use of rewriting rules, which are typically located in an .htaccess file or are mentioned in a readme file. Just contact me in this case. Also see previous question. |
My application is very ressource intensive or I want to host a different service e.g. my own tor relay. Can you get me a VPS? | Yes, if you have special requirements, want a dedicated VPS for your application or just want to anonymously support the TOR network (or other networks) without having to deal with server setup etc. I can offer you a managed VPS hosting. However this will not be for free. It depends on which server you want me to get. For details, contact me |
I want to publish my site on clearnet also. Can you offer a clearnet relay? | Yes, I can offer you a subdomain on my server, e.g. yoursite.danwin1210.me or if you have your own domain use that. Just contact me for setting up a clearnet gateway for your site. |
Info | Register | Login | List of hosted sites
+Info | Register | Login | List of hosted sites | FAQ
Here you can get yourself a hosting account on my server.
What you will get:
Info | Register | Login | List of hosted sites
'; +echo 'Info | Register | Login | List of hosted sites | FAQ
'; $stmt=$db->query('SELECT COUNT(*) FROM users WHERE public=1;'); $count=$stmt->fetch(PDO::FETCH_NUM); $stmt=$db->query('SELECT COUNT(*) FROM users WHERE public=0;'); diff --git a/var/www/html/login.php b/var/www/html/login.php index 3e53b6f..8738c2b 100644 --- a/var/www/html/login.php +++ b/var/www/html/login.php @@ -75,7 +75,7 @@ echo 'Info | Register | Login | List of hosted sites
'; +echo 'Info | Register | Login | List of hosted sites | FAQ
'; echo $msg; echo '