Jump to content

Krydos

Chief Executive Officer
  • Posts

    26443
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. 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.
  2. Remote access enabled.
  3. 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.
  4. Remote access enabled. Yes, johnny.heliohost.org is the host and 5432 is the port.
  5. Marking solved since the account in question has since been deleted.
  6. # ./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.
  7. 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.
  8. Unarchiving...
  9. Outbound port 8000 is now open.
  10. There you go http://krydos.heliohost.org/cgi-bin/modules36.py
  11. No, but it can probably be made for you. How many pixels by how many pixels would be good for you?
  12. 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.
  13. You should now be able to log in at https://www.heliohost.org/login/ and you website should start working within 24 hours.
  14. If you're trying to change your main domain you can do so here http://www.heliohost.org/classic/support/scripts/domain
  15. Does the insecure button at the bottom of the heliohost tools page work for you? If the continue to cpanel button results in a time out it could also be that you have port 2083 blocked. We provide the insecure button for people who can't connect using the other button because it uses port 80 which is open for everyone.
  16. 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.
  17. Open a command prompt and type ping <url> and it will say the numerical IP.
  18. Unarchiving...
  19. Which version of python are you using?
  20. 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.
  21. 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.
  22. What is the destination IP of the outgoing port 8000 tcp data?
  23. It sounds like you need an outbound port not that your socket is listening on port 8000 like I thought. I see that you're connecting to a dynamic dns domain which is probably a home computer. Can you change the port 8000 to something else?
  24. Make sure all of your php files are permissions 644.
  25. That domain is working for me. If you're seeing a queued page it is probably because you have it cached in your browser. You can clear your browser cache to fix this. What page is showing a 500 error?
×
×
  • Create New...