Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,567
  • Joined

  • Last visited

  • Days Won

    651

Everything posted by wolstech

  1. Those domain name directories are created when you add a parked or addon domain. If you had it set up that way and then decided to use it as the main domain instead, removing the addin/parked domain doesn't delete the folder. I found your account, and since monnef.tk is your main domain, public_html folder will be the right place for your files.
  2. If you're in Stevie, this is highly abnormal. Did you try placing the files in public_html instead? If monnef.tk is your accounts main domain, the files need to go directly in public_html. Also, what is your username and main domain? Slow loading of accounts is normal if you are on Johnny. In fact, Johnny is down frequently from being overloaded, so I personally would not host a production website on that server. The forum server shares hardware with johnny, which is the reason the forum is down so much. Johnny is intended as our experimental server, so he breaks and goes down a lot in exchange for more features and newer software. If you need stability and uptime, we recommend Stevie.
  3. This support request is being escalated to our root admin.
  4. We removed RoundCube from Stevie when MySQL was broken. Horde was also removed at the same time. Neither of them worked correctly due to dependencies on the damaged database server. I'm not sure if there are any plans to restore them now that the MySQL damage is fixed. I'm going to move this to customer service so an admin is more likely to see it.
  5. Try a different email address. If it still won't work, Byron needs to fix something before you can register the second account.
  6. It can take time since we only have 1 admin who can do it. I've once seen escalated requests take 2 weeks, though that particular instance was excessive. Please be patient until krydos gets to you.
  7. That website is not suspended. Please clear your cache.
  8. There are no plans to do this at this time. Johnny was just upgraded a few months ago to a much-newer-but-still-outdated version and Stevie will eventually receive the same version.
  9. 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.
  10. 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.
  11. 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.
  12. That account is suspended for phishing.
  13. 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.
  14. 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.
  15. This might be to do with the recent database server repairs. I'll escalate it for you.
  16. 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.
  17. Do you have another account?
  18. That domain is working. Did you clear your cache as Byron instructed?
  19. 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.
  20. 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.
  21. 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.
  22. 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.
  23. 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.
  24. 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.
×
×
  • Create New...