-
Posts
24,213 -
Joined
-
Last visited
-
Days Won
856
Everything posted by Krydos
-
Remote postgresql access enabled.
-
There you go https://krydos1.heliohost.org/cgi-bin/modules36.py
-
Which version of python are you using?
-
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]
-
[Solved] [HH#330013] Tommy account inactive
Krydos replied to HelioHost's topic in Escalated Requests
Unarchived. -
[Solved] Queued: stinti /or morphan/
Krydos replied to morphan's topic in Suspended and Queued Accounts
Solved on discord. -
Unarchived.
-
It's possible your password uses a character (like a space) that isn't supported by our website.
-
Unarchived. Your username is chechi08 now.
-
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.
-
[Solved] How to connect postgres from a flask app
Krydos replied to geojoe's topic in Escalated Requests
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 replies
-
- wsgi
- flask.wsgi
-
(and 4 more)
Tagged with:
-
[Solved] PostgreSQL Missing functions on version 9.2
Krydos replied to nutra's topic in Customer Service
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/ -
[Solved] How to connect postgres from a flask app
Krydos replied to geojoe's topic in Escalated Requests
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- 10 replies
-
- wsgi
- flask.wsgi
-
(and 4 more)
Tagged with:
-
[Solved] Tommy: Python module install request
Krydos replied to geojoe's topic in Escalated Requests
There you go https://krydos.heliohost.org/cgi-bin/modules37.py -
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.
-
[Solved] CPanel isn't loaded after re-activation
Krydos replied to alexio's topic in Escalated Requests
You'll need to reset your password before you login, but it should be working now. -
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.
-
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.
-
Some ISPs that do this will give you a static IP if you just ask. It certainly doesn't hurt anything to ask.
-
Remote access enabled.
-
There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
-
You're on Tommy now. Thanks for the donation.
-
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
-
It will automatically renew itself as long as you don't block http access to the .well-known directory.