Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,035
  • Joined

  • Last visited

  • Days Won

    617

Everything posted by wolstech

  1. It's either your script, or you're receiving too much concurrent traffic. I see this error quite a bit with the HelioMine/RGS API that I run, and it's caused by too many clients hitting it at once (in my case the occasional failure from too many connections is acceptable since the clients retry on their own). You mentioned closing your connections in __destruct()...does your script open more than one though? Just because it's closing them doesn't mean it won't run out of connections while running. Open a single connection at startup, and reuse that connection throughout the entire program. Close it on exit. Avoid doing things like opening a new connection for each instance of a class and closing it when the object is destroyed. If it's the second issue, it means you've outgrown shared hosting (very easy to do if you're receiving a decent amount of traffic and use heavy software) and should consider buying a VPS instead. While it's not free, you get full root access to do whatever you please, so running out of connections won't be an issue.
  2. I don't think that's going to run here. From the looks of it, it requires Chrome itself be present, and just lets Python talk to Chrome. Our servers have no user interface, so a web browser can't run on them (not to mention the massive memory usage that we don't have the resources for, even if it could run). You can sort of emulate a browser session with something like cURL though, if your goal is to automate accessing a website.
  3. You're using Wordpress...Johnny isn't fast enough for WP to work well. Even Tommy struggles with it at times due to how badly it's written. Adding extensions to it (wordfence and woo commerce are two notorious ones...) makes it even worse. Moving to tommy will help some, but the proper fix is to replace WP with something else. A lot of our users have had success with joomla as a replacement for wordpress.
  4. That domain works for me. Please clear your cache. If that doesn’t fix it for you, please use a different internet connection (like a cell phone data plan) to access your site and see if that works. Some ISPs have really weird cache issues with our service,
  5. Tommy was a bit slow for a few minutes: http://heliohost.grd.net.pl/monitor/ (Note the blue and orange lines). If you think its load, you can check for yourself here: https://tommy.heliohost.org:2083/frontend/paper_lantern/load/index.live.php Your account is not suspended. I did unblock your IP address for failed SFTP logins though.
  6. @konalga: Your account cannot be unsuspended because your WordPress installation got hacked and used for phishing. An invite for a new account has been sent to you.
  7. Weird. Not sure what happened there, but it's been manually unsuspended. If you can't log in, please reset your password and try again.
  8. Krydos can set this up for you. Let's see...
  9. I don't know what in the world happened to your old account. It looks like the server tried archiving it, failed miserably, then tried deleting the account after thinking it backed it up into an archive, and failed miserably at that too. Our account management system thought it was archived, WHM thought it was suspended for inactivity, and in reality it was half-deleted. It wouldn't unsuspend or let me log into it (cP kept throwing errors). The remnants of engrchk have been removed and the domains engrishcheck.com and engrishcheck.me have been cleaned up. Try it now. EDIT: I just went ahead and parked them for you. You're good
  10. WordPress is infamous for this...as is typical for WP, it's probably either broken, hacked, has malware, or you have too many extensions installed. WP is a leading cause of load and malware suspensions, as well as phishing bans. We highly recommend that you don't use WordPress for these and many other reasons. It's just horribly written, inefficient, easily abused software. I've put a deny from all in the .htaccess for this particular WP installation and unsuspended you. Please fix or remove that WP installation ASAP.
  11. You're suspended for copyright infringement. Please refer to the DMCA notice seen here: https://www.helionet.org/index/topic/35720-hh476509-copyright-infringement-claims/ Can you explain?
  12. Done. You should now be able to log in and your website should start working within 2 hours.
  13. That account cannot be unarchived because the archive is missing. An invite has been sent for a replacement account.
  14. WP is our number one cause of high load suspensions, as well as hacked accounts (many of the themes and extensions for it are disguised backdoors, which hackers use to either set up a phishing site or send spam, both of which can lead to a permanent suspension). It's laughably insecure, very high maintenance, and horribly coded, so much so that just about anything else available is better than WP. We highly recommend avoiding WP if you can. A lot of our users who don't end up frustrated when some hacker uses a backdoor in their theme, which almost invariably results in them ending up banned for spam or phishing... Most of our users have found Joomla to be a good alternative that doesn't have these issues.
  15. PHP 7.x is not backwards compatible and will not run a lot of software made for 5.x. Textpattern's system requirements list PHP 5.4+, so you need to use 5.4/5.5/5.6 to run this. The 7.x versions won't work. Change your PHP version to 5.6 and try again.
  16. Please remove cloudflare and set your name servers to ns1.heliohost.org and ns2.heliohost.org. We do not support and are unable to troubleshoot domains that do not use our name servers. After that, confirm the domain is added to your account as an alias or addon if it's not your main domain. Once you get everything working, you can set up CF again by having it copy the working DNS records.
  17. Done. You should now be able to log in and your website should start working within 2 hours.
  18. It's not you, it's Prestashop. That software is very heavy, and honestly I've never seen it run well on Johnny for anybody. The server is too slow. It runs on Tommy, but even there it's a bit sluggish compared to other software. I'd suggest finding a different program or moving to Tommy.
  19. An invite for a replacement account has been sent to the email address on file. Also, please be aware we have a mail limit of 50 emails per day (regardless of how they are sent).
  20. Your account got suspended because of deceptive domains. Reviewing the account, I have reason to believe you were planning to use it for phishing or mail spoofing, considering one of the domains is nearly identical (the TLD is off by one character...) to a mail domain used by the US Airforce. The account cannot be unsuspended.
  21. It was sent to the email address on your PayPal account (support@...), not the address on your forum account. If you can't find it for some reason, I'll resend it.
×
×
  • Create New...