Jump to content

wolstech

Chief Risk Officer
  • Posts

    16,330
  • Joined

  • Last visited

  • Days Won

    578

Everything posted by wolstech

  1. That domain is working fine. If you see the queued page, please clear your cache.
  2. You should be able to log into cPanel since jje unblocked you. If you can't, what error are you getting? Invalid password? As for using FTP for radio station data...we have/had people use FTP in a similar manner for weather station data. I'm not too sure on the details of that, so an admin might be able to tell you more, but I think it involved getting the FTP usage white-listed.
  3. Whois is saying that your domain is not registered. You need to either register that domain through a registrar service (we do not provide domain registration services), or change your main domain to something else using this script: http://www.heliohost.org/home/support/scripts/domain. The Heliohost account, on the other hand, is showing as active. I have no way of knowing whether it actually works however, since there is no valid domain associated with it.
  4. Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. To prevent this from happening in the future please remember to visit http://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
  5. That is indeed the issue I am speaking of. Also, your website is currently working fine. (I see this: http://imgur.com/FOZTxaC) And yes, being in cP a lot will do that to your site. A cache isn't a bad idea for now since the DB server is broken. We're hoping we'll get this fixed soon, but there is no timeline for repairs to be complete unfortunately.
  6. When importing in PhpMyAdmin, try not to use a zip file. Upload the .sql file by itself into an existing but empty database directly in PhpMyAdmin (not in cPanel). The error #2002 is an issue when dropping DBs sometimes. I had to convert three of mine, and one failed to drop with #2002. You probably have a half-dropped DB now...it shows in PhpMyAdmin, but not cPanel. Once the DB server issues are worked out, an admin can drop the unwanted database for you.
  7. Timeouts...that sounds like the firewall might have blocked you. Does it work if you use a different internet connection (e.g. neighbor's house, 3G, or local coffee shop)? You mentioned that you used FTP...overuse of FTP is the most common way to get blocked. An admin will need to check and can unblock you if needed. Also, just so you know, your account is still here, and is still showing the queued page. You'll need to wait a few more days (and get unblocked) before you'll actually be able to see your website.
  8. By the description of the problem, I'll guess you're on Stevie. PhpMyAdmin is always slow on Stevie. As for the #2002, the database server is broken on Stevie at the moment due to a crash 5 weeks ago. The repair is still in progress. You see that error if you try to use PMA while the mysql server isn't working (it goes up and down a lot due to the damage caused by the crash.) The 500 errors are likely high load or hitting your process limit, especially if they started appearing out of nowhere and go away on their own. Note that logging into cPanel on Stevie may cause a 500 error on your website. Also, please post your cpanel username (but not your password), your server, and your domain so we can look at the issue. There is no need to PM it someone. In fact, PMing it to someone makes it more difficult for us to help you, as more than one of us may take a look at the issue.
  9. Johnny has been slow to finish creating accounts lately. I've seen them take 5 or 6 days. Wait another 48 hours or so, then clear your cache.
  10. An admin will need to handle all of that. I can't even access your account's content.
  11. PHP appears to be working fine on Stevie (it is working for my account anyway.) Do you have a .htaccess file in either of those folders? If so, rename or delete it and try again.
  12. You weren't suspended for cron jobs (the system deletes them on its own if they're set to run too frequently). This time around it says it was for high server load. Using too many resources impacts the performance of all the other accounts on the server. Your account has been unsuspended.
  13. 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 still see the suspended page, please clear your cache.
  14. 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 still see the suspended page, please clear your cache.
  15. We don't even measure bandwidth here. As long as your account has enough free space, you should be fine.
  16. Im pretty sure the max number of connections is limited for the server, not your account. When the limit is reached, everything that tries to connect sees that error until something disconnects and makes room. I see it quite a bit too in my apps.
  17. You're now both inactive and suspended...it is kinda strange that it bothered to mark you inactive, but nonetheless. As for what happened, it sounds like what you said: you probably got hacked and turned into a zombie for spam/malware distribution. It happens to the best of us, although not usually to the extent that it happened here. If you used something like WordPress, odds are that was how you got attacked. CMSes and other widely used applications like forum software are prime targets for hackers, as are the extensions and themes for them. Updating whenever new versions come out is essential. Avoid themes and extensions from non-reputable sources. Also, you don't have backups, but if you did, I wouldn't recommend them anyway, since backups would contain whatever vulnerability was used to hack you. If you happen to create a new account in the future, just be sure this never happens again.
  18. Everything usually gets updated on Johnny first as a testing ground. Seeing that Johnny hasn't even been updated, a PHP upgrade is unlikely to happen anytime in the near future. It's also worth noting that PHP 5.4 is not exactly the most backwards compatible version out there (5.5 is even worse). I have an app that won't run on it for instance... As for mysql upgrades...no comment. The DB server issues are being worked on though. Some work done this morning to repair damaged databases has improved mysql's up-time, and work on the repair continues.
  19. Yep. That error is the database server being down. You dot mention what server you're on, but if its Stevie, the error is likely due to the broken MySQL server. Stevie's MySQL tends to give that error a lot ever since the crash.
  20. The admins have known about the database issues since 2/17 when it broke. There's no information on the status of repairs. It's been broken for a month though and the repair was expected to be time-consuming, so I wouldn't expect it to be repaired in the immediate future.
  21. Evrooije pretty much said it. Joomla cannot be installed on Stevie due to the database issues. You'll need to wait until they are fixed. It might be possible to modify the joomla installer to use myisam, but i'm not sure how one would go about this.
  22. That domain is working. Please clear your cache.
  23. Make a copy of your backup, open it in a text editor. Check the CREATE TABLE statements for "engine=InnoDB" and replace all "engine=InnoDB" with "engine=MyISAM". Save. Then, try importing the edited copy. The lost connection error with a restore is usually because your backup is trying to create InnoDB tables.
  24. The DB settings look fine. I'm out of ideas on it unfortunately. Perhaps someone else might know more about Joomla. I don't know much about it since I do not use it. The only thing I can suggest now is waiting until the DB server is fixed (might be a while, there's been little/no update on the repairs in a month), moving to Johnny (the DB server is working but high downtime due to load), or replacing Joomla with something else.
  25. It is showing as active in the system. If you can't log in, try resetting your password. If that doesn't work, let me know and I can reset it manually for you.
×
×
  • Create New...