Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,609
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. Remote access enabled.
  2. You're on Tommy now. Thanks for the donation!
  3. Since this guy's hosting account was suspended and was banned from our forums he continued his rage on Facebook. I think he's finally done though so I'll post the final word for anyone who is curious. I think it contains good advice.
  4. Remote access enabled.
  5. Dedicated ip granted. I have also increased your storage to 2000 MB, and you don't need to log in to cpanel to keep your account active until 2021-06-29. Let me know if you need reverse dns set up for your new dedicated ip. Also I noticed that your contact email address is your domain that you're hosting with us. You're fine for now because you're using qq mx records, but if you decide to host your email through us instead you really should change your contact email address to something external like gmail or anything. The reason why is if you can't log in to your HelioHost account a reset can be sent to your contact email address, but if your contact email address can't be accessed because you can't access your account then you're in trouble. It's like locking your spare car keys inside your car. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  6. Remote access enabled.
  7. The best way to avoid getting suspended for this again is to use /home/murilo/tmp instead of /tmp. That way if your script goes nuts and fills something up only your own account will be affected not the whole server. $i = new Imagick(); $i->setRegistry('temporary-path', '/home/murilo/tmp'); Deleting the temporary files after they're used is useful too, but if your temporary files are bigger than /tmp or if your script crashes before it gets to the deletion it will still get you suspended.
  8. I did not change it. I likely never existed because cpanel won't allow you to create a postgresql database user that has the same name as a database. If you want remote access you need to provide the database and the username you want to have access.
  9. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  10. Well, like I said in the other thread that you read, express doesn't like being in a subdirectory. So I edited your application manager, and instead of having it in the /riddleadventure/ subdirectory I moved to to / and it works now https://express.jax.heliohost.us/homepage/home
  11. In mysql it is common practice to have a user with the same name as a database, but in postgresql it isn't allowed. Please provide a user that doesn't have the same name as an existing database.
  12. My personal test vps has been running for over a year. During the last 12 months I've had about 140 minutes of downtime. There were two scheduled maintenance during that time that were probably about an hour each, but they were both announced several days in advance, and then another 20 minutes of random stuff like me rebooting my own VPS. That's 99.97% uptime for the whole year. A lot of users don't have as good of uptime because they do silly things like install a gui on a headless vps and end up crashing the server with a memory leak and stuff like that. Things that are perfectly avoidable if you know what you're doing like Wolstech says. Your uptime mileage will vary depending on how many mistakes you make. Don't be too scared though. Vps are a great opportunity to learn if you're willing to do some google searching for command line instructions. No matter how many mistakes you make you can always always just give up and say "wipe it clean!" and I'll reinstall the os for you and you can start over with a brand new fresh operating system again. It's not a big deal at all to reinstall the os, and I don't mind giving people pointers or instructions if they get stuck. You or I can probably google up a guide for you to do whatever you're trying to do and then you can just follow the instructions. If you want to try one out for 3 or 4 days just let me know and I'll spin up a basic 2 GB memory, 2 cpu, and 50 GB hard drive vps for you to try out for free. Then if you want to keep learning after you've tried it for a few days you can pay $4 to keep the vps you have for a month or you can upgrade to a faster machine and go from there.
  13. I got the bitcoin payment, and your vps credentials have been emailed to you.
  14. Remote access enabled. Unfortunately cPanel does not provide remote postgresql. I think postgresql is sort of an afterthought for cPanel because the version that they provide is pretty ancient too. I may write a remote postgresql plugin myself some day, but there are a lot of things that have higher priority.
  15. Remote access enabled.
  16. Yes, you can do 12 months up front through bitcoin for a 10% discount. So 2 GB memory, 2 cpus, and 50 GB hard drive would be $43.20 for a year. Go ahead and submit the form at https://www.heliohost.org/vps/ and then close it when it gets to the payment part. Then let me know here that you made the transaction and I'll get you all set up.
  17. Unarchived.
  18. Remote access enabled.
  19. You're on Tommy now. I have also increased your storage to 2000 MB, and you don't need to log in to cpanel to keep your account active until 2021-06-17. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  20. Remote access enabled. You also win the award for longest database name and user name, which makes the nice neat columns in my config file all messed up. Haha. Oh well. Rip readability.
  21. I think you're confusing and combining guides. The discord bot guide is more applicable to what you're trying to do I think. https://wiki.helionet.org/tutorials/discord-bot This guide is for starting and stopping a bot that runs more or less constantly. You'll still want to use python cgi to start and stop your bot, but instead of a python script for the bot you'll be running a node script. This is a passenger node.js guide. https://wiki.helionet.org/tutorials/node.js This guide is for setting up a node.js website through passenger. The way passenger works is when someone requests your page passenger starts up the node app and the visitors gets to interact with the website. Then after the website visitor goes away passenger stops the node app to save system resources. This obviously won't work well for a bot because you don't want your bot to only be online for 5 minutes everytime someone visits your website.
  22. Literally all I did was log in to your account and click the button to enable your node app in the application manager, and now it works. http://bot.cmh.heliohost.org/ Something you may not be aware of is this Source: https://wiki.helionet.org/tutorials/node.js
  23. Your VPS had a process with a memory leak of some sort. It filled all available memory and filled all the swap too, and was maxed out on cpu usage and hard drive usage. The console was completely unresponsive so I did a hard power reset and it seems to have booted up ok now. You might be able to figure out what process went nuts and used up all your memory by looking through the system logs.
  24. Posted on discord:
  25. There you go https://krydos2.heliohost.org/73/phpinfo.php
×
×
  • Create New...