Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,186
  • Joined

  • Last visited

  • Days Won

    853

Everything posted by Krydos

  1. What is the name of the .war file?
  2. spanish23.com points to /home/egabren1/spanish23.com/ which is an invalid directory. All webroots must be within /home/egabren1/public_html/. To fix the issue delete the addon domain and readd it.
  3. There you go http://www.van51.ml/test.jsp
  4. You actually gave me an idea! Why not use your local debit card to buy a VISA giftcard. Amazon for instance, and probably many stores near you, sell giftcards like this http://a.co/hIusYv1 Then you can use the VISA giftcard to make a donation. You don't even need to send us the whole card's worth of money. You could just use whatever you don't donate at local stores, etc.
  5. Make sure you change your domain to something that makes sense. For instance it must have a valid TLD. peace2u.heliohost.org works, but peace2u doesn't because there is no tld, but peace2u.com would work if you bought that domain, etc.
  6. Thanks. Cool. No action is required on our part to get your website created. It is all automatic. Since you picked the Johnny server it can take up to 24 hours for your domain to start working, but since you created your account yesterday it is working for me already http://peace.heliohost.org/
  7. Your cpanel was not suspended. I set it up so your websites would show suspended to keep you from becoming instantly suspended again as soon as anyone accessed your site.
  8. Unarchiving... There you go http://rejonpardenilla.heliohost.org/
  9. Deployed. http://divyansj.gq/InterestWAR/
  10. Here's the error you're getting: [Sun Aug 13 19:41:54.205048 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] mod_wsgi (pid=28832): Target WSGI script '/home/gigakh/public_html/flask/flask.wsgi' cannot be loaded as Python module. [Sun Aug 13 19:41:54.205178 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] mod_wsgi (pid=28832): Exception occurred processing WSGI script '/home/gigakh/public_html/flask/flask.wsgi'. [Sun Aug 13 19:41:54.270612 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] Traceback (most recent call last): [Sun Aug 13 19:41:54.270760 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/home/gigakh/public_html/flask/flask.wsgi", line 8, in <module> [Sun Aug 13 19:41:54.270779 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] from myapp import app as application [Sun Aug 13 19:41:54.270796 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/home/gigakh/public_html/flask/myapp.py", line 3, in <module> [Sun Aug 13 19:41:54.270820 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] import steem [Sun Aug 13 19:41:54.270835 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/site-packages/steem/__init__.py", line 2, in <module> [Sun Aug 13 19:41:54.270841 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] from .steem import Steem [Sun Aug 13 19:41:54.270852 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/site-packages/steem/steem.py", line 1, in <module> [Sun Aug 13 19:41:54.270857 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] from .commit import Commit [Sun Aug 13 19:41:54.270868 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/site-packages/steem/commit.py", line 18, in <module> [Sun Aug 13 19:41:54.270875 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] from steembase.storage import configStorage [Sun Aug 13 19:41:54.270887 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/site-packages/steembase/storage.py", line 459, in <module> [Sun Aug 13 19:41:54.270892 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] keyStorage = Key() [Sun Aug 13 19:41:54.270903 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/site-packages/steembase/storage.py", line 114, in __init__ [Sun Aug 13 19:41:54.270908 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] super(Key, self).__init__() [Sun Aug 13 19:41:54.270918 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/site-packages/steembase/storage.py", line 51, in __init__ [Sun Aug 13 19:41:54.270923 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] self.mkdir_p() [Sun Aug 13 19:41:54.270934 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/site-packages/steembase/storage.py", line 61, in mkdir_p [Sun Aug 13 19:41:54.270939 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] os.makedirs(self.data_dir) [Sun Aug 13 19:41:54.270950 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/os.py", line 210, in makedirs [Sun Aug 13 19:41:54.270955 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] makedirs(head, mode, exist_ok) [Sun Aug 13 19:41:54.270966 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/os.py", line 210, in makedirs [Sun Aug 13 19:41:54.270971 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] makedirs(head, mode, exist_ok) [Sun Aug 13 19:41:54.270982 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] File "/usr/local/python3.6/lib/python3.6/os.py", line 220, in makedirs [Sun Aug 13 19:41:54.270987 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] mkdir(name, mode) [Sun Aug 13 19:41:54.271019 2017] [wsgi:error] [pid 28832:tid 140516815218432] [client x.x.x.x:53141] PermissionError: [Errno 13] Permission denied: '/root/.local' It looks like your steem module is trying to create directories/files in /root/ which it is never going to have permission to on a shared server.
  11. I thought having this setting disabled would be enough to keep your certificate from being overwritten: but apprently not. Here's the log: 1:14:51 AM Checking websites for tres000a 1:14:52 AM The website trespasser.trespasser.heliohost.org, owned by tres000a, has a valid SSL certificate, but additional SSL coverage may be possible for the domains trespasser.trespasser.heliohost.org, mail.trespasser.eu.org, www.trespasser.trespasser.heliohost.org, cpanel.trespasser.eu.org, webmail.trespasser.eu.org, and webdisk.trespasser.eu.org. The system will attempt to replace this certificate with one that includes these additional domains. 1:14:52 AM The system will attempt to renew SSL certificates for the following websites: 1:14:52 AM trespasser.trespasser.heliohost.org (trespasser.eu.org www.trespasser.eu.org mail.trespasser.eu.org webmail.trespasser.eu.org cpanel.trespasser.eu.org webdisk.trespasser.eu.org trespasser.trespasser.heliohost.org www.trespasser.trespasser.heliohost.org) 1:14:57 AM The system has completed the AutoSSL check for tres000a. 1:22:11 AM Polling for tres000as new certificate for trespasser.trespasser.heliohost.org (order item ID 229333119) 1:22:11 AM The certificate is available. The system will now attempt to install it. 1:22:16 AM SUCCESS The certificate is now installed! So I guess the problem is the certificates you're making don't cover all of your subdomains and cnames so AutoSSL wants to make a better certificate that will cover them all. I have disabled AutoSSL on your account so it shouldn't even check again let alone try to replace anything. Let us know if it happens again. By the way, you're the only person who has complained about this. AutoSSL is actually one of our biggest draws for people to create accounts on Tommy because no one except for you wants to create and install and remember to renew their own certificates. Thanks for letting us know about it though.
  12. Maybe try something simpler then first? http://wiki.helionet.org/Java_Servlet
  13. Based on your forum username it looks like you picked Johnny so use johnny.heliohost.org or 64.62.211.131
  14. You were blocked for trying to log in with the wrong username or password too many times. Be sure to log in at https://www.heliohost.org/login/ to prevent this from happening again.
  15. Deployed. http://divyansj.gq/divyans_InterestWAR/
  16. We switched back and forth between Let's Encrypt and Comodo a few times trying to get around the rate limits and trying to get AutoSSL working again. It's probably because of that, and it won't happen again unless AutoSSL breaks again and we have to fiddle with it like that.
  17. There you go http://allahsaysharamkejey.tk/
  18. [Sat Aug 12 13:56:16.618626 2017] [wsgi:error] [pid 24510:tid 140181810108160] [client x.x.x.x:52414] mod_wsgi (pid=24510): Target WSGI script '/home/gigakh/public_html/flask/flask.wsgi' cannot be loaded as Python module., referer: http://upvoter.heliohost.org/flask/ I recommend you follow the guide at https://www.helionet.org/index/topic/27822-how-do-i-use-flask-on-johnny/?p=128919 to get a simple working script first. There you go http://upvoter.heliohost.org/flask/
  19. No, you got it wrong. Heliohost does not put ads on anyone's site. In fact, when people ask us to put ads on their site we refuse. If you don't want ads then use different software that doesn't have ads on it then, or better yet write your own software. You are allowed to put ads on your own site if you wish, but the ads cannot violate our Terms of Service either.
  20. It's not a problem. Remote database access is disabled by default for security. Not everyone needs or wants remote access. Remote access enabled.
  21. Apparently fixing autossl broke our suspend/unsuspend system. It's fixed now. Make sure you're logging in at https://www.heliohost.org/login/ to be sure your logins are counted.
  22. You can delete the AutoSSL certificate and install your own. AutoSSL shouldn't overwrite a valid certificate. It looks like your certificate was either expired already or really close. 1:20:12 AM Checking websites for “tres000a” … 1:20:12 AM The website “trespasser.heliohost.org”, owned by “tres000a”, has a faulty SSL certificate (OPENSSL_VERIFY:0:10:CERT_HAS_EXPIRED ALMOST_EXPIRED AUTOSSL_READY_FOR_RENEWAL). AutoSSL will attempt to replace this certificate. 1:20:12 AM The website “trespasser.trespasser.heliohost.org”, owned by “tres000a”, has a valid SSL certificate, but additional SSL coverage may be possible for the domains “trespasser.trespasser.heliohost.org”, “mail.trespasser.eu.org”, “www.trespasser.trespasser.heliohost.org”, “cpanel.trespasser.eu.org”, “webmail.trespasser.eu.org”, and “webdisk.trespasser.eu.org”. The system will attempt to replace this certificate with one that includes these additional domains. 1:20:13 AM The system will attempt to renew SSL certificates for the following websites: 1:20:13 AM trespasser.heliohost.org (trespasser.heliohost.org www.trespasser.heliohost.org mail.trespasser.heliohost.org webmail.trespasser.heliohost.org cpanel.trespasser.heliohost.org webdisk.trespasser.heliohost.org) 1:20:13 AM trespasser.trespasser.heliohost.org (trespasser.eu.org www.trespasser.eu.org mail.trespasser.eu.org webmail.trespasser.eu.org cpanel.trespasser.eu.org webdisk.trespasser.eu.org trespasser.trespasser.heliohost.org www.trespasser.trespasser.heliohost.org) 1:20:13 AM The system has completed the AutoSSL check for “tres000a”.
  23. The account assk has been unsuspended.
  24. Installed. https://krydos.heliohost.org/cgi-bin/modules36.py I'm going to need an explanation on why you think you need something that appears to only be a command line interface. Yes, if you know the root password for Tommy. It's not a bother. If you know the root password you can do this via cron. Short answer: yes. Long answer: Read above ^
×
×
  • Create New...