-
Posts
25,316 -
Joined
-
Last visited
-
Days Won
905
Everything posted by Krydos
-
Here you go https://heliohost.org/vps/pay/?code=4KIVlsrTFsbTphcF
-
Your rebuild has been started and you'll get an email in a bit when it finishes. Your next free rebuild will be available on 2025-11-19.
-
morty [Solved] Install MS SQL Server extension for PHP
Krydos replied to Ookma-Kyi's topic in Escalated Requests
Which MS SQL database are you planning on connecting to? -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
Added. It should start working in about 2 hours. -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
The restart has been started and you'll receive an email in a bit with a link to continue the reset process. You can set it as your main domain during the reset, or you can choose a free domain as your main domain again, and we can re-add it after the reset. -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
You are required to do an account reset if you wish to stay on Johnny. You are allowed to have a partial backup of a file or two if you need, but each file needs to be checked manually by an admin prior to being approved for backup to make sure we aren't backing up anything that violates our terms of service. If you don't need a backup of anything let us know and we can proceed with the reset immediately. -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
Here is our documentation on how to host a Flask website on the free Johnny plan. https://wiki.helionet.org/Flask Please note that SSH isn't required, nor is uploading hacker web shells with extremely weak passwords stored in plaintext that are comically insecure. If you feel like you're incapable of following these instructions, you can purchase a VPS at https://heliohost.org/vps/ where you will have root SSH access. -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
What does the Python application do? -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
The reason you were suspended is because you intentionally uploaded a web shell. It looks intentional to me because it has your name written all over it in the comments, etc. Attempts to hack our servers, or circumvent limitations imposed for the security of our thousands of other users sharing the same server as you are not taken lightly. If you need SSH access you can purchase a VPS at https://heliohost.org/vps/ where you will have root access to install anything you want, and you can't be tempted to try to access other users data because you're the only user on the server. -
1. https://helionet.org/index/topic/59895-solved-subscription-was-suspended/#findComment-266335 2. https://helionet.org/index/topic/65589-solved-subscription-was-suspended/#findComment-293864 3. https://helionet.org/index/topic/65897-solved-my-account-is-overuse/#findComment-294816 4. This one.
-
[Inactive] Request for Assistance Regarding Blocked Accounts
Krydos replied to ibrain's topic in Escalated Requests
Closing due to inactivity since there has been no response in this thread for over a week. If you're still having this issue or need help with something else please open a new ticket. -
[Solved] please reactivate (username:gtolomea)
Krydos replied to gtolomea's topic in Escalated Requests
Unsuspended. -
[Inactive] Paypal payment page error for VPS
Krydos replied to piyushukani's topic in Escalated Requests
Closing due to inactivity since there has been no response in this thread for over a week. If you're still having this issue or need help with something else please open a new ticket. -
The file has been deleted. Keep in mind you can fix this yourself by increasing your storage space at https://heliohost.org/dashboard/storage/ rather than waiting for an admin.
-
[Solved] Enable java - tomcat on my VPS account please
Krydos replied to janbulla's topic in Escalated Requests
Here's a guide I found on how to install Tomcat on Ubuntu 24. Since you have root access to the VPS you have the ability to install anything you want without an admin's help. https://medium.com/@jasonrbodie/learn-linux-install-apache-tomcat-10-and-nginx-on-ubuntu-24-04-5bcdd9fad1c9 If you're new to Linux or if if you have any questions feel free to ask. We prefer to give users the opportunity to learn how to do stuff like this themselves if they're willing to learn. If you mess things up you always get 1 free rebuild per month. -
[Solved] 20251007 - Request for perl modules
Krydos replied to ashwanibright's topic in Escalated Requests
Yeah, thanks for using Perl. Not many people do so it's cool to see it getting some use. Let us know if you need help with anything else. -
Your VPS is ready now, and you should have received an email about it. Depending on the OS you select it can take anywhere between 6 minutes to 24 hours for it to be ready. CentOS Stream 10 is closer to the 24 hour end of the spectrum. In fact, you're the only person who has ever requested this OS.
-
Something like this may work depending on your software. Make sure the port matches what port your websocket is running on. RewriteEngine on RewriteRule (.*) http://127.0.0.1:33333/$1 [P,L] If it doesn't work let us know and we can try an Nginx proxy instead.
-
[Solved] 20251007 - Request for perl modules
Krydos replied to ashwanibright's topic in Escalated Requests
I'm not sure why you need all of these installed. Most people just use one type of database at a time. Nonetheless, they have been installed. -
[Inactive] Request for Assistance Regarding Blocked Accounts
Krydos replied to ibrain's topic in Escalated Requests
Are you still interested in signing up for a VPS? -
Glad it's working. Let us know if you need help with anything else.
-
Have you read https://wiki.helionet.org/FAQ#Does_HelioHost_support_sockets?_Which_ports_are_open?
-
Does it work now?
-
Are you using Python 3.12 or Python 3.9?