Jump to content

Krydos

Chief Executive Officer
  • Posts

    26503
  • Joined

  • Last visited

  • Days Won

    948

Everything posted by Krydos

  1. Where do you get your email addresses from exactly? How did the owner of the email address grant you permission to send them email?
  2. Add developershub.tk to cpanel then. Just because cpanel knows how to handle requests for that domain doesn't mean the requests for that domain will go to Tommy.
  3. I don't use OSX or Windows 7, but I think if you install https://dev.mysql.com/downloads/workbench/ on your Mac it includes the mysql command line client.
  4. Yeah, it's unlikely that the command mysql is installed by default on either of those operating systems.
  5. Username? Server? Python version?
  6. You don't need ssh access to get mysql on a command line. Add remote access to your database in cpanel and then in a command prompt type: mysql --host=johnny.heliohost.org --user=crafto_sql --database=crafto_sql -p
  7. For FTP 10 failed logins within 1 hour = blocked.
  8. Unexpected end of file usually means you missed closing something, like ", ', or } or something.
  9. 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.
  10. Create MX records where ever your DNS is hosted and point them to johnny.heliohost.org or tommy.heliohost.org.
  11. You may use any of our servers in the EU. No, putenv() is not disabled.
  12. Deployed. http://tk.heliohost.org/hebertbc_plataforma/
  13. 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'@'%'
  14. The + sign in php is a mathematical operator not a concatenation operator. $username+"_"+$subject = 0 not a string.
  15. Check out https://www.helionet.org/index/topic/27822-how-do-i-use-flask-on-johnny/?p=128919
  16. Have you granted your mysql username cratfo_sql permissions (such as select) on the database crafto_sql?
  17. Works for me. http://segurodeautognp.com/
  18. 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.
  19. Deployed. http://tk.heliohost.org/plataforma/
  20. Have you looked in the error_log file that php creates when there's an error?
  21. You're missing a single quote. Just read the error messages, and figure out why it's displaying that error.
  22. 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.
  23. > 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.
  24. 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.
×
×
  • Create New...