-
Posts
24,609 -
Joined
-
Last visited
-
Days Won
871
Everything posted by Krydos
-
Remote access enabled.
-
Unarchived.
-
It looks like Ricky crashed overnight. Is your site working for you now?
-
Not open so many connections at once?
-
What are you trying to do exactly? Rewrite everything to index.php?
-
Remote access enabled.
-
Remote access enabled.
-
It looks like pycox isn't compatible with our shared hosting plans. You'll need a VPS for that. https://www.heliohost.org/vps/
-
I have increased your storage to the maximum, and you don't need to log in to cpanel to keep your account active until 2021-07-18. Let us know if there is anything else we can help you with. Thank you so much for your donation!
-
Unarchived.
-
[Solved] can i request for requests_html python package?
Krydos replied to guoqilu's topic in Escalated Requests
There you go https://krydos2.heliohost.org/cgi-bin/modules37.py -
The extension gmp is already installed on Ricky's php 7.2. https://krydos1.heliohost.org/72/phpinfo.php
-
[Solved] How to access postgresql from external.
Krydos replied to cryptex's topic in Escalated Requests
Remote access enabled.- 3 replies
-
- 1
-
-
- postgresql
- database
-
(and 3 more)
Tagged with:
-
Unarchived.
-
Having more than 1 account is a violation of our terms of service. You have a Tommy account and a Johnny account. I recommend deleting the Johnny account. Once you've done so let us know and I'll install your python module on Tommy.
-
You can use phpmyadmin to run raw sql commands. Click the database you want on the left navigation pane, and then hit the sql tab along the top. The commands you type in that box will be run. The other option is you can enable remote mysql connections to your database, and then run an application or command such as mysql --host=johnny.heliohost.org --user=antobarb --database=antobarb_example -p
-
Since we don't offer command line access to run composer commands on our shared hosting accounts you have 3 options: Get a VPS instead where you'll have root SSH access https://www.heliohost.org/vps/Run the composer commands on your home computer or another system that you do have command line access to, and then upload the resulting directory structure.Use a service such as https://php-download.com/ to run the composer command for you. This doesn't always work very well though.Let us know how we can help.
-
Please post the following information: Your cPanel username Your main domain The server that you are on
-
It's because you changed your main domain. Java is only enabled on your main domain, and on Johnny only on http. On Tommy jsp/java works over http or https. When you change your main domain it breaks java/jsp. Your current main domain doesn't even work so I'm going to mark this solved since it's unrelated to your current issue.
-
Marking solved as he's suspended for violating our terms of service for having more than 1 account. He's also been blocked from calling or texting our phone number because he called me 6 times between 3:23am and 6:02am and left 5 completely unintelligible voicemails. He's also been banned from Facebook for spamming the same request on 5 different random unrelated posts, and sending dozens of private messages to our page as well. He's also been blocked on whatsapp for calling me an unknown number of times. I just uninstalled the app and went back to sleep at around 4am after several calls. Easily the most annoying person I've ever encountered in my 12 years of volunteering for HelioHost.
-
Remote access enabled.
- 2 replies
-
- postgresql
- connect
-
(and 1 more)
Tagged with:
-
[Solved] Unable to run my Django site on Johnny server
Krydos replied to nakssoft's topic in Escalated Requests
There aren't even any files at /home/nakssoft/public_html/ -
The default ssl page works on Johnny and Tommy, but Ricky broke and there are literally too many accounts on the server to change the default ssl page anymore. When I try to change the default it errors out because the account list is simply too long for the server to be able to handle it. We were scheduled to rebuild Ricky last February or March 2020, but due to covid we had to delay those plans because it wasn't safe for our staff to travel to the datacenter to do the required Ricky upgrade. We finally got that in person maintenance done a few days ago which gives us the ability to do the long overdue Ricky rebuild. It should hopefully be complete in the next few months, and it will fix many things such as the default ssl page.
-
It was a server wide error, not your error. Another user broke tomcat, and as soon as java access was removed from their account your .war deployed without errors. Thanks for letting us know about it.