Jump to content

Krydos

Chief Executive Officer
  • Posts

    26451
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. I just opened my ghost install in a browser https://krydos.heliohost.org/ghost/ and it took like 15 seconds, but it didn't show a 503. Maybe they changed the behavior in the newer version that I installed? EDIT: Nevermind, I guess it was a fluke. I killed the ghost process and tried loading it again and it gave the 503 this time.
  2. An external cron that we set up is going to cause just as much load as an external cron from any other site. The way passenger works is this. Node applications take a lot of memory when they're running, but they only need to run when someone is actually looking at the website. The first time you request a node page it takes a second or two to load, and once the node app is running it responds quickly. After 5 minutes or so of no page hits passenger wisely unloads your node app from memory which helps keep your account and the whole server's load low. This is by design. The problem with ghost is it stupidly says 503 when it's loading instead of just taking a second longer to load like a normal node app and then showing the home page. People have asked ghost to change this behavior and they have stupidly refused. Obviously you've discovered that to avoid that 503 error you just keep ghost from unloading from memory by setting up a cron or site monitor to ping your website every once in a while. This is why you're getting suspended. Your ghost page is never unloading from memory. Your sitemonitor or cron or whatever is causing so much load that you're getting suspended. It doesn't matter if the page request comes from our servers or someone else's server. The solution to your high load is to just let passenger do it's thing and unload your ghost when it's not being viewed. The other option is of course you could also get a vps and then your ghost app could run constantly and you wouldn't even need a cron or sitemonitor to keep the 503's away. https://www.heliohost.org/vps/ Another option is you could edit the ghost code to not display the 503 error somehow.
  3. You're on Tommy now. Thanks for the donation.
  4. That account is not archived.
  5. We do not have an affiliate program, nor do we pay commissions.
  6. Does your script have some sort of exit condition, or should it run forever? EDIT: Why don't you try this:
  7. The data cannot be recovered because a hacker had access to your account and was using it for illegal phishing activity. There could be stolen information in your files, and giving you the data could essentially be giving you credit card numbers, etc. All the data is being held as evidence for law enforcement. This happens all the time with wordpress. The best solution is to not use wordpress.
  8. I can see your cronjob now, and it looks right. We'll find out if it works in 8 hours and 15 minutes I guess.
  9. Ahh, I guess the reason I was so confused is because I thought she was asking us to remove the link entirely after very reasonably requesting we share that link everywhere we could to send them as much traffic as possible.
  10. You're on Tommy now. Thanks for the donation.
  11. I guess we'll wait for the tutorial link?
  12. Mysql connections are limited to 4 per user on Johnny and Ricky. Tommy currently has unlimited connections, but that is subject to change if someone starts to abuse it.
  13. 503 means your script on port 4000 isn't running. Also, you only need to do 'RewriteEngine On' once at the very top of the .htaccess. Doing it over and over won't cause an error, but it looks kind of silly. I checked your cron jobs, and I don't see anything listed. Did you delete it?
  14. > We noticed that this link is actually a link I'm confused. What do you mean by this? Of course a link is a link. When you all wrote that review you specifically asked us to promote the link on all of our social platforms and on our websites.
  15. Which version of python are you using?
  16. I didn't automatically get a new VPS request notification because you didn't make it a recurring donation. I do see the donation now, but it's only a one time payment. I can set up the VPS, but you'll need to remember to pay again next month. If you had made it a recurring donation from the beginning I would have gotten your VPS ready within a few hours.
  17. We have an account on Tommy that did 47 GB of traffic last month. That's more than 100 times as much traffic as you got. Here is your load graph for the last week: You definitely don't need to worry about overloading Tommy.
  18. Trying to block certain IPs or trying to block certain bots just makes you look guilty of something. I wouldn't be surprised if legitimate crawlers like google down ranked you for doing suspicious stuff like that. Maybe link to the article you found and we can read it ourselves?
  19. See how there is no / at the front? Without that leading / it tries to look for a directory called home in it's present working directory. To be an absolute path it needs the / at the start.
  20. Maybe I should contact Invision and see if we still qualify for the renew price of $25 per 6 months. https://invisioncommunity.com/buy/self-hosted/ We could honestly just do the same thing as last time: Pay the renewal fee once, download and install the latest version, and then let the license lapse again. All you lose out on with an expired license is new version downloads and Invision support.
×
×
  • Create New...