-
Posts
24,213 -
Joined
-
Last visited
-
Days Won
856
Everything posted by Krydos
-
Postgresql on Johnny currently supports 100 connections. We may need to limit that down to a lower number in the future if we notice people abusing it though.
- 3 replies
-
- postgresql
- database
-
(and 1 more)
Tagged with:
-
Remote access enabled.
-
I must just be lucky then. I've done like 50 VPS via email and not a single one has had any issues receiving email from my @heliohost.org address.
-
[Solved] Remote access to PostgreSQL database
Krydos replied to systemcr's topic in Escalated Requests
Remote access enabled. -
[Solved] Please Reactivate My Archived Account!
Krydos replied to xs123's topic in Escalated Requests
Unarchived. -
Perhaps you could send people their Lily credentials via email instead of the broken PM system?
-
Granted, but now you fear nothing and do dumb things like fall off cliffs. I wish no more criminals would try to use HelioHost for their phishing.
-
[Solved] Please Reactivate Account
Krydos replied to derkater's topic in Suspended and Queued Accounts
Unarchived. -
Remote access enabled.
-
Unarchived.
-
Closing due to inactivity.
-
Remote access enabled.
-
[Solved] django python web application required "python setup app"
Krydos replied to mallika1's topic in Escalated Requests
You seem to be really struggling with this, and I agree setting up Django can be rather complicated. I went ahead and set up a functional test django site at http://apitunion.com/ for you. Feel free to familiarize yourself with the files and their contents. Then make small changes and test frequently. If you break something revert your last change, and figure out what went wrong. Let us know if you need any help. -
[Solved] django python web application required "python setup app"
Krydos replied to mallika1's topic in Escalated Requests
You have all your files in the wrong directory. Your files look like this $ tree ../hello/ ../hello/ ├── asgi.py ├── dispatch.wsgi ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── settings.cpython-37.pyc │ ├── urls.cpython-37.pyc │ └── wsgi.cpython-37.pyc ├── settings.py └── urls.py and according to the guide they're supposed to look like this $ tree ../hello/ ../hello/ ├── db.sqlite3 ├── hello/ │ ├── __init__.py │ ├── __pycache__/ │ │ ├── ... │ ├── settings.py │ ├── urls.py │ └── wsgi.py └── manage.py -
There you go https://krydos2.heliohost.org/cgi-bin/modules37.py The next time there is a python module install request can you please list the modules that need to be installed, not just a list of which 90% are already installed. It takes a lot of my time. Anyone can do this for me. This would be a great task for a moderator to help me out.
-
[Solved] django python web application required "python setup app"
Krydos replied to mallika1's topic in Escalated Requests
In your .htaccess file you have this RewriteRule ^(.*)$ hello/dispatch.wsgi/$1 [QSA,PT,L] and according to the guide it should be RewriteRule ^(.*)$ hello/hello/dispatch.wsgi/$1 [QSA,PT,L] -
It looks like this is already solved for OP, but if anyone comes across this thread by searching: You can create an account with google search console, and submit your site. If you get flagged as deceptive you can use that site to request to be unlisted. https://search.google.com/search-console/about
-
This is the email warning you received on 2019-11-06 If you didn't receive that email you might want to make sure you have no-reply@heliohost.org and support@heliohost.org whitelisted in your gmail. Unarchived. You'll need to reset your password before you'll be able to login. https://www.heliohost.org/reset/
-
There you go https://krydos.heliohost.org/72/phpinfo.php
-
Unarchived.
-
The load was coming from php 7.2.
-
Awesome!
-
The extension calendar has been installed on Johnny's php 5.4.