-
Posts
17,962 -
Joined
-
Last visited
-
Days Won
675
Everything posted by wolstech
-
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.
-
Deploying Python - First-Timer Here
wolstech replied to Soumikbhat's topic in Website Management and Coding
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? -
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.
-
[Solved] Can't Register In Any Of The Servers.
wolstech replied to keokijem's topic in Customer Service
No problem. Glad to see it's working for you now -
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.
-
[Solved] Can't Register In Any Of The Servers.
wolstech replied to keokijem's topic in Customer Service
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. -
[Solved] Can't Register In Any Of The Servers.
wolstech replied to keokijem's topic in Customer Service
Do you have another account? -
[Solved] Unable To Access Mysql Databases
wolstech replied to phantom666's topic in Escalated Requests
This support request is being escalated to our root admin. -
403 Error Visual Basic Web Application Install
wolstech replied to tat2devil's topic in Customer Service
Take a look at http://wiki.helionet...ng_your_account -
403 Error Visual Basic Web Application Install
wolstech replied to tat2devil's topic in Customer Service
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. -
Please clear your cache.
-
Suspended.
-
[Solved] Can't Login/website Timeout (Blocked By Firewall)
wolstech replied to BasvdW's topic in Customer Service
Probably blocked by the firewall. An admin will need to unblock you. Out of curiosity, were you using FTP just before it happened? Most of these blocs are caused by excessive FTP connections. -
[Solved] Second Time You Susspended My Account Qahronline.cf
wolstech replied to kemoantemo's topic in Escalated Requests
High load again. I'll escalate it. Krydos can tell you what file is causing it. If you truly have no scripts, I can't see why you'd have high load. In the mean time, your account has been unsuspended again. -
Please clear your cache.
-
[Solved] Suspended: Pal2015
wolstech replied to paladox2014's topic in Suspended and Queued Accounts
It's actually working for me right now...please clear your cache. -
It can take time. Krydos only checks the boards every few days (though he's been around a lot lately with the upgrades we've been doing to Johnny.)
-
You probably aren't logging in correctly. Use the form on the bottom of heliohost.org to ensure your logins are being counted. Alternately, log in at http://stevie.helioh.../x3/index.phpcp
-
I've been seeing a lot of these recently myself. Mostly on Johnny accounts. I'm guessing it has something to do with the database missing updates from the suspension scripts.
-
[Solved] Timeout Using Php React (Port Request)
wolstech replied to Elko's topic in Escalated Requests
We generally try to avoid opening them for users. I'll escalate this, it's up to Krydos to determine it. We usually recommend you change your port as I already suggested. I do know a few are open on Stevie, but I only know of 51990 for sure (my website uses it for minecraft status info). What port do you need open? -
[Solved] Timeout Using Php React (Port Request)
wolstech replied to Elko's topic in Escalated Requests
I'll bet its blocked intentionally. We block all ports that are not standard web hosting ports, both in and outbound. I couldn't get my website to access my minecraft server...it did the same thing, just timed out. We also don't normally open them for users. Can you change the port your game server is hosted on to something like port 80 or 443 then see if the code on our server can connect to it? -
[Solved] Why My Account Susspended Qahronline.cf
wolstech replied to kemoantemo's topic in Suspended and Queued Accounts
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. -
We have no plans to support php 5.5 at this time. A large number of older scripts don't work with it. PHP 5.4 will be coming to Stevie in the near future once we know its stable. It is already available on Johnny.
- 1 reply
-
- 1
-
-
[Solved] Addon Domain Always Queued
wolstech replied to dream11's topic in Suspended and Queued Accounts
Please clear your cache. That domain works fine for me. -
That's the damaged MySQL server. We didn't fix Stevie. Wait 10 minutes and try again.