-
Posts
24,476 -
Joined
-
Last visited
-
Days Won
865
Everything posted by Krydos
-
I would suggest taking a look at your raw access logs which can be found at https://tommy.heliohost.org:2083/frontend/paper_lantern/raw/index.html Keep in mind that 2017-12-04 is the day you were suspended so I would start there and look backwards.
-
We automatically post our news to facebook using a service called https://zapier.com/ Check them out. It's free.
-
I'll save you the time: https://web.archive.org/web/20170426212922/http://internetmoneyscam.com/ and https://twitter.com/idiotwhoreass Looks fine to me. Unsuspended. If you're worried about load check in here every once in a while to ask what your load looks like. We can run a report for you to let you know how likely you are to get suspended. We do have to suspend high load accounts occasionally to keep the servers from crashing, but it's usually not due to high traffic. Poorly written code and obvious abuse go first.
-
You'd be surprised how dumb some of these criminals are. We've actually had them create the domain phishing.heliohost.org, etc. Why did your site get taken down?
-
I restarted SFTP on Tommy. Is it working for you now?
-
You were suspended for high load on 2017-12-04. You were #1 for cpu usage, #7 for memory usage, and #151 for bandwidth. According to the logs the majority of your load appears to be coming from /home/seslaks/public_html/enkidu.org/index.php Which appears to be a wordpress install. You've got something pretty seriously wrong to be causing that much load with basically zero traffic. For instance there is someone doing 20,874% more bandwidth than you, and your account is using 4800% more cpu. I would disable all of your plugins first. Vanilla wordpress shouldn't cause this much load.
-
Your account was archived because you haven't logged in for several months. 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 is working again. http://stunning.heliohost.org/
-
Most of your load appears to be coming from /home/bh7/public_html/get.php
-
There are two ways to move your account as explain on our wiki http://wiki.helionet.org/Moving_your_account To move your account yourself you will need to delete your Ricky account before you create your Tommy account. If you want an admin to move your account for you do not delete it. Just create a backup and download it to your home pc in case something goes wrong.
-
Unfortunately you picked the only server we own that doesn't have java on it. We recommend Tommy for java as the wait to receive java is generally only a few hours. The wait to receive java on Johnny is several months. Let us know if you need help moving your account.
-
You were blocked for trying to log in to FTP too many times with the wrong credentials. Please verify that you have the correct information saved in your FTP client. Unblocked.
- 1 reply
-
- 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.
-
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.
-
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.
- 3 replies
-
- cf
- cloudflare ip
-
(and 2 more)
Tagged with:
-
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?
-
It already is unsuspended http://igwl.heliohost.org/ , and stop posting on other people's topics.
-
Your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache.
-
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.
-
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.
-
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.
-
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.
-
Skimming through the build instructions it looks like it requires node.js. Doesn't sound compatible to me.
-
There is no database named myskill_mmmmm.
-
That might be the issue. I was googling it and someone said that the forum switches over to mobile mode around like 900 pixels.