-
Posts
8474 -
Joined
-
Last visited
-
Days Won
80
Everything posted by HelioHost
-
Thanks for the quick reply... I found postgres 8.4 and I'm trying it, I actually developed on 9 but I have used straight forward stuff so it should go back to 8.4... I do have one little problem... I cant install the LTREE extension on the server... PERMISSION DENIED because the old 8.4 uses the C language. LTREE is a standard extension that lets one work with trees, and I have used it but cant get it in. On 8.4 these extensions come in the contribution pack... I attach the actual sql that needs to be run... it comes from postgres themelves. My user name is BobSpar@gmail.com The DB is BobSpar_DIY with a GOS schema. Please could an admin rights person enable this LTREE extension on my DB? On postgres 9 the command is CREATE EXTENSION ltree SCHEMA pg_catalog easy stuff... but on 8.4 its a huge script.... Note where they put it on 9 in the PG_CATALOG... not the actual scheme that needs it... this is because then all schemas see it.. I'm not sure if that is the same on 8.4... perhaps it has to be put in all schemas that need it there... my schema is GOS and that is how the script is setup attached... Thanks... -----Original Message-----
-
Awesome, thank you so much! On 3 Jul 2017 7:15 a.m., "Heliohost Support" wrote: > There you go http://editorlookup.heliohost.org/cgi-bin/test.pyThe problem > was /home/apjkosk/public_html/.htaccess I renamed it to .htaccess-old so > your script would work. > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(681 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > >
-
Hello! My main domain is editorlookup. Antti On 2 Jul 2017 11:28 p.m., "Heliohost Support" wrote: What is your username or main domain? You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic(681 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/
-
Dear Heliohost, I developed a site for a client on Postgres 9 with LTREE extension and PHP, it uses email for login confirmation. That's what I need to test and then tell the client what his hosting fee will be... but I have to show him it working. I went ahead an logged in anyway, don't know why it doesn't give me Postgres, I did tick it. User name is.... bobspar... stopped at waiting to create your account. I used email bobspar@gmail.com If you can help me show the product to my client, great thanks If he likes it a maintenance contract would come... along with certificates, domain names and all the rest... it's a start up idea. Bob Spar --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
-
Hi, I am having problems with basic Python setup. I have a simple test.py file in cgi-bin -folder and in addition, .htaccess-file to add a handler ("AddHandler python-program .py") for python. The test.py is as follows: "#!/usr/bin/python print "Content-type: text/html\n\n" print "This is a test"" But all that I get from the address .../cgi-bin/test.py is the code written as it is. Permissions for both the cgi-bin folder and the file are 0755. How can I solve this? Thankyou in advance!
-
Hello there, My domain is gurkanwarsra.com and it's been a couple of days since I could load it up and see it running. It is on Johnny server and I'm not sure what the problem could possibly be. I also have one more domain on the same server, atharvalive.com and the situation is identical in that case as well. *-**Gurkanwar Singh Sra*(wk)
-
We have installed Python 3.6.1 on Johnny. You can access it at /usr/bin/python3.6 We installed this at the request of one of our users. If you have any suggestions of something that we should install or upgrade let us know and we'll see what we can do.
-
We've been doing much better financially over the last few months. So a huge thank you to everyone who has made a donation. HelioHost is still losing money though, but not nearly as much as before. A couple months ago we decided to be more transparent with our finances since we are a donation funded service, and we think our donors deserve to know how we're doing. You can find our news post about it here. http://www.helionet.org/index/topic/27763-heliohost-finances/ In May we only lost $6.15 and in June we appear to have only lost $17.29, but that value could still change depending on whether Google decides to invalidate any of our ad revenue. That's not too bad at all, and we've come a long way from losing several hundred dollars per month like we used to. However, in order to continue to buy new hardware and improve our service we're going to need to not just break even, but become profitable again. Hopefully we'll get there soon, but at least you all can rest easy knowing that if we can continue getting really close to breaking even like this we'll stay in business for many years to come. If we had just had 36 more people donate $1.00 through paypal we would have broken even, or if only 25 more people had made a $1.00 donation through https://www.heliohost.org/donate/ we would have broken even. That's less than 1% of our active users making a minimum donation. So like we said we're really close. The HelioHost admins have tons of ideas for this company, and the future is looking pretty bright. We're excited to roll out more improvements over the coming months. Stay tuned.
-
To whom it may concern: In my first attempt to sign up for an account, I noticed an issue with the password input form. https://www.heliohost.org/signup/ input email check email, redirect tohttps://www.heliohost.org/signup/username/ input usernamehttps://www.heliohost.org/signup/domain/ input domainhttps://www.heliohost.org/signup/password/ input password ( I am no longer using this password ) """ 'L'(wTzM9pn9$=Ca:sxo;yqP`r!XX
-
Dear Heliohost Support Thank you so much for all your information. When I went back to my site the next day, the new SSL certificate was indeed installed and now everything is working beautifully. I will definitely take you excellent advice into consideration with my future plans. Thank you again for your very very quick and very helpful response. Gary Van Huben On Wed, Jun 28, 2017 at 11:19 AM, Heliohost Support wrote: > The information about needing a dedicated IP on Johnny is outdated. Johnny > now supports SNI too. A dedicated IP doesn't hurt, and would allow users of > old operating systems like Windows XP to view your website though. A > dedicated IP also has the benefit of separating your website from the rest > of the shared IP accounts. For instance during a DDoS attack we would null > route the shared IP and all of those websites would go down, but your > website (unless you were directly the target of the attack) would stay > online.One of the benefits of the Tommy server is AutoSSL. What this means > is the system automatically installs an ssl certificate on all of your > domains, and then even renews it when it gets close to expiring. This makes > it a lot easier to keep your site online and your visitors happy. If you > let your ssl certificate expire then visitors to your site will see an > error saying that proceeding to your website could harm their computer and > other horrible warnings. Tommy supports Perl, Python, JQuery, PHP, CGI, and > PostgreSQL so you'll be fine with all that. Johnny only has python 2.6.6, > while Tommy has python 2.7.5 and 3.6.0. Johnny only has php 5.6, while > Tommy has php 5.4, 5.5, 5.6, 7.0, and 7.1. Johnny has postgresql 8.4.20, > while Tommy has postgresql 9.2.18.Let us know if you have any other > questions. > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(627 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > >
-
I receive johnny.heliohost.org took too long to respond. I have paused my firewall and checked my internet connection and it's workin= g fine. Is johnny down this evening? Regards=
-
I dont have pc access as i am away from home. My login wont work. I used to be on server stevie till the crash then moved over to ricky. Now i am unable to login as i get a message saying details do not exsist. Now when i do create account ricky is "full" so what do i do?
-
Hello. I need help.i want to set permission for users: All users can=20 use only Select (done) user cmh_<removed> can work only with tables <removed>, <removed>, <removed>; user cmh_<removed> can work only with tables <removed>, <removed>, <removed>; user cmh_<removed> can work only with tables <removed>, <removed>, <removed>;
-
OK .. Khaled Mohamed A.M.S Msc in investment Manager in QA(EGX) -------------------------------------------- On Thu, 29/6/17, Heliohost Support wrote: Subject: Re: [Hh#21453] Error Vbnc30451 To: khaled2607@yahoo.com Date: Thursday, 29 June, 2017, 7:00 PM That doesn't appear to have worked. I'll install Visual Studio some time when I have a chance and see if I can get it to work. I've never used Visual Studio so I'm not too familiar with it. You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic=28637 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/
-
No problem, but since I had not received an answer I already got a place that is not getting offline due to the attacks still well, thanks to HelioHost for the support 2017-06-29 13:20 GMT-03:00 Heliohost Support : > Sorry for the delay in getting this done, but ioncube is now installed on > Johnny. We try to only recompile apache/php very rarely and preferably when > several things need to be done at once. Installing ioncube and xsl resulted > in about 7 hours of downtime over the past 24 hours. > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic=28342 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > > -- Atenciosamente, *Nasser Maher Helal Othman* Aluno do Curso Tecnico em Informatica - IFSC Campus Tubarao Telefone: *(48) 99904-7960 *
-
Now , I copied the Web App. after new compilation Khaled Mohamed A.M.S Msc in investment Manager in QA(EGX) -------------------------------------------- On Thu, 29/6/17, Heliohost Support wrote: Subject: Re: [Hh#21453] Error Vbnc30451 To: khaled2607@yahoo.com Date: Thursday, 29 June, 2017, 6:11 PM The files in http://khaled.heliohost.org/MedSys/MedSys/ still have the timestamp of several days ago. Have you uploaded your compiled files somewhere else? You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic=28637 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/
-
Dear sir I copy my web app. after compilation .... Please help Khaled Mohamed A.M.S Msc in investment Manager in QA(EGX) -------------------------------------------- On Thu, 29/6/17, Heliohost Support wrote: Subject: Re: [Hh#21453] Error Vbnc30451 To: khaled2607@yahoo.com Date: Thursday, 29 June, 2017, 6:23 AM I still think precompiling your code would solve your issues. Check out https://msdn.microsoft.com/en-us/library/aa983464.aspx You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic=28637 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/
-
Thank you, that worked. But the email I got doesnt have any link to download the backup. It says here's the link, but there is not. On Wed, Jun 28, 2017 at 8:00 AM, Heliohost Support wrote: > Your username was official. > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(607 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > >
-
As I told you , if I removed the code , the site will run partly , but this code must be found for logic , One of then , using when the page loaded the other , using when I want to control on the login wizard ... thanks Khaled Mohamed A.M.S Msc in investment Manager in QA(EGX) -------------------------------------------- On Thu, 29/6/17, Heliohost Support wrote: Subject: Re: [Hh#21453] Error Vbnc30451 To: khaled2607@yahoo.com Date: Thursday, 29 June, 2017, 5:00 AM What if you just remove one subroutine or the other? Maybe we can narrow down which bit of code is causing the issue. You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic=28637 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/
-
Dears When i run my asp.Net app (http://khaled.heliohost.org/MedSys/MedSys/Default.aspx) I get this error :error VBNC30451: 'EventArgs' is not declared. It may be inaccessible due to its protection level. I searched for this error but I can't find any solution ... But when I remove the following code : === Private Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load MsgBox(" Welcome to my site") End Sub Protected Sub Login1_Authenticate(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.AuthenticateEventArgs) Handles Login1.Authenticate If Login1.UserName = "sys_admin" And Login1.Password = "<removed>" Then e.Authenticated = True Server.Transfer("webform1.aspx", True) Else e.Authenticated = False MsgBox("Not a user .. please try again ") End If End Sub == the App. run without error .. The problem that i can't go without the above code , >>> Please Investigate and help me Best regards Khaled Mohamed A.M.S Msc in investment Manager in QA(EGX)
-
Thank you, that was very helpful! Much appreciated. On Wed, Jun 28, 2017 at 11:39 AM, Heliohost Support wrote: > For troubleshooting you can find your RoR log files > in:/home/ravben/rails_apps/trump_filter/log/In this case the error seems > to be:/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- bundler/setup > (LoadError)Googling that error results in this:https://stackoverflow. > com/questions/7262305/ruby-in-gem-original-require-no-such- > file-to-load-cloudyscripts-loaderror > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(625 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > > -- Rabbi Ben Greenberg bengreenberg@gmail.com www.bengreenberg.org -------------------------- The content of this e-mail may be privileged and confidential and is intended only for the identified individual or entity. If you are not the intended recipient or are not responsible for passing this e-mail to the intended recipient, then you are hereby notified that any use, copying, dissemination or distribution of this e-mail is strictly prohibited, without explicit written and/or verbal permission. Is Sinatra gem supported on your server? I tried to install it through CPanel and get back that it requires a newer version of Ruby. On Wed, Jun 28, 2017 at 11:43 AM, Heliohost Support wrote: > Thank you, that was very helpful! Much appreciated. > On Wed, Jun 28, 2017 at 11:39 AM, Heliohost Support > wrote: > > For troubleshooting you can find your RoR log files > > in:/home/ravben/rails_apps/trump_filter/log/In this case the error seems > > to be:/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `gem_original_require': no such file to load -- bundler/setup > > (LoadError)Googling that error results in this:https://stackoverflow. > > com/questions/7262305/ruby-in-gem-original-require-no-such- > > file-to-load-cloudyscripts-loaderror > > > > You may view the status of your ticket by visiting: > > > > http://www.helionet.org/index/index.php?showtopic(625 > > > > Thank you, > > Heliohost support > > http://www.heliohost.org/ > > http://www.helionet.org/ > > > > > -- > Rabbi Ben Greenberg > bengreenberg@gmail.com > www.bengreenberg.org > -------------------------- > The content of this e-mail may be privileged and confidential and is > intended only for the identified individual or entity. If you are not the > intended recipient or are not responsible for passing this e-mail to the > intended recipient, then you are hereby notified that any use, copying, > dissemination or distribution of this e-mail is strictly prohibited, > without explicit written and/or verbal permission. > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(625 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > > -- Rabbi Ben Greenberg bengreenberg@gmail.com www.bengreenberg.org -------------------------- The content of this e-mail may be privileged and confidential and is intended only for the identified individual or entity. If you are not the intended recipient or are not responsible for passing this e-mail to the intended recipient, then you are hereby notified that any use, copying, dissemination or distribution of this e-mail is strictly prohibited, without explicit written and/or verbal permission.
-
Just did it at: http://trumpfilter.heliohost.org/trumpfilter On Wed, Jun 28, 2017 at 11:23 AM, Heliohost Support wrote: > You won't be able to access your Ror application directly by the port like > that. You need to create a url rewrite through cpanel. You can do that here > https://johnny.heliohost.org:2083/frontend/paper_lantern/ > ror/createrewrite.html > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(625 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > > -- Rabbi Ben Greenberg bengreenberg@gmail.com www.bengreenberg.org -------------------------- The content of this e-mail may be privileged and confidential and is intended only for the identified individual or entity. If you are not the intended recipient or are not responsible for passing this e-mail to the intended recipient, then you are hereby notified that any use, copying, dissemination or distribution of this e-mail is strictly prohibited, without explicit written and/or verbal permission.
-
http://trumpfilter.heliohost.org:12098/ On Wed, Jun 28, 2017 at 11:11 AM, Heliohost Support wrote: > What is the URL for your ruby script? > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(625 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > > -- Rabbi Ben Greenberg bengreenberg@gmail.com www.bengreenberg.org -------------------------- The content of this e-mail may be privileged and confidential and is intended only for the identified individual or entity. If you are not the intended recipient or are not responsible for passing this e-mail to the intended recipient, then you are hereby notified that any use, copying, dissemination or distribution of this e-mail is strictly prohibited, without explicit written and/or verbal permission.
-
Dear Sirs: First of all I would like to thank and commend you for providing this wonderful web site. I am new to web site administration and have been using your platform to educate myself on designing, building, and maintaining a web site. I'm also new to SSL and the associated certification process. I was following your instructions posted for installing a "Let's Encrypt" generated certificated. I got to the point of trying to actually install and use it on my site, but ran into problems. Further investigation led me to one of your pages indicating I need to obtain a dedicated I.P. address on the Johnny server for $12. But then I also came across some other info indicating one can switch their account to the new Tommy server which supports SNI and would not require the dedicated I.P. address. Right now I don't technically "need" SSL support, but I may want it for some future plans. Therefore, I want to weigh my options on how to proceed. So in order to make sure I understand the process correctly, are the only 2 options currently: 1. Purchase the Johnny SSL dedicated I.P. address for $12 per year which allows me to retain my existing account and installation and then would allow me to install and use the Let's Encrypt certificate that I generated 2. Relocate my account from Johnny to Tommy which requires deleting my account (and all the underlying files/folders), then re-establishing the account on Tommy and re-creating all the files/folders. At that point I would be able to install and use the Let's Encrypt certificate I generated. Are there any other options and/or do you have a strong recommendation on which path to pursue. I'm currently still setting up my site so at the moment I have no active users. My target is to be up and running by August. Features I absolutely rely on are Perl, Python, JQuery, PHP, CGI, and potentially PostgreSQL Thank you for your guidance in this matter. Gary Van Huben daskunk.heliohost.org/
-
Thank you. Do you have any insight as to why my Ruby app is not running? When I click run, it tells me in a green indication box that's running, but the status never changes from not running. On Wed, Jun 28, 2017 at 11:04 AM, Heliohost Support wrote: > You can install Ruby Gems at https://johnny.heliohost.org: > 2083/frontend/paper_lantern/module_installers/main.html?lang=rubyBut > mongrel 1.1.5 is already installed systemwide. > > You may view the status of your ticket by visiting: > > http://www.helionet.org/index/index.php?showtopic(625 > > Thank you, > Heliohost support > http://www.heliohost.org/ > http://www.helionet.org/ > > -- Rabbi Ben Greenberg bengreenberg@gmail.com www.bengreenberg.org -------------------------- The content of this e-mail may be privileged and confidential and is intended only for the identified individual or entity. If you are not the intended recipient or are not responsible for passing this e-mail to the intended recipient, then you are hereby notified that any use, copying, dissemination or distribution of this e-mail is strictly prohibited, without explicit written and/or verbal permission.
