Jump to content

Ookma-Kyi

Members
  • Posts

    170
  • 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,201 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

22

Reputation

  1. While you wait for an admin who will most likely have to generate a stripe payment url, what international country are you in? I ask cause I know some countries are prohibited from making payments to/from the U.S.
  2. Would you consider running Coldfusion on the Java Server? Lucee a free version of the Coldfusion engine uses Java. Is this a possibility for the future?
  3. What is your opinion on this? I'm a bit worried that someone could do the unthinkable and cause the site to shut down. Do you have anything in place to alert you if it happens? I don’t want to cause any panic, but I acknowledge that numerous people choose to host their businesses or project sites here due to the attractive rates. The thought of having to relocate is quite unsettling. Source: https://www.wired.com/story/the-trump-administration-is-coming-for-nonprofits-theyre-getting-ready/
  4. @marcodalcanto Also, try to limit the number of returned rows. Example select first_name, last_name from users limit 25;
  5. @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}
  6. Here are some helpful tips for getting a free account. You are also welcome to join the Tommy server for $2, which is guaranteed.
  7. For webmail, did you reenable it? Back in May it was disabled globally to fix 503 server errors.
  8. 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.
  9. 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.
  10. 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.
  11. Yeah, sorry about that. I am trying to learn how to be better at answering questions and at quoting for reference.
  12. 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.
  13. 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?
  14. 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.
  15. 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.
×
×
  • Create New...