Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,567
  • Joined

  • Last visited

  • Days Won

    869

Everything posted by Krydos

  1. Added. In order to host the domain on our servers you need to either use our nameservers which are ns1.heliohost.org and ns2.heliohost.org or create an A record pointed to 65.19.141.77.
  2. Added.
  3. Wildcard SSL certificates will be supported after we finish the DNS integration which will all you to add and delete domains on your own as well.
  4. Interesting. So after the PayPal transaction goes through it's supposed to redirect you to the thanks page with that order ID on the URL. Based on that quote you somehow ended up on the thanks page with a blank order ID. I have no idea why PayPal would redirect without giving us the order ID. The order ID is the only thing PayPal gives us to lookup the transaction and verify that it went through successfully. No idea why that would have happened.
  5. There you go https://abbasshamshi.com/ There is a directory called abbasshamshi.com in your home directory. Delete the index.html file in there and upload your website to get started.
  6. Your invitation has been resent. Let us know if you still don't receive it.
  7. Remote access enabled.
  8. It's been over 2 weeks since we've heard from you, and you still haven't created the new subscription for the upgraded VPS with the link I posted. We've had the extra 3 GB of memory reserved for you this whole time without it actually being paid for, so you need to decide if you're going to do this upgrade. If we don't hear from you soon we will need to free up the memory so paying users can access it. We are very close to being full on VPS so the upgrade may not be available forever depending on how many new VPS orders we get versus how many people cancel.
  9. Your invite to create a new account was sent to your PayPal email address that you listed on 2022-10-15 and you never used it. I have resent it to the email address associated with your Johnny account with the username shamshi. Keep in mind that since your account was hacked so we can't transfer it, and instead you will need to create a new account, and restore your backup. You can download your backup from https://heliohost.org/backup/ if you haven't already. Let us know if you still don't receive the invite link.
  10. Added. Your domain won't work until you do one of the two options below: Set your NS records to ns1.heliohost.org and ns2.heliohost.org Or if you want to use external DNS, such as Cloudflare, create an A record pointed to 65.19.141.77
  11. That IP is not blocked in any of our firewalls. Is there any software you're running, like virus protection, that may be blocking you? Do you have any sort of DNS blackholes or safety features enabled on your router?
  12. Neither of the IP addresses you have posted from are blocked. From your home connection go to https://heliohost.org/ip.php and let us know the number that is listed there.
  13. We've actually been considering offering education accounts, because we've had a lot of teachers use our free hosting service to give students an opportunity to host a real website on their own domain. Unfortunately right now it probably wouldn't be fair to allow you to create for free 30, or however many students you have, accounts while there are still almost 4000 users who haven't been transferred yet. However, if you're willing to donate $1 per student it would be fair to move your students in front of all of our existing free users. We would need a unique email address for each of them, but if you're interested we can set this up for you.
  14. There is no set date. Our plan is to finish setting up Johnny as soon as possible, and hopefully start allowing a few free signups each day in addition to the accounts that we are transferring each day.
  15. The donation has been linked to the correct account, and you should receive your invite in a few minutes. Thanks for the donation.
  16. You've been added to the waitlist https://heliohost.org/eta/?u=ubitech You're currently #3770 in line to receive an invite.
  17. Krydos

    Donors Moved

    We're happy to announce that as of a few minutes ago all of our current donors have been given a chance to move to Plesk or create a new account. If you've given a gift to HelioHost since 2020-07-14 and haven't gotten your invite yet please let us know so we can get you set up with a Plesk account. We are now moving into the next phase of our transition to the new control panel, which is moving existing free users. You can check your ETA or improve your position at https://heliohost.org/eta/ Any donations of $1.00 USD or more will get you moved to Plesk within 24 hours at this point. Also all of the donor plans at https://heliohost.org/tommy/ are now open starting at a one-time donation of $1.00 USD if you're interested in creating a new account. We're almost done setting up Johnny so free users will have the opportunity to transfer to that server before much longer too. We are making progress on the DNS integration which will allow users to add and remove their own domains, as well as edit their DNS settings. We plan on trying to get Java/JSP installed before much longer too for those users who need that service. There are a few users waiting for Ruby on Rails too, and we haven't forgotten about you either. There are tons of improvements being made to our systems every day, and we're slowly but surely moving towards being 100% functional again. Thanks to everyone who has supported us during this difficult time. Without all of our donors we would have gone out of business years ago. If you have any questions or comments we would love to hear what you have to say.
  18. Krydos

    Donor signups open

    Yep, the donor plans can be found at https://heliohost.org/tommy/ Within a few seconds after you make your donation you should receive an email invite to create a new Tommy account to the email address that you created your PayPal account with. The $1 plan isn't currently available because there are donors who have given more than that who don't have an account yet, but after they're taken care of that plan will open up too.
  19. Glad you got it working. Let us know if you need help with anything else.
  20. Your OS has been reinstalled. Please be aware that you can only have 1 free rebuild per month.
  21. By default the VPS firewall is disabled. I checked your VPS and the firewall is still disabled so you're probably not blocked. What was the exact error from PyCharm?
  22. Webroot means marcatexto.helioho.st. Subdirectory would be something like marcatexto.helioho.st/node. You can also use the webroot of a subdomain like node.marcatexto.helioho.st. Up to you. I've been developing software for quite a few years and it's always easier to start simple and debug one problem at a time than start at maximum complexity and debug 100 issues at the same time. This doesn't really mean anything if your development environment is different than your production environment. It's like saying my boat works fine when it's on my development lake, but it doesn't work at all on my production parking lot. The environment of a lake and a parking lot are quite different.
  23. I would simplify things a bit. Your pages are returning error code 401 which means authorization required. They should be returning 200 ok. Maybe try setting up a test app that doesn't have database connection, and all the other complications. Then if that works you can build from that and make small changes. If you get an error after a change you can know what the issue is. The way things are now it could be 500 different things causing the issue, and it's difficult to narrow it down. The other thing that might be useful is installing Passenger locally so you have a more similar development environment in case that is what is causing issues.
  24. On Plesk you can't run node apps in a subdirectory. They have to be at the webroot. Are you using Passenger locally too?
  25. Plesk has github integration built into it, but I haven't personally tried it out. You could check out this guide that the developers of Plesk wrote https://docs.plesk.com/en-US/obsidian/customer-guide/git-support/using-remote-git-hosting.75848/ Let us know if it works.
×
×
  • Create New...