-
Posts
17,711 -
Joined
-
Last visited
-
Days Won
661
Everything posted by wolstech
-
There's something wrong with the certificate. I'm not sure why it mid-issued, but that cert is not for that domain. You need to get another certificate. The easy fix is to delete the certificate entirely and have us install autoSSL for you. The domain whatsnew.cf is not queued and is showing content just fine for me. Please clear your cache.
-
That website works fine for me. What error are you seeing?
-
The files typically cannot be recovered when an account is banned like this because there's a risk we'd give you copies of the illegal hacking tools or any stolen data they might have saved. Sometimes we're able to send you the databases though if you have any. I'll also escalate to ask about the domain for you.
-
That account cannot be unsuspended (it was hacked and used for illegal activity). Please create a new account.
-
Multiple Update Simultaneously On A Single Cell
wolstech replied to deep958's topic in Website Management and Coding
He was referring to the SQL I posted above. He's suggesting you use a query like mine where the SQL itself adds 1 and updates the field in a single command. Reading the value into your script, incrementing it using PHP, and writing it back is what causes your data loss. -
Multiple Update Simultaneously On A Single Cell
wolstech replied to deep958's topic in Website Management and Coding
You can do something like this (assuming $videoID is the unique Identifier of the video to increment the count on, and your `views` counter column is of type INT): UPDATE videos SET `views` = `views`+1 WHERE `VideoID` = '$videoID'; -
A certificate signed by your own personal CA will always throw that error since nobody trusts the CA. If you install your root certificate in the trusted CA store, that error should go away. Be aware that people won't just install some random CA though (and for good reason), so using this certificate is effectively pointless. The domain name issue is odd. It's indeed showing sgnetworks, which means the CN field was probably incorrect (CN needs to be the exact domain it's for). Also, wildcard certificates are frowned upon by some (though they're acceptable), and services like LE won't even let you issue one. I'd recommend either using our free cPanel/Comodo SSL or Lets Encrypt (both of which is signed by a CA trusted by all modern computers). Our Comodo/cPanel SSL does all the work for you too...it auto-issues the certificates when you add domains, and renews them automatically as they approach expiration.
-
Ah yes, space heaters with computing as a bonus What kind of rig? Servers of some sort? ASIC (not terribly familiar with their heat output)? My main Aeon rig is just an FX8350 since CPU is currently a decent way to mine it. GPUs have little benefit speed wise (mine, older GTX stuff, is actually slower than my CPU). I also have a bunch of i7-6700T (on the order of 85 units) at my disposal several hours a day that could theoretically be used for this if I can get it approved.
-
Create the session at the start of your file like everyone else does, then populate its values only if the conditions are met. Generally when sessions are used they're started in every file, every time, right near the top (often the command itself will be in an include file).
-
We have never accepted Bitcoin to my knowledge, and I've been here 6 years, so I'm not sure how you donated using it before. I recently started getting into cryptocurrency as well though, so support for at least BTC would be nice. I'm mostly into AEON right now due to being profitable to mine on bog-standard PCs and having a value that's not less than a penny (it's about ~$1), but altcoins like that can be sold for BTC on sites like Changelly...
-
[Solved] Protocols Or Ways To Add Https To A Url
wolstech replied to leegold1's topic in Escalated Requests
Krydos might have some insight on this since I'm not sure our normal recommendation to use .htaccess would work in your scenario. I do know we can't do this through Apache configs because cPanel manages the configuration and doesn't support it. -
It is worth adding to this that though this usually works, we do not provide support for this configuration and cPanel doesn't officially support it either. We cannot guarantee that these configurations will work or continue to work. If you request support, you may be asked to change your domains nameservers to ours before we provide support so we can eliminate issues on the external DNS server as the cause of your problem. If you need additional DNS functionality, CloudFlare with a "Full Zone" set up may be a suitable solution instead. This can be configured through the cPanel plugin for CloudFlare. Once configured, you can access the CloudFlare website for additional settings. Nearly all record types are supported except for CAA, which is not widely adopted at this time.
-
It's worth noting that infected WordPress is our leading cause of accounts getting unintentional illegal activity bans too. WordPress is infamous for being one of the most vulnerability-filled, buggy pieces of software available today, and it's themes and extensions are even worse (a large portion of them, especially from dubious websites, are disguised malware). We recommend not using WordPress at all because of its security issues, but if you wish to do so, only use themes and plugins from reputable websites such as the official WordPress site, and update all components promptly when updates become available. If you wish to continue using our service, please feel free to create a new account.
-
We'll wait and see what Krydos says, but this is not a normal request. The DNS updates do take a while because of propagation, but since all of our servers use the same nameservers, and you've pointed the MX's to a non-HelioHost server anyway, I can't imagine much of an interruption. Maybe an hour or so while the zones are removed/readded. Also, if you don't mind donating $1, you can try our beta script to move the entire Ricky account onto Tommy as-is without having to reconfigure it (you'd need to delete the Tommy account you made first). If you want to do that instead, go ahead and donate, then let us know and we can move your account.
-
To move to Ricky, you need to delete your account and sign up again. You can do that here: http://heliohost.org/classic/support/scripts/delete I'm not sure if it's still on offer or not (Krydos would know), but if you wanted Tommy instead of Ricky, we were recently testing a new server transfer feature that can move you to Tommy without deleting your account. A donation of $1 or more is required.
-
The files contained malware that was being used to commit a crime. We can't provide you them because we'd then be distributing illegal software. In addition, if the malware stole data such as credit card info, we'd risk accidentally giving it to you. We can't warn you because many users intentionally sign up on our service to run such malware...warning users whose accounts are involved in illegal activity would enable them to destroy evidence.
-
[Solved] Suspended: Saiyyanwarrior
wolstech replied to saiyyan'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. <br /><br />If you still see the suspended page, please clear your cache. -
That account is suspended for Phishing.<br /><br />For security reasons, phishing accounts cannot be unsuspended, backed up, or deleted. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username.<br /><br />We apologize for any inconvenience this may have caused.
- 1 reply
-
- 1
-
-
Indeed suspended for high load... Escalating for the file information. I've unsuspended you in the meantime. I would recommend disabling your site until you get the information (for instance add a deny from all in the .htaccess file) if you're unsure how to fix your high load so you won't get suspended again.
-
That account cannot be unsuspended. Krydos might have more infomation. Escalating.
-
Blocked again, this time for too many failed FTP logins. You probably have the wrong password saved in your FTP client...
-
You need to delete your account and sign up again. We cannot reset accounts.
-
It was for having too many failed cPanel logins. You're unblocked. 80.98.17.69 Tommy 2017-06-10 05:42:03 5 in the last 3600 secs lfd: Failed cPanel login HU/Hungary/catv-.catv.broadband.hu If you still cannot log in, I would recommend resetting your password as a next step: https://tommy.heliohost.org:2083/resetpass?start=1
-
What is the IP address? We need the IP you're accessing our service from in order to determine if you're blocked.