Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,190
  • Joined

  • Last visited

  • Days Won

    853

Everything posted by Krydos

  1. First of all, there's not need to yell at us about it. Second of all, are you aware that our terms of service http://wiki.helionet.org/Terms say you can only have one account? Please delete all but one account using http://www.heliohost.org/classic/support/scripts/delete Third of all, please don't post on threads from 2009. Finally, accounts don't come with an .htaccess file, but you can create one if you want. Go to https://johnny.heliohost.org:2083/frontend/paper_lantern/filemanager/index.htmlDouble click public_htmlClick + File in the top left cornerName the file .htaccessClick create new fileRight click the new .htaccess file. If you can't see it that means you have view hidden files disabled.Select editClick edit on the modal box that opensType the code you want in your .htaccess file
  2. Reverse DNS is working now.
  3. You should now be able to log in at https://www.heliohost.org/login/ and your website should start working again within 24 hours.
  4. Unarchiving...
  5. Well, you're on Johnny so there is no automatic ssl certificates installed for you. Furthermore when you install an ssl certificate it can take up to 24 hours to start working. That means if you install it and then immediately check what certificate it's using it will surely say the old one still. Now that some times has elapsed has your new certificate started working? If you want your ssl certificates to start working immediately, or if you want the system to automatically generate, install, and update your certificates for you we recommend one of our production servers Ricky or Tommy.
  6. What is your username or main domain? Also, what's wrong with the automatically generated ssl certificate?
  7. You will know because will change to It says "pending" while it's working on it, and when it's done it says "deployed."
  8. Here's a 320x50 mobile banner for you: And here's the code to put on your page: <ins data-revive-zoneid="5" data-revive-id="321e1cec4956204a54bd86da12deea5b"></ins><script async src="//krydos.heliohost.org/a/www/delivery/asyncjs.php"></script> How does that look? If you want a different size or different text I can customize it however you would like.
  9. It says you used the wrong username or password to try to log in to your cpanel too many times. If you log in at https://www.heliohost.org/login/ this won't happen. Unblocked.
  10. There are four states that the deployment can be in. First, you've never deployed a .war before and you have a .war uploaded. Second, you've requested a deployment and it hasn't gone through yet. Notice how you can't upload a new .war or request deployment again. If you already had a .war file deployed it will stay deployed until the new version is deployed. The downtime between deployments varies from .war to .war but generally it's only a few seconds. Some more complicated .wars have a few minutes of downtime while it processes the new version. Third, your servlet has been properly deployed, and you can click the link to visit it. Notice how the current version stays deployed even if you upload a new version of your .war or an entirely different .war file. The fourth state is error. Sometimes .war files cannot be deployed because of severe errors. The most common reason is the servlet is trying to use more than four simultaneous mysql connections. By default java applications assume they are the only thing running on the entire server and try to hog all of the resources by opening like 50 mysql connections.
  11. This happens sometimes on Johnny. The high load on this server tends to break long delicate processes like creating addon domains. If you want a server with less load and less bugs we highly recommend moving your account to one of our production servers such as Ricky or Tommy. I have fixed the addon domains. You should now be able to see them on the addon domain page of your cpanel, and they should start working within 24 hours.
  12. 3.8.1 came out yesterday. The people who develop softaculous probably haven't had a chance to add the new version yet. If you need the latest updates within hours of its release you'll have to update it manually.
  13. There you go http://seethend.heliohost.org/jsptest.jsp
  14. It sounds like you are probably experiencing connection pooling then. Visual Basic tries to "improve" performance by keeping connections open for 4-8 minutes even after you explicitly close them in case you use them again. You should be able to disable connection pooling like this Public Shared Sub ClearAllPools Source: https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.clearallpools(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1
  15. I set up an external cron to hit http://tommygun.heliohost.org/warpaint11/log every few minutes.
  16. You're talking about the space available to your one account, which is 1 GB. We're talking about the total space available on the entire server for all of the accounts.
  17. That .htaccess was created by the multiphp button in your cpanel. If you change the version of php you're using it will change the contents of that file. If you delete it your account will use the default php which is 5.6
  18. Tomcat needs to restart occasionally. Sometimes it goes days without needing a restart and sometimes only a couple hours. It's kind of random when and why it needs to be restarted. During each restart there will be a minute or so of downtime where you will probably get a 503 error. The last restart was about 6 hours ago. I have an uptime monitor on tomcat and it's usually about 1% lower than the server as a whole.
  19. There you go Successfully installed WWW-Curl-4.17 WWW::Curl::Easy is up to date. (4.17)
  20. Try something like this then MySQLConnection = New MySqlConnection("server=johnny.heliohost.org; user id=maba_user; password=password123; database=maba_db") MySQLConnection.Open() ' query MySQLConnection.Close()
  21. Unarchiving... You should now be able to log in at https://www.heliohost.org/login/ and your website should start working within 24 hours.
  22. What is your username or main domain?
  23. First of all, as stated in our terms of service http://wiki.helionet.org/Terms which you agreed to twice when you created your accounts, each person is allowed to have only one account. I recommend you delete your Johnny account by using http://www.heliohost.org/classic/support/scripts/delete Second of all, there is no such thing as perfect uptime servers. If DDoS attacks can take out the root nameservers https://www.theregister.co.uk/2015/12/08/internet_root_servers_ddos/ then everything on the internet goes down. EDIT: Beat me by less than a minute! Haha.
  24. Unarchiving... You should now be able to log in at https://www.heliohost.org/login/ and your website should start working again within 24 hours.
×
×
  • Create New...