Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,805
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. 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%.
  2. Do you want to use 7.0, 7.1, or 7.2 instead?
  3. On hold pending the outcome of https://www.helionet.org/index/topic/34289-why-was-my-account-suspended/
  4. Your username is actually lemonion, but I found it. There you go http://sanjiaopants.com/test.aspx
  5. 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.
  6. 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.
  7. 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.
  8. Which version of php are you using?
  9. 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);
  10. 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.
  11. Do you need it for some specific software, or just something you're writing yourself?
  12. 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.
  13. 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
  14. Python 3.6 and Django are already installed on all of our servers. Perhaps https://wiki.helionet.org/Django will help?
  15. We looked at it in the past and decided against it because their fees are really high compared to what we use now. I suppose we can take another look to see if their fees are more reasonable yet.
  16. There you go https://krydos1.heliohost.org/cgi-bin/modules36.py
  17. You're welcome. I'm glad things are working out so well for you.
  18. The standard place for a sitemap is just in your website root. For instance https://www.heliohost.org/sitemap.xml There are plenty of free sitemap creating tools on the internet that will make the proper xml for you.
  19. My questions were answered on discord.
  20. I'm sorry, I forgot to update the last login date. After I moved the account it eventually just got archived again since the last login date was 2018-06-06. Are you able to login now?
×
×
  • Create New...