Jump to content

Krydos

Chief Executive Officer
  • Posts

    26446
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. I have set the owner of the database pysimplesql_examples to pysimplesql_admin. See if you can grant access to pysimplesql_user yourself now. As far as web admin goes you can install phppgadmin on your account if you want. Since you already have remote access you can use psql on the command line, or pgadmin or something.
  2. It's because your message itself is spammy. It has nothing to do with our server or your DNS records. You just need to send better, non-spammy messages. -1.985PYZOR_CHECKSimilar message reported on Pyzor (https://www.pyzor.org) https://pyzor.readthedocs.io/en/latest/ Please test a real content, test Newsletters will always be flagged by Pyzor Adjust your message or request whitelisting (https://www.pyzor.org)
  3. The user pysimplesql_user now has remote access to the pysimplesql_examples database as well.
  4. DKIM, SPF, and DMARC have been set up on your domain. I recommend sending a test email to https://www.mail-tester.com/ to make sure everything is working now. If the score isn't 10/10 post the report so we can help you get it fixed. Regarding limits, everything is the same as when you created your account in 2020. 50 sent emails per day limit, and our terms of service says you can't send spam or anything illegal like phishing emails.
  5. The error message lists the database and the user they were trying to connect with. Remote access enabled.
  6. Done.
  7. 216.218.216.162, 216.218.216.165, 216.218.216.169, 216.218.216.171, and 65.19.141.195 are available currently.
  8. When you create the MariaDB database you have to make sure you allow remote connections. You can allow from any IP or you can allow just from certain IPs or ranges. Then once the database is created with remote access enabled. You can connect with the host 65.19.141.77 and the port 3306. The username will be the database user that you create on that same page. It will start with pysimplesql_ and whatever you type into the box. Obviously the password will be whatever you specify when you create the database and the database user. We've had some people have issues with UTF-8 characters in passwords not working, so I would stick with the ASCII charset to make sure that's not the issue.
  9. The subdomains have been created. They should start working in approximately 13 minutes. You can find the corresponding directories in your home folder. Delete the default index.html file and put your files in there to start using the subdomains. Let us know if you need help with anything else.
  10. Also keep in mind that HelioHost is based in the US so you posted at 1:25am and 4:38am. I wasn't awake at either of those times. Please be more patient in the future. Especially since there's nothing actually wrong with your VPS. We can't control what your ISP does. You've been moved to 64.71.153.124/2001:470:1:1ee::60
  11. Yes, MariaDB is fully compatible with MySQL. It's just MySQL is owned by a for-profit company and they are trying to make money off of it now. MariaDB was created by the founder of MySQL to continue the free open-source non-profit ideals that MySQL started with. MariaDB is what MySQL should have been. Since you already have pysimplesql.heliohost.us would it be ok to make it postgres.pysimplesql.heliohost.us and mysql.pysimplesql.heliohost.us?
  12. SPF, DKIM, and DMARC has been set up again.
  13. I'm going to assume that Concrete 9 with PHP 8.1 worked since we haven't heard back from you. Marking this as solved to keep the escalated section clean, but if it's still not working for you feel free to create a new support post at https://helionet.org/index/forum/45-customer-service/?do=add
  14. @ojplanet Do you expect to need to delete and recreate your account again. If so maybe I shouldn't waste my time doing this over and over, and we can explain how to use Cloudflare DNS instead.
  15. I'm going to explain how to do it yourself so you can learn, but if you can't figure it out I don't mind doing it for you. Edit /home/tony/conf/web/rf5.co/apache2.ssl.conf_django.conf and comment out the two lines by putting # in front of them like this to disable Django on the rf5.co domain. #ProxyPass / "http://127.0.0.1:8000/" #ProxyPassReverse / "http://127.0.0.1:8000/" Then create a new file /home/tony/conf/web/rf7.co/apache2.ssl.conf_django.conf and put those same two lines without being commented out to enable Django on the rf7.co domain. ProxyPass / "http://127.0.0.1:8000/" ProxyPassReverse / "http://127.0.0.1:8000/" If your Django app is running on a different port than 8000, or if you want to run multiple apps you can change the 8000 to whatever port it's on. You could run one app on 8000, and another on 8001, etc. and have them running on different domains. Then test the config to make sure it doesn't have any errors. root@vps57:~# apachectl configtest Syntax OK If it looks good you can restart Apache with this command. root@vps57:~# apachectl graceful root@vps57:~# Let us know if you have any questions or need more help.
  16. I already set up SPF, DKIM, and DMARC on this account.
  17. Your VPS expired 3 days ago because you canceled it. Is there any particular reason you canceled it? You can use this link https://heliohost.org/vps/pay/?code=JAtSd2yMsWzrxBat to set up a new subscription. Once your VPS is active again we can switch you to a different IP address if you need.
  18. I just saw your other thread, and merged them. Would you like to do Ubuntu 20 again, or upgrade to the latest Ubuntu 22? Unless you have some specific software that doesn't support Ubuntu 22 I would recommend upgrading.
  19. When you resize the hard drive there is a slight chance of data loss. It's never happened before, but it doesn't hurt to be safe. Have you taken a backup recently just in case? Another option that is actually less work for us is if you want a fresh OS we could upgrade you to Ubuntu 22 as well.
  20. Added. In order to host the domain with us you need to do one of the two following options. Use our nameservers by settings your NS records to ns1.heliohost.org and ns2.heliohost.org Use any external DNS provider, Cloudflare is a popular free choice, and create an A record with the value 65.19.141.77 and an AAAA record with the value 2001:470:1:1ee::2002
  21. A password reset link has been emailed to you.
  22. Installed. You can see the currently installed modules and their versions for Johnny's Python 3.10 at https://kairion2.helioho.st/pyinfo/info3.10.py
  23. The account has been moved to 65.19.141.77 and 2001:470:1:1ee::2002, and SPF, DKIM, and DMARC have been set up. Thanks for summarizing so I didn't have to read the previous 50 pages.
×
×
  • Create New...