Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,166
  • Joined

  • Last visited

  • Days Won

    850

Everything posted by Krydos

  1. 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.
  2. 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.
  3. 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.
  4. 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/
  5. What does this page say for you? https://krydos.heliohost.org/js.html
  6. Have you tried https://www.heliohost.org/reset/ ?
  7. What browser are you using?
  8. It sounds like you might have javascript disabled. Try enabling javascript in your browser settings or use a browser that supports javascript.
  9. 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.
  10. 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.
  11. Please clear your cache.
  12. Please clear your cache.
  13. I'm not seeing a 500 error on your site. It looks like you deleted all your files though.
  14. 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.
  15. That probably means you have javascript disabled in your browser. Try enabling javascript or use another browser that does support javascript.
  16. Deployed. http://llou21.heliohost.org/roadangel/
  17. Deployed. http://hkaldane.heliohost.org/Website/
  18. Deployed. http://xitix.heliohost.org/xitix_blog/
  19. Deployed. http://moctarsa.heliohost.org/MyHelioServlet/
  20. Deployed. http://llou21.heliohost.org/roadangel/
  21. 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.
  22. Krydos

    Scala

    Which web framework would you be interested in using? Scala by itself is probably only good for cron jobs really. I hear foursquare uses scala/lift. Is that what you were thinking?
  23. Good question. You can put the script anywhere in your account, but I would recommend /home/dr/email.py because that's not accessible through a browser for the extra security. First go to https://tommy.heliohost.org:2083/frontend/paper_lantern/mail/filters/managefilters.htmlPick the email address that you want to forward to the script and click manage filters next to it.Click create new filter.Name is "Pipe to Python" or whatever.Set up your rules if you only want certain emails to be piped or all of them, etc.In the actions dropdown box select pipe to a programEnter the path to your python script with a pipe character first, such as |/home/dr/email.pyClick createThen as far as the python script goes you'll need the python shebang for the version you want to use first, and then the email will come to the script along stdin so you can process the text as you would any other stdin input.
×
×
  • Create New...