-
Posts
26469 -
Joined
-
Last visited
-
Days Won
945
Everything posted by Krydos
-
For FTP 10 failed logins within 1 hour = blocked.
-
Unexpected end of file usually means you missed closing something, like ", ', or } or something.
-
The .war file hasn't changed since the last deploy at https://www.helionet.org/index/topic/28907-deploy-war-application-request/?p=131741 Please only request deploys once.
-
Hosting Emails With Only Mx Records And Subdomain!
Krydos replied to rutaj6's topic in Customer Service
Create MX records where ever your DNS is hosted and point them to johnny.heliohost.org or tommy.heliohost.org. -
You may use any of our servers in the EU. No, putenv() is not disabled.
-
Deployed. http://tk.heliohost.org/hebertbc_plataforma/
-
mysql> show grants for crafto_sql; +---------------------------------------------------------------------------------------------------------+ | Grants for crafto_sql@% | +---------------------------------------------------------------------------------------------------------+ | GRANT USAGE ON *.* TO 'crafto_sql'@'%' IDENTIFIED BY PASSWORD '<removed even though it is just a hash>' | +---------------------------------------------------------------------------------------------------------+ 1 row in set (0.10 sec) Try adding your permissions again. If it had permissions on crafto_sql there would be a line like GRANT ALL PERMISSIONS ON `crafto_sql`.* to 'crafto_sql'@'%'
-
The + sign in php is a mathematical operator not a concatenation operator. $username+"_"+$subject = 0 not a string.
-
Check out https://www.helionet.org/index/topic/27822-how-do-i-use-flask-on-johnny/?p=128919
-
Have you granted your mysql username cratfo_sql permissions (such as select) on the database crafto_sql?
-
[Solved] Can't Access Main Domain And 1 Addon Domain
Krydos replied to alexrym's topic in Customer Service
Works for me. http://segurodeautognp.com/ -
Without knowing your username or server or anything I can only guess and give you examples: database name = username_database database user = username_user host = johnny.heliohost.org or tommy.heliohost.org (depending on where you created your account) port = 3306 You will need to create your database and database user at this page: https://johnny.heliohost.org:2083/frontend/paper_lantern/sql/index.html if you're on Johnny or this page: https://tommy.heliohost.org:2083/frontend/paper_lantern/sql/index.html if you're on Tommy. Once you have your database created and your database user created and your database user granted permissions on the database then you will also need to go to https://johnny.heliohost.org:2083/frontend/paper_lantern/sql/managehost.html if you're on Johnny, or https://tommy.heliohost.org:2083/frontend/paper_lantern/sql/managehost.html if you're on Tommy and put the IP of the remote server where your xenforo install is or you can put % to allow all IPs to connect to your database. Anyways, if you provide a little more information these instructions can be made a lot less confusing.
-
Deployed. http://tk.heliohost.org/plataforma/
-
You're missing a single quote. Just read the error messages, and figure out why it's displaying that error.
-
ASP.NET is currently down for repairs on Johnny. See our news posts for more information: https://www.helionet.org/index/topic/28813-johnny-backlog/ https://www.helionet.org/index/topic/28856-fixing-johnny/ We plan to get it running again as soon as possible. In the meantime Tommy ASP.NET is working fine.
-
> my accounts have mixed up on me Keep in mind you're only allowed to have one HelioHost account as it states in our Terms of Service http://wiki.helionet.org/Terms If you have more than one HelioHost account be sure to delete any in excess of one to prevent getting suspended. You might also mean you other accounts such as gmail, and facebook, and twitter, or whatever. I just wanted to make sure.
-
Then the problem might have been that you didn't wait long enough. SSL certificates on Johnny can take up to 24 hours to start working.
-
Deployed. http://brassatom.heliohost.org/brass-db-one/
-
Flask, and Django and other python frameworks like this can only be installed on one version of python per server. Tommy already has flask and django on python 3.6. If you want to use python 2.7.5 you'll need to stick with cgi. The other option is we could do django/flask/web.py or whatever on python 2.7 when we rebuild Ricky. That way we'd be able to offer the frameworks on both major versions of python depending on which server people choose. Ricky is scheduled to be rebuilt sometime in August. Let us know if you'd be interested in flask, django, or web.py on python 2.7 before then.
-
Deployed. http://wilgil.heliohost.org/Zaxxon/
-
Did you follow our guide here http://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate ?
-
Try these settings in Filezilla: host: johnny.heliohost.org port: 1373 protocol: SFTP logon type: normal user: cam100w password: <same as cPanel password>
-
What does the ruby error log say?
-
You can't use flask or django? Tommy Python 2.7.5: ['backports.ssl-match-hostname==3.4.0.2', 'chardet==2.2.1', 'configobj==4.7.2', 'decorator==3.4.0', 'dnspython==1.12.0', 'iniparse==0.4', 'ipy==0.75', 'javapackages==1.0.0', 'kitchen==1.1.1', 'lxml==3.2.1', 'oauthlib==2.0.1', 'perf==0.1', 'pip==9.0.1', 'policycoreutils-default-encoding==0.1', 'pycurl==7.19.0', 'pygobject==3.14.0', 'pygpgme==0.3', 'pyliblzma==0.5.3', 'pyparsing==1.5.6', 'pyudev==0.15', 'pyxattr==0.5.1', 'pyzor==1.0.0', 'requests-oauthlib==0.7.0', 'requests==2.12.5', 'seobject==0.1', 'sepolicy==1.1', 'setuptools==0.9.8', 'six==1.10.0', 'tweepy==3.5.0', 'urlgrabber==3.10', 'yum-metadata-parser==1.1.4']
