-
Posts
26430 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
There you go http://songbook.heliohost.org/test.aspx
-
I HIGHLY recommend switching to MySQL. We have remote MySQL enabled on Tommy so you can use the same connection settings and the same database locally and on the server. Is there any reason you have to use sqlite?
-
Remote mysql definitely works and is enabled on Tommy. Do you have port 3306 blocked in your firewall?
-
Sure, by sending this email your link is already on our forums. It looks like you have a nice start to your free hosting directory and you can list us if you want to. We offer 1gb storage and unlimited databases. We offer a lot more than just databases and storage though. Perhaps the visitors to your site might be interested in more than just those two categories? Something like http://www.free-webhosts.com/free-php-webhosting.php might be a good starting point. Also a lot of free hosts have trial periods, or extremely limited bandwidth where as soon as your site starts to get some actual traffic they force you to switch to paid hosting. Some upfront information like that for someone searching for free hosting would be invaluable I think.
-
65.19.143.6 or tommy.heliohost.org should work for remote mysql host, and the port is 3306.
-
Django Template Not Loading On Tommy
Krydos replied to nijojob's topic in Website Management and Coding
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. -
Django Template Not Loading On Tommy
Krydos replied to nijojob's topic in Website Management and Coding
What does your TEMPLATE_DIRS = ( ) look like? -
[Solved] Heliohost Server Monitor Is Broken
Krydos replied to paladox2014's topic in Escalated Requests
Whitelisted. -
Does it work now?
-
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.
-
I Cannot Load My Css File In Full
Krydos replied to hrce.tk's topic in Website Management and Coding
flexphysiotherapy.in/css/nav.css looks the same as /home1/hrce/public_html/flexphysiotherapy.in/css/nav.css to me. -
The mysql-python module doesn't apparently support python 3.6 like we are using, but the mysqlclient module does.
-
Does it work now?
-
Post your code?
-
[Hh#92503] Question About "hajjpracticalities" Website
Krydos replied to HelioHost's topic in Email Support
It looks like that account was located on our Johnny server. On 2016-09-14 Johnny began having issues, and on 2016-09-20 we put that server into a backup-only mode where all of the data was still available to the owners of the accounts, and they could log in to FTP and download their backups whenever they wanted. Then on 2016-12-07 after 85 days of providing backups we wiped the remaining data and rebuilt the server. So if the owner of the site in question downloaded his backups during that 85 days then all he needs to do is recreate his website, and upload his backups. We do have his contact information on file, but our privacy policy prevents us from giving this information to you. I have however sent him an email with a link to this conversation. You may also be interested in this link http://web.archive.org/web/20160321163544/http://www.hajjpracticalities.heliohost.org/ -
Glad to hear that you got something working. Sorry it's so complicated. If you have any questions at all, or if you need any help with anything just let us know.
-
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
-
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.
-
The username restoree, and the domain zen.cu.cc are already available to create your account.
-
Did you not receive your invite? Yes, of course you can host your domain on Tommy.
-
[Solved] Account Suspended: Lucasgv
Krydos replied to Lukkasss's topic in Suspended and Queued Accounts
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. -
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.
