Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,201
  • Joined

  • Last visited

  • Days Won

    854

Everything posted by Krydos

  1. The mysqlclient module in python3.6 is a little quirky. You don't actually import it using its package name. Try this #!/usr/bin/python3.6 print("Content-Type: text/html\n\n") import MySQLdb db=MySQLdb.connect(host="localhost", user="stewguy_user", passwd="password", db="stewguy_database") Here's the documentation for it https://github.com/PyMySQL/mysqlclient-python/blob/master/doc/user_guide.rst
  2. There you go https://krydos2.heliohost.org/cgi-bin/modules36.py
  3. Krydos

    Shell access

    You can have ssh access on a vps https://www.heliohost.org/vps/
  4. We recommend most people purchase a visa gift card like https://smile.amazon.com/dp/B07HJHK8Y5/ref=cm_sw_em_r_mt_dp_U_qNpvCbVT6X6TS and then use that to donate. You can also donate crytpocurrency such as bitcoin. You can donate your idle cpu to mine for us at https://www.heliohost.org/heliomine/ Once you've mined $1 worth you can get a Tommy invite.
  5. Your forum account has been changed. Yes, you have to delete your hosting account to change the username. Once your account is deleted let us know and we'll send a Tommy invite to the contact email address of your forum account. Make sure you back up everything first. Also I noticed that your hosting account email is hosted on your account. This is the hosting equivalent of keeping your spare car key locked inside your car. It's not just a bad idea, we actually don't allow it and force people to change their email address when we notice it.
  6. So, if a spam bot go a hold of your email address and entered into 1000 different sites trying to register accounts you wouldn't report any of those emails that you get as spam?
  7. Done. You should now be able to log in and your website should start working within 2 hours.
  8. 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...
  9. Please reread the Terms of Service that you've agreed to multiple times https://wiki.helionet.org/Terms and in particular note the line It's odd that you would pick your Johnny account as your one account to keep so if you would like a different account unsuspended (like the Tommy one) let us know. We can resuspend the Johnny account and unsuspend the Tommy account instead.
  10. The script did work, and your hosting account is already queued to be deleted. Forum account is deleted now too.
  11. That hosting account is queued to be deleted. That means it will be deleted as soon as the server load drops low enough and all tasks ahead of it are completed. As long as you don't renew the account at https://www.heliohost.org/renew/ it will be deleted before long. I have deleted your forum account for you.
  12. You can delete your hosting account yourself at http://www.heliohost.org/classic/support/scripts/delete If you would rather I delete the hosting account for you let me know because I'll need to send you an email at your hosting account contact address to confirm. I'll leave your forum account active for now so you can respond to this. Once the hosting account is deleted an admin can delete your forum account for you.
  13. Done. You should now be able to log in and your website should start working within 2 hours.
  14. 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...
  15. It looks like it's working now https://www.sslshopper.com/ssl-checker.html#hostname=sosbrigade.club
  16. Did you change your domain recently? Since you're on Tommy you shouldn't need to worry about ssl because you have autossl. Once a day it scans through all of the domains and installs ssl certificates automatically if you don't already have one. Reading the logs it looks like yesterday your domain stefano3.heliohost.org was issued a certificate. After changing your domain you just need to wait up to 24 hours for the new ssl certificate to be installed.
  17. It's already installed. We can't use it because Let's Encrypt rate limits are way too low. We have thousands upon thousands of accounts that need ssl certificates and Let's Encrypt blocks us when we send that many requests their way. I applied for a higher limit, but never heard back from them. The Comodo certificates that we use are basically the exact same thing though just without the rate limit. 90 days automatically installed and renewed for free.
  18. Deleted.
  19. Done. You should now be able to log in and your website should start working within 2 hours. There was a conflict with your original username so I changed it to umakantm like you thought it was anyways.
  20. 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...
  21. /usr/local/bin/python3.6 doesn't exist. It's /usr/bin/python3.6
  22. These are all part of the default python installation. # pip3.6 install mail_sender Collecting mail_sender Could not find a version that satisfies the requirement mail_sender (from versions: ) No matching distribution found for mail_sender
  23. Both autossl and apache restarts are handled automatically by the system and do not require a specific request.
×
×
  • Create New...