Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,179
  • Joined

  • Last visited

  • Days Won

    851

Everything posted by Krydos

  1. You can write a review about HelioHost at http://www.whtop.com/review/heliohost.org#reviews-open
  2. Krydos

    Donate

    The best way to help HelioHost is by making a donation. https://www.heliohost.org/donate/ Everything helps. Thanks!
  3. You actually don't have to use a shebang line on flask scripts because only one version of python is available to run flask. /usr/bin/env python is actually python 2.7.5 but like I said the flask.wsgi forces it to use python 3.6.1 and it will just ignore that shebang. You don't need it so you may as well remove it. Not all python modules are installed by default. If you need a module installed, or if you want to check if it's already installed just let us know which version of python you're using, and what server you're on, and what module you need. I installed pyscopg2 for you on Python 3.6.1 on Ricky.
  4. The account allera on Tommy has been deleted and the account alexrym has been transferred to Tommy. If you see a 404 error or something when you go to http://allera.heliohost.org/ that means your computer still has the old Ricky IP cached. You can try clearing it by using this command in windows ipconfig /flushdns Thanks for helping us test the server transfer script. If anything seems broken please let us know.
  5. It looks like you uploaded a theme/plugin on your wordpress install that had a backdoor allowing criminals to gain access to your account.
  6. That account cannot be unsuspended. If you would like more information, please let us know and we can escalate your request.
  7. @wolstech, He actually already donated $5 to create the Tommy account even though it was full for the day. @allera, Thank you so much for your donation. We really appreciate it. If you would like to have your Ricky account with all of its domains and dns settings intact moved to Tommy I can run our new server transfer script for you. I can also delete your Tommy account if it's empty. You wouldn't have to do anything and all of the domains and dns would be good to go within a few hours as the old Ricky cached values time out.
  8. Deployed. http://praveenk.heliohost.org/Lab1/
  9. You didn't post the whole file... Here's the missing beginning of the file: <!DOCTYPE html> <html lang="en"> <head> <title>Together We</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400i,600i" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="lstylesheet.css"> <style> .error {color: #FF0000;} </style> </head> <body id="myPage"> <?php You obviously have html before any of the php code you posted. You're going to get that error if you use any of the session or header commands after already posting html to the page.
  10. http://pushon.heliohost.org/flask/ works for me...
  11. There you go root@tommy [~]# /usr/local/bin/ruby --version ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux] Use this shebang to access it #!/usr/local/bin/ruby otherwise it will use the system default ruby which is still 2.0.0.
  12. Handling the proxy paths is also explained on our wiki http://wiki.helionet.org/Java_Servlet#Edit_index.jsp_Source
  13. Follow this guide then http://wiki.helionet.org/Moving_your_account
  14. You can use your donation to transfer to Ricky too. If you go with the automated donation route https://www.heliohost.org/donate/ everything will be transferred for you including all domains and files and everything exactly the way you have it now on Johnny.
  15. See http://www.helionet.org/index/topic/28353-please-restart-tomcat-server/?p=129787
  16. Another user was having issues with the way we proxy Tomcat through Apache so that Apache can handle the static files, and Tomcat can handle the java scripts. He was able to figure it out. Perhaps his guide will help you? http://www.helionet.org/index/topic/28053-solved-deploy-war-app-request/?p=128900
  17. It looks like you haven't purchased that .com yet. https://www.namecheap.com/domains/registration/results.aspx?domain=denkios.com&aff=102467 Once you purchase it set your DNS to ns1.heliohost.org and ns2.heliohost.org You could also switch to a free domain such as denkios.heliohost.org
  18. What makes you think that account is suspended?
  19. Yes, Apache is much better at serving html files. Tomcat handles .jsp etc. Why do you keep requesting for them to be deployed then? http://www.helionet.org/index/topic/28363-please-deploy-my-war-file/ http://www.helionet.org/index/topic/28339-please-deploy-my-war-file/ http://www.helionet.org/index/topic/28326-please-deploy-my-war-file/ ?
  20. All of these errors are because your account is located on Johnny. Since Johnny is a lot more overcrowded and has a lot higher load these types of errors are pretty common. The best solution is to switch to Ricky or Tommy. You can't add whatsnew.cf as an addon domain because you already have it added as an alias domain. Cpanel free SSL doesn't exist on Johnny. We only offer it on Ricky and Tommy.
  21. Besides, in the little investigation I've done on your account it looks like you installed a plugin/theme etc in wordpress that allowed access to your account. It's not our fault you downloaded your theme from a shady site. We recommend people only download their themes/plugins from a reputable source, or not even use wordpress at all because it's a horrible buggy vulnerability filled mess. Don't try to blame us when your mistakes result in illegal activities on your account. You are the one responsible for what happens on your account. You are the one that provides security for your account. If you rented an apartment and then just left the window open and criminals entered your apartment and started making meth it wouldn't be the apartment complexes fault either. You did essentially the same thing here. Do you understand yet? I have provided you with everything you're going to get back from your account. The rest is being held as evidence for law enforcement. If you would like to continue hosting your website with us you can create a new account, and restore your backups that you have been provided. Let us know if you need any help.
  22. Are you including that in your .war?
×
×
  • Create New...