Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,798
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Your account was on Johnny by the way. Free Johnny signups stay open anywhere from 2 to 10 hours.
  2. An invitation has been sent to your email address so you can recreate your account.
  3. There isn't really anything that can be done. Nothing is broken on our end. What is happening is Comodo is refusing to issue the certificate for some reason. There is no way to reset Comodo's end. Even if I contact cpanel they can't do anything. What I usually do when this happens is use something other than Comodo for the next three months, and then when that certificate expires autossl will probably be working again. I recommend following this guide to install a Let's Encrypt certificate manually https://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate
  4. My guess is you're not compiling the C code on the server. Check out https://wiki.helionet.org/C%2B%2B/C_as_CGI
  5. The last time you logged in to your account was 2019-05-15, so almost a year ago. You'll need to create a new account.
  6. Alright, here you go https://krydos.heliohost.org/ghost/ghost_3.13.4.tar.gz I tested installing it on my Tommy account and everything seems to work. https://krydos.heliohost.org/ghost/
  7. That account is not suspended, and appears to be working fine.
  8. Unfortunately, as we already discussed, you are from Iran, so providing anything to you is a federal crime in the US. Please find another hosting provider that isn't located in the US.
  9. The max upload size on Johnny's php 7.2 has been increased to 64 MB.
  10. If anyone is interested in upgrading, or installing the latest version of Ghost let me know and I can make a new package.
  11. It looks like you have at least three accounts. Probably to get around the 1000 MB storage limit for your video site. If you didn't read our terms of service, each user is allowed to have 1 account. Let me know which one you want to keep.
  12. Unarchived. Your username is rhaunte1 now.
  13. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  14. To create the ghost package that is linked on the wiki I spun up a new VPS, installed ghost as their website instructs, made a few small changes that I don't really remember, maybe just a symlink, and then zipped the whole directory structure. To upgrade ghost to the new version using a new zip file like that I believe you would need to export all your data, install ghost again from scratch, and the import all your data.
  15. print "Content-type: text/html\n\n" This is python2 syntax. For python3 you need parenthesis. Change it to: print("Content-type: text/html\n\n")
  16. The shebang for python 3.7 on Johnny is #!/usr/bin/python3.7 The module python-telegram-bot has been installed on Johnny's python3.7 https://krydos2.heliohost.org/cgi-bin/modules37.py
  17. Ricky's php 7.0 memory limit has been raised to 64 MB.
×
×
  • Create New...