Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,213
  • Joined

  • Last visited

  • Days Won

    856

Everything posted by Krydos

  1. Remote postgresql access enabled.
  2. There you go https://krydos1.heliohost.org/cgi-bin/modules36.py
  3. Which version of python are you using?
  4. I recommend adding an exception for the .well-known directory to allow ssl to be renewed in the future: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{REQUEST_URI} !^/.well-known/ [NC] RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  5. Solved on discord.
  6. It's possible your password uses a character (like a space) that isn't supported by our website.
  7. Unarchived. Your username is chechi08 now.
  8. Iranian domains aren't allowed regardless of where you actually live. Personally I would love to have Iranian users, but our government and your government can't seem to get along. If we allow users to host Iranian domains we will first end up losing cPanel, and eventually face legal action from the US government as well. Not worth the risk. With most country specific domains you have to prove you live there before you can register it. I assume you proved you lived in Iran in order to purchase this domain. If that is not the case you're welcome to prove you live in Virginia by uploading a scan of your driver's license or your passport or some other government issued ID. Don't post it publicly. PM it to Wolstech or myself, and then post a note on this thread letting us know you sent the PM. I don't check my PMs ever unless someone reminds me that they sent one.
  9. For which user? geojoe or geojoe_geoffery? For the URLs If you do a link like this: href="/flask/flask.wsgi/python/version/" Then you end up at https://krydos.heliohost.org/flask/flask.wsgi/python/version/ But if you do the link like this: href="/flask/python/version/" Then you end up in the same place, but with a prettier url https://krydos.heliohost.org/flask/python/version/
  10. With ordinality was added in Postgres 9.4. The newest version available on the shared hosting plans is 9.2. If you need a version newer than 9.2 you'll need to get a VPS https://www.heliohost.org/vps/
  11. I tested flask (python 3.7) with postgresql and it's working just fine for me. Here is some example code #!/usr/bin/python3.7 import psycopg2 conn_string = "host=localhost port=5432 dbname=krydos_test user=krydos_user password=password123" conn = psycopg2.connect(conn_string) cur = conn.cursor() cur.execute("select stuff from things where this = 'that'") row = cur.fetchone() print(row) Neither your database, nor your user exist: Databases: geojoe_flask Users: geojoe geojoe_geoffery
  12. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  13. Those are all versions of paper_lantern. Paper_lantern is the only current theme that would be available via that button that isn't working.
  14. You'll need to reset your password before you login, but it should be working now.
  15. I wouldn't worry about it. The one next to your domain just indicates whether you have ssl or not, which you can tell by just going to your site. There is only one theme to pick from so even if it loaded for you it is pointless.
  16. I'm not sure where you got this from. I've tested the domain change script on Johnny and it works just fine. If the load is high, which it frequently is on Johnny, that could cause it to fail though.
  17. First of all, Johnny no longer has python 3.6. We've upgraded him to python 3.7, but I assumed that was what you meant. https://krydos2.heliohost.org/cgi-bin/modules37.py
  18. Some ISPs that do this will give you a static IP if you just ask. It certainly doesn't hurt anything to ask.
  19. Remote access enabled.
  20. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  21. You're on Tommy now. Thanks for the donation.
  22. Everyone on Tommy already has access to node.js. Here is a guide to get you started with a simple example https://wiki.helionet.org/Node.js
  23. It will automatically renew itself as long as you don't block http access to the .well-known directory.
×
×
  • Create New...