Jump to content

BlueyEmperor

Members
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by BlueyEmperor

  1. Django using Python 2.7 in particular is not supported on any of the servers. Django is only installed on one version of Python per server, and Tommy utilizes Python 3.7 for Django. You might want to consider porting from Python 2 to 3, since Python 2 is no longer supported. Alternatively, Django 1.11 is the last version to support Python 2.7, and since Ricky is the only server with Django 1.11, you could give Django a try on there.
  2. To run a Python script, place your .py file in the cgi-bin folder. It is also important to include the shebang line, which in your case would be #!/usr/bin/python3.7 for Tommy.

     

    A simple script looks like:

    #!/usr/bin/python3.7
    
    print("Content-Type: text/html\n")
    print("<h1>Test</h1>")
    

    Hopefully this helps you.

  3. It is not possible to add another .heliohost.org sub-domain yourself, however, an admin can do this if you request it as flazepe mentioned. Otherwise, you can set-up your own domains as an add-on and set the name servers.

  4. It is possible to host multiple sites using one account. You can use the 'Addon Domains' feature to point domains to particular sub-directories. You would then need to ensure that the domain(s) point to the name servers ns1.heliohost.org and ns2.heliohost.org.

  5. Unfortunately, there is no way to check your status in the queue. Those who are donors are among the first to receive their invites, followed by users who have not donated. Last I heard, they are up to sending invites to those who have donated around the $20 mark. Hopefully that provides some indication for you.

     

    Best of luck. 

  6. Here in Canada it should also be with a (dot).

    I realise that, it should be in decimal format in Canada  :unsure:. It could be due to locale codes, maybe because of your default language? 

     

    According to https://developer.paypal.com/docs/api/reference/locale-codes/#supported-locale-codes, there are two locale codes for Canada. This could be a contributing factor, but I'm not certain.

     

    EDIT: Or as Krydos mentioned, try your settings if possible.

  7. It's not clear if: 0,01 = 1$ US or 1,00 is 1$ US ?? Paypal should change that, or someone should tell them.

    It depends. Different countries use different separators, so it is not necessarily an error. PayPal probably displayed it with a comma separator based your location and/or language.

  8. I’m assuming that you were on the Tommy server. The server was out for a while and has now been restored. Users who were on the server are now in the process of receiving invites to rejoin which may take some time. In the meantime if you haven’t already retrieved a backup, you can do so here.

  9. It is great news that the Tommy server is up again! I was hoping that, if and when possible, I could be placed on the waiting list to move over to Tommy since it has a newer Python version than Ricky. I have donated previously (please refer to this topic in regards to my donation).

     

    Many thanks.

×
×
  • Create New...