Jump to content

Ookma-Kyi

Members
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    6

Ookma-Kyi last won the day on March 18

Ookma-Kyi had the most liked content!

Recent Profile Visitors

23,130 profile views

Ookma-Kyi's Achievements

Collaborator

Collaborator (7/14)

  • One Year In Rare
  • One Month Later Rare
  • Week One Done Rare
  • Dedicated Rare
  • Collaborator Rare

Recent Badges

18

Reputation

  1. @marcodalcanto Also, try to limit the number of returned rows. Example select first_name, last_name from users limit 25;
  2. @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}
  3. Here are some helpful tips for getting a free account. You are also welcome to join the Tommy server for $2, which is guaranteed.
  4. For webmail, did you reenable it? Back in May it was disabled globally to fix 503 server errors.
  5. 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.
  6. The following modules are part of the standard library and do not need to be installed. copy datetime io json os re uuid I suggest you read up on the standard library here. If you're new to Python, I suggest you read Python Crash Course. If you are not familiar with the standard library I suggest you read up on it at the site I linked or get the book for quick referencing.
  7. The server name is Tommy, and the username is mimisvipsalon. The owner's email should be mimisvipsalon<removethis>@outlook.com, but it is currently set to an alternate email of mine because I donated the account to the person.
  8. Try the following: 1. Make sure your SSL certificate is correct. 2. Look for incorrect redirects. 3. Check if your WordPress address and site addresses are the same. 4. See if your site has a self-signed SSL certificate. 5. Flush your SSL state and browser cache. 6. Check your proxy settings.
  9. Yeah, sorry about that. I am trying to learn how to be better at answering questions and at quoting for reference.
  10. I recommend you change the PHP version to at least 8.2 for security reasons. Have you considered using a static site generator from the link I provided? They are less likely to get hacked.
  11. Hi, first off, what do you mean by "all of the WordPress sites crashed"? WordPress is notorious for causing fresh sites to get suspended, as explained in this wiki article. If you are hosting multiple WordPress installations on a single account, then that is most likely what happened.Could you please give your account username, server, and main domain so someone can look into this?
  12. Just a bit of a warning, WordPress is notorious for getting people suspended even on a fresh install. Here is the wiki entry for it that explains it better: https://wiki.helionet.org/WordPress. Short version: Back up your WordPress files and database, and then upload them to your account here.
  13. That is up to the owner of the business, not me. I will contact him and let you know. I am simply helping a relative in my spare time. EDIT 3/17/25 6:58pm: I sent the link to this thread to the business owner.
  14. Hello, I just wanted to let you know that I am going to be creating an account and helping a relative of mine that owns a pet grooming business. It wanted to make sure that I wouldn't violate the 1 account per person rule.
  15. You can send your donation via the fundraising page https://donorbox.org/rebirth-of-stevie (Stripe) or https://www.heliohost.org/donate (PayPal)
×
×
  • Create New...