Jump to content

Ookma-Kyi

Members
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ookma-Kyi

  1. You can send your donation via the fundraising page https://donorbox.org/rebirth-of-stevie (Stripe) or https://www.heliohost.org/donate (PayPal)
  2. Just a bit of a fair warning, WordPress is notorious for getting people suspended on a fresh installation done within an hour. With all that said if you have any security or ad blocking software installed could you try turning it off temporarily and then try again?
  3. First, what panel was your old host using (Plesk, cPanel, etc.)?
  4. Hi, Unfortunately@wolstech will have to create the account for you manually on Lily as there is no automatic way to do so at the moment. Just a few things to note: 1) There is no panel software on Lily so you will have to use your main account for your website, emails, etc. 2) You will have to upload your published software via FTP 3) Create a file named stopapp.txt and wait 10 minutes for your application to shut down gracefully before uploading new versions. 4) Delete stopapp.txt and create a file called startapp.txt, and wait 10 minutes for your application to restart. Sample web.config: <?xml version="1.0" encoding="utf-8"?> <configuration> <location path="." inheritInChildApplications="false"> <system.webServer> <handlers> <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> </handlers> <aspNetCore processPath="dotnet" arguments=".\<your-app-here.dll>" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" /> </system.webServer> </location> </configuration>
  5. Can you please try: which sudo and let me know the results?
  6. I can confirm that the fundraiser works a lot better than the PayPal donation button. I was using a Vanilla Visa gift card I was given over the holidays and had issues paying. I donated to the fundraiser twice with no issues whatsoever, with the same card I had issues with earlier.Here is the direct link to the fundraiser: https://donorbox.org/rebirth-of-stevie If you donate $25, you receive the previous maximum storage space, and the $1 fee is waived. However, I'm not sure if this applies to the fundraiser. Consider using a standard debit card instead of relying solely on an admin for a Stripe link or a gift card. Gift cards often face challenges during PayPal transactions, making a debit card a more reliable choice.
  7. Hi, I just wanted to let you know that Tommy is down https://status.heliohost.org/ . Also I tried to renew my account and it is stuck renewing indefinitely.
  8. I apologize for the confusion; I'm currently trying to raise money because I'm permanently disabled and cannot work. I hope to have it by the end of the year.
  9. 1) It's a 12 month deal but, you can do it for 2 years each 2) Prefer 3 Years 3) Weird it says Biannually and have it as 2 years as seen in the screenshot provided
  10. Hi, Was wondering if you were going to have a Black Friday sale and have discounts on the VPS. I asked earlier on the Discord about price matching a VPS plan and was told that it would be honored, but when I asked about how to do so I didn't get an answer to my knowledge.
  11. Some needed reading: SPF: https://en.wikipedia.org/wiki/Sender_Policy_Framework DKIM: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail DMARC: https://en.wikipedia.org/wiki/DMARC
  12. Ookma-Kyi

    Tommy Upgrade

    Sounds good, could you please tell us what the issue was?
  13. An admin (@Krydos & @wolstech) will be with you shortly. In the meanwhile, might I suggest you use another software similar to Wordpress like Jekyl, Hugo or Eleventy? I ask because many user sites have been suspended almost immediately due to Heliohost having limited server resources. Wordpress tends to pile on the resource usage over time and the bots that try to hack the sites repeatedly doesn't help either, resulting in an almost automatic suspension.
  14. Ookma-Kyi

    Tommy Upgrade

    You should have received an email containing the IP address needed for connection and for setting your Cloudflare DNS A and AAA records. Also I have been using port 21 with Explicit TSL/SSL for FTP.
  15. Can you try the steps outlined here and see if it helps?
  16. Unfortunately I don’t have any access whatsoever to the admin area of Plesk. Only admins can increase your attachment size and I’m not 100% sure what the rules are as far as this goes. I do know that the email sending limit can be increased with good reason however.
  17. My guess is this is to prevent abuse. I am going to try escalating this so@Krydos or @wolstech can take a look and see if the attachment size limit can be increased.
  18. Ookma-Kyi

    Tommy Upgrade

    Apologies, I was transferring my site from another host to here at that time when that email address worked because it was hosted at another server altogether.
  19. Just tried resubmitting it as there might have been a hard return in between the public key. I'll keep you updated on the issue as progress occurs.
  20. Just a suggestion, could you try uploading the file to a file sharing service and sending the link via email?
  21. Does your application include logging features? Are you able to run it locally?
  22. Ookma-Kyi

    Tommy Upgrade

    I never got the email because the account email was set as one belonging to the domain. However, I was able to log in using the old password and set the account notification email externally for now. I also noted the new IP4 and IP6 addresses and have changed them on my Cloudflare panel. I will keep monitoring and as soon as my site is back up I will post here at my earliest convenience since I have a few things coming up within the next couple of hours that will unfortunately take most of my time. Update: That was quick! Stuff is starting to work 2 minutes are updating IPs.
  23. Ookma-Kyi

    Tommy Upgrade

    How do I backup my email messages? I think I have everything else backed up already and stored in the cloud.
  24. Ookma-Kyi

    Tommy Upgrade

    Will we get a heads up that the account is going to be moved to “new Tommy” a few hours before the account is actually moved? That way CloudFlare users can update the IP Address ahead of time and decrease down time.
  25. I just ran a Spam test on my domain and one of the more critical issues is: DomainKeys Identified Mail (DKIM) is a method for associating a domain name to an email message, thereby allowing a person, role, or organization to claim some responsibility for the message. The DKIM signature of your message is: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ookma-kyi.tech; s=default; t=1726690962; bh=<retracted>; h=From:To:Subject; b=<retracted> Your public key is: "v=DKIM1; \"p=<retracted>; \" " Key length: 1024bits Your DKIM signature is not valid I literally copied and pasted the text from Active DKIM Selector into CloudFlare default._domainkey txt record. Any ideas?
×
×
  • Create New...