Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,895
  • Joined

  • Last visited

  • Days Won

    889

Everything posted by Krydos

  1. Like it says in the email you received when your account was created
  2. You aren't suspended. cPanel has been more or less unmonitored for 16 months now. Someone used up all the space in the /tmp partition and MySQL wouldn't start. I've cleared up some space and MySQL is running again. You're currently #731 in line to be moved to Plesk. You can check your ETA with this link https://heliohost.org/eta/?u=erick198
  3. Your main domain has been changed. You can install SSL by going to Login > Plesk > Websites & Domains > php.anopeninternet.eu.org > SSL/TLS Certificates > Install. Let us know if you still can't install SSL.
  4. Here is the link to renew your existing VPS https://heliohost.org/vps/pay/?code=uA7MJkQdlQ50KBax That link was also sent to you via email on 2022-10-23 which is 24 hours prior to your VPS being shut down. If you didn't get the email please check your spam box, and flag it as "not spam" if it's in there. We can also add a different contact email address to send late payment notifications to if you're more likely to check another address. Since you're setting up a new payment I went ahead and powered your VPS back on.
  5. There you go https://www.sslshopper.com/ssl-checker.html#hostname=peace2u.heliohost.org
  6. Your main domain has been changed. Also for future reference you can host as many domains as you want on your one account so you could have kept your free heliohost.us domain and added the new domain as well.
  7. Your account has been deleted, and invite for a new account has been sent to you.
  8. Remote access enabled.
  9. The domain corgisighting.info has been moved to Plesk.
  10. The files I need aren't all there. I'm missing the .crt and the chain file which also usually ends with .crt. Sometimes those two are combined into one file.
  11. Remote access enabled. You don't have to request this on a database created through Plesk. We had permission issues when transferring databases from cPanel to Plesk, but I tested out a new database created through Plesk and it all worked just fine for me. root@tommy2 [/home/krydos]# psql --dbname=krydos_testdb --username=krydos_testuser Password for user krydos_testuser: psql (13.8) Type "help" for help. krydos_testdb=> \dt+ Did not find any relations. krydos_testdb=> create table test_table (id serial primary key, username varchar(255) not null); CREATE TABLE krydos_testdb=> \dt+ List of relations Schema | Name | Type | Owner | Persistence | Size | Description --------+------------+-------+-----------------+-------------+---------+------------- public | test_table | table | krydos_testuser | permanent | 0 bytes | (1 row) krydos_testdb=> insert into test_table (username) values ('Krydos'); INSERT 0 1 krydos_testdb=> select * from test_table; id | username ----+---------- 1 | Krydos (1 row)
  12. Passwords that will break Plesk are now blocked from being used during the signup process. Trying to use an invalid character will display an error and disable the submit button. Thanks for helping solve this issue.
  13. I've been thinking about installing this, but it will probably break our website's login and dashboard so it would take a lot of work to make it functional. There are a lot of higher priority things that need to be done first anyways such as the ability to add or delete domains and edit DNS settings on your own.
  14. Yeah, sorry for the runaround. I've never heard of a service that looks up IP addresses without using an A record before. That's really bizarre since A records are specifically designed for converting names into numbers. So using some other type of record to convert names into numbers is not only inconsistent but probably a violation of the specifications. I'm curious if MongoDB thinks they have a good reason for doing it that way, or they're just trying to intentionally confuse people as much as possible?
  15. Yep, that was probably it.
  16. Since port 27017 is the standard port for MongoDB, and MongoDB is common enough that other people in the future will surely have use of connecting to external databases as well, I went ahead and opened port 27017 to all IPs. Does it work now? This page seems to indicate that it does:
  17. Your VPS has been canceled and you won't be charged again. Thank you for using our VPS service. In order to provide better service to other customers in the future can you elaborate on why the VPS didn't work for you, but the shared hosting plan will?
  18. Someone else mentioned that characters with accents, such as é, weren't being handled correctly by Plesk. I sent you a password reset link that you can use to set a new password. After you've changed your password if you can provide any further information on what characters don't work for Plesk we would appreciate it. EDIT: I did some digging and it looks like Plesk passwords can be up to 255 characters long. Spaces, single quotes, and double quotes are prohibited. Valid characters are ascii 33, ascii 35 through ascii 38, and ascii 40 through ascii 126. I'll see about updating the signup page to disallow characters that will break Plesk.
  19. The wildcard subdomain has been created.
  20. It uses a lot of memory and cpu and isn't designed to run on shared hosting. Take a look at their documentation: https://docs.moodle.org/400/en/Installing_Moodle It describes a VPS.
  21. Added, since you're using Cloudflare be sure to create an A record pointed at 65.19.141.77 in order to host it on our server.
  22. The domain https://sssnet.tk/ has been changed to Plesk instead of cPanel.
  23. Make sure you use tommy2.heliohost.org or 65.19.141.77. If you try to connect to tommy.heliohost.org that is cPanel. Your database user is actually a52hepof_bp324_user but I got it figured out. Remote access enabled.
  24. Your account has been deleted and you've been sent an invite to create a new account. For future reference, you don't have to delete your account to change your domain or add new domains to your account though.
  25. Yeah, Moodle always loads pretty slowly on our shared hosting servers because it is so bloated. It was the same way on cPanel. We have had much better luck with it on a VPS. Here is a GTMetrix benchmark of a Moodle site hosted on one of our VPS. I edited out the name of the site for privacy reasons, but 760ms for LCP is really good for Moodle. This is a Venus VPS for $7.00 per month which is 2 GB memory, 2 CPUs, and 50 GB storage. If you want to try out a VPS for a week for free I can set that up for you.
×
×
  • Create New...