-
Posts
26430 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Just let us know the domain you would like added and we can add it for you.
-
It looks like PayPal attempted to bill you on 2025-11-25 and failed. PayPal will automatically try billing you again on 2025-11-30. There is no way for us to force PayPal to attempt to bill again before then. If the payment fails again on 2025-11-30 we will email you.
-
Set. # dig +noall +answer -x 64.71.156.101 101.156.71.64.in-addr.arpa. 21539 IN CNAME 101.subnet96.156.71.64.in-addr.arpa. 101.subnet96.156.71.64.in-addr.arpa. 14339 IN PTR fatehsystems.com. # dig +noall +answer -x 2001:470:1:1ee::21 1.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.e.e.1.0.1.0.0.0.0.7.4.0.1.0.0.2.ip6.arpa. 14400 IN PTR fatehsystems.com.
-
[HH#175315] ACTIVATE LOCALE / cbehsis.helioho.st
Krydos replied to HelioHost's topic in Email Support
Ah yes, I didn't notice the subject included your domain at first. I was half asleep from eating way too much with family. The requested locales have been installed on Tommy. Let us know if you need help with anything else. -
[HH#175315] ACTIVATE LOCALE / cbehsis.helioho.st
Krydos replied to HelioHost's topic in Email Support
What is your username? The email that you sent this from doesn't have an account associated with it. -
Changed.
-
I created a new Stripe subscription for $41.85 every 6 months for 2 GB memory, 2 CPUs, and 125 GB storage. Since your current subscription for $37.80 wasn't going to expire until 2026-03-23 that means at the higher upgraded rate you had enough credit left from the previous billing to last about 106 days. I canceled the $37.80 subscription for you, and created a new subscription for $41.85 with 106 days of free trial using the same billing method you were using before. You should be billed automatically for $41.85 on 2026-03-12 to the Visa card ending with 5064. If the payment fails to go through we will email you to let you know. MoneyBroz is doing the storage space upgrade now which requires a reboot and a short downtime. He will update this thread once that process is finished.
-
Your DMARC is currently set to quarantine which means if someone tries to send spam or phishing emails on your domain without your permission they will go to spam as they should, and you will get a report. Changing your DMARC to none means that if someone sends spam or phishing emails on your domain without your permissions they will go to inboxes. The whole point of SPF and DKIM is to make sure people can't send spam or phishing emails from your domain, so I'm pretty sure you don't want to change this setting.
-
[Solved] Alias domain request: synapsejournals.dedyn.io
Krydos replied to khamdanaf's topic in Escalated Requests
In that case we recommend adding the new domain as an addon domain (not an alias) and then you can use .htaccess to redirect all the traffic from journalpulse.heliohost.us to synapsejournals.dedyn.io. I set the new domain as your main domain, and the heliohost.us subdomain as an addon. I also put an .htaccess file on the journalpulse.heliohost.us with these contents: RewriteEngine on RewriteCond %{HTTP_HOST} ^journalpulse.heliohost.us [NC,OR] RewriteCond %{HTTP_HOST} ^www.journalpulse.heliohost.us [NC] RewriteRule ^(.*)$ https://synapsejournals.dedyn.io/$1 [R=301,L,NC] This should redirect everything to the new domain with a permanent redirect which means search engines and browsers should update their links. This .htaccess should preserve the path and filename so if someone goes to journalpulse.heliohost.us/path1/file2 it should send them to synapsejournals.dedyn.io/path1/file2, but if you're having any issues feel free to customize the .htaccess as you need. Eventually if you stop seeing any traffic to the heliohost.us subdomain in your web statistics let us know and we can remove the domain entirely to save server resources. Let us know if you need help with anything else. -
The DNS records have been set.
-
We have received the donation. Thank you so much. That is very generous of you.
-
Since you're using a helioho.st subdomain we have to add the DNS records for you.
-
I did a little searching and was able to locate your wife's Morty account that you were referring to earlier. The domain kretangaia.helioho.st has been added to the Morty account kalaggelaki. I also made a note on both accounts in our system so it will be easier for us to figure this sort of stuff out in the future.
-
We have a list of ways you can donate listed at https://heliohost.org/donate/ PayPal is probably the best way, but we can provide a Stripe link too if you'd rather use that. Thanks in advance.
-
DKIM, SPF, and DMARC have been set up for the domain qiyemailset.helioho.st. We recommend sending a real email (not just the word "test" or a blank email) to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be.
-
You sent the email to us from the email address that is associated with the account apostmargetakis which is on Johnny, so of course we assumed you wanted the domain added to this account. In the future if you want support for the Morty account it would be helpful if you sent us the email from the address associated with the Morty account, or at least tell us the username you're referring to. What is the username of the Morty account?
-
The 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-12-25.
-
The domain kretangaia.helioho.st has been added. Our mail system strips out the html from emails before it posts them for us. Since you put your domain name instead html tags it was removed, and we weren't able to see it.
-
Just let us know the domain you would like added and we can add it for you.
-
[Solved] Alias domain request: synapsejournals.dedyn.io
Krydos replied to khamdanaf's topic in Escalated Requests
Are you planning on redirecting all traffic from journalpulse.heliohost.us to synapsejournals.dedyn.io, or is there a reason you need to keep using both domains? -
[Solved] python module request johnny server
Krydos replied to cyranicusmcneff's topic in Escalated Requests
Installed. You can see the current list of installed modules and their versions for Johnny's Python 3.12 at https://krydos2.heliohost.org/pyinfo/info3.12.py -
Glad you got it working. Let us know if you need help with anything else.
-
For me the URL https://denisov5.heliohost.org/index.html shows HELLO in all caps, and https://denisov5.heliohost.org/index.php also shows HELLO in all caps. Have you tried clearing your browser cache?
-
If you're talking about the 403 error on the URL https://denisov5.heliohost.org that is because there is no index file. Simply create a file named index.html or index.php, etc and it should go away. I created a file named index.html with the contents "Hello." and it appears to be working fine.
