Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,484
  • Joined

  • Last visited

  • Days Won

    866

Everything posted by Krydos

  1. Did you change your main domain?
  2. Whatever you've changed in the last few days has resulted in your account spewing hundreds of zombie php processes which causes slow response time and downtime for all the other users on Tommy. Right now there is 0-4 zombie processes that haven't been reaped. When you account is unsuspended there are 140-180 of just your processes which haven't been reaped. You either need to move to a paid hosting such as http://partners.hostgator.com/c/391660/177309/3094 or figure out what is going on to cause these ridiculous levels of load.
  3. Your high load appears to be coming from /home/tonsalya/public_html/index.php
  4. Deployed. http://brassatom.heliohost.org/brass-db-one/
  5. In order to test the script I changed the password of luigi123_sb so you'll need to change it back to whatever it was before so your gameserver will be able to connect to the database.
  6. Does logging in from constantly cycling dynamic IPs work any better now?
  7. Alright, I'm done testing. You can change your Tommy cpanel password back, and you can also change your luigi123_sb mysql user password back to what it was before. Here's your tested script: <?php $db_host = "localhost"; $db_user = "luigi123_sb"; $db_pass = "bestpasswordever"; $con = new mysqli($db_host, $db_user, $db_pass); if ($con->connect_error) die("Connection failed: ".$con->connect_error); $sql = "select * from information_schema.processlist"; $result = $con->query($sql); while ($row = $result->fetch_assoc()) { $command = $row['COMMAND']; if ($command == "Sleep") { $mysql_id = $row['ID']; $con->query("kill $mysql_id"); } } Put this somewhere in public_html and make sure you set the password for luigi123_sb properly. Even if your mysql user is at the max open connections this command will still function. It will scan through all of your open connections and if their status is sleeping it closes them. You can execute it manually by visiting the page in your browser or I can set up an external cron to run every 5 minutes or something. Hopefully this helps.
  8. I'm going to change the password on your cpanel account to test this. Don't panic. I'll post in this thread when I'm done and you can change the password back.
  9. 150 is a no. I've got an idea. How about I write a script to kill the broken mysql connections every few seconds that this buggy software opens and never closes? Want to try that? I'm not going to let your account hog the entire server's worth of mysql connections without even transferring any data for hours. That's completely ridiculous.
  10. Our servers use MySQL not MariaDB so I'm not sure how you're getting that error.
  11. The domain ileren.be is not hosted with us. If you wish to host it on our servers you will need to set your nameservers to ns1.heliohost.org and ns2.heliohost.org.
  12. Deployed. http://wilgil.heliohost.org/Zaxxon/
  13. Deployed. http://brassatom.heliohost.org/brass-db-one/
  14. Deployed. http://escrit.heliohost.org/escrit_plataforma/
  15. That .war file cannot be deployed because java is not enabled on that account. To request java on your account please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Once that page says that java is enabled make another post requesting your .war deployment. Keep in mind that since you picked the Johnny server the wait to receive java is quite long. If you would like to have java enabled on your account sooner we recommend transferring your account to Tommy where the wait to receive java is only a few hours.
  16. Logging in to the forum definitely doesn't update your last login date.
  17. How about you ask whomever it is that wrote the software how many simultaneous open mysql connections it needs?
  18. A few months ago a user scanned for all of the domains that were pointed to ns1.heliohost.org and ns2.heliohost.org but weren't currently hosted and added about 100 domains that didn't belong to him to his Tommy account. He was permanently suspended for being an attempted domain thief, and we kept all the domains on the suspended account so he couldn't just create a new account and do it all again. I wasn't sure if you'd want no2now.com created as an alias domain or an addon domain so I just cleared it up so you can add it to your Johnny account yourself. Let us know if you need any help with anything.
  19. There you go http://allera.mx/
  20. Deployed. http://rajesha1.heliohost.org/FINTECH-PROJECTS/
  21. That updated your last login date. Was there another way you were logging in that might not have triggered the update?
  22. What happens when you try to add that domain to cpanel?
  23. Your last login date has been manually set to 2017-07-10. Please log in the way you were before and I'll check if it counted towards updating your activity.
  24. Johnny tomcat was having some issues so I undeployed all of the .war files to fix it.
×
×
  • Create New...