-
Posts
26493 -
Joined
-
Last visited
-
Days Won
947
Everything posted by Krydos
-
[Solved] Www Version Of My Web Site Does Not Work
Krydos replied to vaninf's topic in Escalated Requests
There you go http://www.van51.ml/test.jsp -
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.
-
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.
-
-
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/
-
Here is how you can close mysql connections in java: Connection conn = null; PreparedStatement ps = null; ResultSet rs = null; rs.close(); ps.close(); conn.close();
-
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.
-
Try these settings in Filezilla: host: johnny.heliohost.org port: 1373 protocol: SFTP logon type: normal user: milliond password: <same as cPanel password>
-
Your addon domain should now show up in cpanel, and it should start working within 24 hours.
-
What is your username or main domain?
-
Unarchiving... There you go http://rejonpardenilla.heliohost.org/
-
Deployed. http://divyansj.gq/InterestWAR/
-
What is your username or main domain? What addon domain are you trying to create? Make sure you hit reply instead of creating a new ticket each time to keep your posts connected.
-
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.
-
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.
-
ASP.NET has been enabled on the account kembali1 on Tommy. http://kembali.heliohost.org/test.aspx Wolstech is correct about .cshtml files not being recognized. You may be able to enable ASP.NET processing on whatever random file extensions by using .htaccess though.
-
You can check whether your account is active at https://www.heliohost.org/status/
-
You can access your panel at https://www.heliohost.org/login/
-
Maybe try something simpler then first? http://wiki.helionet.org/Java_Servlet
-
What is your username or main domain?
-
What is your username or main domain?
-
Based on your forum username it looks like you picked Johnny so use johnny.heliohost.org or 64.62.211.131
-
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.
-
Deployed. http://divyansj.gq/divyans_InterestWAR/
-
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.
