Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,044
  • Joined

  • Last visited

  • Days Won

    617

Everything posted by wolstech

  1. You're suspended for using a disposable email address. HelioHost requires a valid email address so we can contact you regarding suspensions and abuse reports. In addition, the email address is required to reset a forgotten password, retrieve a backup if the server crashes, and perform similar security-sensitive tasks. Please provide a valid email address and I will unsuspend and update your account.
  2. The system does this when the settings on cloudflare are wrong. If you remove cloudflare, it'll work again. You need to make sure the DNS records in cloudflare match the ones on our name servers exactly. The easiest way to do this, is to go back to our name servers and get the domain working, then let cloudflare copy the correct zones from our servers (they have an option to do this as part of their setup). You can use the cloudflare option in cpanel ("full zone" choice) to help you do this if you want. We can't troubleshoot Cloudflare though since we have no visibility into what their servers are doing.
  3. It got suspended for load again. Unsuspended. If it happens again, I'll have Krydos point out the file causing the issue for you.
  4. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache. If you need help figuring out why your site is causing such high load let us know and we can try to help. If the high load is simply because your site is getting a lot of traffic you might consider trying paid hosting from our partner starting at only a cent for the first month. https://www.heliohost.org/partners/hostgator
  5. Java and JavaScript are not the same thing despite their similar names. They are two entirely different languages. Which one are you actually trying to use?
  6. Can this be looked at? Looks like Apache died/has been dead for more than a day. cPanel seems to be working fine though...
  7. Then why do you have another account called mysupportpaypal.ooo (which is obviously phishing)? Please find another web host.
  8. Can you explain what you were planning to use this domain for?
  9. That account is suspended for Phishing. HelioHost does not tolerate phishing activity of any kind, and for security reasons will not unsuspend, back up, or delete an account that was involved in phishing. We apologize for any inconvenience this may have caused.
  10. Can you explain what the suspicious content on your account is and why it's serving fake error pages? It looks eerily like the data collection half of a botnet.
  11. Seeing that the project contains the file, there is probably something wrong with the way it's being compiled. Start over using a new project.
  12. The /renew/ link is typically used to restore an account that went inactive already. If this was a reminder email that you were about to go inactive, https://heliohost.org/login/ would be more appropriate. You can also just use https://tommy.heliohost.org:2083/ (with nothing after the slash) to log in and have it count. I'll let Krydos look at this to see why you didn't count when logging in through the /renew/ form.
  13. Yep. Empty the trash to fix that.
  14. You change PHP versions and enable .html processing in .htaccess. A line similar to this may already exist if you used MultiPHP manager. In this case, add the .html to the end of the line. AddType application/x-httpd-ea-php56 .php .php5 .phtml .html (You can change the php56 portion to the version you want to use, we support php54, php55, php56, php70, php71, php72). Note that directly modifying this line is incompatible with the MultiPHP manager in cPanel. If you do this, you should not attempt to set a PHP version with MultiPHP manager or it will delete your changes. This line will work in any folder too, so you can have different PHP versions or file extensions for different folders. The MultiPHP manager GUI is limited to per-domain settings only.
  15. Tommy offers 7.1 and 7.2, you can change versions here: https://tommy.heliohost.org:2083/frontend/paper_lantern/multiphp_manager/index.html#/config/ By the way, Magento is known for getting people suspended for high load due to being extremely bloated. I would suggest other software if you can.
  16. Just a heads up on that htaccess...forcing the www is a bad idea. Not only is it a needless redirect, forcing it can lower your ranking on search engine and will break subdomains if their root folder is inside the folder containing this htaccess. In addition, there are (typically older) scripts that rely on not having a www in front (no idea why, but I used to use one).
  17. That account is currently inactive pending deletion. Just wait a few hours and it should go away on its own. If it doesn't, I'll look into it further.
  18. Error reporting can't be disabled for syntax errors. It works just fine: With it off https://www.raxsoft.com/temp/no_error.php and on https://www.raxsoft.com/temp/error.php no_error.php: <?php error_reporting(0); mysql_fetch_array($null); ?> error.php <?php mysql_fetch_array($null); ?> More than likely the software you're using hijacks the error reporting state and tries to control it on its own. You'll need to either check for an option in the software (usually hiding in a config file), or go through the source code of the software you're using and comment out any error_reporting options that it tries to set.
  19. error_reporting(0); should definitely work. Are you sure your software doesn't have logic in it somewhere that turns it back on?
  20. That domain works for me. I see this: https://imgur.com/a/XAYPlaa Which is what should be shown since you don't have an index.php in your public_html folder. The only other content I see is a broken Joomla installation in the joomla folder. Clear your cache, and try using a different computer or internet connection (e.g. cell phone on data plan, a VPN, etc.) if it doesn't help. We're unable to provide much assistance with broken software, so you'll need to figure out the Joomla issue if that's what is supposed to be your site. Odds are the database configuration is wrong though.
  21. It was blocked for failed SFTP logins. Unblocked.
×
×
  • Create New...