Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,853
  • Joined

  • Last visited

  • Days Won

    885

Everything posted by Krydos

  1. You can let your Facebook friends know about us by making a post on your timeline. https://www.facebook.com/share.php?u=http://www.heliohost.org/
  2. You can let your twitter followers know you're hosting your website with us by using @heliohost in your tweet. https://twitter.com/intent/tweet?text=My%20website%20is%20on%20%40heliohost%20the%20community%20powered%20free%20web%20host%20for%20everyone.%20Get%20your%20own%20free%20website%20at%20http%3A%2F%2Fheliohost.org%2F
  3. You can write a Facebook review about HelioHost at https://www.facebook.com/pg/HelioHost.org/reviews/
  4. You can write a review about HelioHost at http://www.whtop.com/review/heliohost.org#reviews-open
  5. Krydos

    Donate

    The best way to help HelioHost is by making a donation. https://www.heliohost.org/donate/ Everything helps. Thanks!
  6. 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.
  7. 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.
  8. It looks like you uploaded a theme/plugin on your wordpress install that had a backdoor allowing criminals to gain access to your account.
  9. That account cannot be unsuspended. If you would like more information, please let us know and we can escalate your request.
  10. @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.
  11. Deployed. http://praveenk.heliohost.org/Lab1/
  12. 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.
  13. http://pushon.heliohost.org/flask/ works for me...
  14. 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.
  15. Handling the proxy paths is also explained on our wiki http://wiki.helionet.org/Java_Servlet#Edit_index.jsp_Source
  16. Follow this guide then http://wiki.helionet.org/Moving_your_account
  17. 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.
  18. See http://www.helionet.org/index/topic/28353-please-restart-tomcat-server/?p=129787
  19. 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
  20. 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
  21. What makes you think that account is suspended?
  22. 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/ ?
×
×
  • Create New...