Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,796
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Done. You should now be able to log in and your website should start working within 2 hours.
  2. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  3. The recommended sftp settings are: SFTP host: ricky.heliohost.org SFTP port: 1312 SFTP protocol: SFTP SFTP logon type: Normal SFTP Username: bloodwii SFTP password: <same as cpanel> For easy reference they are listed at the top of the page at https://ricky.heliohost.org:2083/frontend/paper_lantern/ftp/accounts.html The password should be the same as your cpanel password so if you can log in to cpanel you should be able to log into sftp as well. If for some reason the above settings don't work for you don't repeatedly try to guess passwords, just use the same password once as you just logged in to cpanel with. Ftp can be tricky sometimes, because most ftp clients very studpidly try to login like 50 times with the same wrong password. That's why ftp is the leading cause of blocked ip addresses.
  4. The site looks nice though. I came pretty close to reading one of the articles. Haha.
  5. The extensions fileinfo and mbstring have been installed on Johnny's php 7.0. https://krydos2.heliohost.org/70/phpinfo.php
  6. There is no account in the system with that username or email address. I'm guessing you deleted it already? Your site works for me. Maybe try clearing your browser cache? I have to give you the stanard wordpress lecture. Wordpress is the worst possible software you could run on your account. It causes tons of load even if you hardly get any traffic at all. If you insist on running wordpress keep a close eye on the button labeled "Account Load" in cpanel. If you get close to 100 you have a high chance of being suspended for causing too much load. Wordpress also has terrible security. It's really easy for hackers to get access to your account if you have wordpress installed and most of the time they set up a phishing site or use your account to send spam emails. If your wordpress install gets hacked it means your account will be permanently banned. If you insist on running wordpress anyways make sure it and all of its plugins and themes are always kept up to date. Also most plugins and themes for wordpress are just backdoors for hackers anyways, and as soon as you install them they send out a message to the hacker letting them know your site exists, and it's usually only a matter of a day or two until they get around to hacking it. Wordpress is also really bloated and slow. Since it uses so much memory it gets a lot of 500 errors. Literally any other software you could install on your account would be better than wordpress.
  7. You actually get 2 emails. You get one several days before your account goes inactive reminding you to login, and you get another when your website is taken offline for inactivity.
  8. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  9. Your site isn't queued, but it does have a 500 error. The leading cause of 500 errors is wrong permissions. Please make sure your php files have 644 permissions. A lot of the time FTP clients upload files with 664 permissions which results in 500 errors. Also we strongly recommend you don't use wordpress. It causes a lot of load, which could get your account suspended, and it is also very insecure, which means a hacker can easily gain access to your account and set up a phishing site on your domain or send spam emails, which would also result in your account being suspended. Literally any other software you could install on your account is better than wordpress.
  10. The best way to fix this is to edit your scripts to use /home/tstamp/tmp instead of /tmp. That way if something goes haywire you only take out your own account, not the whole server.
  11. Your account used over 2.1 GB of space on /tmp and caused several hours of downtime for the thousands of other accounts on our best server. That's why you were suspended.
  12. You'll need a VPS for most of that. It can't be installed on a shared hosting account. https://www.heliohost.org/vps/
  13. The offending account has been suspended and his files deleted.
  14. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  15. Yep, Johnny's php 7.1 already has mbstring installed https://krydos2.heliohost.org/71/phpinfo.php
  16. You get a 404 because you're redirecting to something that doesn't exist. There is nothing at https://mario-kart.billigerkaufen.com/
  17. Just use MutliPHP to set your php version to 7.2. All php versions on HelioHost come with mysql and rewrite so you don't need to worry about those.
  18. I'm curious how something like this would work for our wordpress people https://hostadvice.com/how-to/how-to-convert-a-wordpress-site-to-a-static-html-website/ You could then put a 403 forbidden on the dynamic, slow, buggy wordpress site unless you were actually adding new content, and let all the traffic go to the static site that can't be hacked, is much faster, and causes basically no load.
×
×
  • Create New...