Jump to content

Krydos

Chief Executive Officer
  • Posts

    26438
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Did you donate to the gofundme perhaps?
  2. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  3. You forum username has been changed.
  4. Are you using python 2.7 or python 3.7?
  5. The next problem I see is your test.py file has Dos line endings. This is usually caused by using a Windows editor, such as notepad, that doesn't understand line endings, and then uploading the file to the server. This is a Linux server, so you need to have Linux line endings. The easiest way to accomplish this is to create the file through the cpanel file editor, and copy/paste your code in. If you prefer to use an editor on your Windows computer and then upload through FTP you'll need to get an editor that understands line endings. I've never used it myself, but I've heard that Notepad++ can do this.
  6. CGI is different from running python scripts on the command line, because you have to output a header. Without a content-type header your script will always give a 500 error. Try this code: #!/usr/bin/python3.7 print("Content-Type: text/html\n\n") print("HelioHost rules!")
  7. You're on Tommy now. Thanks for the donation.
  8. Accounts don't just mysteriously disappear on their own. You or someone that knows your password deleted it. Would you like an invite to recreate your account? It looks like you've tried Johnny, Ricky, and Tommy was the latest. I would assume you would want to recreate your account on Tommy. If you do decide to recreate your account please make sure there are no keylogger malware on your computer and you use a strong password to prevent this from happening again.
  9. The Tommy invitation link that was automatically sent to your paypal email address has been invalidated, and your existing Johnny account, daisycit, has been moved to Tommy. Thanks for the donation.
  10. Were you aware that one of the things in our terms of service that you agreed to was Why do you have six accounts?
  11. The VPS is all ready to go. Check your email.
  12. pdjm.heliohost.org now points to /home/amalgd/public_html/pdjm/
  13. Perhaps try something like this https://stackoverflow.com/a/18967744/2336864
  14. By default apache ignores .htaccess files. You have to edit the configuration, find the directory block, and change "AllowOverride None" to "AllowOverride All".
  15. You donated $5, so you can get more than the $4 VPS. You could get 1 GB memory, 6 cpus, and 50 GB hard drive, or your could get 1 GB memory, 2 cpus, and 150 GB hard drive, or you could get 1 GB memory, 4 cpus, and 100 GB hard drive, etc. etc. It's odd that the paypal website doesn't work for you, and yet you're able to access paypal and send a payment anyways. I just tested the vps page and it worked for me. I wonder if it's a country thing? I searched and paypal is supposed to work in your country. Anyways, let me know what stats you want on your VPS and I'll get it set up for you as soon as possible.
  16. Johnny's python 3.7 discord.py-1.2.5 has been upgraded to discord.py-1.4.1. https://krydos2.heliohost.org/cgi-bin/modules37.py
  17. Unarchived.
  18. Are you asking about how to run flask in your web root instead of a subdirectory? You just move all your files from public_html/flask/ to public_html/ and then update your .htaccess and flask.wsgi paths to match. The reason we recommend running flask in a subdirectory is so you can use your account for more than one thing. If you run flask in the web root, then that's all you can do with your whole account.
  19. It explains how to set up the flask directory in the wiki https://wiki.helionet.org/tutorials/flask
  20. First of all, you didn't make it a recurring donation, so you'll only be able to use the VPS for 1 month. You'll either need to remember to make a new donation after that month is up, or your VPS will be shut down. Second, what stats do you want on your VPS? You need to pick hard drive space between 50-300 GB, 2-8 cpus and 1-32 GB memory. Third, why didn't you just use https://www.heliohost.org/vps/ ?
  21. Canceled. Thanks for using our VPS service.
  22. Remote access enabled.
  23. There you go https://www.sslshopper.com/ssl-checker.html#hostname=nonstate.heliohost.org
×
×
  • Create New...