Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,431
  • Joined

  • Last visited

  • Days Won

    910

Everything posted by Krydos

  1. Yes, I bet they have port 5432 blocked.
  2. Is port 5432 blocked on your computer? You can check at http://portquiz.net:5432/
  3. Remote access enabled.
  4. Please post your connection string with the password removed.
  5. Just to elaborate, some of our sites that we host get thousands of visitors per hour, and they don't get the max_user_connections error. The reason why is they close their mysql connection immediately as soon as they're done using it. If each mysql connection is only open for a few milliseconds the chance of seeing that error is very small. If you use persistent connections and don't close them then you will only be able to have 6 users at a time. This limit is in place to keep one account from hogging all of the mysql connections and causing slow performance or downtime for the other thousands of accounts that share your server.
  6. Does it work if you use localhost instead of ricky.heliohost.org?
  7. That file hasn't been touched or edited since the last time Tomcat was upgraded -rw-r-----. 1 nobody nobody 144265 Nov 27 05:31 tomcat-jdbc.jar
  8. Set your nameservers to ns1.heliohost.org and ns2.heliohost.org.
  9. Remote access enabled.
  10. Is this still occurring?
  11. The perl module Crypt:Random 1.25 has been installed on Tommy.
  12. There you go https://beepr.heliohost.org/test.jsp
  13. Remote access enabled.
  14. It's enabled now, but it looks like your other stuff in the directory is conflicting with our test file http://iberiamj.heliohost.org/test.aspx
  15. Remote access enabled.
  16. If you read the instructions posted by Wolstech, it says you have to go to http://www.heliohost.org/renew to renew your account.
  17. To use a secure connection you can just put your sql code in a php script, and then have your remote code access the php over https instead of connecting to mysql directly. That's actually a better idea for most applications anyways because your remote code won't need to contain your mysql password.
  18. Have you deployed it at https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php ?
  19. The only thing that changed on the server was java access and your servlet were removed, and then readded and redeployed. Did you change the servlet that you deployed?
  20. Which IP is blocked? You can check your current IP at https://www.heliohost.org/ip.php
  21. I think https://www.heliohost.org/partners/vps is what you're needing.
  22. For anyone who searches and finds this, Ricky installs ssl for you, and even updates it for you automatically. There is no need to install ssl yourself.
  23. If you're still seeing a suspended message please clear your browser cache.
  24. If you're still seeing a suspended message please clear your browser cache.
×
×
  • Create New...