Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,215
  • Joined

  • Last visited

  • Days Won

    856

Everything posted by Krydos

  1. I have tested SFTP on Ricky, and can confirm that it is working correctly. Try these settings: SFTP host: ricky.heliohost.org SFTP port: 1312 SFTP protocol: SFTP SFTP logon type: Normal SFTP Username: smi93ctb SFTP password: <same as cpanel>
  2. 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.
  3. 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
  4. 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
  5. 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.
  6. 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.
  7. Unarchived.
  8. 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.
  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. To be a little more accurate, if you don't log in for 30 days your account gets flagged as inactive. If you don't log in for 60 days your account gets flagged as archived. Logging in at least every 30 days avoids both inactive and archived states and keeps your account active. Unarchived.
  11. Before I install anything I have to make sure you're not violating our terms of service. Xenforo is $160 for a year. Most people don't install $160 software on free hosting. If your software is nulled it means you're violating our terms of service and your account will be suspended. Do you have a valid license to be running the Xenforo software? If not please delete the illegal software from your account. If you say you have a valid license for this software I will install that requirement for you.
  12. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  13. There is a bug in cpanel which makes that page show the wrong port number if your account was created on Johnny and then moved to Tommy. I'm not sure how to fix it other than just changing all the servers to use the same port.
  14. It has nothing to do with our servers. It has to do with https://www.ya.ru/ Most websites don't like to be scraped so most likely they noticed you scraping their website and implemented some mechanism to block you. Try using requests to scrape some other website and you'll see that it's working just fine. If a website is going to these lengths to block you perhaps you should just leave them alone, but if you insist on scraping them anyways you might find using a public proxy will get around their block.
  15. Unblocked.
  16. That's unfortunate. Has anyone tried https://gethttpsforfree.com/ ?
  17. I moved your account from Johnny to Tommy, and granted you a dedicated IP. Thanks for the donation.
  18. Remote access enabled.
  19. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  20. Unblocked.
  21. Since you're on the Ricky server your host is: ricky.heliohost.org port 5432
  22. There you go http://deveofe.tech/
  23. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
×
×
  • Create New...