Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,840
  • Joined

  • Last visited

  • Days Won

    670

Everything posted by wolstech

  1. Domain added. It can take up to 2 hours to work. Please ensure DNS is configured for the domain either using our name servers, or by using A and AAAA records pointed to the IPs shown in Plesk.
  2. It looks like wget is most of the way there but is choking on SSL for some reason. I just turned off the Plesk SSL redirect on your account. Give it 2 hours for Apache to restart, then try editing the wget commands to use plain HTTP and run them again. If you want to enforce SSL afterwards for the actual app, you can use .htaccess to do it (or the app itself can enforce it), and just add exclusions for the endpoints needed by the build process. Another possibility I've seen before is that the error is erroneous and caused by the mime type of the returned response (in your case, application/json) instead of the expected text/plain or text/html.
  3. Unsuspended. It should work again in a few minutes. Please remove all copyrighted content from this account by 2000 UTC (3PM US Eastern) tomorrow or your account will be resuspended.
  4. Looks like a false positive by modsecurity due to the Google URL containing ".profile". The URL for the API endpoint is https://www.googleapis.com/auth/userinfo.profile Not sure if there's a way to exclude things from this or not. Krydos will need to look at it.
  5. I've asked in a staff channel for you, but I'm not sure there is a solution that will work on the Plesk boxes. Assuming that's the case, the only option that will offer the flexibility to automate this is going to be a VPS. EDIT: The response I received suggested writing a CGI script in your language of choice that calls npm, and calling that through curl. It's a bit of a roundabout solution, but might be worth a try. You'll need to create a scheduled task in Plesk and run it once (it can be anything, even something like echo "Hello world"). After that, curl should be available to git, along with a bunch of other common linux commands. You can use curl to call the CGI script via URL, which will cause Apache to run the handler for the cgi, which will in turn run npm outside of the jail. Curl should return the output of the cgi script, so assuming its coded to echo the results of npm, it can be retrieved by curl and logged.
  6. You can't. The system jails your commands to your home folder for security, so it can't see npm. You can run npm commands through Plesk, but you have to do it using the node toolkit. You can't call the binaries directly, so an automation like this won't work.
  7. Correct. The verification occurs via file, not DNS.
  8. Domain added. It can take up to 2 hour to work.
  9. I sent you a private message here on the forums. Please read that as it explains how to upload files. Lily does not have a control panel, you just get FTP access.
  10. Please check your PMs for information regarding your Lily account.
  11. It looks like propagation hasn't finished (it can take several hours, up to 48 in worst case). A few places have old NS records for bluehost. Many servers return nothing at all. https://www.whatsmydns.net/#NS/softhauz.tech Our system does not support DNSSEC. Lets Encrypt should not be requiring DNSKEY records for domains hosted here. The invalid records show this: host: softhauz.tech class: IN ttl: 98 type: NS target: ns2.bluehost.com host: softhauz.tech class: IN ttl: 98 type: A ip: 66.81.203.198 host: softhauz.tech class: IN ttl: 98 type: NS target: ns1.bluehost.com
  12. HelioHost is not managing DNS for this domain as it appears to be using Cloudflare. If you mean you're wondering why it was showing a Plesk login page instead of your content, it's because the domain was disabled in Plesk. I enabled it for you, but it will take up to 2 hours to work properly again. I've also removed the HTTPS redirect for you. That was the only redirect enabled on our end for this domain.
  13. This should be fixed now. The redirect Krydos describes above was actually enabled in Plesk under the hosting settings, not in your site code. I turned that off for you and it issued a cert for the domain. You DNS entries for www and webmail are missing on Cloudflare, so the certs didn't issue for that, but the domain itself should be secured now. If you create the missing records, you can just reissue it to cover the other subdomains.
  14. If there's something you'd rather delete, I can simply delete it for you and remove the disk space suspension. Then you can just move straight to morty. And yes, you can move back to Tommy if you decide not to stay on Morty. If you ask to move it's $1, or if you allow your balance to run out on prepay Morty, it should happen automatically.
  15. You're suspended for having more than one account. You're only allowed to have one account. Which one do you want to keep?
  16. You were suspended for copyright infringement as part of a recent mass cleanup of illegal IPTV streaming services. Your site was streaming TV channels. HelioHost is based in the USA, and IPTV services are almost always illegal here because they typically stream copyrighted content without permission of the rightsholders. We can unsuspend you, but you'll need to remove all copyrighted streaming content within 24 hours or face being resuspended. A second unsuspension will require your account be reset (which deletes all of your data). Are you ready for me to unsuspend your account so you can remove the offending content?
  17. Could be. I just tried and got the same timeout error even though your site otherwise works fine (ignoring the security warnings). The problem with it being a firewall issue is that LE refuses to publish what IPs their verifications come from. Krydos may have a better idea how to troubleshoot this. I tried unblocking the IPs that were recently blocked on Tommy in the past 3 days but that didn't help, and I don't know where the firewall logs are...
  18. It has to be enabled for each database. If you need more than one, you can just create the databases now and add them here so he can do them all at once.
  19. Yeah this is disabled by default for security. Looks like database cm1291_nfl and user cm1291_pg based on the errors. Escalating to have it enabled for you
  20. No it's not. A VPS comes as a bare linux box, you have to install everything yourself, including the actual web server. If you want, Krydos can install a control panel for you (Hestia, which is free). Plesk can technically be put on a VPS too, but it adds like $15/month to the VPS cost because it needs a license, and that does not include Softaculous, which is a separate product with its own license. A Morty account might be worth trying first since the server is much faster and it has the same software as Johnny. If you want to do that, you can move to Morty from the dashboard. https://heliohost.org/dashboard/move/
  21. It could also be related to an outage from a few weeks ago. If you're getting an access denied error specifically, try this guide: https://wiki.helionet.org/common-errors/phpmyadmin-mariadb-access-denied
  22. That's nothing you did. The server does that when mariadb is restarting. Give it a little while and try again.
  23. Those limits you mention are intentionally set low to prevent people from causing high load and are not adjustable. WP is the #1 cause of load related issues and suspensions on our service. If WP is so bloated that it can't generate a page in 45 seconds, the browser on the other end is likely long gone anyway by the time it finishes. The usual cause is an excessive number of extensions. I'm not even sure this would run on Morty since I think the limits there are the same (though the server itself is much faster, so it may be able to finish within the limit over there). It would definitely run on a VPS, but you'd have to be willing to deal with maintaining a linux box to go that route. We can put a control panel like Hestia on it for free though so you have a web interface for the essentials.
  24. DKIM, SPF, and DMARC have been set up for the domain redactu.com. We recommend sending a test 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. Please keep in mind also that there is a sending limit of 50 emails per day. Exceeding this limit will result in loss of email service on your account.
  25. You're suspended for both mining (self-explanatory) and copyright infringement (your site was capable of letting people watch copyrighted TV and movies for free). You have 24 hours to remove the miner as well as the options that allow you to watch the TV and movies. Failure to do so will result in being resuspended and a requirement that we fully reset your account to be unsuspended a second time. Unsuspended. It may take a few minutes to start working.
×
×
  • Create New...