Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,706
  • Joined

  • Last visited

  • Days Won

    659

Everything posted by wolstech

  1. Did you purchase a dedicated IP address first? We require a dedicated IP address to use SSL functions.
  2. I don't know how the script that detects this works, but its safe to assume it's "In a 24 hour period." It can be 1 job that runs twice, two that each run once, etc. But no more than two things should run in a 24 hour period.
  3. You cannot log in or reset your password because your account was suspended for running too many cron jobs. The limit is 2 executions per day, you had 3. I've unsuspended you, try logging in with your original password.
  4. Krydos will be able to specify the best port to use. I'm not sure if our firewall even distinguishes TCP from UDP packets since I don't know much about its configuration. Escalating.
  5. It's blocked intentionally and we generally frown upon opening them. Our recommendation is that you change your game server's port to one that's already open. Would it be possible to host the game server on a port like 443, 2082, or 2096 instead?
  6. The HTAccess has nothing to do with this issue. You have Cloudflare which is still serving stale DNS. Cloudflare is pointing your domain to Stevie's shared IP address (216.218.192.170), which is no longer associated with your account. Stevie doesn't know what to do with requests for misc314.com on its shared IP since your account is on a dedicated address. Either get CF to refresh it's DNS from our nameservers so CF uses your new dedicated IP (there may be an option to do this, if you used manual A records instead of NS records, you'll need to edit them), or change your domain's nameservers to ns1.heliohost.org and ns2.heliohost.org to eliminate cloudflare and have our servers handle your domain directly. After you do this, wait 24 hours and clear your cache.
  7. Our system doesn't list when you were suspended. We did have the suspension system on Stevie suspend a few too many accounts the other day due to load, so it's very possible you were caught in that issue. Since you've never had this issue before, I wouldn't worry about it too much unless you changed something recently or it happens again.
  8. Moving to customer service.
  9. 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.
  10. It was for high load. You've been unsuspended. Several others have experienced strange high load suspension today (Byron was even suspended for this...), so it's likely it was nothing on your end that caused it. If it happens again, let us know and we'll see what's causing your load. By the way, you're the oldest active account here at heliohost. 8 years and counting, created June 30, 2007 That's some dedication to our service.
  11. We fixed Johnny a few weeks ago. The plan is to eventually apply this fix to Stevie as well. I'd suggest free analytic sites like statcounter until we implement it, since we don't have an estimated time for the fix. I'm waiting on it too for an app of mine. I'll escalate this to have the databases removed for you.
  12. Are you in Stevie? Softaculous is broken on Stevie (related to the broken MySQL server...). These should install fine on Johnny. Also, what is your username and domain?
  13. You can't drop these yourself. An admin needs to drop them for you. What are the database names?
  14. Pretty much. Backward compat is one of our bigger motivations, stability being the other. And yeah, PHP development is something where you're better off targeting old versions. I actually have a custom PHP app that I recently back ported from PHP 5.3.8 to PHP 5.2.x after someone wanted to use it on an even older server. :-/
  15. No chance on 5.6. The most you'll be seeing in the near future will be 5.4 on Stevie. At some point in the future we probably will get 5.5 on Johnny. The deprecation of mysql() functions is one of the big roadblocks, as a LARGE number of users on our servers are using software that relies on these and other deprecated functions. These programs will generate deprecation notices or other errors when updated. The 5.4 update broke sites on Johnny...and coming from 5.3.23 it was quite minor in contrast to 5.5 and 5.6.
  16. You could pass the data as GET or POST data if your Python script receives web requests (PHP can do a file_get_contents or cURL request with GET/POST arguments, the function will return Python's output in PHP so you can get the results). Passing them on the server side with things like passthru or exec won't work though. We don't allow those functions here. There's not many reasons to use both though. Perhaps write the program all in one language?
  17. You were suspended for CryptPHP. This is an especially damaging malware infection that usually arrives by being included with "free" themes and extensions for Joomla and WordPress. These extensions usually come from dubious websites. Because of the damage this malware causes (primarily in the form getting our email server blacklisted), we do not unsuspend these accounts. However, an administrator may be able to send you a backup and empty the files on your account so you can set up a new website. I personally do not recommend WordPress/Joomla/(other popular free CMSes) due to their susceptibility to malware, however if you choose to use one, avoid downloading themes and plugins from random websites and keep all components updated. This support request is being escalated to our root admin.
  18. No problem. Glad to see it's working for you now
  19. It's working fine for me. Please clear your cache again. If it continues to show suspended, perhaps try a different PC and a different internet connection (e.g. a cell phone data plan instead if wifi). Some ISPs like to cache things they shouldn't be caching, and there's no way for you to clear it other than to wait until their cache expires.
  20. Try again now. There was a never-used inactive account from last year that may have been to blame. If it still doesn't work, I'll escalate this.
  21. Do you have another account?
  22. This support request is being escalated to our root admin.
  23. Take a look at http://wiki.helionet...ng_your_account
  24. It's because the .config extension is reserved as a system settings file for ASP.NET applications. The server explicitly forbids serving any file with a .config extension for security reasons. You need to change the .config extension to something else or move your account to Stevie where this file type is not reserved.
  25. Please clear your cache.
×
×
  • Create New...