-
Posts
26444 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
No, there is nothing wrong with Tommy. 100% uptime over the last week. You might have gotten blocked. Can you post the IP you see when you go to https://www.heliohost.org/ip.php so we can check if you're blocked?
-
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/
-
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
-
You can write a Facebook review about HelioHost at https://www.facebook.com/pg/HelioHost.org/reviews/
-
You can write a review about HelioHost at http://www.whtop.com/review/heliohost.org#reviews-open
-
The best way to help HelioHost is by making a donation. https://www.heliohost.org/donate/ Everything helps. Thanks!
-
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.
-
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.
-
It looks like you uploaded a theme/plugin on your wordpress install that had a backdoor allowing criminals to gain access to your account.
-
That account cannot be unsuspended. If you would like more information, please let us know and we can escalate your request.
-
@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.
-
Deployed. http://praveenk.heliohost.org/Lab1/
-
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.
-
http://pushon.heliohost.org/flask/ works for me...
-
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.
-
Handling the proxy paths is also explained on our wiki http://wiki.helionet.org/Java_Servlet#Edit_index.jsp_Source
-
[Hh#32597] =?utf-8?b?umvbml06Iftiacm1Nta5N10Gd3Zmbyzvbvn6Ggcypw==?=
Krydos replied to HelioHost's topic in Email Support
You must request asp.net access on Tommy before it will work. There you go http://snake.heliohost.org/test.aspx -
Our privacy policy prevents me from providing you with any of the personal information of the person who used to run that website, but I just sent an email to the contact address we have on file for that account. Unfortunately it bounced back which means that the email address is no longer valid. I managed to find an archived copy of the site here https://web.archive.org/web/20160930234256/http://kymercer.heliohost.org:80/ and you can see at the bottom of the page the contact information for Pam Carey including the email address kymercer01@gmail.com. Since this is publicly available information to anyone on the internet it doesn't violate our privacy policy to point you in this direction. If I were you I would try contacting that gmail address. If Pam no longer wants to maintain the website she might be willing to provide you with any backups she may have, and then you could create an account with us. We'd be able to help you restore the backups and get that site back online. Good luck!
-
Follow this guide then http://wiki.helionet.org/Moving_your_account
-
Done.
-
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.
-
[Hh#22748] =?utf-8?b?umvbml06Iftiacm1Nta5N10Gd3Zmbyzvbvn6Ggcypw==?=
Krydos replied to HelioHost's topic in Email Support
Try these SFTP settings: host: tommy.heliohost.org port: 1342 protocol: SFTP logon type: normal user: ruff password: <same as cPanel password> -
Inside the script is it trying to include code from another script perhaps?
-
It's working for me http://verhoef.heliohost.org/
