Jump to content

This stream auto-updates

  1. Past hour
  2. Hello, help me add my custom domain boomarenio.site @namecheap.com to my account
  3. Today
  4. @marcodalcantoTry not to use * when selecting columns in your queries as that tends to use up more resources. This is especially true if you only need the values from 2 to 3 columns in a table with many columns. Example select password from users where username = ${username}
  5. Thanks for the quick response! Have a great weekend
  6. DKIM, SPF, and DMARC have been set up for the domain genland.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.
  7. Account has been reset and a new invite was sent to your email address. You can also download a backup of your account before the reset at https://heliohost.org/backup/
  8. for oldweb.qzz.io Dkim "smtpbz._domainkey" type TXT v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvl8mj5p2hF+O23TmESAuwes/R5NJ6ryQ5KmrqdrZksS1BDrV+C7Xu1XuQMfm+QGarA6NU05DgDnpTAwLAUPAjYqPv7JqPxx8eY5vo2kJVUDmb+QnkNDIrXTSAVCrugG9OqQlUu+YId7YrEEIVSiFH6oJXME95hKdR5rJy3B3/uQIDAQAB Spf "@" type TXT v=spf1 a mx include:spf.smtp.bz ~all Cname "stats" type Cname smtp.bz. thanks
  9. I don't think that is possible through PayPal, but I think it's enabled on the Stripe link. If I recall correctly it takes 4-14 days to verify the bank transfer.
  10. Yesterday
  11. yeah absolutely right, tommy.heliohost.org also resolves to the same ip. there were no need to make it complicated
  12. Thank you!
  13. Here are some helpful tips for getting a free account. You are also welcome to join the Tommy server for $2, which is guaranteed.
  14. Okay great I think those modules should work, thanks for the quick and helpful reply
  15. I've reset your account as requested. You should receive an email shortly so you can take the next steps to recreate it. I made a backup before the reset, so if you discover you need any of your old files, you can download the backup here: https://heliohost.org/backup If you're not sure how to extract the backup files, please follow our how-to guide here: https://wiki.helionet.org/Account_Backups
  16. Soo as it turns out, on Jonny you can safely place your .env file in the root of your app and the server will automatically prevent it from being served to a client. for this sample project, the path is load_dotenv("/home/dkobrin.helioho.st/flask.dkobrin.helioho.st/MyNewFlaskApp/.env") as an extra layer of safety I am also adding the following to my .htaccess file instructing Apache to deny requests for .env files #hide .env files from http access <FilesMatch ".env"> Order allow,deny Deny from all </FilesMatch>
  17. I would like to stop using code hosting on github. I moved to codeberg, some of my private git repos are on github. unfortunately, codeberg won't allow private repositories based on their TOS, only some exclusions for small files like personal notes, .env files, etc. codeberg is focused only for open-source projects. so, what im planning now is to store private git repositories only on my local machine. but transferring changes to heliohost using filezilla is hassle because some files are not syncing properly, like you need to transfer each and every file unlike git which is better to transfer files and you'll be assured that files in local and remote are in-sync properly. however, that would be a problem then. I'd like to use Git but at the same time, I won't like to use online code hostings especially github for private repositories.
  18. The module smtplib is a default module that is present in all Python installs, and doesn't need to be requested.
  19. Last week
  20. Thanks. I never thought of the laptop as an attack vector. That's why I kept getting hacked Thanks
  21. Domain added. it can take up to 2 hours to start working.
  22. Changed. it can take up to 2 hours for the new domain to start working.
  23. thanks
  24. I utilize Brevo's Transactional Email service to test emails on my local development server for my project and have never had an issue. They allow 300 emails/day, which is more than enough for me. though I have yet to try SMTPSmart, I observed that it lacks a free plan or trial period, making it difficult to evaluate before subscribing.
  25. Your account has been reset. You'll receive an email when the reset completes with a link to finish creating a new account. The contents of your old account will be available at https://heliohost.org/backup/ once the reset is complete.
  26. Added. it can take up to 2 hours to start working.
  27. 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.
  1. Load more activity
×
×
  • Create New...