Jump to content

Ookma-Kyi

Members
  • Posts

    160
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Ookma-Kyi

  1. @Krydos hspierre needs remote access to his PostgreSQL database. @hspierre Have you considered using MariaDB, it might be faster as far as getting remote access goes. Some helpful reading while you wait.
  2. While you wait, I highly recommend you don't install WordPress and use something lighter. The reason being many users have been suspended around 15 minutes later on an empty WordPress installation. It is believed that the software is poorly written. @KrydosCould you please renew the softalicious license when you get a chance
  3. I asked because I was wondering if it is possible to turn down an offer, yet still be willing to volunteer to help with others in a non-staff capacity.
  4. Is it possible to give someone non-admin privileges, or limiting privileges to a set number of items?
  5. Johnny has experienced a crash resulting in data loss. Users are currently being given the opportunity to download their data backups before Johnny undergoes a complete wipe and rebuild. Read in order from top to bottom: The best option right now if you need your site up *right now* is downloading the backup and donating for a Tommy account.
  6. The server has crashed and they are trying to back up everyone's account to try to rebuild Johnny from scratch.
  7. I have heard stories of users being banned for running empty Node apps, so I would caution you against running a node app on any server except Morty and VPS.
  8. Is it too late to apply for the beta?
  9. Hi, You are going to have to wait for an admin to look into this. They are the only ones who can see the reason and unsuspend you. It usually takes no more than 4 hours but less than 24 hours although that can go up if they are really busy. Meanwhile, let's do a pre-unsuspension checkup: Are you running one of the following: WordPress Node WooEcommerce Poorly Programmed Laravel App???
  10. Just checking back to see if the issue has been resolved. Please let me know if you need further assistance.
  11. Depends on how the application is written. I am using Laravel for my project and the load on my dev PC is pretty low. As far as the json file, my guess is that he is using a SPA for the front end which is just 1 big compressed JavaScript bundle that is the front end. I use Vite for mine though I know many people that use React, Angular etc. My best guess is the fact that he probably was streaming videos which actually use a ton of resources based on the *Movie*Blast though I can't confirm it without knowing where the videos are being streamed from( YouTube or the Hosting Account ).
  12. Are you using WordPress or NodeJS by any chance?
  13. It works for me too. Try clearing your browser cache.
  14. Just for clarification are you asking if the account has been setup?
  15. I use CloudFlare for my website. It has an option to display a cached version of the site if it's down.
  16. You can not have any pirated content (movies, music, ebooks, software, scripts etc. ) hosted on your account because it is a violation of the terms of service. If you do it again purposely you will be permanently banned and will never be allowed to have an account here. Do you understand what I am saying?
  17. WordPress is what caused you to get suspended. An empty WordPress blog with no visitors has caused may users to get suspended. Here's a recent one: My suggestion is not using WordPress at all.
  18. Wordpress in general is very problematic as even a fresh installation with no visitors has caused other users to get suspended for the same reason as you. Also try posting your unsuspension request here.
  19. Ok, I already pinged the admins. Hopefully they will get you sorted out soon.
  20. What server are you on and what is your username?
  21. For running terminal commands: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html For uploading your files: https://winscp.net/download/WinSCP-6.3.3-Setup.exe/download
  22. mdumas isn't a valid domain. Do you mean you want to add the domain mdumas.helioho.st or mdumas.com or something else? Also do you want it as an alias or addon domain? Alias: memoriafilio.helioho.st & mdumas.helioho.st point to the same site Addon: memoriafilio.helioho.st & mdumas.helioho.st are separate sites with their own content
  23. Sorry should of been more specific. When I said admin I mean the Heliohost admins @Krydos @MoneyBroz @wolstech They have to add it manually. What domain do you want to add? Also what server are you on and what is your username?
  24. Yes, create a .htaccess file inside your httpdocs folder and put this as it's contents: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] Let me know how it goes.
  25. Adding domains has to be done by an admin at the moment, since the feature hasn't been integrated into the Heliohost account back-end yet. Also there is now a 10 domain limit to prevent overstressing the server. See: https://helionet.org/index/topic/60324-fix-erroneously-text-on-main-site/
×
×
  • Create New...