Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,569
  • Joined

  • Last visited

  • Days Won

    869

Everything posted by Krydos

  1. You were blocked for trying to log in to cpanel with the wrong username or password too many times. You may be interested to know that if you had been logging in at https://www.heliohost.org/login/ this wouldn't have happened. Unblocked.
  2. Unblocked. You may also be interested to know that if you log in at https://www.heliohost.org/login/ you wouldn't have gotten blocked.
  3. Each domain that you have java enabled on increases the total server resources required. If you were to have two that would essentially mean that someone else wouldn't get to have java at all because you're hogging two slots. There you go http://van51.ml/test.jsp
  4. The domain bailey.cf should now show up in your addon domains section of cpanel and should start working within 24 hours.
  5. There is already a Tommy account created this morning with the email address dearmypet@outlook.com so I'm assuming you got your invite. For anyone who searches and finds this, like it says at https://www.heliohost.org/tommy/ it can take up to 24 hours for a paypal or skrill donation to go through and the invitation sent. We're working to reimplement the instant invitation for a donation system we had before.
  6. There is already a Tommy account created this morning with the email address dearmypet@outlook.com so I'm assuming you got your invite. For anyone who searches and finds this, like it says at https://www.heliohost.org/tommy/ it can take up to 24 hours for a paypal or skrill donation to go through and the invitation sent. We're working to reimplement the instant invitation for a donation system we had before.
  7. An admin has to create the addon domain if you want it to be a .heliohost.org style free domain. If you want a .com or a .tk or anything you can create it yourself with the addon button in cpanel.
  8. Unblocked.
  9. Your mysql user doesn't have permission to access your database. Go to https://johnny.heliohost.org:2083/frontend/paper_lantern/sql/index.htmlScroll to "Add User To Database".Select your mysql user.Select your mysql database.Click "Add".Put a check next to All Privileges or each permission your user needs.Click "Make Changes".
  10. What is the username of the account you want a backup of?
  11. Unarchiving... You should now be able to log in at https://www.heliohost.org/login/ Your domain should start working within 24 hours.
  12. What is the name of the .war file?
  13. 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.
  14. There you go http://www.van51.ml/test.jsp
  15. 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.
  16. 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.
  17. 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/
  18. 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.
  19. Unarchiving... There you go http://rejonpardenilla.heliohost.org/
  20. Deployed. http://divyansj.gq/InterestWAR/
  21. 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.
  22. 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.
  23. Maybe try something simpler then first? http://wiki.helionet.org/Java_Servlet
×
×
  • Create New...