-
Posts
25,178 -
Joined
-
Last visited
-
Days Won
900
Everything posted by Krydos
-
Well, apparently the automated unarchiver script is unable to process your account for some reason. I sent you a Tommy invite that you can use to recreate your account. I have put your backup in https://www.heliohost.org/backup/ where you can download it and then restore it on your new account. Sorry the automated script failed to do it for you. To prevent your account from becoming archived in the future please remember to log in at https://www.heliohost.org/login/ at least once every 30 days.
-
That's odd. It broke because of the IP change, and then I fixed it yesterday. I verified the .conf file had the correct IP, and tested the cpanel.johnny.heliohost.org page and it was all working again. Then it broke somehow over the night.
-
No, it's not a problem. If you need any help with anything just let us know.
-
Have you installed pip, virtualenv, and django yet? https://docs.djangoproject.com/en/1.11/howto/windows/
-
The directories are all deleted now, but from memory they were from all random dates and times going back at least through September. Some merely 30 minutes apart, etc. There's about 180 of those same directories in your cgi-bin directory all created on October 9th. Some of the directories there were 20 or so created all within the same minute.
-
Remote access enabled.
-
That .war file cannot be deployed because java is not enabled on your account. To check the status of your request please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Please be aware that since you picked the Johnny server the wait to receive java is considerable. The wait to receieve java on a Tommy account is generally a few hours.
-
Remote access enabled. Yes, johnny.heliohost.org is the host and 5432 is the port.
-
Marking solved since the account in question has since been deleted.
-
# ./deploy_java ganeshpi ganeshpi.war User ganeshpi found. Unable to find file: /home/ganeshpi/ganeshpi.war Java is enabled on ganeshpi Usage: deploy_java <username> <.war file> Make sure /home/ganeshpi/ganeshpi.war exists.
-
http://ohadbenjamin.tk/ is working now, and probably the reason ohadbenjamin.heliohost.net doesn't work is because it's heliohost.org not heliohost.net. I changed your main domain for you and it should start working within 24 hours. Let us know if it's still queued 24 hours after this post.
-
Unarchiving...
-
Outbound port 8000 is now open.
-
[Solved] Is It Possible To Instally Python-Docx On Tommy?
Krydos replied to patents's topic in Customer Service
There you go http://krydos.heliohost.org/cgi-bin/modules36.py -
No, but it can probably be made for you. How many pixels by how many pixels would be good for you?
-
How to set up Django on your home pc depends a lot on what OS you're using. I've done it on Ubuntu/CentOS/etc. If you're using windows I'll be a lot less help.
-
You should now be able to log in at https://www.heliohost.org/login/ and you website should start working within 24 hours.
-
If you're trying to change your main domain you can do so here http://www.heliohost.org/classic/support/scripts/domain
-
Since you're on a shared host apache needs to restart for the other thousands of websites that are hosted on the same server as you. When it restarts there is a short 5-10 second lag where your website might load slowly. Tommy is faster, but it is also shared hosting so apache needs to restart there as well. If this is too much "downtime" for you then you need to get a VPS where it will host only your one website and you'll be in full control of restarts. We recommend using this link https://www.heliohost.org/partners/vps as we will get a little money for referring you.
-
Open a command prompt and type ping <url> and it will say the numerical IP.
-
Unarchiving...
-
[Solved] Is It Possible To Instally Python-Docx On Tommy?
Krydos replied to patents's topic in Customer Service
Which version of python are you using? -
To enable hidden files go to https://tommy.heliohost.org:2083/frontend/paper_lantern/filemanager/index.html and click Settings in the top right corner. Then put a check next to hidden files, and click save. You have an extra .htaccess file located at home/ └── patents/ └── public_html/ └── .htaccessDelete or rename that one, and next the syntax is slightly wrong in your other .htaccess file home/ └── patents/ └── public_html/ └── hello/ └── .htaccessTry this code instead: RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ hello/dispatch.wsgi/$1 [QSA,PT,L]The difference is you have extra hellos on the last two lines. When you create a django app on your home computer it actually creates a structure like this ─── db.sqlite3 ├── manage.py └── hello/ └── hello/ ├── __init__.py ├── settings.py ├── urls.py └── wsgi.py Notice how the wsgi.py (which becomes dispatch.wsgi on our server) is actually located in a directory with the same name as the overall app? The way you're doing it is fine too and it will work, but it's the old fashioned way of doing it back in like Django 1.5 or so.
-
Unarchiving... Please note that your hosting username isn't butters but rather just butt, and your hosting email address isn't the one you posted, but rather the same as your forum accounts email. Anyways, you should now be able to log in at https://www.heliohost.org/login/ and your website should start working again within 24 hours.
-
What is the destination IP of the outgoing port 8000 tcp data?