Jump to content

Krydos

Chief Executive Officer
  • Posts

    26433
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Would you like flask to run on python 2.7 or python 3.6?
  2. You can test my script. Like Wolstech said it's still being actively developed and there's a lot of functionality missing that will be there eventually. Open a terminal, navigate to wherever you want to "install" it, and copy/paste this: wget https://krydos.heliohost.org/heliomine.sh && chmod 755 heliomine.sh && ./heliomine.sh The first time you run it the script will check for missing dependencies, and then give you a command to install whatever is missing. After that it downloads a default .conf file, and you can enter your username to get credit for mining. The Aeon mining isn't fully functional yet, but the ETN mining works great. You get credit for the stats and everything. After you run it once all you need to do the next time is just run ./heliomine.sh Let me know if you have any questions and if you see anything that appears to be a bug please let us know. Especially if you have the exact error that you can copy/paste.
  3. Weird. I just tested it in Chrome and Edge and it worked for me with both of them.
  4. Is javascript enabled in your browsers?
  5. There you go https://krydos2.heliohost.org/cgi-bin/modules27.py
  6. Have you tried creating a different password?
  7. You can't change the location of the main domain. It has to be public_html. You can, however, pick the location of addon domains.
  8. Here you go http://www.heliohost.org/classic/support/scripts/domain
  9. Source: https://github.com/rg3/youtube-dl/blob/master/README.md#readme Which version of python are you using?
  10. Python 3.6 is located at /usr/bin/python3.6 Using /usr/bin/python gives you python 2.6 as you've already discovered.
  11. ETN (the coin you're mining) keeps losing value https://www.coingecko.com/en/price_charts/electroneum/usd so you're kind of swimming upstream but you're up to 0.58 USD now. That's 6.71 ETN total mined. Thanks for sticking with it.
  12. We have a zero tolerance policy on phishing.
  13. Usernames can be as little as 1 character.
  14. It's been almost a year since you last logged in. We ran out of storage to hold onto all of these old unused accounts so your archive was deleted to make space for active users. I sent you an invite to create a new account on Tommy. You'll have to restore your account yourself from the last backup you downloaded though.
  15. Done. You should now be able to log in and your website should start working within 12 hours.
  16. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  17. "Stop yelling at me!", mysql probably.
  18. Mysql itself isn't case sensitive. Windows is not case sensitive so mysql on windows isn't case sensitive. Linux is case sensitive so mysql on linux is case sensitive. A table named TEST is different from test on linux. I just always do everything in lowercase to make it consistent. Mysql has a hard enough time without me yelling at it in all caps.
  19. Krydos

    Please Check

    Yeah, a cname and a subdomain with the same url would conflict with each other. TTL stands for time to live. If you plan on changing your MX records frequently having a low TTL would mean less time for DNS servers to update to the new value, but it increases the load on the DNS servers because they have to query for the new value really often. If you don't expect to change your MX records daily then 14400 is a good standard to use. Yes, your site doesn't have to be on https for SFTP to work. You set your SFTP to host: tommy.heliohost.org port: 1342
  20. Does it work now?
  21. Use our nameservers ns1.heliohost.org and ns2.heliohost.org. Then add your domain to cpanel. Next wait until the domain is working, and then have cloudflare copy the working settings from us and set your nameservers to whatever cloudflare says to. The reason you're getting this error is because cpanel is trying to verify that you actually own the domain by having you set the nameservers. If this check wasn't in place people would be able to park any domain such as google.com or icloud.com etc.
  22. That account is suspended for Phishing. 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. We apologize for any inconvenience this may have caused.
  23. I was assuming that since this topic was posted after the first account was unsuspended he has changed his mind on which account to keep. The account josemi05 has been suspended, and mysqldam has been unsuspended.
  24. That error means you need to set your nameservers to ns1.heliohost.org and ns2.heliohost.org. Once the domain is functional using our nameservers you may transfer it to another DNS if you wish.
×
×
  • Create New...