Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,370
  • Joined

  • Last visited

  • Days Won

    909

Everything posted by Krydos

  1. Unarchived. Your username is rhaunte1 now.
  2. Remote access enabled.
  3. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  4. 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.
  5. 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")
  6. 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
  7. Ricky's php 7.0 memory limit has been raised to 64 MB.
  8. 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/
  9. 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.
  10. The extension exif has been installed on Tommy's php 7.2. The other extensions iconv, zip, and mbstring were already installed.
  11. Remote access enabled.
  12. 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.
  13. Waiting for me for what? I thought the software you were trying to use wouldn't even run on php 7.2?
  14. 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.
  15. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  16. There you go https://driox.heliohost.org/tvPost/
  17. Creating /home/username/node/tmp/restart.txt works for me, but if it doesn't work for you you'll probably just need to wait 2 hours for the next apache restart.
  18. This account is suspended.
  19. Discord.py is already installed on Tommy's python 3.7. Maybe that's what he meant? https://krydos.heliohost.org/cgi-bin/modules37.py
  20. Yeah, paypal only searches the last year by default.
  21. # /usr/local/python3.7/bin/pip3.7 install discord.ext Collecting discord.ext Could not find a version that satisfies the requirement discord.ext (from versions: ) No matching distribution found for discord.ext
×
×
  • Create New...