-
Posts
17,537 -
Joined
-
Last visited
-
Days Won
647
Everything posted by wolstech
-
Marking solved because user deleted his account.
-
[Solved] Recovery of my account
wolstech replied to florencedev2's topic in Suspended and Queued Accounts
Unsuspended. It may take a few minutes to start working. -
[Solved] Request for nginx proxy for UDP socket
wolstech replied to ocarina's topic in Escalated Requests
We got the app to start finally (file permission issues) and it is listening on 7777. Krydos has to set up the proxy on our side... -
[Solved] Request for nginx proxy for UDP socket
wolstech replied to ocarina's topic in Escalated Requests
It may be. Our servers sometimes have to be whitelisted. Malwarebytes is like that for example. -
Your account is currently in violation of the Terms of Service due to the presence of pirated software. Please remove Wowonder and all of its data and files from the bondo subdomain immediately or you will be subject to suspension for copyright infringement (which may be permanent). We do not allow nulled/pirated software.
-
You'll need a VPS for that. We generally do not increase the memory limits, and the execution time is capped too (though we can temporarily increase it for software installs if needed, but it won't be left that way). The file size ones are pointless considering your account is only 1000MB in size...
-
Please check your PMs for information regarding your Lily account.
-
[Solved] Request for nginx proxy for UDP socket
wolstech replied to ocarina's topic in Escalated Requests
No problem. Doesn't make a lot of sense to get it all set up on Johnny only to end up suspended because the process you want to run used too much memory. As for starting the process, there are ways to do that through things such as python. Take a look at our wiki pages for things like a discord bot. Those involve continuously running processes in the background, and include examples of how to design scripts to start and stop. The biggest risk of a continuously running process is if you don't have a way to kill the process or command it to exit...you run into an issue where it gets stuck running and wasting resources. Krydos should be able to help you with the nginx proxy and answer questions better than I can about starting/stopping the process. -
[Solved] Request for nginx proxy for UDP socket
wolstech replied to ocarina's topic in Escalated Requests
Has the same limits as Johnny, so no. -
[Solved] Request for nginx proxy for UDP socket
wolstech replied to ocarina's topic in Escalated Requests
This may actually be too heavy for Johnny. If those numbers are right, 1-1.5% of 8GB RAM is 82-123MB, which is too high for a Johnny account (you'll get a load suspension for memory usage if an app uses more than ~70MB continuously). You'd need to be on Morty to avoid that, where you'll be charged fees for excessive memory use instead. -
Krydos can assist with this.
-
Domains added. It can take up to 2 hours for the domains to work.
-
[Solved] VPS93 would like a fresh operating system please
wolstech replied to codemeat's topic in Escalated Requests
Krydos can rebuild your VPS for you. -
Domain added. Be sure to configure DNS for the domain. The domain can take up 2 hours to start working.
-
IMAP is the only way to really do this. We don't have any dedicated mail moving tools here, and many people find our mail service to be rather limited anyway (primarily because of the 50/day limit on sending/forwarding messages). It's rather common for people to use external email service with our hosting.
-
[Solved] My account is closed by mistake
wolstech replied to hayahsocial2024's topic in Suspended and Queued Accounts
Neither of your accounts have that email address. I've unsuspended the one matching your username instead. It may take a few minutes to start working. -
Please check your forum PMs for information regarding your Lily account.
-
How to run a flask app by python in heliohost.
wolstech replied to rashed2055's topic in Website Management and Coding
Here's our guide on how to deploy Flask apps on Plesk accounts: https://wiki.helionet.org/Flask I would suggest getting the example working first. -
Yeah a leaked password will do it. Since you don't use email anyway, I'm going to randomize the password on the mailbox and leave your mail service disabled so your account can't send any future spam. You may want to consider deleting the mailbox entirely. Unsuspended. It may take a few minutes to start working again.
-
Because you didn't wait as you were told to in your other topic. From your other topic: Also, the domain isn't even pointed to our servers. It's hosted at godaddy at the moment according to this: https://bybyron.net/php/tools/dns_records.php?domain=newyonorummyapps.online&rec=NS Those name servers need to be changed as Moneybroz said above.
-
"At least one email must be sent to each user" on the billing days. Question is how many will receive more than 1 email those days...yeah I'd lean closer to 500...
-
Thanks for the responses. Escalating to see what Krydos thinks of the responses, especially related to the inability to unsubscribe.
-
[Solved] Remote connection to PostgreSQL
wolstech replied to untouched8401's topic in Escalated Requests
Krydos can do this for you. -
Domain added. It can take 2 hours to work.
-
Please check your PMs for information regarding your Lily account. Also, in Ookma's post above, note that stopapp.txt / startapp.txt goes directly in your home folder, not public_html, when controlling your app.