-
Posts
26449 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
[Hh#54911] This Is A Verified Dmca Removal Request From Attributor
Krydos replied to HelioHost's topic in Email Support
Deleted. -
[Hh#95761] This Is A Verified Dmca Removal Request From Attributor
Krydos replied to HelioHost's topic in Email Support
lieblingsleser.heliohost.org : Suspended. haiwei.heliohost.org : Deleted. verbalist.heliohost.org : Deleted. -
Just log in at https://www.heliohost.org/login/ and click the "insecure login" at the bottom of the tools page. We highly recommend connecting with the secure encrypted connection though. The insecure option is only there for those who absolutely can't use encryption. Thanks for pointing out that old wiki. I've updated the information there.
-
[Solved] Close The Connections For Luigi123_Sb
Krydos replied to Luigi123's topic in Escalated Requests
You could also just buy a VPS and run your own mysql server, or maybe have a computer at home that runs constantly with mysql on it too. Really the only way you're going to get 150 simultaneous persistent connections is if you run the mysql server yourself. -
It looks like your load is coming from /home/shine911/public_html/cron/cron.php
-
There are 2 steps to hosting a domain. 1) Set the nameservers which it sounds like you've done, and 2) Add the domain to cpanel, which it sounds like you haven't done. If you want the .tk domain to show the same as your .heliohost.org domain then use the alias button in cpanel, and if you want the .tk domain to be something separate from your main domain use the addon button. Depending on whether you use alias or addon it means both or either.
- 1 reply
-
- 1
-
-
Here are our terms of service http://wiki.helionet.org/Terms If you have a more specific question let us know.
-
Deployed. http://escrit.heliohost.org/escrit_plataforma/
-
[Solved] Close The Connections For Luigi123_Sb
Krydos replied to Luigi123's topic in Escalated Requests
Convince the author to rewrite his software.Rewrite the software yourself.Switch to better written software that does the same thing.Write your own software that does the same thing.Host the mysql database somewhere where you can have 150 persistent connections. -
There you go https://javier.heliohost.org/ http://wiki.helionet.org/Moving_your_account
-
Account creation is load balanced so when the load is high accounts are created slower to prevent the load from going even higher. The higher the load the slower the response time and high enough load can even cause downtime for the existing websites. It's not worth creating an account in 30 seconds if it means that all of the other thousands of websites hosted on the same server are going to go down because of it. You can check the load of the Johnny server that you picked with this image . Once that value is back below 10 or so accounts should be created more or less instantly. Your account is now created and active. You should now be able to log in at https://www.heliohost.org/login/ and your domain should start working within 24 hours.
-
[Solved] Remote Connection Postgre On Server Johnny
Krydos replied to nikitsad's topic in Escalated Requests
It's not a problem. Remote postgresql access is disabled by default for security. Not everyone needs or wants to access their postgresql databases remotely. Remote access enabled. -
Unblocked. Try to use the correct cpanel password.
-
[Hh#26034] Re: I'd Like To Buy Ads On Your Website
Krydos replied to HelioHost's topic in Email Support
What site would the text ad link to? -
If you're interested in having SSL on your site we strongly recommend transferring to Tommy. On Tommy all domains come with SSL automatically installed, and when the certificate gets close to expiring it automatically updates it for you. Johnny has these types of errors frequently because it is an experimental server, and has high load frequently. When the load is high it can cause long running processes like SSL installation to error out.
-
Dedicated IPs are $12 per year.
-
Done.
-
Which domain?
-
The way the list works is by looking at what modules have been installed by pip. Here's the code #!/bin/python print("Content-Type: text/html\n\n") import pip installed_packages = pip.get_installed_distributions() installed_packages_list = sorted(["<td>%s</td><td>%s</td>" % (i.key, i.version) for i in installed_packages]) print("Tommy /bin/python installed modules:<br><br>") print("<table><tr><th align='left'>Module</th><th align='left'>Version</th></tr>") print("</tr><tr>".join(installed_packages_list)) print("</tr></table>") That list won't include the python standard libraries which weren't installed with pip: https://docs.python.org/2/library/index.html
-
There you go http://arcweb.ml/
-
It's not a problem. Remote postgresql database access is disabled by default for security. Not everyone wants or needs their database accessible externally. Remote access enabled.
-
I see your account is on Johnny. Since Johnny is our experimental server he can frequently experience high load. During periods of high load domain creation can sometimes get broken resulting in partially set up domains. If you let me know the addon domain you're referring to I can take a look.
-
[Hh#45747] Release The Mysql Port For Remote Connection.
Krydos replied to HelioHost's topic in Email Support
Johnny websites take up to 24 hours. Tommy websites generally start working in 30 minutes or so. Sometimes less. -
Tommy is working for me. You can see the server status here http://heliohost.grd.net.pl/monitor/ Is your website still not working for you? If so you might have gotten blocked by the firewall or something.
-
I installed bs4. The others listed were already available. http://krydos.heliohost.org/cgi-bin/modules27.py
