Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,966
  • Joined

  • Last visited

  • Days Won

    675

Everything posted by wolstech

  1. What are you trying to do exactly? Are you trying to make your domain receive mail, or are you trying to check mail with a mail client? The MX record only allows the domain to receive mail while the domain is pointed elsewhere, that is to say, it makes the mail deliverable. It does not let a mail client access the mailbox, nor does it let a mail client send mail. For that, you need to either use the webmail or change your mail client's settings to use tommy.heliohost.org as the IMAP and SMTP servers.
  2. Yes they are. You need to either change the A record back to 65.19.143.6, or edit your MX record and set it to tommy.heliohost.org.
  3. Domain added. Give it an hour to start working. Git doesn't really work well on our server because we don't allow SSH access, which is a requirement for many of its features like clone URLs.
  4. The free domains end in .heliohost.us now, we no longer offer the .org version. As for how to get one, an admin has to add it for you. What is your username and what domain do you want?
  5. Krydos has to get them for you. While you wait for him to get logs, I'd suggest making sure your database settings are correct if your app uses a database. One of the most common failures we see is MySQL Access Denied errors due to people forgetting to put in database credentials (e.g. the app is trying to log into the database as root with no password, which is a common configuration on a dev machine but obviously is not going to work on a shared production server).
  6. The main domain script won't work to set the free subdomains. Also, the free subdomains end in .heliohost.us, we no longer offer the .heliohost.org domains for new users. Your domain has been changed to lubaum.heliohost.us and should start working in the next hour or so. Also, in the future, please open your own topic for assistance.
  7. Our versions of cPanel do not support PHP 8.0, so we are unable to support this at this time. It's logically equivalent to this except for the case sensitivity: function str_contains($haystack,$needle) { return !empty(stristr($haystack,$needle)); } EDIT: Not case sensitive like str_contains, but is a boolean return function that checks for presence of a string like it. In all prior versions of PHP, the stristr() method is the standard. Anyone who's used PHP for any length of time likely will know and use that method unless they really need it to be case-sensitive (which in my experience is usually not desired).
  8. The account devd does not exist.
  9. That account is already active.
  10. You have an email client somewhere that's checking mail with an incorrect password...many times someone forgot they set up mail on their phone, and this happens when they later change the password. Unblocked again (give it 15 minutes).
  11. Something is wrong on their end. Our system can't see the name servers: https://bybyron.net/php/tools/dns_records.php?domain=itskara.cyou&rec=NS Neither can Google (enter your domain and click NS, it comes back SERVFAIL): https://toolbox.googleapps.com/apps/dig/ A correct domain will look like: https://bybyron.net/php/tools/dns_records.php?domain=heliohost.org&rec=NS You might want to try changing your main domain to that domain and see if it works instead. There's a few weird registrars that are "backwards" (they expect hosts to set up DNS first, when the industry standard is for the registrar to go first). Setting this domain as your main domain will force the registrar to set up if this is the case, after which you change the main domain back and add the alias/addon.
  12. You didn't wait long enough. It usually takes ~15 minutes for it to take effect, and during severe high load, I've seen an hour or longer for an unblock to process. Nonetheless, I manually unblocked you on the server side so it should work now.
  13. Try now. Also, in the future, unblocks don't take effect immediately. They can take up to 15 minutes normally, and in severe cases (usually high load), I've seen them take an hour or longer.
  14. Domain parked. Your old account is djj by the way, not flexo.
  15. It failed due to high load. We'll try again later.
  16. Unblocked. The domain change script will give a bad password error if the server is overloaded when you try to change your domain. If that happens and you know the password is right, try again later or ask us to change it for you. Also, please keep in mind the script cannot be used to change your domain to a .heliohost.us subdomain (we have to do that for you).
  17. Donation verified. What is your account's username so I can move it to Tommy?
  18. Unarchived.
  19. The 20 character one was too long (max length is 18 if I remember right). Also, passwords cannot contain spaces or quotes.
  20. We do not recommend it...it's infamous for causing all sorts of weird issues with our service (it can break Auto SSL and is known to cause email problems among other things). That said, it does mostly work if you get your site working then let it copy the zone records. Finally, please keep in mind that we will not provide any support for domains that are using cloudflare. If you ask for support with these domains, you'll be asked to remove Cloudflare before we will provide assistance.
  21. Unarchived.
  22. Working on it...
×
×
  • Create New...