-
Posts
26430 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Your file has dos line endings, which usually means you created the file in windows and then uploaded it. You need to use an editor that understands and can write linux line endings before you upload it, or more easily just create the file through cpanel and copy/paste the code in.
-
Closing due to inactivity.
-
Yeah, I was out of town for a while so I was only taking care of emergencies. Can you link to the google page insight report? I think it would be beneficial for sites hosted on our servers to be able to achieve 100%.
-
Do you want to use 7.0, 7.1, or 7.2 instead?
-
On hold pending the outcome of https://www.helionet.org/index/topic/34289-why-was-my-account-suspended/
-
Your username is actually lemonion, but I found it. There you go http://sanjiaopants.com/test.aspx
-
Most of your load was coming from /home/ioixd/public_html/script.cgi Let us know when you're ready to fix (or delete) that file and your account can be unsuspended.
-
First of all, thank you for your donation. Like it says at https://www.heliohost.org/tommy/ it can take up to 24 hours for the invitation to be sent after you make a donation. The reason for this is it can take paypal a while to credit our account with the donated money. Generally it only takes a few hours, but I've seen it take a few days in some rare cases. Please check for your invitation email, and click the link. Let us know if you didn't get the invitation email, or if the link doesn't work.
-
It looks you've deleted your account. Let us know if you need help with anything else.
-
Changing your DNS doesn't affect your account at all. It just may make your domain inaccessible, but you'll still be able to login at https://www.heliohost.org/login/ If you give us a more specific example of what DNS settings you're changing and why we could help you further.
-
What is your username or main domain? Sorry I didn't ask last time, but I assumed your username was gvrp. Your forum email address doesn't match a hosting account either.
-
The script that flags accounts as inactive malfunctioned.
-
Which version of php are you using?
-
[Solved] Request to install thread on tommy
Krydos replied to bhatakee's topic in Escalated Requests
This is how I do asynchronous php processes which doesn't require anything extra to be installed: $mh = curl_multi_init(); for ($i = 0; $i < $counter; $i++) { $ch[$i] = curl_init(); curl_setopt($ch[$i], CURLOPT_URL, "https://krydos.heliohost.org/script.php?c=".$codes[$i]); curl_setopt($ch[$i], CURLOPT_RETURNTRANSFER, true); curl_multi_add_handle($mh, $ch[$i]); } $running = null; do { curl_multi_exec($mh, $running); } while ($running); for ($i = 0; $i < $counter; $i++) { curl_multi_remove_handle($mh, $ch[$i]); } curl_multi_close($mh); -
Is it working now?
-
[Solved] HELIOHOST IS THE BIGGEST LOAD OF BULL EVER
Krydos replied to repo's topic in Escalated Requests
This account was reported to me by google as being a harmful site. So it could have been malware, viruses, phishing, social engineering, etc. Looking at his files it might be that someone gained access to upload files onto his account which may have been later deleted prior to the suspension. Google doesn't provide support of any sort so there is no one to ask what the issue was, but from years of experience this would have been the first time a google report like this was a false positive. Since the domain was suspended the google dangerous site warning has been removed, and there is no way to see what file(s) or page(s) originally created the warning in the first place. I'm willing to unsuspend the site if the user wants another try, but if google reports this domain as harmful again it will just be suspended again. -
Remote access enabled.
- 3 replies
-
- remote
- connection
-
(and 2 more)
Tagged with:
-
[Solved] Request to install thread on tommy
Krydos replied to bhatakee's topic in Escalated Requests
Do you need it for some specific software, or just something you're writing yourself? -
[HH#521482] Feature Article Covering HelioHost on HostingAdvice.com
Krydos replied to HelioHost's topic in Email Support
11am EST on the 19th will work. The number is (802) 884-3546 -
Well, this is why we always encourage people to just add new domains as addon or aliases instead of changing their main domain. The problem is actually from when you changed your main domain from idunetwork.heliohost.org to robotok.idunetwork.eu.org, and it messed up your whole account. Your main domain has been changed to idunetwork.eu.org. I'm not sure if it's working or not and there is no way for me to test it since you use cloudflare though.
-
It looks like that validation email was sent to that email address at 2018-09-14 02:20:40. I just tested our email validation system on a new gmail account and the email arrived in the inbox within seconds. Perhaps you have some custom filters or settings that are redirecting the email. I would recommend trying a different email address, and if that works you can always change your contact address in our system later.
-
Are you asking for a particular python module to be installed? Here is what is already available on Ricky Python 3.6.2 https://krydos1.heliohost.org/cgi-bin/modules36.py Python 2.7.5 https://krydos1.heliohost.org/cgi-bin/modules27.py
-
[HH#446285] how to increase Upload_Max_Filesize in php.ini?
Krydos replied to HelioHost's topic in Email Support
You don't need to upload your files through php. We recommend uploading your files with sftp, but you can also use cpanel's file manager, ftp, webdav, etc. which all don't have size restrictions. PHP 5.6 on Ricky's upload_max_filesize has been increased. Can you upload your file now? -
[HH#521482] Feature Article Covering HelioHost on HostingAdvice.com
Krydos replied to HelioHost's topic in Email Support
Thanks for contacting us. That sounds like a great idea! I would probably be the best person to talk to. We have a phone number that we use for voicemail and texting support, but I can answer it and talk to you if we can schedule a date and rough time for the call. Let me know what works for you. -
Your username is life2 now.
