Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Port 465 for SMTP means you're using SSL. Tommy's used the same SSL certificate for over 300 days. Yesterday I found out that Tommy's year long SSL certificate was partially invalid because it was signed using that root certificate that expired on May 30th. It actually caused an issue with a mail script of my own not being able to connect to Tommy anymore even though tommy.heliohost.org in a browser wasn't showing any errors. I updated Tommy to use a new valid certficate issued by Let's Encrypt. You can see that the SMTP certificate is valid with this link https://www.sslshopper.com/ssl-checker.html#hostname=tommy.heliohost.org:465 If you can't make your script work with the new SSL certificate you could try without SSL/TLS on port 587.
  2. Create a /home/trbot/public_html/.htaccess file and put these contents Options +ExecCGI AddHandler cgi-script .py DirectoryIndex index.py The first two lines make .py files executable outside cgi-bin, and the last line makes the filename index.py show up if someone goes to domain.heliohost.org without having to type out the filename like domain.heliohost.org/index.py
  3. That's odd because the script's changelog says it's compatible with php 7.3 Version 1.7 (31st January 2019) - Now compatible with PHP 7.2 & PHP 7.3
  4. Your domain, cuted.tk, is available to register at dot.tk. It's not going to work until you register it with them. Once you register it be sure to set your nameservers to ns1.heliohost.org and ns2.heliohost.org. The other option is you can change your domain to something.heliohost.org with this script http://www.heliohost.org/classic/support/scripts/domain For instance cuted.heliohost.org is available. If you use one of our domains you won't need to worry about nameservers.
  5. It said it was inactive in the system and I was able to renew it for your using https://www.heliohost.org/renew/ I think Wolstech said it takes a few minutes to sync up after a Lily account is reactivated. My guess as to why this happened is probably because Lily was online, but our main system database on Cody was offline.
  6. Unarchived.
  7. I've tested requests on python 3.6 on Ricky and I can't find anything wrong with it. Try this code: #!/usr/bin/python3.6 import requests print("Content-Type: text/html\n\n") response = requests.get('https://www.heliohost.org/ip.php') print(response.url + response.text) Working example on Ricky https://krydos1.heliohost.org/cgi-bin/req.py As far as the content-type header being printed twice, that might mean you have a file name conflict. For instance if you named a file requests.py and then did import requests it would import the file causing the header to be printed twice.
  8. There was a power outage at our data center which resulted in all of our servers going offline for a while. The data center is back online and currently running on generator power. Your VPS is responding to a ping. Are you able to access it now?
  9. Shell access isn't available on a shared hosting account because it is a security vulnerability. If you need SSH you'll need to get a VPS. https://www.heliohost.org/vps/ Django on Johnny cannot be updated right now because CentOS, the operating system that Johnny runs, doesn't support anything newer. If you need a newer version of Django you'll need to get a VPS. You don't need SSH to install an SSL certificate. You can install it through cpanel.
  10. See https://www.helionet.org/index/topic/34286-free-domain-requests-400-posts-required/ for more details.
  11. Your account is active, and your domain is working.
  12. Sure, what VPS number are you, or what is your dedicated IP?
  13. kktube.heliohost.org doesn't exist, and flix.kkupgrader.heliohost.org redirects to https://www.kkupgrader.tk/ which appears to be working.
  14. The max storage space on your account is 1000 MB. A 3 GB file is over 3 times bigger than your account can even host.
  15. That account is not suspended.
  16. It wouldn't even be possible to upload a 1 GB file because it would exceed the total storage on your account.
  17. It looks like you have an account named nulineng on Johnny. Did you donate? If so post the transaction ID and an admin can move your Johnny account to Tommy.
  18. Free Tommy signups open at midnight UTC and fill very quickly. Most days the free signups are gone after 10 seconds. Occasionally Tommy signups stay open for 10 minutes, but that is rather rare. If you don't want to deal with trying to signup at exactly midnight UTC or if you're not quick enough to get a free account we also offer the option to donate to get a Tommy account even if the server is full for the day. Just go to https://www.heliohost.org/tommy/ and make a donation of $1.00 USD or more, and you will be emailed a special link that will allow you to create your account. Let us know if there's anything we can do to help.
  19. Have you tried resetting your password with this link? https://johnny.heliohost.org:2083/resetpass?start=1
  20. See https://www.helionet.org/index/topic/40092-unable-to-add-combd-addon-domain/
  21. Does it always show a 500 error or does the error come and go?
  22. There is a Tommy account with that email address so I guess you found your invite.
  23. See https://www.helionet.org/index/topic/40072-my-account/
  24. See https://www.helionet.org/index/topic/40072-my-account/
  25. What is your transaction ID?
×
×
  • Create New...