-
Posts
26434 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
[HH#880282] Is access to stats and forum bloqued?
Krydos replied to HelioHost's topic in Email Support
By default the webstats are protected by your FTP password. You have two options if you can't login. 1. Change your password. Sometimes the passwords can get out of sync, where you can login to one thing, but not another. If you change your password it should sync everything up so they all use the same password again. 2. Disable password protection on the webstats entirely. If you do this you'll need to wait up to 2 hours for the password protection to go away, and then anyone can see your webstats. Only do this if you don't have private data in your webstats since every random bot on the internet will be able to access it. If you can't login to the forum you can reset your forum password with this link. https://helionet.org/index/lostpassword/ Keep in mind this link only changes your forum password, not your FTP or Plesk passwords, etc. -
You could either contact PayPal support and see what they have to say about it, or you can use this Stripe link to try to pay again https://buy.stripe.com/6oU7sNcs6207fjP1udco009 I understand that the Stripe link says $2 and the dashboard says $1, but the dashboard will be updated to the new pricing soon anyways, and I don't want to create a $1 Stripe link that will only be used once and then deleted in a week or whatever.
-
[Solved] Request for smtplib module in Python 3.12
Krydos replied to dylanlewis11's topic in Escalated Requests
The module smtplib is a default module that is present in all Python installs, and doesn't need to be requested. -
Did you get the email we sent you on 2025-07-18?
-
Signups opened on 2025-07-21 00:00:00.011 UTC and closed at 2025-07-21 00:57:35.379 UTC which is 57 minutes, 35 seconds, and 368 milliseconds. Free signups open every 12 hours. Sometimes they fill pretty quickly like you've noticed. Other times they stay open for quite a while. It usually takes people a few tries before they can get a free account. The trick is trying to signup when no one else is trying to signup, like yesterday.
-
Free signups were open for 57 minutes yesterday. Maybe you should have tried signing up then?
-
Your rebuild with Ubuntu 24 has been started and you'll get an email in a few minutes when it is done. Let us know if you need help with anything else.
-
What error did you get while signing up for the Tommy plan?
-
Thank you for increasing your Morty balance. Since you paid $20 I added $25.2631 to your balance which was $1.3282. So your total is $26.5913 now. Based on the load from the last month that should last you about 808 days or until 2027-10-07. We'll email you when you get low.
-
[Solved] Hallo please add wildcard subdomain
Krydos replied to mafutragil's topic in Escalated Requests
Added. -
I did apt update and apt upgrade on your VPS and everything seems to be fixed now. All of your domains are working except wordpresscenter.net. It looks like that domain expires in 5 days so maybe it needs to be renewed before it will work.
-
Remote access enabled. host=65.19.154.90 port=5432 user=victord1_eventdly_app dbname=victord1_eventdly password=<set in Plesk>
-
Your current balance was $18.0122. You paid $10, which means you get +$12 credit which brings your total to $30.0122. Based on the load for the last month that balance should keep your Morty account active for 912 days, which is roughly 2028-01-18. We will email you when your balance gets low.
-
I took a quick look around, and it looks pretty thoroughly broken. You'll probably need to do a rebuild. I recommend taking a backup of any files you need. Let us know when you're ready to proceed.
-
Sorry to hear about your donation issues. If you want to add an additional year to your Morty account you can use this link https://buy.stripe.com/8x23cx77M9szc7D4Gpco008 That should charge you $10, and then we'll credit your account with +$12 balance. Let us know if it works for you.
-
-
https://heliohost.org/dashboard/upgrade/
-
No problem.
-
Try something like this python3 -m venv .venv source .venv/bin/activate pip3 install python-telegram-bot pillow pytesseract requests email-validator python-dotenv
-
The command is working fine, it's just letting you know that you should use a virtual environment. Parts of the operating system use Python too so if you change the versions or install random stuff to environment that the operating system uses you could break the whole VPS. Here is a guide for how to create a virtual environment and install modules with pip inside it. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
-
What error do you get when you try running that yourself via SSH?
-
Your rebuild has been started and you'll get an email in a bit when it finishes.
-
[Solved] PostgreSQL Server Connection Error
Krydos replied to cjc080911's topic in Escalated Requests
Remote access enabled. host=65.19.154.90 port=5432 user=cjc080911_db_user dbname=cjc080911_db password=<set in Plesk> -
It looks like it's a common issue that pops up on Hestia. I created the file /etc/nginx/conf.d/fixssl.conf and put these contents proxy_ssl_server_name on; proxy_ssl_name $host; Then I restarted Nginx and everything seems to be working now.
