Jump to content

BlueyEmperor

Members
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by BlueyEmperor

  1. Alright. I have also found myself stuck on mobile view but through another mean (browser resizing via developer console). Once clearing the browser data, it resolved the issue. Seems to be different then.
  2. For future, clearing your browser cache should also fix it.
  3. Correct. Not sure why it was wrong. That's exactly how confusion is caused.
  4. 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.
  5. As relayed on Discord, the user was using a nulled script. They were instructed to remove it immediately and the user was advised to view the TOS to avoid misuse. At the time of writing, the user has appeared to have removed all instances when advised.
  6. The exact example that I posted works fine for me, so the addition of a space would make no difference, as Krydos mentioned.
  7. 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.
  8. 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.
  9. 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.
  10. An admin will be able to increase this for you. Moderators: It would be best that this gets moved to 'Customer Service'.
  11. 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.
  12. I realise that, it should be in decimal format in Canada . 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.
  13. 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.
  14. @Byron: Oh okay, sorry. I didn't realise as usually you state when it's removed.
  15. @Byron: I think the domain redblue.heliohost.org needs to be removed from the DNS cluster first.
  16. Users previously on Tommy are in the process of receiving invites. All you need to do is wait for an email. If you used the same email to sign up on Ricky as Tommy, you will be transferred. Otherwise if you didn’t, you can request for your Ricky account to be moved once you get the invite.
  17. This is a matter for Krydos. He probably hasn't seen this request yet, but hopefully, he does soon.
  18. Great news for you snowm!
  19. Your domain index page is accessible, however, I have a feeling Wordpress is your issue. It is known to have high usage and Ricky at the moment is still experiencing higher load. This could be why you are unable to load your site.
  20. Logically you would be after the $20+ movers.
  21. @sohamb03: I thought so, as I did check.
  22. 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.
  23. I was not on Tommy previously which is why I am requesting to be placed on the waiting list.
  24. 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...