Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,476
  • Joined

  • Last visited

  • Days Won

    865

Everything posted by Krydos

  1. 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
  2. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  3. 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.
  4. You'll need to reset your password before you login, but it should be working now.
  5. 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.
  6. 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.
  7. 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
  8. Some ISPs that do this will give you a static IP if you just ask. It certainly doesn't hurt anything to ask.
  9. Remote access enabled.
  10. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  11. You're on Tommy now. Thanks for the donation.
  12. 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
  13. It will automatically renew itself as long as you don't block http access to the .well-known directory.
  14. There you go https://radioretroperu.com/
  15. Before I can help you need to change your nameservers to ns1.heliohost.org and ns2.heliohost.org. https://bybyron.net/php/tools/dns_records.php?domain=radioretroperu.com&rec=NS
  16. You were suspended for having multiple accounts. Each person is allowed to have one account. Unsuspended.
  17. No, you'll need to ask an admin for the full error message if the cpanel error page doesn't give enough information.
  18. The problem was actually with marshmallow-sqlalchemy version 0.19.0. Apparently the last version of marshmallow-sqlalchemy to support python 2.7 was 0.18.0. Once I downgraded that you can import flask_marshmallow now.
  19. Your account is already active. If you're still seeing the inactive page please remember to clear your browser cache.
  20. Sorry, the password may not contain the username for security reasons. You're going to need to pick a better password.
  21. It's not possible to get blocked from heliohost.org/login. That post you're linking too is so old that our main website was still using the classic site, not the new site. Try choosing a different password, and see if that works.
  22. One of the domains on his account belongs to Ashoat, so nope, definitely not all his: https://who.is/whois/bluestonecoding.com
  23. Yes, you can enable remote mysql connections.
  24. There you go https://krydos.heliohost.org/cgi-bin/modules37.py Now your error is ImportError: cannot import name 'run' from 'app' (/home/geojoe/public_html/flask/app/__init__.py), referer: https://flask.geoffery.ml/
×
×
  • Create New...