Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,539
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Krydos

  1. What I would do is create the noreply email address like any other email address, and then add a rule that all received emails get immediately deleted. This way you don't have to worry about your email address taking up your storage.
  2. Your storage has been doubled. Thanks for the donation. We really appreciate it.
  3. It looks like mxtoolbox wants your reverse dns to be a subdomain like mail.stockdiv.com or something. Check out https://serverfault.com/a/799810 The tomcat log is located at /opt/tomcat/live/logs/catalina.out and the apache log is located at /var/log/apache2/error.log You can view them with your favourite editor (I use vim) or with a simple command like # cat /opt/tomcat/live/logs/catalina.out | less
  4. We recommend using mysql instead of sqlite because it's a lot easier to set up and more secure.
  5. So, everything is working now?
  6. Your username is actually gabsecci. You're actually on Johnny.
  7. Done. You should now be able to log in and your website should start working within 2 hours.
  8. 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...
  9. You haven't sent any emails today or yesterday.
  10. I found the issue. If you check the smtp banner of your VPS it should show your domain name, but instead it says vps13: # telnet 216.218.228.90 25 Trying 216.218.228.90... Connected to 216.218.228.90. Escape character is '^]'. 220 vps13 ESMTP Exim 4.91 Ubuntu Fri, 28 Jun 2019 19:28:20 +0000 I edited /etc/exim4/conf.d/main/02_exim4-config_options and uncommented the line smtp_banner = $smtp_active_hostname ESMTP Exim $version_number $tod_full Now when you check the smtp banner it shows your domain instead of vps13 # telnet 216.218.228.90 25 Trying 216.218.228.90... Connected to 216.218.228.90. Escape character is '^]'. 220 stockdiv.com ESMTP Exim 4.91 Ubuntu Fri, 28 Jun 2019 19:34:36 +0000
  11. Yeah, no problem. I'm always willing to listen to suggestions or requests from our users. The main reason HelioHost supports so many technologies and has so few limitations is because users have requested them.
  12. The only real restriction is that your files must be valid. Once again your file is corrupt. Archive: Backup-10-Jun-2019.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of Backup-10-Jun-2019.zip or Backup-10-Jun-2019.zip.zip, and cannot find Backup-10-Jun-2019.zip.ZIP, period.
  13. For me it says it was deployed successfully, and is running at http://fjmduran.heliohost.org/BackHelioHost/
  14. I just want to mention that you're the first person EVER that autossl has overwritten their .htaccess data. Usually it works silently and people don't even notice the changes at all.
  15. If you change your email address through cpanel it will sync up after a few hours, and you will be able to login at https://www.heliohost.org/login/ with the new email address. An admin doesn't have to help, but it does speed up the process.
  16. Usually if your index.php downloads instead of displaying it means you have an error in your .htaccess. What is the url of the page that isn't working?
  17. Is it working now?
  18. I recommend disabling registrations entirely if you don't actually need people signing up on your website. There are entire armies of bots on the internet dedicated to creating thousands of spam accounts when they discover wordpress or a forum or something that they can register accounts on. Even if you disable them posting they still trigger all of these registration emails getting sent out which can get you suspended.
  19. Since you mention ASP.net you could consider an experimental account on the Lily server which runs windows instead of linux. Apart from wolstech's personal projects there is only one other user account on that server.
  20. That's actually really bad news for us. On Ricky cpanel says and Tommy has more than twice that many domains. Unless cpanel changes their mind on requiring php-fpm it would have to be a paid hosting server only, because we can't afford to give away a 50 GB+ memory server for free.
  21. The java deployment process on Tommy has been restarted.
  22. Cpanel does this to allow autossl to work. Would you like me to disable autossl on your account?
  23. This is the reason your .sql file won't import: INSERT INTO `ngnr_wfBlockedIPLog` VALUES (_binary '\0\0\0\0\0\0\0\0\0\0ÿÿl¢\×A','US',1,18056,'waf'),(_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¢<9e>Ne','US',1,1\0\0ÿÿ¬EZ^E','US',1,18050,'brute'),(_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¬D<84><8a>','US',1,18050,'brute');^M See those <9e> and <84> etc? Those are binary characters which aren't valid in a .sql file.
  24. The java deployment process has been restarted.
  25. "sudo apt update" basically just synchronizes everything up, and doesn't really do much of anything. "sudo apt upgrade" installs the latest version of everything that has updates like exim, or your kernel, etc. It's safe to do on your VPS. >>>DO NOT DO A DIST-UPGRADE<<< It will cause vesta to stop working because it doesn't support the latest version of ubuntu, and we'll have to start over from scratch by wiping everything and installing the OS again. The dmarc record has been created for you.
×
×
  • Create New...