Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,796
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. PHP display_errors is disabled by default on a new PHP installation because it can sometimes be a security vulnerability to display errors on your page for any visitor to see, but HelioHost is used primarily by people who are still learning, so it's nicer to see an error on your page rather than just a blank white browser window with no indication what went wrong. Hosting a new site for a beginner can be a fairly daunting endeavor so we like to be as newbie friendly as possible to keep people from getting discouraged and giving up. For the more advanced users who know to look in the error_log file, or users who are hosting production sites that are being viewed by thousands instead of just themselves we recommend turning display_errors off.
  2. Display errors is already enabled on all versions of php on all servers so that line is pointless anyways, but if you want to disable errors you can do <?php ini_set('display_errors', 0); To prepend a file to your php script you can just do <?php require "required.html"; In my opinion it's better technique to include/require files like that in your code rather than your .htaccess because you might want to edit your php headers, and you can't do that once something has already been echoed.
  3. The extension mcrypt has been installed on Johnny's php 5.6. https://krydos2.heliohost.org/56/phpinfo.php
  4. Try renaming or deleting your .htaccess file. If that fixes the 500 error it will help narrow down whether the syntax of your .htaccess is correct.
  5. You're not blocked, you just need to set your nameservers on your .com to ns1.heliohost.org and ns2.heliohost.org.
  6. Krydos

    Query

    You can tell the uptime of the servers from these images which are generated every 4 hours or so and represent the uptime over the previous week
  7. Krydos

    Query

    What is your question? The only way to move to Tommy without donating is to delete and resignup. If you donate at https://www.heliohost.org/tommy/ you will automatically receive an invitation email to create an account on Tommy. The invitation usually arrives within 10 minutes, but if it's been a couple hours and you still haven't gotten it feel free to post your transaction ID and we can manually send you an invite. If you donate at https://www.heliohost.org/donate/ you will NOT automatically receive an invitation, but you can post your transaction ID and we can send you an invite manually or move your existing account for you.
  8. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  9. Yes, multithreading is supported. You can actually run as many threads or processes as you want. Tommy and Johnny have 8 cpus, and Ricky has 4. We do monitor cpu usage and memory usage though, so scripts that run constantly like discord bots have a tendency to get people suspended. We provide an account load graph in cpanel that you can watch, and if the cpu bar or the memory bar start to get close to 100 you can shut down your bot before you get suspended. Feel free to try out our free service, and if causes too much load you could consider a VPS https://www.heliohost.org/vps/ instead where you could cause pretty much as much load as you want and it wouldn't affect any of our other users.
  10. There you go https://fritschi.gq/ The webroot for your addon domain is /home/frischid/public_html/fritschi.gq/
  11. Unblocked. It was because of failed IMAP logins, which probably means you have the wrong credentials saved in an email client.
  12. User these settings: Protocol: SFTP Host: tommy.heliohost.org Port: 1342 Logon type: Normal Username: paulorib Password: <same as cpanel>
  13. You can change your email address by clicking your username in the top right corner, and select contact information. Change your email address to the new one, and then give it a few hours to sync up and then you will eventually be able to log in at https://www.heliohost.org/login/ with the new email address. To change your forum username just let us know the new username you want, and an admin can change it for you. The only way to change your hosting username is to delete your account and recreate it. Most people just stick with the username they have already.
  14. Your account wasn't suspended it was archived. Suspended means you caused too much load or violated our terms of service. Archived means you didn't log in for a long time. To prevent this from happening again please remember to log in at least once every 30 days. Unarchived.
  15. Once you create your account you can use it as long as you want. As long as you login at https://www.heliohost.org/login/ at least once every 30 days your website will stay online. If you forget to login you will get a couple reminder emails, and then your website will be replaced with an inactive message. If you don't renew your account as the emails instruct you to your account will be archived after 60 days of not logging in. When an account is archived the website is taken offline, and the files are backed up. If your account is archived you can always come back months or years later and request it to be unarchived which will restore your files and your website will start working again. We have a user who has been actively using our free service without making a single donation since 2007. You're of course welcome to donate as much or as little as you want, everything is appreciated, but the Tommy donation doesn't have to be recurring. Just a one-time donation of $1 USD.
  16. Unblocked. If you login at https://www.heliohost.org/login/ this won't happen again.
  17. Every time someone goes to your domain it affects the load, and wordpress causes ridiculous amounts of load even with barely any traffic. A lot of the time people get suspended for high load because bots find your wordpress domain and start trying to post thousands of spam comments, or trying to bruteforce your logins. So even if only 1 or 2 real people access your domain you can get suspended because of bots. One thing that would help a ton towards reducing load and making your site load faster and preventing it from getting hacked is if you convert it to a static site using one of the methods listed here https://hostadvice.com/how-to/how-to-convert-a-wordpress-site-to-a-static-html-website/
  18. Yes, you have to sign up at exactly midnight UTC, and free accounts usually fill in less than 10 seconds. A $1 USD or more donation will get you a Tommy account. https://www.heliohost.org/tommy/
  19. Both https://rapidenglish.eu/ and https://floydn.co/ seem to be working fine. They both have a fresh wordpress install. If you want https://wbdvsm.heliohost.org/ to show something other than a directory listing you need to put an index file of some sort at /home/wbdvsm/public_html/ If you insist on using Wordpress despite our warnings, please at least keep on eye on your account load. You can find the graph at https://tommy.heliohost.org:2083/frontend/paper_lantern/load/index.live.php If either of those bars get close to 100, especially the red one, you have a strong chance of being suspended for high load.
  20. Your nameservers aren't showing up. Once your nameservers are set correctly this link https://dnschecker.org/#NS/tanwirulilmi.us.to will show ns1.heliohost.org and ns2.heliohost.org on every line. Contact your domain registrar to find out how to set your nameservers.
  21. Please don't comment on other people's solved threads. If you want help with an issue it's best to make your own thread otherwise it might get overlooked.
  22. Please don't make multiple posts for the same thing. Merged.
×
×
  • Create New...