Jump to content

wolstech

Chief Risk Officer
  • Posts

    16,281
  • Joined

  • Last visited

  • Days Won

    574

Everything posted by wolstech

  1. Nyten is right on the numerical limit. The other thing to consider though is who is receiving the emails. If somebody (or something like an ISP) flags an mail of yours and we get an abuse report from them, you will get suspended for spam.
  2. There are no plans to get 5.6 in the near future for compatibility reasons. We have 1000s of accounts with software that would break if we upgraded due to the deprecated functions like mysql. Our next upgrade should be Stevie to 5.4. Johnny was upgraded to 5.4 a few months ago. You will need to recode your software to remove any use of the features added in 5.5 and 5.6.
  3. 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.
  4. Your account was suspended for the following reason: Malware. 1 file(s). Trojan.Perlscript FOUND That means that there are some malware files found on your account. For your safety and to protect your website from potential further corruption the account has been suspended. To find the infected files we recommend making a backup of your site, download the backup file to your computer, and scan the backup using a reputable virus and malware scanner. If you're having trouble locating the offending files please ask and we can provide more information. If you are you certain that it is a false-positive, we strongly encourage you to file a false positive form here: http://cgi.clamav.net/sendvirus.cgi Your account should be unsuspended now, but keep in mind that this is a temporary unsuspension. You have 24 hours starting at the time of this post to clean your account of any and all malicious files or your account will be resuspended.
  5. Your account has been unsuspended. Let us know if you need help with it or if you want to know your current load. Krydos can provide that information if you want to see if your fix worked.
  6. This might be to do with the recent database server repairs. I'll escalate it for you.
  7. Based on the above, you are the heaviest user on Stevie by a significant amount. This amount of load causes a rather large impact in the other thousand plus users on Stevie. Are you ready to fix the cause of this? I'll unsuspend you when you say you are ready. If you get suspended again for load, you will likely not be unsuspended a third time. If you need help to locate the source of the load, let us know. Krydos can tell you what file caused it.
  8. Do you have another account?
  9. That domain is working. Did you clear your cache as Byron instructed?
  10. 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.
  11. I'm not sure how many Java experts we have around here, but I don't think it's that many unfortunately. Most of us here specialize in PHP.
  12. 3 cron jobs again. It's 2 executions per day, not jobs. That means it can be one job run twice a day, two jobs each running once a day, etc. Your account's cron cannot start more than 2 things in any 24 hour period or you get suspended. Make sure the hour and minute values have numbers in them indicating the hour and minute of the day that it will run. Putting a * in either of these fields will schedule it for once a minute or once an hour, both of which will get you suspended. You're unsuspended again.
  13. Sign up on Johnny, then request Java here: http://www.helionet....-java-requests/ After that, you'll need to wait a month or so to get Java on your account (our wait estimate for the most recent request was September 26th, though it often happens faster). After that you can upload jsp pages and visit them from your browser, or if you have a .war package, you can upload it and request that an admin deploy it on your account by posting over in customer service.
  14. You can have 2 executions per day, so something that runs once will be fine. Your account has been unsuspended. If you still see the suspended page, please clear your cache.
  15. The older, original Yii 1.x supports php 5.3. You could downgrade if we end up not being able to add this driver for you, or use mysql (we do support pdo for that on johnny), or use the native mysqli or pgsql functions. Also, for what its worth, PHP version is one of the reasons I stay away from frameworks and just use the vanilla functions in php. Every time I've used a framework, I end up with an app that needs a very specific version of php, and updates to fix the framework (sometimes which require php be updated). My frameworkless apps run on everything from 5.1 to 5.5 with minor changes at most, usually in syntax, and rarely if ever need updates beyond bug fixes in the application itself.
  16. Your account is suspended for sending spam, not for inactivity. Krydos will have more information on what got you suspended.
  17. It's available on Stevie but not Johnny. I'm not sure if it can be installed or not. Escalating.
  18. Not sure why your topic got skipped over...yeah Stevie does not support innodb. Strange errors like this result when you try to use innodb on Stevie. Glad you figured it out though
  19. Rename the htaccess to something else so it will be ignored, then try again.
  20. Based on that, the software you installed on your site is doing the redirect, not the server. If you remove your htaccess file and index page from the public_html folder, does it still happen? If so, the issue is the software installed on your account, not the server. There's probably a setting in the software somewhere for your website domain that needs to be changed.
  21. What's your account name? We can reset your password and manually send it to the email address associated with the account.
  22. That issue is probably on your end then. It works fine for me, and there hasn't been any downtime on Stevie (I'm on Stevie too, and I have email notifications for Stevie downtime).
  23. You don't use htaccess. Just set your new domain's nameservers to ns1.heliohost.org and ns2.heliohost.org, then park somenewdomain.com in cpanel. It will point to your whatever.heliohost.org automatically and show the same content. Also, be aware that it takes 24-48 hours for the parked domain to start working once you park it.
  24. That domain is functioning normally.
×
×
  • Create New...