Jump to content

Krydos

Chief Executive Officer
  • Posts

    26434
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Your account was archived because you haven't logged in since August. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving... Done. You should now be able to log in and your website should start working within 12 hours.
  2. Persistent connections https://dev.mysql.com/doc/apis-php/en/apis-php-mysqlnd.persist.html are mysql connections that you don't close. The advantage is that you don't have the overhead of creating and destroying connections. The downside is you use up one of your limited mysql connections and others who share your server suffer from degraded performance due to you hogging resources. As such we highly recommend closing your mysql connections.
  3. What is your username, or main domain?
  4. 162.158.91.232 was blocked due to failed cpanel logins as well. Unblocked. 162.158.92.69 was blocked due to failed cpanel logins as well. Unblocked.
  5. When I hit that same limit I found a creative way to create a hash of the index column instead of the index column itself. It works much better than reducing the server performance by changing default settings. Check out something like http://mechanics.flite.com/blog/2015/06/09/hash-based-workarounds-for-mysql-unique-constraint-limitations/ As far as the max_user_connections, are you using persistent connections?
  6. It already is unsuspended http://igwl.heliohost.org/ , and stop posting on other people's topics.
  7. Your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache.
  8. You were blocked for logging in to cpanel with the wrong username and/or password too many times. Remember to login at https://www.heliohost.org/login/ to prevent this from happening again. Unblocked.
  9. Create the subdomain tomyself.icedcup.heliohost.org
  10. I've had an account since 2009 and I only rarely receive reminders to upgrade my softaculous installs. You maybe have a cron that runs daily and emails you? If you explain a little more about the email we might be able to track down how to silence it. The other option is you could just delete the entire account.
  11. As long as you close your connections each time after you're done with them you should be fine. We have websites with thousands of visitors and they don't get that error except rarely during high load. It's actually 6 now. One of the perks of being on Tommy instead of Ricky or Johnny.
  12. My point is, as it explain in the wiki link http://wiki.helionet.org/C%2B%2B/C_as_CGI, that you should compile it on the server you wish to run it on.
  13. Well, screen size and resolution are two very different things. My iphone X actually has a resolution of 2436x1125 in 5.8 inches while an older 22 inch monitor I have only has a resolution of 1680x1050.
  14. The load is coming from /home/isfiweb1/public_html/wp-login.php and /home/isfiweb1/public_html/xmlrpc.php That's interesting because usually wordpress load comes from index.php. It's like you have an army of bots trying to brute force your login.
  15. You can upload a "ready" binary if you want, but the build environment is going to have to be very similar if not identical to the server you're running it on. Otherwise it probably won't work.
  16. Skimming through the build instructions it looks like it requires node.js. Doesn't sound compatible to me.
  17. There is no database named myskill_mmmmm.
  18. That might be the issue. I was googling it and someone said that the forum switches over to mobile mode around like 900 pixels.
  19. All mysql username and mysql databases have to have your cpanel username and an underscore before them. If not then no one else would be able to use the mysql username Henry.
  20. It has nothing to do with us. That url is protected by cloudflare anti-scraping anti-bot protection with captcha's etc.
  21. Check out http://wiki.helionet.org/C%2B%2B/C_as_CGI Does that help?
  22. Krydos

    Dedicated Ip

    Sure, sure. http://66.220.18.190/ https://66.220.18.190/
  23. Unblocked.
  24. You were blocked because of failed FTP logins. Be sure your FTP client has the correct credentials saved in it. Unblocked.
  25. And the wiki says Source: http://wiki.helionet.org/Flask
×
×
  • Create New...