Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,214
  • Joined

  • Last visited

  • Days Won

    856

Everything posted by Krydos

  1. That account is not suspended, and appears to be working fine.
  2. 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.
  3. The max upload size on Johnny's php 7.2 has been increased to 64 MB.
  4. If anyone is interested in upgrading, or installing the latest version of Ghost let me know and I can make a new package.
  5. Unarchived.
  6. Remote access enabled.
  7. 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.
  8. Unarchived. Your username is rhaunte1 now.
  9. Remote access enabled.
  10. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  11. 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.
  12. 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")
  13. 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
  14. Ricky's php 7.0 memory limit has been raised to 64 MB.
  15. Also note that you can run any version of postgresql that you feel like installing, such as 9.6, on a vps https://www.heliohost.org/vps/
  16. I get a 403 forbidden error. Clear your browser cache if you see a queued page, and then delete or rename your .htaccess to get rid of the 403 error. Once the 403 is gone the domain should get ssl within 24 hours.
  17. The extension exif has been installed on Tommy's php 7.2. The other extensions iconv, zip, and mbstring were already installed.
  18. Remote access enabled.
  19. I didn't even noticed it in your original post, or I thought it was part of the first module or something. I don't know. It's installed now.
  20. Waiting for me for what? I thought the software you were trying to use wouldn't even run on php 7.2?
  21. First of all, why do you have your website redirecting to the suspended page? Secondly, your myapp.py file looks completely different from the wiki. If I were you I would start with the working myapp.py, and then make small changes and test frequently. If you drop in a completely different file the problem could be anywhere. At least if you remove the fake suspended redirect I could check if there was a more specific error in the logs.
×
×
  • Create New...