-
Posts
24,171 -
Joined
-
Last visited
-
Days Won
851
Everything posted by Krydos
-
Deployed. http://jaganra1.heliohost.org/WebApplication2/
-
Here is the error you're getting on home.cgi Can't locate XML/LibXSLT.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at home.cgi line 4. BEGIN failed--compilation aborted at home.cgi line 4. You can get this error message yourself by going to https://johnny.heliohost.org:2083/frontend/paper_lantern/cron/index.html and creating a cron job with the code /usr/bin/perl /home/glario52/public_html/cgi-bin/home.cgi The output from that command will be emailed to your contact email address that you can specify on that same cpanel page. Be sure to note that you are only allowed to run 2 cron jobs per day.
-
[Solved] Request To Connect Remotely To Postgresql
Krydos replied to ilich's topic in Customer Service
You may now access the postgresql database ilich_secultura using the user ilich_secultura_user from any IP address. Let us know if it still isn't working.- 4 replies
-
- postgresql
- connect
-
(and 1 more)
Tagged with:
-
We had a guy make it onto the front page of reddit or something one time and we did our best to keep his site online, but it was a rough twelve hours. Our servers are pretty tough.
-
Our policy is to give users three chances. If it's obvious that the user isn't actually doing anything to reduce the load then we may not even give them three. If they really are trying to fix the problem we can sometimes give them more than three chances. You really probably don't have to worry about all of this by the way.
-
We offer unlimited cpu and unlimited memory for the most part. The way it works is as long as you're not causing anyone else's website to load slowly or go offline you're fine. Keep an eye on this image If that number goes over 20 and your account is causing the most load then you might get suspended. There are two types of high load suspensions: spike load, and sustained load. Sustained load is like if you have a blog that gets really popular and you're getting like a million hits per day. Spike load is stuff like web proxies such as glype or file transfer scripts like rapidleech. These scripts can cause load to spike really high when used even if it's only one person that is accessing it. I recommend checking in occasionally to see your load levels if you're curious. Just make a post and we can tell you how you compare to everyone else.
-
Merged all of your identical topics. Try this: Click the gear in the top right.Click internet options.Click the security tab.Highlight internet.Click custom level button.Scroll down to Scripting >> Active ScriptingClick Enable.Click ok.Click yes.(I haven't used internet explorer in years so these instructions may be slightly off.) What does https://krydos.heliohost.org/js.html say after you do that? Either that or just download chrome or something. https://www.google.com/chrome/browser/desktop/
-
What does this page say for you? https://krydos.heliohost.org/js.html
-
Have you tried https://www.heliohost.org/reset/ ?
-
What browser are you using?
-
It sounds like you might have javascript disabled. Try enabling javascript in your browser settings or use a browser that supports javascript.
-
It looks like your install is pretty messed up. Try this Delete cube directory.Go to https://johnny.heliohost.org:2083/frontend/paper_lantern/softaculous/index.live.phpSearch for CubeCart.Click install now.Make sure the top dropdown box says http NOT https since you don't have ssl installed on your domain.Fill in the rest of the form the way you want it and click install.The other option is you could install an SSL certificate on your domain since that might be the reason you're getting those errors. Check out http://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate if you'd rather do that.
-
You're not setting your headers properly. Just change this one line and it should work. $from = "From: no-reply@starharvest.tk"; The reason is the fourth argument to mail() isn't FROM, but rather HEADERS so you can even put multiple lines of headers including from. Just separate them with /r/n.
-
Please clear your cache.
-
Please clear your cache.
-
I'm not seeing a 500 error on your site. It looks like you deleted all your files though.
-
It's easy! Go to https://www.heliohost.org/signup/Type your email address.Check the captcha box.Click submit.Check your email.Click the link in the email.Choose a server.Choose a username.Choose a main domain.Agree to the terms.Wait a bit for the account to be created.Log in to cpanel.Create your website.
-
That probably means you have javascript disabled in your browser. Try enabling javascript or use another browser that does support javascript.
-
Deployed. http://llou21.heliohost.org/roadangel/
-
Deployed. http://hkaldane.heliohost.org/Website/
-
Deployed. http://xitix.heliohost.org/xitix_blog/
-
Deployed. http://moctarsa.heliohost.org/MyHelioServlet/
-
Deployed. http://llou21.heliohost.org/roadangel/
-
It looks like you forgot the pipe character | That's very important. It should look like |/home/dr/email_reply.py Yes, this will only work with filters. Forwarding just takes the email changes the to: field and sends it back through the email system. Filter is what processes the email.