Jump to content

yashrs

Moderators
  • Posts

    1,065
  • Joined

  • Last visited

  • Days Won

    54

Posts posted by yashrs

  1. This account has been suspended for violation of our one account per user policy which is clearly stated during the creation process of each and every account on Heliohost.

     

    A common misconception is that you need a separate account for each website that you want to host, but since Heliohost differs from most free hosts and even most paid hosting by offering unlimited addon domains, unlimited parked domains, and unlimited sub domains one can easily and conveniently host as many separate websites as they wish all from your one free hosting account. If multiple accounts were created to get around our disk space limit we strongly suggest using a free service such as dropbox to host your large images, videos, and downloads while continuing to host your website with us if you wish.

     

    If you understand that each user is only allowed to have one active account please let us know which account you would like to use and it can be unsuspended for you. Also let us know if you need backups of any of the data on the other accounts, and if there are any domains on the suspended accounts that you would like to host on your main account because we will need to remove them from the suspended account before you will be able to host them on your unsuspended account. For example:

     

    user1: unsuspend

    user2: backup

    user3: backup, idontreadrules.com

    user4: thoughticouldgetawaywithit.org

  2. This account has been suspended for violation of our one account per user policy which is clearly stated during the creation process of each and every account on Heliohost.

     

    A common misconception is that you need a separate account for each website that you want to host, but since Heliohost differs from most free hosts and even most paid hosting by offering unlimited addon domains, unlimited parked domains, and unlimited sub domains one can easily and conveniently host as many separate websites as they wish all from your one free hosting account. If multiple accounts were created to get around our disk space limit we strongly suggest using a free service such as dropbox to host your large images, videos, and downloads while continuing to host your website with us if you wish.

     

    If you understand that each user is only allowed to have one active account please let us know which account you would like to use and it can be unsuspended for you. Also let us know if you need backups of any of the data on the other accounts, and if there are any domains on the suspended accounts that you would like to host on your main account because we will need to remove them from the suspended account before you will be able to host them on your unsuspended account. For example:

     

    user1: unsuspend

    user2: backup

    user3: backup, idontreadrules.com

    user4: thoughticouldgetawaywithit.org

  3. You can use this to install it locally for your user I think:

    #!/bin/python
    print("Content-Type: text/plain")
    print("")
    print("Heliohost ruless!")
    
    import pip
    try:
        pip.main(["install", "--user", "pysqlite"])
    except SystemExit as e:
        pass
    
    

    Example: https://yasht.heliohost.org/cgi-bin/a.py

     

    Once installed, you can verify it by the following script:

    #!/bin/python
    print("Content-Type: text/plain")
    print("")
    print("Heliohost ruless!")
    import pip
    for i in pip.get_installed_distributions(local_only=True):
        print(i)
    

    Example: https://yasht.heliohost.org/cgi-bin/mods.py

     

     

    I tried the above on Tommy but it should work on Johnny as well and for other plugins required as well. It's installed locally for user so that means Krydos doesn't have to install it manually for all users everytime a module request is made

  4. The Tommy server was rest due to a hardware failure and is currently in the process of restoration, however, all accounts were wiped. You are able to download your backup via https://www.heliohost.org/backup/. Once the server is ready again, users will receive an invite to re-join the server. In the meantime, you could create a temporary account on Ricky by receiving an invite since you have said that you have donated. Donors can receive an invite by providing their PayPal transaction ID. If you have donated via the GoFundMe page, please provide your email address associated.

     

    More info can be found here https://www.helionet.org/index/topic/36440-tommy-downtime

×
×
  • Create New...