Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,562
  • Joined

  • Last visited

  • Days Won

    869

Everything posted by Krydos

  1. 65.19.143.6 or tommy.heliohost.org should work for remote mysql host, and the port is 3306.
  2. Oh yeah, you're right on the new syntax https://docs.djangoproject.com/en/1.10/ref/templates/upgrading/#the-templates-settings I changed TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['templates'], 'APP_DIRS': True, ... to TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/home/nijojob/public_html/MyApp2/templates'], 'APP_DIRS': True, ... and it seems to work now? You should probably use something like os.path.dirname to make it more portable if so.
  3. What does your TEMPLATE_DIRS = ( ) look like?
  4. https://laracasts.com/discuss/channels/laravel/installing-laravel-on-server-without-ssh
  5. Does it work now?
  6. This is because that domain is hosted by us, so emails sent to a domain hosted by us don't need to leave the server. If we did this NO ONE on Tommy would be able to send or receive email.
  7. Do you have steps that we could use to reproduce the error?
  8. flexphysiotherapy.in/css/nav.css looks the same as /home1/hrce/public_html/flexphysiotherapy.in/css/nav.css to me.
  9. The mysql-python module doesn't apparently support python 3.6 like we are using, but the mysqlclient module does.
  10. Does it work now?
  11. Post your code?
  12. It helps things be a lot less confusing if you let us know the actual names of the domains so we can check settings for you, but I would just use this page https://tommy.heliohost.org:2083/frontend/paper_lantern/subdomain/index.html to create a subdomain. If you're trying to make yourdomain.com show the same thing as your.heliohost.org then you could use https://tommy.heliohost.org:2083/frontend/paper_lantern/park/index.html
  13. It looks like all you need to do now is set your nigelbarksfield.co.uk nameservers to ns1.heliohost.org and ns2.heliohost.org and your domain will be hosted. Your account has existed and been ready to go since 2017-02-14.
  14. The username restoree, and the domain zen.cu.cc are already available to create your account.
  15. Did you not receive your invite? Yes, of course you can host your domain on Tommy.
  16. Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/renew. To prevent this from happening in the future please remember to visit https://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
  17. Thanks for reporting this error. Obviously it was a new one that we hadn't seen before. The cpanel account creation script can behave rather bizarre sometimes. Anyways, since you reported it I managed to track down the bug that caused your account to not create. I requeued your account for you and it created successfully this time http://hippo.heliohost.org/ You'll probably need to reset your password https://www.heliohost.org/reset/ before you'll be able to log in though. Let us know if you need help with anything else.
  18. The file causing the load on your site is /home/pokecake/public_html/index.php Both of the load spikes today http://heliohost.grd.net.pl/monitor/archive/?2017-03-01 at about 1530 UTC and again at about 1745 UTC were caused entirely by your account. Since I've unsuspended your account a few minutes ago it hasn't done anything crazy yet, but it will be suspended again if the load spikes continue.
  19. There you go http://bfwebext.heliohost.org/test.aspx
  20. I had a similar experience with my krydos.tk domain. I've never really hosted anything there. It's just said "Blank." like that for like six years now, but out of nowhere they yanked it out of my control and put a bunch of like porn spam ads and stuff on whomever might type in my domain. When I logged in to the control panel it said that my domain was too active for a free domain or something, and they needed to charge me $20 USD a year to keep it. Eventually they gave up trying to scam me out of money because I just ignored them, and (unlike wolstech) I was able to just edit all the references to krydos.tk there were in the world and change them all to krydos.heliohost.org. Then when they were done trying to extort me I registered krydos.tk for free again a few months later. THEN! (as if that wasn't enough already.) They flagged my whole freenom account as suspicious or a hacker or a bot or something. They never would tell me what the problem was exactly, and said I could never have my account back. Ok... So I created a new account and registered krydos.tk on the new one. It's just all really bizarre. Not worth the effort. Also, I've apparently earned myself 26.5 years of free domains. Yay!
  21. There is no SSL certificate installed on your account. You can install it by selecting your domain, copying the certificate, the private key, and the chain file to https://tommy.heliohost.org:2083/frontend/paper_lantern/ssl/install.html and then click install certificate. If you wish you can PM me those three text blocks and I can install it for you. I never check my PMs though so make sure you post in this thread if you do decide to PM me so I can know to check my PM box. This tutorial is for installing a free Let's Encrypt certificate but it may help you too http://wiki.helionet.org/Installing_an_SSL_Certificate_on_Tommy_with_ZeroSSL
  22. Awesome! Just let me know your wiki username, and I'll get you promoted.
  23. You can change your own url with this script http://www.heliohost.org/classic/support/scripts/domain
  24. If you tell us the actual domain we could check the settings for you and verify that they are correct.
×
×
  • Create New...