Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,793
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. 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.
  2. 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!
  3. 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.
  4. 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.
  5. 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
  6. 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.
  7. There you go https://krydos2.heliohost.org/73/phpinfo.php
  8. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  9. We have a lot of younger users so we can only allow up to pg13 not pg8000. https://krydos.heliohost.org/cgi-bin/modules37.py
  10. It was like 3am last night when I got done working on Johnny and I forgot to re-enable some of my stability scripts. What you see there is what Johnny's performance would be with stock cpanel and apache settings without any of my code involved. As soon as I re-enabled my code it settled down to normal again. It wasn't a complete loss though because letting Johnny go wild like that allowed me to analyze some of what causes so much instability and I made some adjustments to my code which should help Johnny, and maybe even Tommy, be more stable in the future.
  11. Here is the output of your bot: MySQL has been connected! [ RowDataPacket { guildID: '700047xxxxx0608151', setting: '.', value: null, createdAt: 2021-03-28T20:31:06.000Z, updatedAt: 2021-03-28T20:31:06.000Z }, RowDataPacket { guildID: '775927xxxxx5018378', setting: '.', value: null, createdAt: 2021-03-28T20:50:39.000Z, updatedAt: 2021-03-28T20:50:39.000Z } ] Aesir-Wolf-Pack#0694 is online! I edited out some of the guildID in case that's private. Not sure. Anyways, since your bot starts just fine, it's up to you from there to log errors yourself from inside the bot's code. Don't rely on console.log(), and definitely don't rely on python. The python just starts the node code, and then disconnects from it to let it run on its own. Just write the logs to a file. Log file permissions can be tricky sometimes for non-linux people. The way I would do it is create an empty file that has write permissions on it and then have the bot append to that. If you have the bot try to create it's own files then you need to worry about directory permissions too, but if the file is already created it's less to figure out.
  12. This one was actually my fault. The reason I'm the only one who can install python modules is because I need to pay attention and make sure there aren't conflicts. I apparently wasn't paying enough attention and there was a conflict that I missed. Now that the modules are fixed your django site works.
  13. http://heliohost.grd.net.pl/monitor/archive/?2021-03-24 The top line is the apache response time. The three lines in the middle are the load. You made the original post right around 14:30 UTC where there was a small load spike, and if you look at the top line it looks like there was a small ddos or something happening. It looks like the firewall took care of it because the response time has improved since then.
  14. According to this guy Source: https://stackoverflow.com/questions/61675707/angular-universal-working-on-localhost-but-not-in-cpanel-with-passenger The article he links is a guide for if you have ssh access to the server, which we don't offer on our free shared hosting accounts. It sounds like you'll need a vps to run angular.
  15. There's only been one bitcoin donation in the last 4 months so I'm going to assume this was you. The timestamp was 4 minutes before you made the first post and it's had 77 confirmations now. 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-05-24. Let us know if there is anything else we can help you with. Thank you so much for your donation!
×
×
  • Create New...