-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
For anyone who searches and finds this on the mysql database page down near the bottom you can add mysql users to mysql databases, and on the next screen you select the permissions ie: select, update, delete, etc.
-
Why do you need to send 152 emails within 24 hours of your account being created? Ah, answered my own question: Phishing. We ought to be more careful unsuspending these criminals. Thanks for letting us know about your phishing though. Since you went to the extra effort to try to get us to unsuspend you I went through the extra effort to read your phishing email, find the domain you're using, and contact your hosting provider at bitronictech.net to suspend you there too.
-
There is nothing an admin can do to "acivate" your account any quicker than it already activates itself. Johnny accounts activate within 12 hours, Ricky accounts within 2 hours, and Tommy accounts activate instantly. Posting on the forums doesn't make that automated process happen any faster.
-
Did you grant access for the mysql user to the database?
-
That is version 2.6.6 and it is too old to install new modules. You'll need to use #!/usr/bin/python2.7 or #!/usr/bin/python3.6 if you want to use mysqldb.
-
Which version of python are you using?
-
How To Have Multiple Domains Connected With Different Directories
Krydos replied to zmzmuazz's topic in Customer Service
You can't add mbizsasolutions.co.za as an addon domain if it's already an alias domain. Delete it from the alias page first if you want to make it an addon domain. -
How To Have Multiple Domains Connected With Different Directories
Krydos replied to zmzmuazz's topic in Customer Service
What addon domain are you trying to add? -
How To Have Multiple Domains Connected With Different Directories
Krydos replied to zmzmuazz's topic in Customer Service
Create each website as an addon domain. -
Yeah, python is supposedly the easiest language to learn for new programmers. It has a lot of powerful frameworks for various things including websites. I've said it before, but if I was to make the HelioHost homepage all over again I might seriously consider using Django.
-
I stick with my recommendation of php for server side languages, but if you open up the question to all languages for all purposes then java wins. It's used in the most number of applications worldwide. Java can run on pretty much any device.
-
The reason they're not showing up as addon domains is because you already had soubhagya.mishra.work and the other two added as subdomains. Generally if the domain is just something tacked on to the beginning with a dot then it's a subdomain. If it's something completely separate from your other domains it's an addon. So you had things set up correctly. Since you've been having such trouble with all of this I went ahead and deleted your subdomains for you, and readded them as addon domains like you want.
-
Backup your work before you make changes.
-
I agree that it is a pretty cool idea, but node.js is not currently available on any of our servers. We do have plans on implementing it some day though.
-
Yeah, php. Despite how old fashioned it is and all of it's flaws it's definitely the most widely used, and any web-based job you get is going to look at you really weird in the interview if you don't know php.
-
[Solved] Queued: Baolk And Rename User Name
Krydos replied to ba2olk's topic in Suspended and Queued Accounts
Change your NS records to ns1.heliohost.org and ns2.heliohost.org The reason you're seeing a Johnny queued page is because your cloudflare settings are incorrect. The easiest way to fix it is to use our nameservers temporarily until your domain works, and then have cloudflare copy our working settings. The reason you can't create an account on Tommy with the username ba2olk is because your forum username is ba2olk. -
There you go https://atoz.ml/test.jsp
-
For each user that has java enabled it increases the total server resources required. For each user that has http and https enabled it takes double. We can support two users on http or one user with https and http. In order to enable https and http for you it would basically prevent another user from having java at all.
-
Your website is working again http://neomx000.heliohost.org/
-
What happens when you make that file not writable by group? PHP files need to be 644.
-
What about https://johnny.heliohost.org:2083/frontend/paper_lantern/stats/errlog.html ?
-
Unarchiving... Done. You should now be able to log in at https://www.heliohost.org/login/ and your website should start working within 12 hours.
-
...so make it so it's not writable by group? rwxrwxr-x is 775 rwxr-xr-x is 755
-
Also make sure all of your directories at 755, not 775 like FTP sometimes uploads them. Take a look at https://johnny.heliohost.org:2083/frontend/paper_lantern/stats/errlog.html
-
What does the error_log file say?