Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,794
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Depending on how your site is set up you can get a lot of connections simply from opening your homepage. With http1.1 each resource is another connection. So the base html is 1. Maybe you have 5 separate css files, that's 6. Maybe you have 10 javascript files, now you're up to 16 already. All it takes from there is 29 images, and you're at 45. All those separate http1.1 connections cause overhead and cause your site to load slowly because each connection has to negotiate ssl, and send headers, etc. You can inline your html, css, and javascript, and even minify them to save some whitespace and comment bandwidth as well as reducing your connections from 16 to 1 in my example. For the images you can create image sprites where you clump all the images together into one big image and then use css to slice the sprites off once the whole image has been downloaded to the browser. Techincally it's even possible to inline images as base64 encoded strings within your html, but most people don't go that far. So, just optimizing your homepage for speed like this can reduce your connections in my rather extreme example from 45 down to 1 or 2. You can tell how many connections your homepage uses by opening the F12 menu, and going to the network tab. Then refresh your page and each line that appears in the network tab is a connection.
  2. I logged in to your account and was able to successfully create a postgresql user named krish300_krydos. You might get that error if you try to create a postgresql user that has the same name as one of your databases. For instance, I saw you have krish300_test. With mysql you can create a database user named krish300_test as well, but with postgresql it won't let you.
  3. Each account comes with a default mysql user that has full access to all mysql databases you create. The mysql user has the same username and same password as your cpanel account, and when you change your cpanel password it changes the mysql user as well. Any other mysql user you create will have whatever password you assign to them when you create them. If you forget the password of one of your mysql users you can just change their password in cpanel.
  4. Unblocked. You were blocked for having 45 simultaneous connections open to the server. When you have that many connections open it means other users may not be able to connect or you may cause downtime for other people's websites.
  5. Unblocked. Sorry about having to block failed login attempts. Our servers are under a constant bruteforce barrage from bots, mostly from China, trying to get access to people's accounts. Too bad the great firewall of China doesn't do something useful like preventing Chinese hackers from attacking the rest of the world.
  6. Does FTPS work for you if you connect to the host tommy.heliohost.org instead of your main domain?
  7. Tommy updated his ssl certificate just a few days ago. Maybe your Filezilla doesn't like the new certificate after using the old one for the last several months? For what it's worth I can connect to Tommy with FTPS just fine.
  8. I changed the password of sanju757_app to test it, and can confirm that remote mysql is working on your account [/home/krydos]# mysql --host=johnny.heliohost.org --user=sanju757_app -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 32143 Server version: 5.7.31 MySQL Community Server (GPL) Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | sanju757_app | +--------------------+ 2 rows in set (1.02 sec) mysql> use sanju757_app; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed
  9. You're on Tommy now. I also increased your storage to 3000 MB, and you don't need to log in to cpanel to keep your account active until 2021-01-23. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  10. Unlimited. Johnny=4, Ricky=4, Tommy=unlimited. We may limit the Tommy mysql connections if someone starts to abuse it though. If each mysql connection is only open for a few milliseconds and then closed properly the limit of 4 can usually handle a few dozen users at the same time without errors. We offer unlimited page requests, and unlimited bandwidth. We do monitor memory usage and cpu usage though. You can monitor your usage on the cpanel button labeled Account Load. If you get to 100 you have a high chance of being suspended. Johnny is an experimental server. This means that he is only suitable for experimenting. If you want speed and uptime we recommend using the production server Tommy.
  11. His forum email address matches the account astron. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you need help figuring out why your site is causing such high load let us know and we can try to help. If the high load is simply because your site is getting a lot of traffic, you might want to consider purchasing a VPS instead. VPS hosting gives you an entire virtual server to yourself, including no load limits, a dedicated IP address, and full root access. This shouldn't be a surprise for you because we provide the Account Load button in cpanel and we recommend all users check it frequently. As you can see your account is highest memory usage on the server quite consistently. Nope. We treat donor accounts the same as free accounts. Giving us money doesn't give you permission to crash the server with high load. Also, if you continue doing dumb things like insulting us and accusing us of rape I don't think any of the admins will want to unsuspend you again. We don't owe you anything.
  12. I checked your IP and you're not blocked in the firewall, and I checked Tommy's SFTP and was able to connect just fine. Let us know if you're still having issues. I checked the logs and Tommy had a small load spike around 00:03:00 due to creating new accounts which seems to line up with when your FTP connection timed out.
  13. Restarted. To anyone who searches and finds this thread, you probably don't need to request a tomcat restart. The system is fully automated and tomcat restarts itself usually every couple hours on its own without you needing to request a restart. Unnecessary restarts cause unnecessary load and downtime for the thousands of other people that share your server. Furthermore, making unnecessary forum posts causes extra work for our limited staff who could be doing other things like improving our service and adding new features instead. By the time you make a post, and an admin sees the post most likely tomcat will have restarted itself several times already. That said, I checked and in this particular case tomcat hadn't restarted on this server for over 14 hours, so I went ahead and manually restarted it this one time.
  14. Sorry to hear about your dad. Thanks for telling the whole story. I like to hear the history of our users and their accounts with us. It looks like infantex was created on Stevie on 2012-10-20, so just a few days over 8 years ago. Thanks for sticking with us through several server crashes. You're certainly one of our longest continuous users at this point. I went ahead and deleted the zaldivar account for you. I have increased your storage to 4000 MB, and you don't need to log in to cpanel to keep your account active until 2021-01-22. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  15. Alright, I shutdown your VPS, increased the CPUs to 4, and booted it back up.
  16. The minimum you can donate through gofundme is $5 so you'd have to donate $2.30 or you'd have to do more than $5 worth of upgrades to your VPS.
  17. I see your donation, but I also noticed you have more than one account. Thanks for the donation, but having more than one account is against our terms of service. Would it be possible to delete one or merge the accounts?
  18. Your account isn't inactive. Inactive means you haven't logged in to it for 30 days. You created your account today, so I'm guessing you mean your account is queued? If that's what you mean it can take up to 2 hours for a new domain to start working. Please clear your browser cache each time you check too because sometimes the queued message gets saved in your browser and your site is actually working just fine. EDIT: I went to your domain and it does show inactive because of cloudflare. Please set your nameservers to ns1.heliohost.org and ns2.heliohost.org. Once your domain is working you can switch back to cloudflare if you want.
  19. You got 2 GB memory, 2 CPUs, and 50 GB storage for $21.60 for 6 months. 2 GB memory, 4 CPUs and 50 GB storage is $24.30. The difference is $2.70. Go to https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P63828V7WFM54 And make a payment for $2.70. Let me know by posting in this thread when that is done. In order to upgrade your CPUs I will need to shutdown your VPS for 10 minutes or so, and then power it back on after the upgrade.
  20. I unsuspended bk2tc. Pesanek will delete eventually.
  21. I contacted paypal support, and they helped me find a setting on our paypal account. Block non-US shipping address was set to yes. I changed that to no so anyone should be able to donate now. Let me know if anyone else gets that error.
  22. So how many accounts do you have?
  23. I had another guy get that error message, and he was able to send a donation through paypal by sending it to admin@heliohost.org rather than by clicking that link.
×
×
  • Create New...